/*
Theme Name: Hills Motors
Theme URI: bluesock.com
Description: Hills Motors
Author: Bluesock.com (based on WP-PortalTheme 2.1 by Portal Labs, LLC)
Author URL: Blueock.com
Tags: 
Version: 1.0

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

*/

* {
	margin: 0; padding: 0;
   font-family: Tahoma;      
   
}
body {
	text-align: center;
	font: 12px Arial;
	color: #666666;
	 background:  url(images/background0.gif) repeat-y top center #d9d5d2;
}

a
{
	color:blue;
}
	

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/** BEGIN wrapper **/
.wrapper {
	width: 776px;
	margin: auto auto;
	text-align: left;
	/*background: url(images/wrapper.gif) repeat-y top center;*/
}
/** END wrapper **/

.outer_wrapper
{
	width: 782px;
	margin: auto auto;
	text-align: left;
	padding:1px;
	padding-top:2px;
	/*background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}


/** BEGIN header **/
#header {
	height: 148px;
	color: #ffffff;
	font-family: Georgia;
}

    #header img {
        display: block;
        margin: 0 auto;
        width: 776px;
    }


	#header h1 a {
		font-size: 54px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		top: 35px;
        left: 54px;
		float: left;
	}
	#header h3 {
		font-size: 1.4em;
		font-style: italic;
		font-weight: normal;
		position: relative;
		top: 38px; left: 60px;
		float: left;
		clear: both;
	}
	#header form {
		position: relative;
		top: 0; left: 0;
		float: right;
		position: relative;
		top: 5px; left: -49px;
	}
		#header form input {
			font-family: Georgia;
			font-size: 1em;
			float: left;
			width: 220px;
			margin-right: 5px;
			border: 1px solid #ffffff;
		}
		#header form button {
			text-indent: -9999px;
			width: 18px; height: 18px;
			border: 0;
			float: left;
			background-color: transparent;
		}
/** END header **/

/** BEGIN navigation **/
#navigation {         
	list-style-type: none;
	height: 14px;
	padding: 10px 6px;
	
  
}

	#navigation li {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 5px; 
	}
	#navigation li a {
		text-decoration: none;
		padding: 5px;
      color: #ffffff; 
	}
	#navigation li a:hover {
		text-decoration: underline;
	}  
/** END navigation **/

/** BEGIN content **/
#content {
	width: 100%;
	margin-left: 0px;
	padding: 2px 0 10px;
	background-color: white;
	background-image: url(images/dragon_bottom.png);
	background-repeat: no-repeat;
	background-position: left top; 
   padding-top:10px;  
}
	.post {
		padding: 10px 10px 0;
	}
	.first {
		padding-top: 0;
	}
	.post h2 {
		clear: both;
		font-size: 2em;
		font-weight: normal;
		padding-bottom:10px;
	}
	.post h2 a {
		text-decoration: none;
	}
		.first h2 a {
			text-decoration: none;

		}
		.first h2 {
			border-top: 0;
		}
	.post p {
		margin-bottom: 10px;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.date {
		text-align: center;
		padding-bottom: 10px;
		font-family: Georgia;
		font-style: italic;
		font-size: 1.2em;
		border-bottom: 1px dashed #cccccc;
		margin: 0 25px 15px !important;
	}
	.post h3 {
		font-size: 1.6em;
		font-weight: normal;
		
		padding: 10px 0;
      
	}
	#postnav {
		padding: 10px;
		font-family: Georgia;
		font-style: italic;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 300px;
	margin-right: 11px;
	padding: 2px 0 10px;
}
	#sidebar h2 {
		font-family: Georgia;
		font-size: 1.5em;
		font-weight: normal;
		font-style: italic;
		padding: 7px 18px 6px;
		border-width: 1px 0;
		border-style: solid;
      color: #ffffff;
      background-color: #85B4E2;
	  
	}
	#sponsors {
		padding: 14px;
	}
	#sponsors img {
		border: 0;
		margin: 2px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 15px;
		margin-right: 50px;
	}
		#sidebar ul li {
			padding: 6px 0 6px 10px;
			font-family: Georgia;
			background: url(images/bullet.gif) no-repeat 0 10px;
         border-bottom: 1px dashed #cccccc;  
		}
		#sidebar ul li a {
			text-decoration: none;
            color: #666666;       
		}
		#sidebar ul li a:hover {
			text-decoration: underline;
         color: #fb9d02;   
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
    padding: 16px 0;
    height: 50px;
    width: 778px;
    margin: 0 auto;
    text-align:center;
    background-color: white;
}

	#footwrap {
        margin: auto auto;
        width: 100%;
        text-align: left;
        background-image: url(images/footer.png);
        background-repeat: repeat-x;
        background-position: left top;
        height:80px;
	}
   
   
   #footer a {
      color: #999999;

   }
	
/** END footer **/

/** BEGIN single **/
img {
	border: 0;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post ul {
	margin: 0 0 10px 18px;
}
.post ol {
	margin: 0 0 10px 25px;
}
.post li {
	line-height: 1.6em;
	font-size: 1.2em;
}
.post blockquote {
	
	padding-left: 8px;
	margin-left: 2px;
}
#commentsection {
	
}
	#commentsection h2 {
		margin: 0 0 10px !important;
		text-align: left;
	}
	.commentdetails {
		margin-bottom: 10px;
		font-family: Georgia;
	}
	.commentdetails img {
		float: left;
		padding: 2px;
		margin: 0px 4px 3px 1px;
	}
	.commentdetails p {
		margin-bottom: 2px;
	}
	.commentauthor {
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.9em !important;
		font-style: italic;
	}
	.comment1 {
		padding-bottom: 20px;
	}
	.notfound {
		padding: 20px;
	}
	.notfound h2 {
		font-family: Georgia;
		font-weight: normal;
		font-size: 2em;
		padding-bottom: 10px;
	}
	#postdetails {
		font-size: 0.8em;
		font-family: Georgia;
	}
		#postdetails p {
			margin-bottom: 5px;
		}
/** END single **/

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.bottom_nav_wrapper
{
  padding-top:50px; 
  padding-left:220px;
}

.top_nav_wrapper
{
/*
	background-image: url(images/dragon_bar.png);
	background-repeat: no-repeat;
*/
    background-color: #85B4E2;
    padding-left: 10px;  
}

.top_nav_wrapper a.bullet_link 
{
   background-image: url(images/bullet.gif);
   background-position: 2px 7px;
   background-repeat:no-repeat;
   padding-left:15px !important; 
   
   
}




   .post blockquote {

   border-left: 2px solid #e6e6e6;
}

   .commentdetails img {
      border: 1px solid #CCCCCC;
   }
   
   .wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
}

.full_width_column
{
  width:100%;
  padding:0 0 0 10px;
  margin:0 0 20px 0;
 
}

.half_width_column
{
  width:48%;
  float:left;
  padding:0 0 0 10px;
  margin:0 0 20px 0;
}

.third_width_column
{
   width:31%;
   float:left;
   padding:0 0 0 10px;
   margin:0 0 20px 0;
}

.quarter_width_column
{
   width:22%;
   float:left;
   padding:0 0 0 10px;
   margin:0 0 20px 0; 
}

.new_row
{
   clear:both;   
}

#icon_helper {
    float: right;
    margin-right: 20px;
}


#sidebar h2, #sidebar div
{
	margin-top:20px;
}

#sidebar li 
{
	list-style-position:outside;
}

#sidebar li a
{
	padding-left:3px;
}


