/*
Theme Name: vennnese1111
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#e6e0cf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.col1 { width: 180px; float: left;  }
.col2 { width: 180px; float: left;  }
.col3 { width: 180px; float: left; }

ul {list-style-type:none;
	padding:0px;
	margin:0px;}


.twoColFixLtHdr #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#520a0c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e6e0cf;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

	.twoColFixLtHdr #sidebar1 {
		float: left;
		width: 114px;
		list-style: none;
		background-color:#520a0c;}
		
	.twoColFixLtHdr #sidebar1 #logotype {
		background-image:url(images/logo.jpg);
		margin-top:64px;
		display:block;
		height:113px;
		width:114px;}	
	
	    /* Початок стилю головної навігації */
		.twoColFixLtHdr #sidebar1 #main_nav {
			border-top:1px solid #801517; 
			margin:0px;
			padding:0px;}
			
		.twoColFixLtHdr #sidebar1 #main_nav a{
			text-decoration:none;
			font-size:11px;
			font-family:Tahoma;}
			
		/* Стиль першого рівня меню */	
		.twoColFixLtHdr #sidebar1 #main_nav dt{
			margin:1px 0px 1px 0px;
			border:1px solid #c8ae8f;
			border-left:1px solid #e6e0cf;
			background-color:#c8ae8f;
			padding:0px;
			background-image:url(images/main_mav.jpg);
			background-repeat:no-repeat;
			background-position:3px;}	
			
				.twoColFixLtHdr #sidebar1 #main_nav dt a{
					display:block;
					padding:15px 8px 15px 20px;
					color:#594137;
					*padding:15px 8px 15px 0px;}
					
			/* Стиль першого рівня меню  при наведенні */	
			.twoColFixLtHdr #sidebar1 #main_nav dt:hover {
				border:1px solid #e6e0cf;
				background-color:#e6e0cf;
				background-image:url(images/main_nav_active.jpg);}
   
   
   
					/* Стиль що відміняє всі стандартні властивості навігації ul & li */
					.twoColFixLtHdr #sidebar1 #main_nav ul {
						list-style-type:none;
						padding:0px;
						margin:0px;}
					/* Стиль що відміняє всі стандартні властивості навігації ul & li */
   
   
						/* Стиль другого рівня меню  */	
								/* Стиль першої кнопки у відкритому другому рівні */
							.twoColFixLtHdr #sidebar1 #main_nav dt li span a {
								background-image:url(images/main_mav.jpg);
								background-repeat:no-repeat;
								background-position:3px;
								background-color:#c8ae8f;
								*padding:5px 8px 5px 20px;
								}
								.twoColFixLtHdr #sidebar1 #main_nav dt li span a:hover {
								background-image:url(images/main_nav_active.jpg);
								background-color:#E6E0CF;
								}

							.twoColFixLtHdr #sidebar1 #main_nav  li ul a{
				 				display:block;
								padding:5px 8px 5px 0px;
								margin-left:20px;
								background-image:none;
								border-top:1px solid #c8ae8f;
								}
								
							.twoColFixLtHdr #sidebar1 #main_nav  li ul a:hover{
				 				color:maroon;}	
			
		/* Зак. Початок стилю головної навігації */	

/*  Початок головного блоку */	
.twoColFixLtHdr #mainContent { 
	margin:0px 0px 0px 114px; 
	background-color:#f3f1e8;
	border-top:1px solid #f3f1e8;
	border-bottom:1px solid #f3f1e8;
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/main_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;} 
	
/* Прибирання бордерів зображення у посиланнях*/
.twoColFixLtHdr #mainContent  a img{
	border:0px;
	}	

			.twoColFixLtHdr #header { 
				height:220px;
				background: #DDDDDD;} 
				
				
.post { 
				padding:20px;
				color:#4d4d4d;
				font-size:15px;
				line-height:19px;
				font-family:Tahoma, Geneva, sans-serif;
				}
				
.post-cat {
	text-decoration:none;
	background-color:#e6e0cf;
	margin:20px;
	display:inline-block;
	padding:10px;
	width:180px;
	color:#594137;
	font-size:20px;
	line-height:28px;}				
/*  Зак. Початок головного блоку */	

   .twoColFixLtHdr #content { 
				padding:20px;
				color:#4d4d4d;
				font-size:15px;
				line-height:19px;
				font-family:Tahoma, Geneva, sans-serif;
				height:100%;
				} 

