/*  
Theme Name: Sinclair Hotrods 
Theme URI: http://organic-arts.com/themes
Description: Custom Organic Arts Theme 
Version: 0.1
Author: Michael Blaha
Author URI: http://organic-arts.com/
.
Adapted by Michael Blaha,  Organic Arts
.
*/

/* =Body------------------------------------------------------------------ */		

body {
	font-family: "lucida grande", "lucida sans unicode", "tahoma", verdana, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* =page =wrap =subwarp------------------------------------------------------------------ */		

#page{
	text-align: left;
	width: 800px;
	margin: 0px auto 10px;
	padding: 0px;

}



/* =Links  ------------------------------------------------------------------ */
a:link{
	color: #CC0000;	
}
a:visited{
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	text-shadow: gray 0.0em 0.2em 0.3em;
}
a:active{
	color: #333333;	
}
a:focus {
	background-color: #F5F5F5;
	text-shadow: gray 0.0em 0.2em 0.3em;
}
/* =Headings =H ------------------------------------------------------------------ */
h1, h2, h3, h4, h5{}
h1{
	font-weight: normal;
}
h2{
	color: #333333;
	font-weight: normal;
	margin: 2px 0px 15px;
	padding: 1px;
	line-height: normal;
}
h3{
	color: #333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
h4{}
h5{}
/* =Forms input------------------------------------------------------------------ */
textarea{}
input, textarea{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F3F3F3;
	border: 1px double #666666;
	padding: 4px;
}
/* =List ------------------------------------------------------------------ */
ul{}
ol{}
ol li {}
ul li{list-style-type: none;}


li{
	padding-top: 2px;
	padding-bottom: 2px;
		}

/* =Header ------------------------------------------------------------------ */		
#header{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#header h1 a {
	margin-left: 12px;
	color: #ED1E26;
} 

/* =Footer ------------------------------------------------------------------ */
#footer{
	clear:both;
	height: 100px;
}
#footer a {
	text-decoration:none;
			}
#footer .menu {}			
.copyright{}		
#footer .organicarts{ font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;}
	
/* =Menu // other menus under structure------------------------------------------------------------------ */		
#mainmenu{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
#mainmenu ul{
	padding: 2px 0px 0px;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#mainmenu li{
	display:inline;
	padding: 2px;
	margin-right: 2px;
	}
#mainmenu a{
	padding: 4px;
}
/* =submenu // other menus under structure------------------------------------------------------------------ */		
#submenu{
	font-size: 1.2em;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
}
#submenu ul{
	padding: 2px 0px 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#submenu li{
	display:inline;
	padding: 2px;
	margin-right: 2px;
	}
#submenu a{
	padding: 4px;
}

/* =Content ------------------------------------------------------------------ */
#content{
	float: left;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 15px;
}

/* Content classes -----------------------------------------------------------------*/
.contenthome, .contentsingle, .contentpage, .contentarchive, .contentsearch{
	width: 500px;
	margin-left: 10px;
	}
.contenthome{}
.contentsingle {}
.contentpage{}
.contentarchive{}
.contentsearch {}

/* =Post ------------------------------------------------------------------ */

.post {
	clear: both;
	margin: 4px 0px 40px;
	padding: 0px;
	}
.post h2{
	margin: 0px 0px 2px;
	}	
.post h2 a{
	font-weight: normal;
	padding: 0px;
	display:block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	color: #333333;
}
.post h2 a:hover{
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	display:block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	color: #EB1E23;
}
.post_entry{}
.post_more {}
.post_meta {
	color: #999999;
}
.post_meta ul, .postmeta li {}
	
/* =Linkspage ------------------------------------------------------------------ */
.links{}
.links h2{ 	
	font-size: 1.2em;
	}
.links ul{list-style-type: none;}
.links li{list-style-type: none;}

/* Left Column ------------------------------------------------------------------*/
#leftcol{
	float: left;
	width: 150px;
}

/* Right Column ------------------------------------------------------------------*/
#rightcol{}

/* =Sidebar  ---------------------------------------------- */
#sidebar{
	float:right;
	width: 200px;
	margin: 0px 0px 0px 12px;
	text-align: left;
	padding: 4px;
	}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	font-size: 1.3em;
	text-decoration:none;}
