@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_ news_single.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		margin:0 0 0 54px;
		width:523px; height:3px;
		background:url(../../images/hr.png) top left no-repeat;
	}
		.hr hr { 
			display:none;
		}


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navNews{
		background-position: -115px bottom;
	}	


/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* Header */
	#mainCol .header h2 {
		width:62px; height:27px;
		background:url(../../images/h2_news.png) top left no-repeat;
	}
	#mainCol .header a.btnBackToNews {
		margin:6px 35px 0 0;
		width:122px; height:18px;
		display:inline-block;
		float:right;
		background:url(../../images/btn_backToNews.png) top left no-repeat;
	}
		#mainCol .header a.btnBackToNews:hover {
			background-position:bottom;
		}
			
		/* Entries */
		#mainCol .entry {
			margin:30px 0 0 55px; padding:0 0 12px 0;
			width:527px;
		}
			#mainCol .entry h3 {
				margin:0 0 5px 0;
				font:bold 16px Arial, Helvetica, sans-serif;
				color:#9c8d6c;
			}
			#mainCol .entry .post {
				
			}
				#mainCol .entry .post img {
					margin:0 auto 15px auto;
					display:block;
					border:solid 1px #000;
				}
			#mainCol .entry .socialBar {
				padding:10px 0 0 0;
				width:527px;
				font:bold 11px Arial, Helvetica, sans-serif;
				color:#a8a190;
			}
				#mainCol .entry .socialBar .stats {
					margin:6px 0 0 0;
					float:left;
				}
					#mainCol .entry .socialBar .views {
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#534f46;
					}
					#mainCol .entry .socialBar a {
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#9c8d6c;
					}
						#mainCol .entry .socialBar a:hover {
							color:#f5dead;
						}
				#mainCol .entry .socialBar .share {
					width:114px;
					float:right;
				}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	Comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#comments {
		margin:42px 0 0 60px; padding:0 0 60px 0; 
		width:514px;
	}
		#comments .commentHeader {
			margin:0 0 17px 0;
			width:514px;
		}
			#comments .commentHeader h3 {
				margin:0 0 0 0; padding:0 0 0 84px;
				height:19px;
				float:left;
				background:url(../../images/h3_comments.png) 0 5px no-repeat;
				font:normal 18px Arial, Helvetica, sans-serif;
			}
			#comments .commentHeader a.btnPostComment {
				width:137px; height:29px;
				display:block;
				float:right;
				background:url(../../images/btn_postComment.png) top left no-repeat;
			}
				#comments .commentHeader a.btnPostComment:hover {
					background-position:bottom;
				}
			
		/* Entry */
		#comments .commentEntryMiddle {
			width:508px;
			background:url(../../images/bg_commentMiddle.png) top left repeat-y;
		}
		#comments .commentEntryTop {
			padding:10px 0 15px 15px;
			width:508px;
			background:url(../../images/bg_commentTop.png) top left no-repeat;
		}
		#comments .commentEntryBottom {
			margin:0 0 25px 0; padding:0 0 15px 0;
			width:493px;
			background:url(../../images/bg_commentBottom.png) bottom left no-repeat;
		}	
			#comments .commentEntryTop .author {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#646780;
			}
				#comments .commentEntryTop .author a {
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#454d88;
				}
					#comments .commentEntryTop .author a:hover {
						color:#878dbd;
					}
			#comments .commentEntryTop .post {
				margin:10px 0 10px 0;
				width:460px;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#9f9f9f;
			}
			#comments .commentEntryTop .date {
				font-size:11px;
				color:#4f4958;
			}
						
		



