body {
	margin: 0px 0px 0px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: small;	
	background-color: #C3CFE5;
	color: #000;
}

.main {
	margin: 20px;
	border: 1px solid #000;
	background: #fff;
}

.contents {
	padding: 15px;
}

.contents hr {
	clear: both;
}

.logo {
	float: left;
	vertical-align: middle;
}

.menu {
	float: right;
	padding: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 13em;
	margin: 0px 0px 10px 20px;
	background: rgb(238,238,232);
	color: #777;
	font-size: x-small;	
}

.menu a {
	color: #777;
}

.menu .entrylist {
	list-style: outside;
	padding-left: 0px;
	margin-left: 2em;
	margin-top: 0px;
}

h1 {
	text-align: center;
	font: italic xx-large Bookman Antiqua, serif;
	margin-bottom: 1em;
	color: #444;
}

h1 a {
	font-weight: normal;
	color: #444;
}

h1 .subtitle {
	font-size: 50%;
}

.menu h2 {
	font-size: x-small;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.searchform .formfield, .searchform .formbutton {
	font-size: x-small;
}


/* item title */
.item {
	border-bottom: solid 1px #C3CFE5;
	text-align: left;
	margin-top: 2em;
	width: 17em;
	margin-bottom: 10px;
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	font-family: bookman antiqua, serif;
	color: #444;
	clear: left;
}

.item a {
	color: #444;
}

.itemnew {
	color: rgb(228,187,20);
	font-style: normal;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;	
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
	margin-left: 2em;
	margin-right: 2em;
	font-weight: 100;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 93%;
	line-height: 150%;
	text-align: justify;
}

.itembody:first-letter, .itembody > p:first-child:first-letter {
	font-size: 300%;
	font-family: bookman antiqua, serif;
	float: left;
	font-style: italic;
	margin-right: 0.2em;
	line-height: 85%;
}

.itembody h4 {
	font-family: bookman antiqua, serif;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	color: #444;
	clear: left;
}

.itembody sup {
	font-size: smaller;
}

.itembody img {
	margin: 10px;
}

.iteminfo {	
	font-size: x-small;
	font-style: normal;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: gray;
	margin-bottom: 10px;
}

.iteminfo a {
	color: gray;
}


/* comment title */
h3 {
	font-size: medium;
	margin-bottom: 10px;
	color: #444;
	font-weight: normal;
}

.comment {
	padding-left: 8px;
	border-left: solid 1px #C3CFE5;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
}

.commentbody {
	margin-top: 5px;	
	margin-bottom: 5px;
	font-weight: 100;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 93%;
	line-height: 150%;
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	font-style: normal;
	color: gray;
	margin-bottom: 10px;
}


.error {
	color: red;
	font-size: larger;
}
/*
	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
*/

a {
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: rgb(231,151,120);
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}


/*
	XML button without graphics.
*/

.xml_button {
	color:			#FFFFFF !important;
/*	background-color:	#FF6600;
	border-color:		#FF6600; */
	background-color:	rgb(236,143,19);
	border-color:		rgb(236,143,19);
	border-style:		outset;
	text-decoration:	none !important;
	margin:			2em 0em 0em 0em;
	padding:		0em 0.5em 0em 0.5em;
	border-width:		2px;
	font-weight: bold;
	font-size: xx-small;
}

.xml_button:hover {
	background-color:	#FF9900;
	border-color:		#FF9900;
}

.xml_button:active {
	border-style:		inset !important;
}
