/* ---------------------------------------- */
/* STYLES SPECIFIC TO 'NEWS' PAGES          */
/* ---------------------------------------- */
/* Arranged by page then alphabetically by tag */

/* ----------- */
/* news.php    */
/* ----------- */

/* <h3> */
body.news ul#news_list h3 {
	margin: 0 0 10px 0;
	width: 400px
}

/* <p> */
body.news ul#news_list p.date {
	color: #FFF000;
	position: absolute;
	right: 12px;
	top: 8px;
	font-size: 90%;
}
body.news ul#news_list p.morelink {
	font-size: 90%;
	margin: -0.5em 0 1em 0;
}

/* <ul> */
body.news ul#news_list {
	margin: 0 0 1.5em 0;	
}
body.news ul#news_list li {
	list-style: none;
	padding: 12px 12px 1px 12px;
	position: relative;
	margin: 6px 0 12px 0;
}
body.news ul#news_list li.odd {
	background: #222;
}


/* ------------------- */
/* news_archive.php    */
/* ------------------- */

/* <ul> */
body.news_archive ul#news_archive_list {
	margin: 0;
}
body.news_archive ul#news_archive_list li {
}


/* --------------- */
/* news_item.php   */
/* --------------- */

/* <h2> */
body.news_item h2 {
	margin-bottom: 0.2em;
}

/* <p> */
body.news_item p.date {
	color: #aaa;
}

