/* 
Filename: news.css
Title: CSS file for xjjz.co.uk/TNP
Author: Jim Noble, jimnoble2100@hotmail.com
URL: http://xjjz.co.uk/TNP/styles/news.css

License: Copyright 2007, Jim Noble, All Rights Reserved.

Description: This style sheet styles the Our News page and the Archive page.

n.b. Styles ordered LAYOUT > DECORATION > TYPOGRAPHY
*/
#archive .date,
#news #index .date {
	padding-left:1em;
	font-size:0.8em;
	}
#archive #content ul,
#news #content ul {
	padding:0;
	margin:0 0 1em 0;
	list-style-type:none;
	}
	
#news .ourNewsItem .date {
	font-size:0.8em;
	margin-bottom:1em;
	}
	
#news #articles .ourNewsItem {
	margin-bottom:3em;
	}

	
#news .ourNewsContent {
	margin-bottom:1em;
}
	
#news #articles a:hover {
	color:#666;
	}
	
#news #articles .returnToIndex a:hover {
	color:#E1001A;
	}

#archive .title,
#news .title {
	padding-bottom:1em;
	border-bottom:1px dotted #A7A8A9;
	}
	
#news .subtitle {
	padding-top:0.4em;
	}
	
#news .subtitle a{
	color:#E1001A;
	}

#archive .ourNewsLink a,
#news #index .ourNewsLink a,
#news .ourNewsTitle a{
	font-weight:bold;
	}

#news .subtitle a,
#news .ourNewsTitle a {
	border-bottom:none;
	}

#news .subtitle a:hover,
#news .ourNewsTitle a:hover/**/ {
	border-bottom:none;
	color:#E1001A;
	}
	
#news #index {
	padding-bottom:1em;
	border-bottom:1px dotted #A7A8A9;
	margin-bottom:1em;
	}
#archive .ourNewsLink,
#news .ourNewsLink {
	margin-left:1em;
	list-style-image:url(/nortons/images/news/newsLinkArrow.gif);
	}
	
#archive .ourNewsLink a,	
#news .ourNewsLink a {
	border-bottom:none;
	}