/*  Початок блоку підвалу */	
.twoColFixLtHdr #footer { 
	background-color:#e6e0cf; 
	height:54px;} 

		.twoColFixLtHdr #footer span{
			display:block;
			color:#e6e0cf;
			font-size:8px;
			padding:25px 0px 0px 4px;
			background-color:#520a0c;
			height:29px;
			width:110px;
			float:left;}
		.twoColFixLtHdr #footer #adress {
			text-align:right;
			padding-top:25px;
			color:#594137;
			font-size:12px;
			border:1px solid #e6e0cf;
			}
			
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/******************************************************  Стилі для сторінок каталогу товарів */

		.twoColFixLtHdr #info_category {
			border:1px solid #e6e0d0;
			background-color:#e6e0d0;
			background-image:url(images/background_catalog_info.jpg);
			background-repeat:repeat-y;
			padding-bottom:20px;
			min-height:160px;}
			
		.twoColFixLtHdr #info_category .neme_category {
			margin:65px 0px 0px 70px;
			color:#594137;
			font-weight:100;
			font-size:32px;
			float:left;
			padding-left:25px;
			background-image:url(images/ico_background_catalog.jpg);
			background-repeat:no-repeat;
			background-position:0px 11px;}
			
					.twoColFixLtHdr #info_category .neme_category span{
						font-size:16px;
						display:block;}
						
		/* Стилі списку з кольорами продукту*/				
		.twoColFixLtHdr #info_category .catalog_color_info {
			margin:18px 0px 0px 10px;
			float:right;
			overflow:hidden;
			width:155px;
			border:1px solid #e6e0d0;}
			
				.twoColFixLtHdr #info_category .catalog_color_info dt{
						border:1px solid #e6e0d0;
						float:left;
						margin:-3px 0px 0px 0px;
						font-size:15px;}

				.twoColFixLtHdr #info_category .catalog_color_info dd{
					border:1px solid #e6e0d0;
					font-size:13px;
					float:right;
					margin:0px 0px 3px 0px;
					color:#7c7c7a;
					width:108px;}
					
					.twoColFixLtHdr #info_category .catalog_color_info dd p{
						margin:0px;
						padding:0px;}
						
						.twoColFixLtHdr #info_category .catalog_color_info dd  a:link{
							color:#7c7c7a;}
							.twoColFixLtHdr #info_category .catalog_color_info dd  a:visited{
							color:#9e9e9d;}
							.twoColFixLtHdr #info_category .catalog_color_info dd  a:hover{
							color:#897b73;}
							.twoColFixLtHdr #info_category .catalog_color_info dd  a:active{
							color:#9e9e9d;}
		/* Зак. Стилі списку з кольорами продукту*/
		
		/* Стилі списку з параметрами та розмірами*/				
		.twoColFixLtHdr #info_category .catalog_parameters_info {
			margin:18px 0px 0px 430px;
			overflow:hidden;
			width:240px;
			border:1px solid #e6e0d0;}
			
				.twoColFixLtHdr #info_category .catalog_parameters_info dt{
						border:1px solid #e6e0d0;
						margin:0px 0px -18px 0px;
						font-size:15px;
						}

				.twoColFixLtHdr #info_category .catalog_parameters_info dd{
					border:1px solid #e6e0d0;
					font-size:13px;
					margin:-0px 0px 3px 105px;
					color:#7c7c7a;
					width:135px;}
					
					.twoColFixLtHdr #info_category .catalog_parameters_info dd p{
						margin:0px;
						padding:0px;
						}
		/* Стилі списку з параметрами та розмірами*/
		
		
/****************************************************  Зак Стилі для сторінок каталогу товарів */

/****************************************************  Стилі сторінки з блоками product.html */
 
.twoColFixLtHdr #mainContent .box_product {
	text-decoration:none;
	background-color:#e6e0cf;
	display:inline-block;
	width:180px;
	color:#594137;
	font-size:20px;
	line-height:28px;}
	
			.twoColFixLtHdr #mainContent .box_product img{
				border:0px;
				margin-bottom:10px;}
				
			.twoColFixLtHdr #mainContent .box_product .ico_box_product{
				margin:0px 0px -2px 0px;}	

/****************************************************  Зак Стилі сторінки з блоками product.html */