#sidebar a:hover{}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:hover, #sidebar h2 a:active  {
	font-size: 1.4em;
	color: #999999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 2px 0px 1px;	
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar li { 	list-style-type: none;}

#sidebar ul li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0px;
}
#sidebar ul li a{
	list-style-type: none;
	display:block;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul ul li {
	list-style-type: none;
	padding: 2px 0px 4px 4px;
	list-style-type: none;
	margin: 0px;
}
html>body #sidebar ul ul li a {
	list-style-type: none;
}
#sidebar ul ul li a {
	list-style-type: none;
	display: block;
	margin: 0 0 0 -8px;
	padding: 2px 10px 0;
} 
#sidebar ul ul li a:hover {
	list-style-type: none;
	text-decoration:underline;
}
#sidebar ul ul ul {
	margin: 0;
	border: none;
	list-style-type: none;
}
#sidebar ul ul ul li {
	padding: 3px 0px 3px 25px;
	border-bottom: none;
	font-weight: normal;
} 
html>body #sidebar ul ul ul li a {
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
} 

/* =Widgets -----------------------------------------------------------------*/
.widget{}
.widgettitle{}
.widget_meta{}
.widget_search{}

/* =Pagenav =Pageitem  -----------------------------------------------------------------*/
.pagenav {}
.pagenav ul {}
.pagenav ul li {}

.pageitem{}
#sidebar .pageitem a {font-weight: bold;}
.pageitem ul  li a{}
.pageitem ul ul li {}
	
/* =current ----------------------------------------------------------------- */
.page_item{
	margin-top: 2px;
	margin-bottom: 2px;
}
.current_page_item{
	background-color: #F6F6F6;
	text-shadow: white 0.2em 0.2em 0.3em;
}

#sidebar .current_page_item a{
	color: #333333;
	background-color: #F5F5F5;
}

/* =Category -----------------------------------------------------------------*/
#categories {}
#categories a {}
#categories a:hover {}
#categories ul {}
#categories ul li {}

/* =Archives -----------------------------------------------------------------*/
#archives {}
#archives a {}
#archives a:hover {}
#archives ul {}
#archives ul li {}





/* =Poweredby ------------------------------------------------------------------ */
.poweredby{
	padding-top: 12px;
	padding-bottom: 12px;
}
.poweredby, .poweredby a{
	font-size: 1em;
	text-decoration:none;
	color: #ccc;
	
	}
	
/* =Utility ------------------------------------------------------------------ */

.utility_head{
	font-size: 10px;
	position: relative;
	top: -50px;
	float: right;
	margin-right: 15px;
	color: #CCCCCC;
}
	
.utility_head li{
	display:inline;
	padding-left: 2px;
	}
.utility_head a:link, .utility_head a:visited, .utility_head a:active {
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
	}
.utility_head a:hover{
	color: #333333;
	text-decoration:underline;
	}

.utility_foot{
	margin-right: 5px;
	color: #666666;
}
.utility_foot ul{
	padding: 0px;
		}
.utility_foot li{
	display:inline;
	padding-left: 2px;
	padding-right: 2px;
	}
.utility_foot a:link, .utility_foot a:visited, .utility_foot a:active {
	color: #666666;
	text-decoration: none;
	padding: 3px;
	}
.utility_foot a:hover{
	color: #333333;
	text-decoration:underline;
	}
/* Search: =Search ---------------------------------------------- */
#search{}
#search label {}
#searchform{
	margin-top: 4px;
	margin-bottom: 4px;
}
#search div{}
#searchform input {}
#s{
	font-size: 1em;
	color: #333333;
	border: 1px solid #C5C3D1;
	background-color: #FBFBFB;
	width: 125px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#searchsubmit{
	font-size: 1em;
	background-color: #FFF;
	padding: 2px;
	color: #999999;
	border: 1px solid #CCC6D4;
}

/* =Comments ------------------------------------------------------------------ */
.commentlist li, #commentform input, #commentform textarea {
	width: 450px;
	}
.commentlist li {}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {}

.commentmetadata {
	font-weight: normal;
	width: 500px;
	}
	
