/*
Title:      	Pitjournal.com, ver 2.0 master styles for screen media
Author:     	Brian Samson, samson@samsonade.com
Updated:    	Aug 23, 2006
*/

/* ---[ Common Tags ]-------------------------------------*/

body {
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	background: #333 url(/images/bg_body.gif) repeat;
	}
	
a {
	color: #f90;
	position: relative;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
p {
	margin: 0 0 14px 0;
	}
	
h2 {
	margin: 0;
	font-family: Arial;
	font-size: 170%;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	}
	
h2 a {
	color: #f4e1c4;
	}
	
h2 a:visited {
	color: #c6bfb5;
	}

h2.archive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	line-height: 1.5em;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: normal;
	color: #f2e4ce;
	}
	
h4 {
	margin: 8px 0;
	font-size: 100%;
	font-weight: normal;
	}
	
/* ---[ Title Bar ]-------------------------------------*/
	
#title_bar {
	background: #555555 url(/images/bg_page_title.gif) repeat-x bottom;
	padding: 10px;
	margin-bottom: 12px;
	border-bottom: 2px solid #909aa5;
	}
	
#title_bar.index {
	height: 27px;
	}
	
#title_bar h2 {
	color: #fff;
	}
	
#title_bar h2 a {
	color: #fff;
	text-decoration: none;
	}
	
#title_bar h2 a:hover {
	text-decoration: underline;
	}
	
#title_bar h2.author_title {
	margin-bottom: 20px;
	}
	
#title_bar h2.pagetitle {
	float:left;
	}
	
#title_bar span.paged {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	}

#title_bar span.date {
	float: right;
	margin-top: 5px;
	font-weight: normal;
	font-size: 11px;
	}

/* ---[ Header / Top Navigation ]-------------------------------------*/
	
#header {
	position: relative;
	margin: 0;
	float: left;
	padding-top: 8px;
	height: 62px;
	width: 800px;
	background: #2e3e4c url(/images/bg_header.gif) repeat-x center;
	/*border-top: 8px solid #1f2b36;*/
	}
	
#header_container {
	margin: 0 auto;
	width: 800px;
	}
	
#logo {
	position: relative;
	float: left;
	text-align: left;
	}
	
#logo h1 {
	margin: 0;
	}
	
#logo h1 a {
	position: relative;
	text-indent: -2000em;
	display: block;
	width: 195px;
	height: 56px;
	background: url(/images/logo_pitjournal.gif) no-repeat;
	}
	
#top_nav {
	margin: 30px 10px 0 0;
	font-size: 12px;
	width: 470px;
	float: right;
	text-align: right;
	}
	
/* ---[ Containers ]-------------------------------------*/

#shadow {
	margin: 0 auto;
	padding: 0 1px 1px 1px;
	width: 800px;
	background: #1f1f1f;
	}	
	
	
#container {
	margin: 0;
	float: left;
	padding: 0;
	width: 800px;
	text-align: left;
	background: #ccc url(/images/bg_container.gif) repeat-y center;
	}
	
#content_body {
	float: right;
	width: 620px;
	}
		
#sidebar {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	}
	
/* ---[ Content Elements ]-------------------------------------*/

.content_archive {
	margin: 25px 10px 25px 10px;
	}
	
.content_single {
	margin: 10px;
	}
	
.content_gallery {
	margin: 10px;
	}
	
.content_gallery_thumbs {
	margin-left: 12px;
	}
	
.content_gallery_image {
	margin-left: 10px;
	}
	
/* ---[ Navigation Elements ]-------------------------------------*/

	
#nav {
	font-weight: normal;
	list-style: none;
	width: 160px;
	margin: 0;
	padding: 10px;
	}
	
#nav li {
	float: left;
	list-style-type: none;
	width: 160px;
	}
	
#nav li.nav_container {
	margin-bottom: 5px;
	}
	
#nav a.nav_title {
	display: block;
	float: left;
	width: 115px;
	padding: 4px 7px;
	background: #727f8c url(/images/bg_pagination_med.gif) repeat-x bottom;
	border: 1px solid #2f3e4d;
	color: #fff;
	text-decoration: none;
	}
	
#nav a.nav_title_long {
	display: block;
	float: left;
	width: 144px;
	padding: 4px 7px;
	background: #727f8c url(/images/bg_pagination_med.gif) repeat-x bottom;
	border: 1px solid #2f3e4d;
	color: #fff;
	text-decoration: none;
	}
	
