/*	Cascading Stylesheet by Harold Bakker, harold@haroldbakker.com */
/*	http://www.haroldbakker.com/ */
/*	modify to taste */

/*	linkstyles */
a {
	color: #000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

/*	redefining common HTML tags */
body { background-color: #FFF; }
body {
	font-family: Arial, Geneva, sans-serif;
	font-size: 75%;
	color: #000;
}

abbr, acronym {
	border-bottom: #000;
	cursor: help;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
b, strong { font-weight: bold; }
textarea { white-space: pre; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, sans-serif;
	color: #000;
}
h1 {
	font-size: 24px;
	color: #CCC;
}
h2 {
	font-size: 22px;
	color: #C00;
	text-indent: 20px;
	line-height: 22px;
}
h3 {
	font-size: 20px;
	color: #000;
}
h4 {
	font-size: 18px;
	color: #F00;
}
h5 {
	font-size: 16px;
	color: #000;
}
h6 {
	font-size: 14px;
	color: #000;
}

/*	classes for news expiry	*/
/*	copy everything below this line to your existing style.css if it's not already there	*/
.notyet {
	color: #00F;
	font-weight: bold;
}
.waiting {
	color: #CCC;
	font-weight: bold;
}
.never {
	color: #090;
	font-weight: bold;
}
.today {
	color: #C06;
	font-weight: bold;
}
.expired {
	color: #F00;
	font-weight: bold;
}

.mainnews {
	display: block;
	float: left;
}

.newsitem {
	width: 640px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 0px;
	margin: 1px;
}

.newstitle {
	background-color: #CCC;
	float: left;
	text-align: left;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #000;
	text-indent: 15px;
}

.newsbody {
	clear: left;
	background-color: #FFF;
	padding: 4px;
}

.newsfooter {
	background-color: #CCC;
	width: 100%;
	border-top: 1px solid #000;
	font-size: 90%;
	line-height: 140%;
	text-indent: 15px;
}

.newsfooter a {
	color: #808080;
	text-decoration: underline;
}

.newstopic {
	float: right;
	padding-right: 2px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.newstopic a {
	border-bottom: #C00;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	text-decoration: none;
}

.newscommentpreview {
	border-color: #900;
	border-width: 1px;
	border-style: dashed;
	padding: 2px 5px 5px 5px;
	margin-bottom: 10px;
}
h4#preview {
	margin-top: -14px;
	background-color: #DADADA;
	text-align: center;
	border-color: #900;
	border-width: 1px;
	border-style: dashed;
	width: 100px;
}

.newssidebar {
	display: block;
	float: right;
}
.sidebaritem {
	width: 250px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}