.commentshome a{
	color: #CCCCCC;
	margin-left: 8px;
}	

#commentsubmit{}

/* =splash ------------------------------------------------------------------ */

.splash{
	margin: 0px 0px 24px;
	padding: 0px;
	line-height: 1em;
	clear:both;
}
.splashbox{
	border-bottom: 1px solid #F0F0F0;
	
	}

.splash h2{

}
.splash ul{
	margin: 0px;
	padding: 0px;
}
.splash li{
	margin: 0px 0px 0px 8px;
}

.splashimg{
	border: none;
}
.splashalert{
	color: #FFFFFF;
	background-color: #B18D29;
	padding: 4px;
}
.splashalert:hover{
	color: #FFFFFF;
	background-color: #993300;
	padding: 4px;
}

.splashleft, .splashright{
	margin: 2px;
	width: 195px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px none #F0F0F0;
	border-left: 1px solid #F0F0F0;
} 
.splashleft:hover, .splashright:hover{
	background-color: #F4F4F4; 
} 
.splashleft{


}
.splashright{

}

/* =breakoutbox =bbox ------------------------------------------------------------------ */

.bbox, .bboxleft, .bboxright { 
	border: 1px solid #CCCCCC;
	}

.bbox{
	width: 95%;
	margin: 2px;
	padding: 8px;
}

.bboxleft{
	float: left;
	margin: 8px;
	padding: 10px;

}
.bboxright{
	float: right;
	margin: 8px 8px 8px 10px;
	padding: 10px;
}
.bbox0{

}
.bbox1{

}
.bbox2{
	
}

/*contentbox =contentbox ---------------------------------------------- */

.contentbox{
	width: 95%;
	background-color: #FBFBFB;
	padding: 4px 10px 10px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	margin-bottom: 14px;	
}
.contentbox a{
	text-decoration: none;
}
.contentbox li a{
	display: block;
}
.contentbox ul{
	margin: 0px;
	padding: 0px;
}
.contentbox li, .contentbox li:hover{
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
	list-style-position: inside;
	list-style-type: none;
}
.contentbox li:hover{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
}

/* Calendar =wp-cal  ---------------------------------------------- */
#wp-calendar caption{
	font-weight: bold;
}
#wp-calendar a:link{
	color: #990000;
	padding:4px;
}
#today{
	background-color: #CCCCCC;
	padding:1px;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color: #FBFBFB;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Contact Form =contact ---------------------------------------------- */

.contactform {
			width: 100%; 
			position: relative;
			float: left;
			}
		
.contactleft {
			width: 25%; 
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

.contacterror {
            border: 1px solid #ff0000;
        	}


/* Images : =images ---------------------------------------------- */

/* All image class control here  */

.imgborder, .imgborderleft, .imgborderright, .alignleft, .alignright,.aligncenter {
	margin: 10px;}

img{border: 0;}
img a{ border: 0;}

/* Image Border  =imgborder */

.imgborder, .imgborderleft, .imgborderright{
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.imgborderleft{ float: left;}
.imgborderright{ float: right;}	

/* Left Right Floats : =left =right ---------------------------------------------- */

.left, .right{ margin:10px;}
.left{ float:left;}
.right{float:right;}

/* Misc for now ---------------------------------------------- */

.caps{
	font-variant: small-caps;
	color: #CC6600;
	font-family: "Times New Roman", Times, serif;

}
hr {
	color: #996600;
	border: 1px solid #996600;
}

code{
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 12px;
}
blockquote{
	background-color: #F4F4F4;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #DEDEDE;
}
cite{}
acronym {speak : normal;}
abbr.initialism {speak : spell-out;}
abbr.truncation {speak : normal;}
.note {
	font-size: .8em;
	color: #999999;
}
.clear{
	clear:both;}
	
/* Attachment =attach ---------------------------------------------- */	
.smallattachment, .smallattachment:hover{
	background-color: #EEEEEE;
	padding: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F0F0F0;
}
.smallattachment:hover{
	background-color: #FFFFFF;
}
.smallattachment a{
	display: block;
	font-size: 1.5em;
	background-color: #FFFFFF;
	padding: 4px;
}