@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - POP EVIL NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pe_news_single.css
	Date:			May 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:808px !important;
		background:url(../../images/bg_singleMiddle.jpg) 0 0 repeat-y !important;
	}
		#mainColTop {
			background:url(../../images/bg_singleTop.jpg) 0 0 no-repeat !important;
		}
		#mainColBottom {
			background:url(../../images/bg_singleBottom.jpg) 0 bottom no-repeat !important;
		}
	#altCol {
		width:125px !important;
	}
	

/*	--------------------------------------------------------------------------------------------------------------------------
	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 newsEntry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .newsEntry {
		padding:59px 0 0 51px;
		width:540px;
		display:inline;
		float:left;
		font-size:11px;
	}
		#mainCol .newsEntry .date {
			color:#682f2f;
			display:block;
		}
		#mainCol .newsEntry h3 {
			font-weight:bold;
			font-size:16px;
		}
		#mainCol .newsEntry .post {
			line-height:14px;
		}
			#mainCol .newsEntry .post p {
				margin:0 0 10px 0;
				line-height:14px;
			}
	#mainCol .newsEntry .hr {
		width:263px; height:1px;
		background:url(../../images/hr_dash.gif) repeat-x;
	}
		#mainCol .newsEntry .hr hr {
			display:none;
		}
	#mainCol .newsEntry .stats {
		margin:13px 0 0 0;
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#341818;
	}
		#mainCol .newsEntry .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 .newsEntry .stats .bubble a {
				color:#fff1ae;
			}
				#news .newsEntry .stats .bubble a:hover {
				
				}
		#mainCol .newsEntry .stats .view {
			margin:2px 0 0 7px;
			display:block;
			float:left;
		}
		#mainCol .newsEntry .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 .newsEntry .stats a.more:hover {
				background-position:0 -8px;
			}
		/* Recent Entries */
		#mainCol .recent {
			margin:56px 20px 0 0; padding:17px 10px 7px 10px;
			width:153px;
			display:inline;
			float:right;
			background:#d0bfa4;
		}
			#mainCol .recent ul#newsEntries {
				list-style:none;
			}
				#mainCol .recent ul#newsEntries li {
					padding:7px 0 7px 0;
					width:153px;
					background:url(../../images/hr_rightCol.png) 0 bottom repeat-x;
				}
					#mainCol .recent ul#newsEntries li a {
						font:bold 11px Arial, Helvetica, sans-serif;
					}