/*****
*
*	Sacoiwa News Article Cascading Style Sheet
*
*	Tue Oct 21 15:36:59 EDT 2003 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: news_article.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


div.news h1 { font:bold 16pt Arial,Helvetica,sans-serif; margin:5px 0; }
div.news h2 { font:bold 14pt Arial,Helvetica,sans-serif; margin:5px 0; }
div.news h3 { color:#666; font-size:1em; margin:10px; }
div.news h4 { color:#666; font-size:1em; display:inline; }

div.news.listing div.row, div.news.listing div.light { margin:0; padding:5px 0 10px; border-top:1px dotted #999; overflow:auto; }
div.news.listing div.row:after, div.news.listing div.light:after { content:""; display:block; clear:both; }
div.news.listing h1 { font-size:1em; }
div.news.listing h2 { font-size:1em; }
div.news.listing h3 { display:inline; }
div.news.listing img { float:right; }
div.news.listing p { display:inline; }

div.news.article div.article { display:inline; }

div.news p.postinfo { color:#666; font:italic x-small Verdana,Arial,sans-serif; margin:20px 0; }
div.news.listing p.postinfo { display:block; margin:5px 0; }

div.news a.articlelink, div.news a.articlelink:link { font-weight:bold; text-decoration:none; color:#009; }
div.news a.articlelink:visited { font-weight:normal; color:#00C; }
div.news a.articlelink:hover, div.news a.articlelink:focus, div.news a.articlelink:active { color:#00F; }

div.news a.filelink, div.news a.filelink:link { font-weight:bold; text-decoration:none; color:#900; }
div.news a.filelink:visited { font-weight:normal; color:#C00; }
div.news a.filelink:hover, div.news a.filelink:focus, div.news a.filelink:active { color:#F00; }


