@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE DREAM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		td_newsSingle.css
	Date:			February 17, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
		
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul.nav li#navNews a {
		background-position:-68px -52px !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:595px !important;
		padding:13px 0 90px 15px;
	}
		#mainCol h1 {
			margin:0 0 15px 0;
			width:595px; height:16px;
			background:url(../../images/h1_news.png) no-repeat;
		}
		#mainCol a.btnBack {
			font:bold 10px Verdana, Arial, Helvetica, sans-serif;
		}
		#mainCol .control {
			margin:20px 0 15px 0; padding:0 0 5px 0;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#c9c9c9;
			text-align:center;
		}
		
		
	
	/*	entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .entry {
		color:#c9c9c9;
		font:normal 10px Arial, Helvetica, sans-serif;
	}
	
		/* socialCol */
		#mainCol .entry .socialCol {
			margin:0; padding:0 10px 0 0;
			width:57px;
			word-wrap: break-word;
			float:left;
		}
			#mainCol .entry .socialCol .commentBox {
				margin:3px 0 18px 0; padding:3px 0 0 0;
				width:41px; height:24px;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				color:#b3b3b3;
				text-align:center;
				background:url(../../images/bg_newsComment.png) no-repeat;
			}
			#mainCol .entry .socialCol .socialLinks {
				margin:10px 0 0 0;
			}
		
		/* newsContent */
		#mainCol .entry .newsContent {
			color:#48462d;
			font:normal 11px Verdana, Arial, Helvetica, sans-serif;
			width:500px;
			float:left;
		}
			#mainCol .entry .newsContent h2 {
				margin:4px 0 7px 0;
				font:bold 18px Arial, Helvetica, sans-serif;
				color:#fff;
			}
			#mainCol .entry .newsContent p {
				margin:0 0 15px 0;
				color:#bababa;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:16px;
			}
			#mainCol .entry .newsContent .socialLinks {
				margin:30px 0 0 345px;
			}
				#mainCol .entry .newsContent .socialLinks a {
					margin:15px 0 0 0;
					font:normal 11px Arial, Helvetica, sans-serif;
				}
					
	/*	comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#comments {
		width:498px;
		margin:0 0 0 85px;
		overflow:hidden;
	}
		#comments h2 {
			width:363px; height:22px;
			padding:0 0 0 135px;
			background:url(../../images/h2_comments.png) 0 7px no-repeat;
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#ffc7d6;
		}
			#comments h2 img {
				margin:7px 0 0 0;
			}
		#comments a.btnPostComment {
			margin:15px 0 18px 104px;
			width:79px; height:19px;
			display:block;
			background:url(../../images/btn_postComment.png) 0 top no-repeat;
		}
			#comments a.btnPostComment:hover {
				background-position:bottom;
			}
		
		#comments .hr {
			background:url(../../images/hr.png) no-repeat;
			width:500px; height:3px;
		}
			#comments .hr hr {
				display:none;
			}
		
		/* commentEntry */	
		#comments .commentEntry {
			margin:20px 0 10px 0;
		}
			#comments .commentEntry .userInfo {
				margin:0 15px 0 0;
				width:90px;
				font:normal 10px Arial, Helvetica, sans-serif;
				color:#c9c9c9;
				text-align:right;
				float:left;
				line-height:18px;
				overflow:hidden;
			}
			#comments .commentEntry .comment {
				width:387px;
				float:left;
			}
				#comments .commentEntry .comment h3 {
					margin:0 0 8px 0;
					color:#fff;
					font:normal 14px Arial, Helvetica, sans-serif;
				}
				#comments .commentEntry .comment p {
					margin:0 0 10px 0;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#bababa;
					line-height:16px;
				}
