@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ELECTRIK RED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		er_news.css
	Date:			January 28, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav li#navNews a {
		background-position:-77px -57px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .header {
		margin:0 0 3px 0; padding:21px 15px 0 15px;
		width:585px; height:25px;
		background:url(../../images/bg_header_mainCol.jpg) no-repeat;
	}
		#mainCol .header h2 {
			width:78px; height:16px;
			background:url(../../images/h2_news.png) no-repeat;
		}
		
		
		/* entry */
		#mainCol .entry {
			margin:0 0 9px 0; padding:0 0 23px 0;
			background:#fff url(../../images/bg_entry.jpg) no-repeat;
		}
			#mainCol .entry .date {
				margin:20px 25px 0 0;
				width:93px;
				text-align:right;
				color:#990e0e;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				float:left;
			}
			#mainCol .entry h3 {
				margin:15px 0 0 0;
				width:470px;
				font:bold 18px Arial, Helvetica, sans-serif;
				float:left;
			}
			
			#mainCol .entry .hr {
					margin:5px 0 0 0;
					width:615px; height:1px;
					background:url(../../images/hr.png) no-repeat;
				}
					#mainCol .entry .hr hr {
						display:none;
					}
					
			#mainCol .entry .content {
				margin:8px 0 0 115px;
				width:470px;
			}
				#mainCol .entry .content p {
					margin:0 0 0 5px;
					color:#5f5555;
					font:normal 12px Arial, Helvetica, sans-serif;
					line-height:16px;
				}
				#mainCol .entry .content a.btnReadFullArticle {
					margin:13px 0 0 5px;
					width:106px; height:13px;
					display:block;
					background:url(../../images/btn_readFullArticle.png) 0 top no-repeat;
				}
					#mainCol .entry .content a.btnReadFullArticle:hover {
						background-position:bottom;
					}
					
				#mainCol .entry .content .hr {
					margin:15px 0 0 0;
					width:498px; height:1px;
					background:url(../../images/hr_small.png) no-repeat;
				}
					#mainCol .entry .content .hr hr {
						display:none;
					}
				
				#mainCol .entry .content .socialBar {
					margin:5px 0 0 5px;
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#ff0f5e;
				}
					#mainCol .entry .content .socialBar .views {
						color:#892e2e;
						float:left;
					}
					#mainCol .entry .content .socialBar .socialLinks {
						float:right;
					}