body {
	font-family: verdana, arial, sans-serif;
	background: #839087;
	color: #383838;
	font-size: small;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/* definitions applying to the contents block */

.contents {

	width: 99%;
	font-size: small;
	background: #96A096;
	padding: 3px;
}

.admin {

	font-size: x-small;	
        text-align: center;
}

.menu {

	width: 165px;
	font-size: x-small;
	background: #96A096;
	padding: 3px;
}

.menuright {

	width: 175px;
	font-size: x-small;
	background: #96A096;
	padding: 3px;
}

.headertext {

	font-size: x-small;
        text-align: center;
}

.headerright {

	width: 175px;
	top: 1px;
	font-size: x-small;
        text-align: center;
}

.spacer {
	margin-top: 5px;
}

/* definitions applying to entry headers */

.title {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	color: #384B61;
	margin-bottom: 15px;
	margin-top: 0px;
	height: 1.3em;
}

.title h4 {
        text-align: left;
        float: left;
        font-size: small;
        margin-top: 0px;
}

.title h5 {
        text-align: right;
        float: right;
        font-size: small;
        margin-top: 0px;
}

/*
	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 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
	color: #384B61;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}

.menuright h2 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
	color: #384B61;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}

.contents h1 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
 	color: #384B61;
 	margin-bottom: 0px;
	margin-top: 0px;
}

.contents h2 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
 	color: #384B61;
 	margin-bottom: 0px;
	margin-top: 0px;
}

/* definitions applying to the error page */

.error {

	width: 99%;
	font-size: small;
	background: #96A096;
	padding: 3px;
        text-align: center;
}

.error h1 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
 	color: #384B61;
 	margin-bottom: 0px;
	margin-top: 0px;
}

.error h2 {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
}

/* 
	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: 20px;
}

.iteminfo {	
	font-size: x-small;
	color: #383838;
	margin-bottom: 5px;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/* definitions applying to the trackback block in the detailed item view */

.tb {
	background: #96A096;
	width: 99%;
	padding: 3px;
	font-size: small;
	margin-bottom: 5px;
}

.tb h2 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	font-size: small;
	color: #384B61;
}

/*
	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: 5px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	margin-bottom: 5px;
}

.comments {

	width: 99%;
	font-size: small;
	background: #96A096;
	padding: 3px;
}

.comments h1 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: small;
	margin-bottom: 0px;
	color: #384B61;
	text-align: center;
}

.comments h2 {
	background: #AFB7AF;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
	margin-bottom: 0px;
	color: #384B61;
	text-align: center;
}

/*
	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 white background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.highlight {
	background: white;
}

a:link {
	text-decoration: underline;
	color : #383838;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color : #383838;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* general text and formatting definitions */

acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
}

blockquote {
	font-family: verdana, arial, sans-serif;
        color: #383838;
	font-size: small;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	line-height: 120%;
	border: 1px dotted #CCCCCC;
	background: #AFB7AF;
	padding: 8px;
	text-align: left;
}

/* definitions applying to the claendar plugin */

table.calendar {
	font-size: 9px;
	background: #96A096;
	text-align: center;
}

tr.calendardateheaders {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: center;
}

/* definitions applying to the chatbox plugin */

 .chattable{
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: xx-small;
	height: 240px;
	overflow: auto;
	position: relative;
	width: auto;
 }
 .chatform{
	text-align: left;
 }
 
/* IE scroolbar customizing

html {
	scrollbar-face-color:#9FA99F;
	scrollbar-shadow-color:#76857B;
	scrollbar-highlight-color:#CED8CE;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#839087;
	scrollbar-track-color:#96A096;
	scrollbar-arrow-color:#383838
}

 */
