/*
	Cascading Stylesheet by Harold Bakker
	harold@haroldbakker.com
	http://www.haroldbakker.com/
	modify to taste
*/

/*	linkstyles */
a {
	color: #92000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a:link.hover{

color: #92000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	
	}
	
	a:link.visited {
	
	color: #92000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}





/*	redefining common HTML tags */
body { background-color: #999999; }
body {
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	color: #92000;
	background-color:#999999
}

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: 20px;
	color: #990000;
	text-indent: 20px;
	line-height: 20px;
}
h3 {
	font-size: 20px;
	color: #000;
}
h4 {
	font-size: 18px;
	color: #F00;
}
h5 {
	font-size: 16px;
	color: #000;
}
h6 {
	font-size: 14px;
	color: #000;
}

/*	admin interface	*/
/*	classes for news expiry	*/
.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;
}

.newsadminrows {
	border-bottom: #000;
	padding: 6px 0 4px 0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
.newsadminrow2 { font-size: 90%; } 

a.adminlink { color: #003; }

/*	visitor interface	*/
.mainnews {
	display: block;
	float: left;
	background-color:#D7D7D7;
	font-family: Arial, Geneva, sans-serif;
	
	
}

a.mainnews:hover {

color: #920000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}



.newsitem {
	width: 400px;
	background-color: #920000;
	border: 1px solid #000000;
	padding: 0px;
	margin: 1px;
	

}

.newstitle {
	background-color: #920000;
	float: left;
	text-align: left;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #000;
	text-indent: 15px;
	color:D7D7D7
}

.newsbody {
	clear: left;
	background-color: #D7D7D7;
	padding: 4px;
	font-size: 13px;
	font-weight:bold;
}

.newstopic {
	float: right;
	padding-right: 2px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}
.newstopic a {
	border-bottom: #C00;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	text-decoration: none;
}

.listsortlink { color: #003; }

.newscommentname, .newswritername
{
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color:#920000;
}

.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: #D7D7D7;
	text-align: center;
	border-color: #900;
	border-width: 1px;
	border-style: dashed;
	width: 100px;
}

.newsfooter {
	background-color: #920000;
	width: 100%;
	border-top: 1px solid #000;
	font-size: 90%;
	line-height: 140%;
	text-indent: 15px;
}
.newsfooter a {
	color: #808080;
	text-decoration: underline;
}

.navlink
{
	padding: 2px 5px 2px 5px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	line-height: 140%;
}
a.navlink:hover
{
	background-color: #000;
	color: #FFF;
}
.navlinkactive
{
	padding: 2px 5px 2px 5px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-color: #000;
	color: #CCC;
	font-weight: bold;
}

.newssidebar {
	display: block;
	float: right;
	color:#92000;
}
.sidebaritem {
	width: 250px;
	background-color: #D7D7D7;
	border: 1px solid #000;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}