/* --- Minervation ltd copyright 2005 --- */

/*============================================================================================================
============================================= --- News style sheet --- =======================================
============================================================================================================*/

/*==================================================
================ --- Uploads --- ================
==================================================*/

.news {}

#newsLeft {float: left; width: 70%;}

#newsLeft h2 {margin-top: 0; margin-bottom: 10px;}

#newsLeft h2 a {color: #9D535A; text-decoration:none;}

#newsLeft div {
	border: 1px solid #999;
	margin: 10px 0;
	padding: 10px;
	font-size: 0.9em;
}

#newsLeft div div {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#newsLeft span {font-size: 1em; font-weight: bold; color: #666;} 

#newsLeft img {margin: 5px; float: left;}

.title {font-size: 1.3em; font-weight: bold;}
.comment {font-size: 1.1em; font-weight: bold;}


#newsRight {float: left; width: 25%; padding: 10px 0 0 10px; border: 1px solid #999; margin: 10px 0 0 10px;}

#newsRight h3 {margin:0;}

#newsRight span {font-weight: bold; color: #666;}
#newsRight img {border: 0; float: left; margin: 2px;}

#newsRight ul {margin: 0 0 0 15px; padding: 0;}
#newsRight li {list-style-image: url(graphics/news-arrow.gif); padding: 0;}

#newsRight a:link {}
#newsRight a:visited {}
#newsRight a:hover {}
#newsRight a.selected:link, #newsRight a.selected:visited {font-weight: bold;}

#feed {
	padding: 2px 0 2px 2px;
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
	background: #CCC;
}

#feed a:link, #feed a:visited {text-decoration: none;}

