@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - JOHN FOGERTY HOME CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jf_home.css
	Date:			August 18, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active #navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar li.home a {
		background-position:0 -16px;
	}	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace #mainCol .mainTop {
		height:5px;
		font-size:0px;
	}
			
	#mainCol .header {
		width:586px; height:37px;
		margin:15px 0 0 0; padding:13px 0 0 0;
		background:url(../../images/bg_header.png) bottom left no-repeat;
	}
		#mainCol .header h2 {
			width:87px; height:25px;
			margin:0 0 0 23px;
			background:url(../../images/h2_news.png) 0 0 no-repeat;
		}
		#mainCol #news {
			padding:0 18px 0 19px;
		}
			#mainCol #news li {
				padding:19px 0 19px 0;
				background:url(../../images/dash.png) 0 bottom repeat-x;
			}
				#mainCol #news .date { 
					font:bold 10px Verdana, Arial, Helvetica, sans-serif;
					color:#3a0b02;
				}
				#mainCol #news h3 {
					width:510px;
					margin:14px 0 7px 0;
					font:normal 18px Georgia, "Times New Roman", Times, serif;
					color:#882400;
				}
					#mainCol #news h3 a {
						color:#882400;
					}
						#mainCol #news h3 a:hover {
							color:#ee0000;
						}
				#mainCol #news .post {
					width:530px;
					line-height:18px;
				}
				#mainCol #news .post p {
					margin:0 0 12px 0;
				}
				#mainCol #news .social {
					font:bold 10px Verdana, Arial, Helvetica, sans-serif;
					color:#af1111;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol #news .entry {
		margin:0 0 0 15px;
		display:block;
	}
