body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "sans-serif";
	font-size: 12px;
	background-color: #F9F5F2;
	color: #4F4742;
	margin: 20px 0px 0px;
	padding: 0px;
}
a {
	color: #B52;
	text-decoration: none;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

/* 
	The definitions below determine how the page looks.
	
	There are 3 main div-elements, which are all positioned absolute
	(relative to the upper left corner of the screen):
	
	.contents: contains the main contents of the page.
	.menu: sidebar with menu
	.logo: logo to be displayed above the sidebar

*/

/* definitions applying to the contents block */
.contents {
	margin-left: 200px;
	width: 420px;
	line-height: 170%;
	letter-spacing: 0.04em;
	margin-top: 60px;
}

.contents a {
	border-bottom: 0.2em solid #EDC;
}
.contents a:hover { 
	color: #731;
	background-color: #FEC;
	border-bottom: 0.2em solid #FA7;
}
.contents a:visited {
	text-decoration: none;
	border-bottom: 0.2em dotted #EDC
}


/* definitions applying to the logo */
.logo {
	position: absolute;

	top: 20px;
	left: 20px;
}

.menu {
	top: 130px;
	width: 160px;
	color: #777;
	left: 0px;
	float: left;
	position: absolute;

}
.menu a:hover {
	color: #941;
	background-color: #FEC;
	text-decoration: none;
}

/*
	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 {

}

.menu h2 {
	font-size: 11px;
	padding-top: 0.2em;
	letter-spacing: 0.2em;
	color: #664626;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: right;
}

.contents h2 {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	color: #A75;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #DDD2C4;
	margin-bottom: 0em;
	padding: 0.2em 0.2em 0.2em 0.6em;
	background-color: #F2EAE7;
	margin-top: 0.8em;
	clear: both;
}

/* 
	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: 12px;
	color: #743;
	margin: 0px;
	margin-top: 10px;
	line-height: 100%;
	letter-spacing: 0.1em;
}

.itembody {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.iteminfo {
	clear: both;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: x-small;
	text-align: right;
	margin-bottom: 0.5em;
	color: #876;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.iteminfo a ,
.iteminfo a:visited {
	text-decoration: none;
	border: 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 {
	padding-bottom: 10px;


}
.leftbox {
	float: left;
	padding-right: 2em;

}
.rightbox {
	float: right;
	padding-left: 2em;


}


/*
	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;
}

.menu ul.nobullets {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
.menu ul.nobullets a { text-decoration: none; padding: 0.1em 0 0.1em 0.4em; margin: 0;
	display: block;
}
.menu ul.nobullets li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.highlight {
	background-color: yellow;
}

/* head */
.header {
	background-image: url(main-title2.png);
	background-repeat: no-repeat;
	height: 36px;
	background-color: #ccc;
	width: 620px;

}

/* in menu */
.inmenu {
	font-size: 11px;
	padding-right: 0px;
	padding-left: 8px;
	line-height: 140%;
	margin-top: 0px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDD2C4;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #DDD2C4;
	float: left;
	width: 140px;
	margin-right: 0px;
}
.calendar {
	font-size: x-small;
	line-height: 1em;
	border: none;
	margin-right: auto;
	margin-left: auto;


}
.calendar th,
.calendar td {
	height: 1.2em;
	width: 1.8em;
	text-align: center;
	font-weight: normal;
	border: none;


}
.itembody pre {
	overflow: auto;
	background-color: #F9F6E9;
	font-size: small;
	line-height: 1.4em;
	color: #666666;
	white-space: pre;
	margin-right: 0em;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: 0em;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;

}
/* item */
.contents h2.itemtitle{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "sans-serif";
	background-color: #F9F5F2;
	font-size: 13px;
	color: #743;
	margin-right: 0em;
	line-height: 120%;
	margin-bottom: 0em;
	letter-spacing: 0.2em;
	border-right: none;
	border-left: 8px solid #DDD2C4;
	padding-left: 14px;
	padding-top: 26px;
	padding-bottom: 2px;
	border-top-style: none;
	border-bottom-style: none;
	font-weight: bold;
}

.contents h3.iteminfo{
	background-color: #F9F5F2;
	font-size: x-small;
	margin-right: 0em;
	line-height: 120%;
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: 0.1em;
	border-right: none;
	border-left: 8px solid #DDD2C4;
	padding-left: 14px;
	padding-top: 0em;
	padding-bottom: 2.5em;
	border-top-style: none;
	border-bottom-style: none;
	font-weight: normal;
	text-align: left;
	color: #876;
}

hr.clear {
	clear: both;
}
.rmenu {
	position: absolute;
	left: 60em;
	top: 20px;
}

.rmenu a{
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0;


}
.submenu {
	position: absolute;
	left: 0px;
	top: 56px;
	padding: 0.2em 0px 0.2em 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EB9;
	background-color: #A87;
	width: 600px;
	font-size: small;
	font-weight: normal;
	color: #654;
	margin: 0px;
	line-height: 120%;
	letter-spacing: 0.2em;
}
.submenu ul {
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0em;
	list-style-type: none;
	padding-left: 0px;
}
.submenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;


}
.submenu a {
	color: #EB9;
	text-decoration: none;
	border: none;
	font-weight: bold;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;

}
.submenu a:hover {
	color: #FA7;
	background-color: #864;
	text-decoration: none;

}
.menu h2.pbytitle {
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: #FFFFFF;
	background-color: #DDD2C4;
	margin-top: 1em;
}
.pby {
	text-align: center;
	padding-top: 0.4em;

}
.pby img{
	margin-top: 2px;
	border: none;

}
a.icrss01,
icrss01:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0em 0.3em;
	padding: 1px;
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	border: 0px none #CCCCCC;
	line-height: 150%;
	text-decoration: none;

}
a.icrss01:hover {
	padding: 1px;
	border: none;
	text-decoration: none;
	background-color: #0066FF;
}
.icrss02 {
	background-color: #0066FF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0em 0.3em 0em 0.6em;
}
a.icrss11,
icrss01:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0em 0.3em;
	padding: 1px;
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	border: 0px none #CCCCCC;
	line-height: 150%;
	text-decoration: none;

}
a.icrss11:hover {
	padding: 1px;
	border: none;
	text-decoration: none;
	background-color: #FF6666;
}
.icrss12 {
	background-color: #FF6666;
	color: #FFFFFF;
	margin: 0px;
	padding: 0em 0.3em 0em 0.6em;
}
.icrss03 {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0em 0.6em 0em 0.3em;
}
/*
	calendar
*/
.today {
	background-color: #e8e0ed;
}

/*
	style for title list
*/

.contents h3.listitem{
	font-size: small;
	line-height: 100%;
	color: #333333;
	letter-spacing: 0.1em;
	margin: 0;
	margin-top: 0.2em;
	padding: 0;
	padding-left: 1em;
	border: none;
}
.listiteminfo {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: x-small;
	line-height: 140%;
	margin: 0;
	padding: 0;
	color: #888;
	text-align: right;
	padding-right: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.contents h3.listitem a,
.listiteminfo a,
.listiteminfo a:hover {
	border:none;
}
