@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - POP EVIL NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pe_news.css
	Date:			May 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav a.news {
		background-position:-50px -130px;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	h1 Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol h1 {
		top:556px; left:28px;
		width:198px; height:96px;
		background:url(../../images/h1_news.png) no-repeat;
		position:absolute;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	News Entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol ul {
		padding:33px 0 20px 0;
		list-style:none;
	}
		#mainCol ul li {
			margin:0 0 0 28px; padding:7px 13px 9px 13px;
			width:534px;
			font-size:11px;
		}
		#mainCol li.even {
			background:#c1b599;
		}
			#mainCol li .date {
				color:#682f2f;
				display:block;
			}
			#mainCol li h3 {
				font-weight:bold;
				font-size:16px;
			}
			#mainCol li .post {
				line-height:14px;
			}
				#mainCol li .post p {
					margin:0 0 10px 0;
					line-height:14px;
				}
		#mainCol li .hr {
			width:263px; height:1px;
			background:url(../../images/hr_dash.gif) repeat-x;
		}
			#mainCol li .hr hr {
				display:none;
			}
		#mainCol li .stats {
			margin:13px 0 0 0;
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#341818;
		}
			#mainCol li .stats .bubble {
				width:94px; height:18px;
				padding:4px 0 0 0;
				background:url(../../images/bubble_comment.png) no-repeat;
				color:#fff1ae;
				line-height:10px;
				text-align:center;
				float:left;
			}
				#mainCol li .stats .bubble a {
					color:#fff1ae;
				}
					#news li .stats .bubble a:hover {
					
					}
			#mainCol li .stats .view {
				margin:2px 0 0 7px;
				display:block;
				float:left;
			}
			#mainCol li .stats a.more {
				width:60px; height:8px;
				margin:5px 0 0 0;
				background:url(../../images/btn_readMore.png) 0 0 no-repeat;
				display:block;
				float:right;
			}
				#mainCol li .stats a.more:hover {
					background-position:0 -8px;
				}