#nav a.nav_title:hover {
	border: 1px solid #333;
	background: #d9d9d9 url(/images/bg_pagination_light.gif) repeat-x bottom;
	color: #333;
	}

#nav a.nav_title_long:hover {
	border: 1px solid #333;
	background: #d9d9d9 url(/images/bg_pagination_light.gif) repeat-x bottom;
	color: #333;
	}
	
#nav a.nav_button {
	display: block;
	float: right;
	padding: 4px 11px 4px 10px;
	background: #727f8c url(/images/bg_pagination_med.gif) repeat-x bottom;
	border-top: 1px solid #2f3e4d;
	border-right: 1px solid #2f3e4d;
	border-bottom: 1px solid #2f3e4d;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	}
	
#nav a.nav_button:hover {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #d9d9d9 url(/images/bg_pagination_light.gif) repeat-x bottom;
	color: #333;
	}
	
#nav img {
	border: 0;
	}
	
#ad_sidenav {
	float: left;
	padding: 10px;
	}
	
#the_content img {
	margin: 8px 10px;
	padding: 5px;
	background: #fff;
	}
	
/* ---[ Author Info ]-------------------------------------*/

#author_info h2 {
	padding: 10px;
	}

#bg_author_title {
	margin: 0;
	width: 100%;
	height: 60px;
	background: #60666b url(/images/bg_author_info.jpg) no-repeat bottom right;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px solid #909aa5;
	}
	
#author_info p {
	margin-left: 10px;
	width: 450px;
	}
	
/* ---[ Footer ]-------------------------------------*/
	
#footer {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	width: 800px;
	border-top: 2px solid #909aa5;
	font-size: 90%;
	background: #ccc url(/images/bg_footer.gif) repeat-x bottom;
	}
	
#copyright {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	color: #666;
	}
	
#footer_links {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	color: #999;
	}
	
#footer_links a {
	color: #666;
	text-decoration: none;
	}
	
#footer_links a:hover {
	text-decoration: underline;
	}
	
/* ---[ Search Form ]-------------------------------------*/

#gallery_nav {
	width: 100%;
	font-size: 90%;
	}
	
#gallery_img_num {
	float: left;
	}
	
.gallery_prev_next {
	margin: 2px 0 0 0;
	}
	

/* ---[ Search Form ]-------------------------------------*/

#sidebar form {
	margin: 0;
	padding-top: 11px;
	height: 28px;
	}
	
label.inside {
	position: absolute;
	visibility: hidden;
}

#search {
	margin-top: 10px;
	padding: 0;
	}

#nav-search {
	width: 114px;
	margin: 0 0 0 10px;
	padding: 4px 7px;
	font-family: Verdana, sans-serif;
	font-size: 112%;
	border-left: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;
	border-top: 2px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	color: #000;
}

#nav-submit {
	vertical-align: bottom;
	border: 0;
	margin: 0;
	_margin-bottom: 1px; /* show to IE */
	}
	
/* ---[ Schedule & Results ]-------------------------------------*/

#schedule {
	float: left;
	padding-left: 104px;
	margin-bottom: 20px;
	}
	
#schedule h3 {
	margin: 0;
	}
	
.sebring {
	background: url(/images/schedule/sebring.jpg) no-repeat left 4px;
	}
	
.houston {
	background: url(/images/schedule/houston.jpg) no-repeat left 4px;
	}
	
.mid_ohio {
	background: url(/images/schedule/mid_ohio.jpg) no-repeat left 4px;
	}
	
.new_england {
	background: url(/images/schedule/new_england.jpg) no-repeat left 4px;
	}
	
.utah {
	background: url(/images/schedule/utah.jpg) no-repeat left 4px;
	}
	
.portland {
	background: url(/images/schedule/portland.jpg) no-repeat left 4px;
	}
	
.road_america {
	background: url(/images/schedule/road_america.jpg) no-repeat left 4px;
	}
	
.mosport {
	background: url(/images/schedule/mosport.jpg) no-repeat left 4px;
	}
	
.road_atlanta {
	background: url(/images/schedule/road_atlanta.jpg) no-repeat left 4px;
	}
	
.montery {
	background: url(/images/schedule/montery.jpg) no-repeat left 4px;
	}
	
#result {
	float: right;
	margin-top: 3px;
	width: 100px;
	text-align: center;
	font-size: 11px;
	}
	
#result a {
	display: block;
	padding-top: 41px;
	background: url(/images/bg_result.gif) no-repeat top center;
	}
	


/* ---[ Misc. Elements ]-------------------------------------*/
	
.img_single {
	width: 560px;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	border: 0;
	}
	
