#cookies {
	background-color:#888;
	color:#fff;
	font-size:75%;
	text-align:center;
	padding:10px 20px;
}
#cookies .cont {
	width:760px;
	margin:auto;
	text-align:left;
}
#cookies .text {
	float:left;
	padding:0;
	text-shadow:none;
}
#cookies .buttons {float:right;}
#cookies a {color:#333;font-weight:bold;}
#cookies .clr {clear:both;}
#cookies input {
	background:#fff;
	color:#000;
	border:0;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0 10px;
	font-family:Helvetica, sans-serif;
}
#cookies input.no {color:#888;}
#cookies input:hover {background:#cee9ad;}
#cookies input.no:hover {background:#f00;color:#fff}
@media screen and (max-width: 479px) {
	#cookies .cont { width:320px; }
}
@media screen and (min-width: 480px) and (max-width: 759px) {
	#cookies .cont { width:480px; }
}
/*---------
/ general layout
/--------*/

HTML, * {
	margin: 0;
}

A, A:Visited, A:Active, A:Hover {
	color: #000000;
	text-decoration: none;
}

BODY, TD {
	font-family:'Verdana','Tahoma','Arial','Helvetica';
	color: #000000;
}

BODY {
	background: white;
	font-size: 10pt;
}

H1, H2, H3 {
	font-weight: bold;
	text-align: left;
	margin-bottom: .25em;
}

H1 {
	font-size: 150%;
}

H2 {
	font-size: 130%;
	margin-top: .5em;
}

H3 {
	font-size: 110%;
	margin-top: .5em;
	border-bottom: none;
}

INPUT, TEXTAREA, SELECT {
	color: #000;
}

#body {
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 760px;
	width: 760px;
}

#head, #foot {
	background-color: #ffffff;
	clear: both;
	position: relative;
}

#head:after, #foot:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#foot {
	font-size: 75%;
	margin-top: 10px;
}

#content, #navigation, #extras {
	background-color: #ffffff;
}

#content {
	float: left;
	width: 580px;
	max-width: 580px;
}

#navigation BLOCKQUOTE, #content P, #content BLOCKQUOTE {
	margin: .5em 0;
}

#navigation BLOCKQUOTE, #content BLOCKQUOTE {
	margin-left: 1em;
	text-align: left;
}

#navigation {
	float: left;
	margin: 0 10px 0 0;
	max-width: 170px;
	width: 170px;
}

#navigation A, #navigation A:Visited, #navigation A:Active {
	color: #4747d3;
	text-decoration: none;
}

#navigation A:Hover {
	color: #4747d3;
	text-decoration: underline;
}

#navigation UL, #navigation OL {
	margin-left: 0;
}

#extras {
	float: left;
	margin: 0 0 0 10px;
	max-width: 170px;
	width: 170px;
}

/*-- custom items --*/

/*---------
/ head & foot content layout
/--------*/

.warn {
	background-color: #ff3300;
	color: white;
	font-size: 85%;
	padding: 2px;
	text-align: center;
}

.warn A:Hover {
	text-decoration: underline;
}

.mainmenu {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	clear: both;
	padding: 2px 0;
}

.mainmenu, .footmenu { margin:5px 0; }

.mainmenu UL, .footmenu UL {
	border: 0;
	margin: 0;
	text-align: center;
}

.mainmenu LI, .footmenu LI {
	display: inline;
	list-style-type: none;
	margin: 0;
}

.mainmenu LI:before, .footmenu LI:before {
	content: "| ";
}

.mainmenu LI:first-child:before, .footmenu LI:first-child:before {
	content: "";
}

.footmenu {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px 0;
}

.copyright {
	padding-top: 5px;
	margin: 5px 0 0 0;
	text-align: center;
}

.copyright A {
	color: #4747d3;
	clear: both;
}

/*-- custom head & foot items --*/

/*---------
/ search
/--------*/

.find {
	background: #eff7ff url('/pic/find.png') 3px 50% no-repeat !important;
	border: solid #398ec6 1px;
	border-radius: 15px;
	cursor: text;
	margin: 7px 10px;
	padding: 1px 25px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.searchresult {
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #398ec6;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.searchresult H3 {
	color: #ff6600;
	border-bottom: none;
	padding: 0;
	margin-top: 0;
}

.searchresult A {
	background: url('/pic/more.png') no-repeat right center !important;
	color: #000000;
	display: block;
	min-height: 32px;
	padding-right: 32px;
}

.searchresult .abstract {
	margin: 5px 0;
	padding: 0;
}

/*-- custom search items --*/

/*---------
/ navigation layout
/--------*/

.menu {
	margin-bottom: 10px;
}

/*---------
/ forum layout
/--------*/

.frmmenu {
	background-color: #c6e7ff;
	margin: 5px 0;
}

.frmpost {/*
	background-color: #eff7ff;
	border: 1px solid #398ec6;
	margin: 5px 0;
*/}

.frmpost .head {
	background-color: #ffffff;
	padding: 3px;
}

.frmpost .foot {
	background-color: #c6e7ff;
	padding: 3px;
}

.frmpost IMG {
	max-width: 470px;
	height: auto;
}

.frmmenu {
	background-color: #ffffff;
	margin: 5px 0;
}

/*---------
/ other layout
/--------*/

.a9  {font-size:75%;}
.a10 {font-size:85%;}
.a12 {font-size:105%;}
.a14 {font-size:115%;}
.a16 {font-size:125%;}
.a24 {font-size:200%;}
.a32 {font-size:300%;}

#content .quote, #content BLOCKQUOTE {
	background: #c6e7ff url('/pic/quote.png') no-repeat scroll left top !important;
	border: 1px #398ec6 solid;
	margin: .5em 2em;
	padding: .75em;
	color: #000000;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 100%;
	line-height: 130%;
}
