/* ____________________    ______________ _____  ___________________________   __
 * ___  __ \__  ____/_ |  / /_  __ \__  / __  / / /__  __/___  _/_  __ \__  | / /
 * __  /_/ /_  __/  __ | / /_  / / /_  /  _  / / /__  /   __  / _  / / /_   |/ /
 * _  _, _/_  /___  __ |/ / / /_/ /_  /___/ /_/ / _  /   __/ /  / /_/ /_  /|  /
 * /_/ |_| /_____/  _____/  \____/ /_____/\____/  /_/    /___/  \____/ /_/ |_/
 * Revolution V0.1
 * Written By Etienne Le Sueur
 * Dated 17-07-2005
 * Filename: styles.css
 * Version: 0.1
 * Copyright 2005 Etienne Le Sueur
 * http://revolution.jet-age.co.nz/docs/core.php
 **/

/* Base CSS Styles for News
 **/

.news {
	width: 100%; }

#NewsItem {
	background-color: #DEE4E8;
	padding: 6px;
	width: 100%;
	border: 2px dotted #C3C3C3; }

#NewsItem .NewsTitle {
	padding-bottom: 0px;
	font-size: 14px; }

#NewsItem .NewsByline {
	color: #8E8376;
	padding-left: 10px;
	font-size: 11px; }

#NewsItem .NewsItemImage {
	border: 1px solid #8E8376; }

#NewsItem .NewsItemImageCaption {
	color: #8E8376;
	text-align: center;
	padding: 3px 0px 2px 0px;
	font-size: 10px; }

#NewsItem .NewsTitle a {
	color: #8E8376;
	text-decoration: none; }
	
#NewsItem .NewsTitle a:hover {
	text-decoration: underline;
	color: #8E8376; }
	
#NewsItem .NewsDescription p {
	
	padding-left: 10px;
	font-size: 11px; }

