/*
Theme Name:		Scott Gaylord
Theme URI:		http://scottgaylord.com/
Description:		A theme for WordPress designed by <a href="http://cognizant-designs.com/">Zach Meyer</a> based on the cutline theme by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.0
Author:			Zach Meyer
Author URI:		http://cognizant-designs.com/
*/


* { padding: 0; margin: 0; }

body { background: #ffffff url(images/top_bg.jpg) top center no-repeat; color: #232323; font-family:Arial, Helvetica, sans-serif;}


/*---:[ global elements ]:---*/

a { outline:none; color:#00599A; text-decoration: none; }

	a:hover { color: #9A0000; }
	
	a img { border: none; }
	
blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

.posts p, .entry p, .pages p { font-family: Helvetica, sans-serif; font-size:12px; line-height:18px; margin:15px 0 15px 0; padding:0 20px;}

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.red { color: #9A0000; }

.blue { color: #00599A; }

.grey { color: #232323; }

.ten {font-size:10px;}


/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; color: #232323; padding:0 20px;  }

h1 { font-size: 24px; letter-spacing: 0.025em; }
	
h2 { font-size: 24px; letter-spacing: 0.025em; font-weight:normal; text-transform: capitalize; }

	h2 a { text-decoration: none; color: #232323; }
	
		h2 a:hover { color: #888; text-decoration: none; }
	
	.posts h2 { font-style:italic; }
	
	h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0;  }
	
	h2.archive_head { font-weight: normal !important; font-size: 21px !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-bottom: 1px dotted # !important; }
	
h3 { font-size: 1.0em; text-transform: uppercase; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size:21px; text-transform: none; color: #232323; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { }

h4 {color: #888; font-style:italic; font-size:12px; margin: 20px 0 5px 0; padding:0 20px; text-decoration:underline; }

	h4 a, h4 a:visited { color: #888; text-decoration: none; }
	
		h4 a:hover { color: #888; text-decoration: underline; }
	
	.posts h2, .pages h2 {  }



/*---:[ core layout elements ]:---*/

#container { width: 960px; margin: 0 auto; padding:0;}
					
	#content_box { width: 870px; float:right; margin:20px 0 0 0; text-align: left; clear: both; }
	
		#content { width: 500px; padding:0; margin:0; float: left; }
		
		#sidebar { width: 220px; float: right; padding:0; margin:0 50px 0 0;}
		
	#footer { width:860px; height:132px; margin: 0 auto; background:#ffffff url(images/footer_bg.jpg) top right no-repeat; padding:0; clear: both; }


/*---:[ header styles ]:---*/

#masthead { width: 960px; height: 221px; margin: 0 auto; }

ul#nav { list-style: none; width:675px; margin:102px 45px 0 0; padding:0; float: right; clear: none; }

	ul#nav li { margin:0 5px; padding:0; font: bold 15px Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { padding:0 3px; color: #fff; text-decoration: none; border:none;}
	
		ul#nav li a:hover { color: #ccc; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #fff; background:transparent url(images/right_tab.jpg) 100% 0 no-repeat; }
				
a.home_btn {display:block; float:left; clear:none; width:180px; height:64px; margin:14px 0 0 110px; border:none;}


/*---:[ content styles ]:---*/

.entry { }
		
	.entry blockquote { font-size: 12px; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }

	.entry ul, .entry ol { margin: 0 0 20px 40px; }
	
	.entry ul { list-style-type: disk; }
	
		.entry li { margin: 0 0 5px 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 20px 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 20px 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
		
		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
		
		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
	
		.entry img.off { padding: 0 !important; border: none !important; }
		
		.entry img.stack { clear: none !important; }

.entry p a { font-style:italic; text-transform: capitalize; font-family: Georgia, "Times New Roman", Times, serif; border-bottom:#232323 1px dotted;}

.entry p a:hover {border-bottom:#232323 1px solid;}

p.tagged { padding:8px 20px; margin:20px 0; border:#B0B2B8 1px solid; color:#232322; clear: both; }

	.tagged a { color: #9A0000; border-bottom:#232323 1px dotted; text-decoration: none; font-family: Georgia, "Times New Roman", Times, serif; }
	
		.tagged a:hover { color: #00599A; border-bottom:#232323 1px solid; }
	
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 500px; margin:0 0 20px 0; font-size: 12px; font-family: Helvetica, sans-serif; float: left; }
	
	.previous, .next { padding:5px 10px; background:#fff; }
	
	.previous { float: left; }
	
	.previous a, .next a { color: #9A0000; border-bottom:#232323 1px dotted;}
	
	.previous a:hover, .next a:hover { color: #00599A; border-bottom:#232323 1px solid; }
	
	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0; clear: both; }

.rule { background:#696968; width: 500px; height: 2px; }

.flat { margin: 0 0 2.0em 0 !important; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { margin: 0 0 20px 0; font-size: 18px; line-height: 21px; float: left; }

		li.widget h2, li.linkcat h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; color:#525252; letter-spacing: normal; margin:0; padding:0 0 0 10px; }

		li.widget p { margin: 0 0 20px 0; padding:0; }
		
		li.widget ul, li.linkcat ul, li.widget ol, li.linkcat ol { list-style: none; margin: 0 0 0.5em 20px; padding:0; width:180px; }
				
			li.widget li, li.linkcat li { margin: 5px 0; border-bottom:#232323 1px dotted; }
			
			li.widget li:hover, li.linkcat li:hover { margin: 5px 0; border-bottom:#232323 1px solid; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { padding:0 0 0 10px; outline:none; color:#9A0000; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:21px; font-style:italic; letter-spacing:0.025em; text-decoration: none; border:none; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: none; color:#00599A; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #232322; font-size: 15px; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				


/*---:[ footer styles ]:---*/
#footer {font-family:Georgia, "Times New Roman", Times, serif;}

#footer p { font-size: 10px; margin:88px 0 0 0; width:540px; float:right; clear:none; line-height:15px; color: #232323; text-align: left; letter-spacing:0.025em; }

	#footer a, #footer a:visited { color: #232323; text-transform:uppercase; text-decoration: underline; }
		
		#footer a:hover { color: #00599A; text-decoration: none; }

a.rss_btn {display:block; float:right; clear:none; width:22px; height:26px; margin:17px 0 0 0;}

a.wp_button {width:38px; height:38px; margin:83px 0 0 264px; float:left; clear:none; text-decoration:none; outline:none;}
a:hover.wp_button {background:url(images/wp_logo.jpg) top left no-repeat;}


/*---:[ comment styles ]:---*/

#comments { width: 500px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 18px; }
					
				.comment_time { font: normal 1.1em Helvetica, sans-serif; color: #232323; }
		
			.comment .entry { padding: 0 20px; }
			
				.comment .entry p { padding:10px; margin: 0 0 20px 0; background:#ffffff; }
		


/*---:[ comment form styles ]:---*/

#comment_form { width: 480px; padding: 1.0em 0 0 20px; float: left; }

	#comment_form p { padding:0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 194px; padding: 3px; color: #444; font: normal 15px Georgia, "Times New Roman", Times, serif; border-top: 1px solid #888; border-left: 1px solid #888; border-right: 1px solid #888; border-bottom: 1px dotted #232322; }
		
		#comment_form .text_area { width: 340px !important; }
		
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			


/*---:[ search form styles ]:---*/

#search_form {width: 220px; height:27px; background:url(images/search_box.png) top left no-repeat; }

	#search_form .search_input { width:175px; height:17px; padding:6px 0 0 8px; color: #00599A; font-size:12px; font: normal Georgia, "Times New Roman", Times, serif; font-style:italic; text-transform: capitalize; border:none; background:transparent; }
	
	li.widget .search_input { font-size:12px; }


/*  NASCAR DATA  */
.cnnDataTable { width:490px; border:0; margin:0 0 0 20px; border-collapse:collapse; border-bottom:8px solid #000; border-top:1px solid #000; padding:0; font-size:12px; text-align:left; }.cnnDataTable tr { background:#ddd; vertical-align:top; }.cnnDataTable th { background:#000; font-size:12px; font-weight:bold; color:#eee; padding:2px 3px; border-right:1px dotted #646464; }*html .cnnDataTable th { background:#000; border-right:0; }.cnnDataTable td { padding:2px; border-right:1px dotted #fff; border-top:1px solid #999; border-bottom:2px solid #fff; }*html .cnnDataTable td { background:#ddd; border-right:0; }.cnnDataTable .cnnTopTR,.cnnDataTable .cnnTopTR td { background:#000; height:12px; color:#fff; padding:0; border:0; }.cnnDataTable .cnnActive,.cnnDataTable .cnnTopTR .cnnActive { background:#000; }*html .cnnDataTable th.cnnActive,*html .cnnDataTable .cnnTopTR th.cnnActive { background:#000; border-right:0; }.cnnDataTable .cnnCup { background:#d4c58c; }.cnnDataTable .cnnBg { background:#a5b9cd; }.cnnDataTable .cnnTruck { background:#efccb0; }.cnnDataTable .cnnGeneric { background:#9ac09a; }.cnnDataTable .cnnDefault { background:#ddd; }*html .cnnDataTable .cnnCup,*html .cnnDataTable tr.cnnCup td { background:#d4c58c; border-right:0; }*html .cnnDataTable .cnnBg,*html .cnnDataTable tr.cnnBg td { background:#a5b9cd; border-right:0; }*html .cnnDataTable .cnnTruck,*html .cnnDataTable tr.cnnTruck td { background:#efccb0; border-right:0; }*html .cnnDataTable .cnnGeneric,*html .cnnDataTable tr.cnnGeneric td { background:#9ac09a; border-right:0; }*html .cnnDataTable .cnnDefault,*html .cnnDataTable tr.cnnDefault td { background:#ddd; border-right:0; }.cnnDataTable .cnnLast { border-right:0; }*html .cnnDataTable .cnnLast,*html .cnnDataTable tr.cnnCup .cnnLast,*html .cnnDataTable tr.cnnBg .cnnLast,*html .cnnDataTable tr.cnnTruck .cnnLast,*html .cnnDataTable tr.cnnGeneric .cnnLast { background-position:-1px -1px; }.cnnDataTable a,.cnnDataTable a:link,.cnnDataTable a:hover,.cnnDataTable a:active,.cnnDataTable a:visited { color:#000; background:none; padding:0; }.cnnDataTable th a,.cnnDataTable th a:link,.cnnDataTable th a:hover,.cnnDataTable th a:active,.cnnDataTable th a:visited { color:#fc0; }.cnnDataTable th.cnnActive a,.cnnDataTable th.cnnActive a:link,.cnnDataTable th.cnnActive a:hover,.cnnDataTable th.cnnActive a:active,.cnnDataTable th.cnnActive a:visited { color:#bebebe; } -->
