@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE DREAM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		td_news.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;
		}
	
	
	/*	entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .entry {
		margin:0 0 40px 0;
		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:#000;
				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:525px;
			float:left;
		}
			#mainCol .entry .newsContent h2 {
				margin:4px 0 7px 0;
				font:bold 16px Arial, Helvetica, sans-serif;
			}
			#mainCol .entry .newsContent p {
				margin:0 0 15px 0;
				color:#c0bdb5;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:16px;
			}
			#mainCol .entry .newsContent a.btnRead {
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#ff2a00;
			}
				#mainCol .entry .newsContent a.btnRead:hover {
					color:#fff;
				}
			#mainCol .entry .newsContent .hr {
				margin:8px 0 0 0;
				background:url(../../images/hr.png) no-repeat;
				width:500px; height:3px;
			}
				#mainCol .entry .newsContent .hr hr {
					display:none;
				}