<!--

/*

Theme Name: King
Theme URI: http://russkingracing.com/wp-content/themes/king
Description: Russ King Racing
Version: 1.0
Author: Rhett Butler
Author URI: http://butlermm.com
*/

/*
WP styles
*/



.aligncenter,
div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   color: #333;
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}



#commentform {
	margin: 5px 10px 0 0;
	}

textarea#comment {
	width: 500px;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/*
End WP specific styles
*/

:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

a:link { color: #FF9900; text-decoration: none;}
a:visited { color: #FF9900; text-decoration: none;}
a:active { color: #FF9900; text-decoration: none;}
a:hover { color: #888; text-decoration: underline;}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: #AAA;
	background-color: #000;
}
#header {
	height: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	width: 985px;
	clear: both;
}
#mainnav {
	height: 54px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	width: 985px;
	clear: both;

}

ul#nav {
	height:54px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
/*	list-style:none;  */
	width:985px;
}

ul#nav li {
float:left;
}
 
ul#nav li a.home {
	display:block;
	width:124px;
	height:54px;
	text-indent: -9999px;
	background-image: url(images/nav_01.gif);
	background-repeat: no-repeat;
	background-position: 0 -54px;
}


ul#nav li a.home:hover {
	background-position: 0 0px;
}

ul#nav li a.bio {
	display:block;
	width:83px;
	height:54px;
	background:url(images/nav_02.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.bio:hover {
background-position: 0 0px;
}

ul#nav li a.crew {
	display:block;
	width:96px;
	height:54px;
	background:url(images/nav_03.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.crew:hover {
background-position: 0 0px;
}

ul#nav li a.schedule {
	display:block;
	width:156px;
	height:54px;
	background:url(images/nav_04.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.schedule:hover {
background-position: 0 0px;
}

ul#nav li a.photos {
	display:block;
	width:121px;
	height:54px;
	background:url(images/nav_05.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.photos:hover {
background-position: 0 0px;
}

ul#nav li a.sponsors {
	display:block;
	width:157px;
	height:54px;
	background:url(images/nav_06.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.sponsors:hover {
background-position: 0 0px;
}

ul#nav li a.gear {
	display:block;
	width:90px;
	height:54px;
	background:url(images/nav_07.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.gear:hover {
background-position: 0 0px;
}

ul#nav li a.contact {
	display:block;
	width:158px;
	height:54px;
	background:url(images/nav_08.gif) no-repeat 0 -54px;
	text-indent: -9999px;
}


ul#nav li a.contact:hover {
background-position: 0 0px;
}


#content {
	clear:left;
	display:inline;
	float:left;
	width:580px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar {
	display:inline;
	float:left;
	width:320px;
	margin: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideblock1 {
	background-image: url(images/bg_upcoming.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 90px;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sideblock2 {
	background-image: url(images/bg_racestats.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 90px;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sideblock3 {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	width: 985px;
	clear: both;
}

.clear{clear:both;line-height:0px;font-size:0;}

#clear_left {
	clear: left;
}
#footer_wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 985px;
	clear: both;
}

#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 159px;
}
#footer_content {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.post-image {
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;
        background-color:#222;
        border:1px solid #ccc;
        padding:5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        }
        
.post-63 {
		background-image: url(images/bg_schedule.jpg);
		background-repeat:repeat-y;	
}

h1 {
	color: #aaa;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #000;
        margin-top: 0px;
	margin-bottom: 10px;
	}

	

h2 {
	color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {

	color: #FF9900;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
font-size:14px;
line-height:20px;
padding:0 0 15px;
margin:0;
}

.date {
	font-size:11px;
	padding-bottom:5px;
	font-weight:bold;
	color:#BBB;	
}

ul {
	font-size: 12px;
}



ul.links {
	list-style-type: none;
	font-size: 0.8em;
	}

.itemname {
	font-size: 12px;
	font-weight: 600;
	color: #06F;
}

ul.links li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	}

ul.links li a:hover {
	color: #FFF;
	border-top: 1px dotted #FFF;
	}

.blockquote {
	border-left: 2px solid #999;
	padding: 15px;
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	background-color: #090909;
	}

ol {
	font-weight: 800;
	font-size: 0.8em;
	color: #FFF;
	margin: 20px;
	}

ol span {
	font: 400 1.2em arial,sans-serif;
	color: #999;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

* html form input.text,

* html form textarea{

    border-color:#999;
	color:#999;
	}
	
.widget {
        margin-bottom: 20px;
}
 
.widget li {
        margin-left:0;
        margin-bottom:10px;
}	

.stats {

        color: #FF9900;
	font-size: 16px;
	font-weight: 600;
}

.statsdata {
        color: #FFF;
	font-size: 16px;
	font-weight: 600;
}
	
.postmetadata {
border-bottom:1px solid #333;
margin-bottom:20px;
padding-bottom:20px;
}

ul#sidebar {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul, li {
margin: 0;
padding: 0;
list-style-type:none;
list-style-position:outside;
}

textarea {
background-color:#000000;
border:1px solid #666666;
color:#EEEEEE;
margin:1px 0;
}

input {
background-color:#000000;
border:1px solid #666666;
color:#EEEEEE;
margin:1px 0;
}

textarea#comment {
margin:0;
padding:0;
width:96%;
}

select {
	background-color:#000000;
	color:#AAAAAA;
	border:1px solid #999999;
}

.more-link {
	display:block;
	padding-top:10px;
	}