/*
Theme Name: WP Classy-Dolls
Theme URI: http://wordpress.org/
Description: The WP Classy-Dolls theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: WEB eMAZE
Author URI: http://www.webemaze.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
body {	
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background: #4f0404;
	width:100%;
	margin:0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	/*background-color:#c9ced2;	*/
	}
#main {
	width:972px;
	padding:15px;
	margin:0 auto;
	background-color:#fff;
	border-left:15px solid #575757;
	border-right:15px solid #575757;
	}
#header{
	height:154px;
	margin-bottom:10px;
	border:0px solid black;
	}
#contentSidebar{
	width:972px;
	margin-bottom:20px;
	border:0px solid red;
}
#content{
	/*width:622px;*/
	width:577px;
	padding-left:15px;
        padding-right:20px; 
	min-height:500px;
	float:left;
	border:0px solid pink;
}
#leftSidebar{
	width:175px;
	float:left;
	min-height:200px;
	background-color: #ECE5B6;
	border:0px solid green;
}	
#sidebar{
	width:175px;
	float:left;
	background-color: #ECE5B6;
	margin-left:10px;
	border:0px solid green;
}

#leftSidebar ul{
	padding:0;
	margin:0;	
	}

#leftSidebar li{
	list-style:none;
	display:block;
	}	
#leftSidebar li li{
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;	
	}			
#leftSidebar h2{
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	margin:0;
	background: url('images/h2bg0000.png') no-repeat;
	background-color: #750c0c; 
	}
#leftSidebar ul li a { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	}
	
#leftSidebar ul li ul li ul li a {
	background:none;
	padding:0;
	text-decoration:underline;	
	}
#leftSidebar ul li ul li ul li a:hover {
	background:none;
	padding:0;
	text-decoration:underline;		
	}		 
#leftSidebar ul li.current_page_item a{
	background: url('images/selected.png') no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	background-color: #ffffff;
	padding: 3px; 
	display: block;   
	color: #660000;
	padding-right: 10px; 
	padding-left: 25px; 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;  
	text-decoration: none; 
}
#leftSidebar ul li a:hover { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #efefef; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	}

	 
#sidebar ul{
	padding:0;
	margin:0;	
	}
#sidebar li{
	list-style:none;
	display:block;
	}		
#sidebar h2{
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	margin:0;
	background: url('images/h2bg0000.png') no-repeat;
	background-color: #750c0c; 
	}			
#footer{
	color:#666666;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:13px;
	padding-top:10px;
	height:28px;
	text-align:right;
	border-top:1px solid #cacaca;
}
#footer a{
	color:#000000;
}
	
#footer a:hover{
	color:#666666;
    text-decoration:underline;
}
.item-layout{
	background-color:#F7F7F7;
	border:1px solid #CACACA;
	display:block;
	float:left;
	height:240px;
	margin-right:10px;
	margin-top:10px;
	padding:13px 10px;
	text-align:center;
	width:147px;
	}
.entry h1 { 
	padding: 10px; 
	color: #ffffff;
	font-size: 18px;
	display: block; 
	background: url('images/h1bg.png') no-repeat;
	background-color: #750c0c; 
	height: 22px; 
	width: 572px;
	margin:0;	
	text-align:center;
	}
.entry a{
color:#333333;
}	
/* Start Search Box */
#searchside {
	padding: 8px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	border-style: solid; 
	border-color: #cc0000; 
	border-width: 0px; 
	text-align: left;
	}
#searchside li{
	background:none;
	float:left;
	margin-right:5px;
}
#searchside a {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	}

.searchform {
	background-color: #dddddd;
	height: 16px;
	width: 142px;
	margin: 6px 0px 6px 0px;
	padding: 3px 7px 2px 5px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	}

#searchside select {
	background-color: #dddddd;
	width: 156px;
	padding: 3px 7px 2px 5px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	}

.searchsubmit {
	text-transform: none;
	background: #575757 url('navigati.htm') repeat-x;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}
/* End Search Box */

/* Start Sitemap */
#sitemap {
	width: 560px;
	padding-left: 0px;
	list-style-type: none;
	}

#sitemap .title{
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#sitemap .title span{
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#sitemap a{
	width: 560px;
	padding-left: 5px;
	list-style-type: none;
	}
#sitemap ul{
margin:0;
padding:0;
}
#sitemap ul li{
	list-style:none;
}
#sitemap ul li.li1 a{
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: 40px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#sitemap ul li.li2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
	font-weight: ;
	border-left-style: none;
	color: #666666;
	text-decoration: underline;
	}

#sitemap ul li.li3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	font-weight: ;
	color: #666666;
	text-decoration: underline;
	}

#sitemap ul li.li4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	font-weight: ;
	color: #666666;
	text-decoration: underline;
	}

#sitemap ul li.li5 a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	font-weight: ;
	text-decoration: underline;
	}

#sitemap ul li.li6 a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	font-weight: ;
	text-decoration: underline;
	}

#sitemap .info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	}

#sitemap .info2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	}

#sitemap .info3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 33px;
	}

#sitemap .info4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	}
	
/* End Sitemap */



.si-total{
	width:480px;
	float:left;
	margin-bottom:5px;
	border:0px solid red;	
}	
.si-label{
	width:95px;
	padding-right:5px;	
	float:left;
	text-align:right;	
	border:0px solid green;
}
.si-form{
	width:350px;
	float:left;
	border:0px solid pink;
	}
	