.story_preview {
	}
	
.img_archive {
	float: right;
	width: 125px;
	margin: 6px 0 15px 15px;
	padding: 5px;
	background: #fff;
	border: 0;
	}

.img_gallery {
	float: left;
	width: 130px;
	margin: 0 12px 12px 0;
	padding: 5px;
	background: #fff;
	border: 0;
	}
	
.img_archive_alt {
	float: left;
	width: 125px;
	margin: 6px 0 0 10px;
	padding: 4px;
	background: #fff;
	border: 0;
	}
	

#article_details {
	font-size: 90%;
	margin: 10px 0 10px 0;
	}
	
#article_details span {
	color: #333;
	}
	
.article_continue {
	font-size: 90%;
	}
	
	
.slide-hide {
	display: none;
}

.slide-show {
	padding: 0;
	margin: 0;
	}

.slide-show li {
	font-size: 11px;

}

textarea {
	width: 594px;
	}
	
#adsense {
	margin: 10px;
	}
	
#google_ads_single {
	margin-bottom: 20px;
	text-align: center;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
#bookmarks {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 11px;
	}
	
#bookmarks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#bookmarks a {
	margin-right: 20px;
	padding: 5px 0 5px 24px;
	}
	
#bookmarks a.delicious {
	background: url(/images/icons/delicious.gif) no-repeat left center;
	}
	
#bookmarks a.yahoo {
	background: url(/images/icons/yahoo.gif) no-repeat left center;
	}
	
#bookmarks a.digg {
	background: url(/images/icons/digg.gif) no-repeat left center;
	}
	
#prev_next_posts {
	font-size: 11px;
	}

#prev_next_posts p.prev {
	margin-top: 10px;
	float: right;
	width: 275px;
	text-align: right;
	}

#prev_next_posts p.next {
	margin-top: 10px;
	float: left;
	width: 275px;
	}
	
#comments {
	padding: 10px;
	background: #666;
	margin-top: 12px;
	border-top: 2px solid #909aa5;
	}
	
.comment{
	list-style-type: none;
	}
	
.comment_open {
	margin-top: 5px;
	height: 7px;
	font-size: 0;
	background: url(/images/bg_comment_open.gif) no-repeat;
	}
		
.comment_title {
	padding: 0 20px 10px 0;
	font-size: 11px;
	background: url(/images/bg_comment_title.gif) no-repeat bottom right;
	}

.comment_text {
	background: #fffaf2 url(/images/bg_comment.gif) repeat-x top;
	color: #333;
	font-size: 11px;
	padding: 1px 10px;
	border-right: 1px solid #282c2d;
	border-left: 1px solid #282c2d;
	overflow: hidden;
	width: 578px;
	}
	
.comment_text p {
	margin: 0 0 10px 0;
	}
	
.comment_date {
	font-size: 10px;
	}
	
.comment_date a {
	color: #999;
	text-decoration: none;
	}
	
.comment_close {
	margin-bottom: 13px;
	height: 9px;
	background: url(/images/bg_comment_close.gif) no-repeat;
	}
	
#page_numbers {
	width: 600px;
	margin: 5px 10px 0 10px;
	font-size: 80%;
	}

#page_numbers a {
	padding: 4px 7px;
	background: #5d6162 url(/images/bg_pagination_dark.gif) repeat-x bottom;
	text-decoration: none;
	border: 1px solid #333;
	color: #fff;
	}
	
#page_numbers a:hover {
	border: 1px solid #333;
	background: #727f8c url(/images/bg_pagination_light.gif) repeat-x bottom;
	color: #333;
	}

#page_numbers span {
	padding: 4px 7px;
	background: #d9d9d9 url(/images/bg_pagination_med.gif) repeat-x bottom;
	border: 1px solid #2f3e4d;
	color: #fff;
	line-height: 200%;
	}
	
#page_numbers span.prev_next{
	padding: 4px 7px;
	background: #d9d9d9 url(/images/bg_pagination_dark.gif) repeat-x bottom;
	border: 1px solid #333;
	color: #999;
	}
	
#numbers {
	float: left;
	}

#prev_next {
	float: right;
	}
	
.schedule {
	font-size: 11px;
	}
	
.clear_left {
	clear: left;
	}

.clear_both {
	clear: both;
	}
	
.icon_rss {
	margin: 0 0 0 4px;
	border: 0;
	vertical-align: text-bottom;
	}
	
.small_txt {
	font-size: 11px;
	}
	
.ad_spacer {
	height: 20px;
	}