body {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-color: #83B359;
	color: #CF007A;
}

#topmenu{
	
	margin-left: 10px;
	margin-top:  10px;
	background-color: #638349;
	border-left-color: #DD3333;
	border-top-color: #DD3333;
	border-right-color: #442222;
	border-bottom-color: #442222;
	border-style: solid;
	border-width: 1px;	
	min-width: 300px;
	margin-right:10px;
	height: 100px
}	
#sitemenu{
	margin-left: 10px;
	margin-top: 10px;
	width: 150px;
	float: left;
	background-color: #638349;
	border-left-color: #DD3333;
	border-top-color: #DD3333;
	border-right-color: #442222;
	border-bottom-color: #442222;
	border-style: solid;
	border-width: 1px;
	}
#maincontent{
	margin-top: 10px;
	
	background-color: #638349;;
	border-left-color: #DD3333;
	border-top-color: #DD3333;
	border-right-color: #442222;
	border-bottom-color: #442222;
	border-style: solid;
	border-width: 1px;
	min-widht:300px;
	min-height: 1200px;
	margin-left: 170px;
	margin-right: 10px;
	margin-bottom:10px;
}
div#newsbox{
	margin-left: 5px;
	width: 400px;
	float: left;
	min-height:600px;
	}
#siteadbox{
	width: 120px;
	margin-left:410px;
	min-height:200px;
	margin-top: 30px;
}
/* definitions applying to the contents block */
.contents {
	position: absolute;

	top: 145px;
	left: 230px;
	width: 550px;
}

/* definitions applying to the logo */
.logo {
	position: absolute;

	top: 20px;
	left: 20px;
}

.topmenu {
	position: absolute;

	top: 5px;
	left: 5px;
	width: 780px;

	/* use a lighter text color (grey) and a smaller font */
	color: #f993d6;
	background-color: #40671C;
	font-size: x-small;
}
.sitdddemenu {
	
	margin-top: 130px;
	margin-left: 5px;
	width: 160px;

	/* use a lighter text color (grey) and a smaller font */
	color: #f993d6;
	background-color: #40671C;
	font-size: x-small;
}
.framesitemenu {
	position: absolute;

	top: 1px;
	left: 30px;
	width: 160px;

	/* use a lighter text color (grey) and a smaller font */
	color: #f993d6;
	background-color: #40671C;
	font-size: x-small;
}

	a:link {  font-size=18px; color: #C00000; text-decoration: none; font-family: }
	a:visited {font-size=18px;  color: #D01010; text-decoration: none;  font-family: }
	a:hover {font-size=18px; text-decoration: underline}
/*
	Definitions for headers in the menu (.menu h2), page titles (h1)
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
	text-align: center;
}

.menu h2 {
	font-size: small;
}

.contents h2 {
	background-color: #3E3854;
	border: 1px solid #DEFF00;
	color: #DEFF00;
	padding: 5px;

	font-size: large;

	margin-bottom: 5px;
}

/*
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments

	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons
	"add left box" and "add right box"

	both boxes have slightly larger text, and take a maximum of 20% of
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}