@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Hole Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		hole_home.css
	Date:			April 5, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Selected State
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mastHead #nav li.home a {
		background-position:0 -29px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2_news {
		margin:0 0 39px 0;
		width:58px; height:18px;
		background:url(../../images/h2_news.png) 0 0 no-repeat;
	}
			

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
	
	}
		#news .entry {
			margin:0 0 40px 0; padding:0 0 30px 0;
			border-bottom:2px solid #ebebeb;
		}
			#news .entry .header {
				margin:0 0 22px 0;
			}
				#news .entry .header h2 {
					font:normal 1.25em Georgia,"Times New Roman",Serif;
					width:462px;
					float:right;
				}
			#news .entry .body {
				display:block;
			}
				#news .entry .body p {
					margin:0 0 20px 0;
					font:normal .8125em Georgia,"Times New Roman",Serif;
					line-height:19px;
				}
			#news .entry .footer {
				padding:0 0 0 10px;
			}
