/*
Theme Name: LabPribor
Version: 1.0
Author: StreetAngel
Author URI: http://2666541.ru
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #4f4f4f;
	height: 100%;
	background: url("images/bg.jpg");
}
.container {
	width: 1000px;
	margin: 0 auto;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wrapper {
	padding: 0px;
	min-height: 100%;
	margin: 0 auto;
}
img {
	border: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.clearfix {
	clear: both;
}
a {
	color: #403472;;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 100%;
	margin: 0px;
	background: #fff url("images/bg.jpg");
}
#header table {
	height: 226px;
}
#header #logo {
	float: left;
	margin-top: 20px;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#main-header {
	width: 1000px;
	margin: 0 auto;
}
.description {
	float: left;
	position: relative;
	text-align: center;
	left: 40px;
}
.descr {
	padding-top: 0px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
   	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
	width: 280px;
	cursor: pointer;
}
.description a {
	color: #777;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.description a h2 {
	text-transform: uppercase;
	color: #3042fa;
	text-decoration: none;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#header-contacts {
	float: right;
	position: relative;
	width: 220px;
	text-align: right;
	top: 10px;
}
#header-contacts p {
	color: #587af8;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
#header-contacts p span {
	color: #535353;
	font-size: 12px;
}
#address {
	text-decoration: underline;
	color: #535353;
	font-size: 13px;
}
#sendmsg {
margin-top: 10px;
	text-decoration: underline;
	display: block;
	float: right;
	width: 140px;
	padding: 5px;
	background: url("images/mail.png") no-repeat left center;
	color: #587af8;
	font-size: 12px;
	font-weight: bold;
}
#menu{
	padding: 0;
	white-space: nowrap;
	background: url("images/menu-bg.jpg") repeat-x;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	margin-top: 15px;
}
.current_page_item
{
	#color: #f0f4f3;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #fff;
	padding:15px;
	padding-left: 15px;
	padding-right: 0px;
	font-size: 14px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 1000px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 80px;
}
#content {
	line-height: 1.3em;
	text-align: justify;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	font-size: .9em;
}
.post h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 10px 0;
	padding: 0;
	padding-top: 5px;
	color: #403472;
}
#content h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #403472;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  width: 600px;
  color: #000000;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 42px;
	width: 30px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.entry-day {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.navigation {
  padding: 18px;
  clear: both;
}
.navigation .pages {
	font-size: 12px;
}
.navigation .current {
	background: #888;
	color: #fff;
}
#content a.page-numbers {
	text-decoration: underline;
}
#content .navigation a.next,  #content .navigation a.prev {
	text-decoration: none;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#commentform {	
	padding: 10px;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#left-sidebar {
	float: left;
	margin-right: 20px;
}
#right-sidebar {
	float: right;
	margin-left: 20px;
}
.sidebar {
	width: 230px;
}
.widget-title {
	padding: 5px;
	padding-left: 10px;
	width: 215px;
	background: #403472;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.widget-title a {
	color: #fff;
}
.widget-container div {
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-bottom: 15px;
}
.sidebar ul li{
	padding: 5px;
	padding-left: 20px;
	background: url("images/nav-arrow.gif") no-repeat left center;
	margin-left: 5px;
}
.sidebar ul li a{
	font-size: 13px;
	color: #403472;
}
.sidebar i {
	padding: 15px 0 10px 10px;
}
.sidebar p {
	margin: 0;
	font-size: 12px;
	margin-bottom: 10px;
}
.sidebar p a span {
	display: block;
	color: #403472;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.sidebar p a {
	text-decoration: none;
	color: #4f4f4f;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 28px 0 0 0;
	width: 100%;
	margin: 0 auto;
	margin-top: -80px;
	border-top: 10px solid #0304ff;
	background: #e2e2e2;
}
#footer a:link, #footer a:visited {
	color: #403472;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 2.1 - Catalog Region ===*/
#cat-words {
	color: #f00;
	text-align: center;
	font-weight: bold;
}
#cat_container-3 select {
	width: 500px;
	background: none;
	border: none;
}
#catalog input {
	display: none;
}
#catalog table {
	width: 1024px;
}
#catalog table img {
	height: 170px;
	margin-bottom: -46px;
}
#catalog-entry {
	font-size: 14px;
}
#catalog-entry td {
	
}
#cat_container-3, .manufacturer {
	padding-bottom: 5px;
	padding-top: 5px;
}
.manufacturer td {
	padding: 10px;
}
#catalog-entry td {
	padding: 10px;
	padding-bottom: 0;
	text-align: left;
}
#catalog-header td{
	background: #4247ff;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.cat-button {
	display: block;
	width: 156px;
	height: 36px;
	background: url("images/button.png") no-repeat;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	position: relative;
	top: -80px;
	left: 180px;
}
/*=== END SECTION 2.1 - Catalog Region ===*/
#bookmarks ul li {
	display: inline;
	cursor: pointer;
}
#bookmarks ul {
	display: inline;
}
#bookmarks {
	float: left;
	position: relative;
	left: 350px;
	top: -15px;
}
#bookmarks span {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}
/*=== START SECTION 7 - Misc. & Plugins ===*/
#contact-inputs {
	width: 160px;
	float: left;
	height: 99px;
}
#contact-inputs input {
	margin-bottom: 15px;
	height: 17px;
	background: #fff;
}
#contact-form {
	width: 470px;
	margin: 0 auto;
	padding: 10px;
}
.entry-content #contact-form p {
	text-indent: 0;
}
#contact-textarea {
	float:right;
}
textarea {
	height: 93px;
	width: 300px;
	background: #fff;
}
#sent {
	margin-top: 10px;
	margin-bottom: -10px;
	background: #fff;
}

/*=== END SECTION 7 - Misc. & Plugins ===*/