@charset "utf-8";
/*
	For: Content pages > News (/api/views/content_pages/news.tpl)
	Date: 12 Nov 2008
	Author: TJ Kelly - www.tjkwebesign.com
*/


/*//////////////////////////////]=  Content pages > News  [//////////////////////////////*/
#content_pages_news_wrap h1 a {
	border-bottom:1px solid #fff;
	text-decoration:none;
	color:#c00;
	}
#content_pages_news_wrap h1 a:hover {
	border-bottom-color:#f33;
	color:#f33;
	}
.content_pages_news_item_wrap {
	padding:10px;
	width:750px;
	float:left;
	clear:left;
	background:url(/api/images/content_pages/news_item_wrap_bg.png) 0 0 repeat-x;
	}
.content_pages_news_item {
	width:635px;
	float:left;
	}
.content_pages_news_item_wrap h2 {
	padding:0 0 4px;
	font-size:1.8em;
	width:635px;
	float:left;
	}
.content_pages_news_item_wrap p {
	width:635px;
	}
p.news_download_pdf {
	margin:0 0 15px 15px;
	width:100px;
	float:left;
	}
p.news_download_pdf a {
	padding:55px 0 0;
	text-align:center;
	width:100px;
	display:block;
	background:url(/api/images/content_pages/news_download_pdf.png) top center no-repeat;
	}