@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ELIZABETH AND THE CATAPULT NEWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ec_news.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	noContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.noContent {
		margin:30px 20px 0 20px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	News Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* Header */
	#mainCol h2 {
		position:absolute;
		left:0; top:144px;
		width:172px; height:41px;
		background:url(../../images/h2_newsDetail.png) 0 0 no-repeat;
	}	
	
	/* Entries */
	#mainCol ul {
		margin:0 auto;
		width:530px;
		list-style:none;
	}
		#mainCol ul li {
			padding:6px 0 12px 0;
			background:url(../../images/hr_news.png) 0 bottom no-repeat;
		}
			#mainCol ul li a {
				font:bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
			#mainCol ul li span.date {
				display:block;
				font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color:#b4d6d5;
			}
			#mainCol ul li .post {
				padding:10px 0 6px 0;
				font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color:#fff;
				line-height:14px;
			}
			#mainCol ul li a.btnViewMore {
				padding:0 0 0 20px;
				background:url(../../images/btn_rightArrow.png) 0 0 no-repeat;
				font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color:#cbac66;
				line-height:17px;
			}
				#mainCol ul li a.btnViewMore:hover {
					color:#fff;
				}