@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;
			float:left;
		}
		#mainCol .header a.btnViewMoreNews {
			margin:8px 0 0 0;
			width:128px; height:7px;
			background:url(../../images/btn_viewMoreNews.png) 0 top no-repeat;
			display:block;
			float:right;
		}
			#mainCol .header a.btnViewMoreNews:hover, #mainCol .header a.btnViewMoreNews:active {
				background-position:bottom;
			}
	
		
		/* entry */
		#mainCol .entry {
			padding:0 0 50px 0;
			background:#fff url(../../images/bg_entry.jpg) no-repeat;
		}
			#mainCol .entry .date {
				margin:40px 25px 0 0;
				width:93px;
				text-align:right;
				color:#990e0e;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				float:left;
			}
			#mainCol .entry h3 {
				margin:35px 0 0 0;
				width:470px;
				color:#cf1717;
				font:bold 20px 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:30px 0 0 113px;
				width:470px;
			}
				#mainCol .entry .content img.userfullsize {
					margin:0 0 20px 8px;
					display:block;
					border:1px solid #a25f5f;
				}	
				#mainCol .entry .content p {
					margin:0 0 20px 5px;
					color:#5f5555;
					font:normal 12px Arial, Helvetica, sans-serif;
					line-height:18px;
				}
					
				#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;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#comments {
		padding:0 0 75px 121px;
		width:494px;
		background:#fff;
	}
		#comments .header {
			margin:0 0 18px 0; padding:0 0 0 10px;
			width:484px; height:25px;
			background:url(../../images/bg_header_comments.jpg) no-repeat;
		}
			#comments .header h2 {
				padding:0 0 0 78px;
				width:0px; height:25px;
				font:normal 18px Arial, Helvetica, sans-serif;
				color:#fff;
				background:url(../../images/h2_comments2.png) 0 5px no-repeat;
				float:left;
			}
			a.btn103 {
				margin:30px 0 0 0;
			}
			.header a.btn103 {
				margin:3px 0 0 70px;
				font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				background:url(../../images/btn_103_lightPink.png) 0 top no-repeat;
				float:left;
			}
				.header a.btn103:hover {
					background-position:bottom;
				}
		#comments .noContent {
			margin:0 0 0 15px;
			width:404px;
		}	
		
		#comments .entry {
			margin:0 0 10px 0; padding:10px 0 10px 10px;
			width:484px;
			background:#f9dede url(../../images/bg_comment.jpg) no-repeat;
		}
			#comments .entry .userInfo {
				margin:0 22px 0 0;
				width:82px;
				font:normal 11px Arial, Helvetica, sans-serif;
				overflow:hidden;
				float:left;
			}
				#comments .entry .userInfo img {
					margin:0 0 2px 0;
					border:1px solid #f68eb0;
					display:block;
				}
			#comments .entry .content {
				margin:0; padding:0;
				width:380px;
				float:left;
			}
				#comments .entry .content span {
					margin:0 0 0 4px;
					font:normal 14px Arial, Helvetica, sans-serif;
					color:#e24545;
				}
				#comments .entry .content span.posted {
					margin:0 0 0 4px;
					color:#c15959;
					font:normal 10px Verdana, Arial, Helvetica, sans-serif;
				}
				#comments .entry .content p {
					margin:0 0 10px 4px;
					color:#747474;
					font:normal 11px Arial, Helvetica, sans-serif;
					line-height:16px;
				}
				#comments .entry .content .hrComments {
					margin:3px 0 5px 0;
					width:380px; height:1px;
					background:url(../../images/hr_comments.png) no-repeat;
				}
					#comments .entry .content hr {
						display:none;
					}
				#comments .entry .content .hrComments2 {
					margin:0 0 4px 0;
					width:380px; height:1px;
					background:url(../../images/hr_comments2.png) no-repeat;
				}
