/******************************************************************************************************************

G3 NEWS Stylesheet

Developed by Matthew Hill, October 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

/******************************************************************************************************************
PAGINATION
******************************************************************************************************************/

.pagination {
	margin:0;
	padding:5px 0 10px;
	clear:both;
}

.pagination li {
	display:inline;
	margin-right:7px;
}

.pagination li a,
.pagination li a:visited {
	color:#82A2C2;
/*	color:#99B763;	*/
}

.pagination li a:hover {
	color:#F31C00;
}

.pagination li.prev {
	background:url(../images/arrow_red_left.gif) left center no-repeat;
	padding:0 0 0 10px;
}

.pagination li.next {
	background:url(../images/arrow_red_right.gif) right center no-repeat;
	padding:0 10px 0 0;
}

/******************************************************************************************************************
NEWSITEM
******************************************************************************************************************/
	
#content div.newsitem {
	clear:both;
}

#content div.newsitem h2 {
	clear:none;
	font-size:1.0em;
	font-family: Verdana,Arial,"Helvetic Neue",Helvetica,sans-serif;
	color:#5A6263;
/*	color:#A61E0C;*/
	margin:0;
	padding:0;
	border:none;
}

#content div.newsitem p {
	margin-top:5px;
}

#content div.newsitem a,
#content div.newsitem a:visited {
	color:#82A2C2;
	background:url(../images/arrow_red_right.gif) right center no-repeat;
	padding:0 10px 0 0;	
}

#content div.newsitem a:hover {
	color:#F31C00;
}

/******************************************************************************************************************
NEWS DETAIL FOOTER
******************************************************************************************************************/
#newsfooter {clear: both;} /*Added by Paul 9/1/2008 for Fogbugz 2562 so the 'back to news' and print buttons appear separately*/

#newsfooter:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

#newsfooter #navback {
	float:left;
}

#newsfooter #navback a,
#newsfooter #navback a:visited {
	color:#82A2C2;
	background:url(../images/arrow_red_left.gif) left center no-repeat;
	padding:0 0 0 10px;
}

#newsfooter #navback a:hover {
	color:#F31C00;
}

#newsfooter #printpage {
	float:right;
	margin:0;
}

#newsfooter #printpage a {
	width:95px;
	height:33px;
	display:block;
	background:url(../images/button_print.gif) top left no-repeat;
}

#newsfooter #printpage a span {
	position:absolute;
	left:-1000em;
}
