body{
	color:		black;
	/*background-color: #ECE5B6;*/
}

.main {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 650px;
	/* use a lighter text color (grey) and a smaller font */
	/*color: #777;*/
 	/*font-size: medium;*/
}

.ads {
        position: absolute;
        top: 150px;
        left: 705px;
}

.menu, .menu ul {position:static}

.menu, .menu li {list-style: none;margin:0;padding:0;background:#fff}

.menu {padding-top:0;border-top: 0px solid #333;margin-top: 0px}

.menu a {line-height:1.8;padding: 5px 5px 5px 5px;background: #fff;font: bold 8pt arial;display:block}

.menu a, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active {text-decoration:none;cursor:pointer}

.menu a:link {color:#2B4777}

.menu a:visited {color:#2B4777}

.menu a:hover {color:#BC0500;background: #eee}

.menu li.active a:link, .menu li.active a:visited, .menu li.active
a:hover, .menu li.active a:active {color:#BC0500}

.menu li {
        left: 5px;
        border-top: 0px solid #fff;
        border-bottom: 1px solid #ccc;
}

.menu li.li {}


/*
	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 h1 {
	font-size: medium;
}

.menu h2 {
	font-size: small;
	background-color: maroon;
}

.menu h3 {
	font-size: small;
	color: blue;
	background-color: black;
}

.contents h2 {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	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;
}

#content-wrap {position:relative;width:100%}
	#utility {top:0;left:0px;width:147px;padding-bottom: 40px}

