@import url(/library/css/simple.css);
/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.

Modify for SoftGanz style
Date: 2008-07-29
Author: Panumas Nontapan
URL: http://softganz.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:link { color:#682; }
a:visited { color:#682; }
a:active { color:#682; }
a:hover { text-decoration:underline;color:#9A6;}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font-size:1em;
	font: normal 100% "Lucida Sans Unicode",sans-serif;
	margin: 10px 0;
}

p,ul {
	padding-bottom: 0em;
}

ul {margin-left: 1.2em;}

.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

/* misc */


/* structure */
div#page-wrapper {
	background: url(img/bgcontainer.gif) -100px top repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
div#header-wrapper {
	height:150px;
	background: #f3f3f3 url(img/header.jpg) 200px top no-repeat;
	overflow:hidden;
}
div#header-wrapper h1 {
	width: 200px;
	font: normal 1.6em Verdana,sans-serif;
	line-height: 40px;
	text-align: center;
}
div#header-wrapper p.web-motto {
	width:200px;
	font-size:10pt;
	color:#81AC00;
	text-align:center;
}

/* structure */
div#secondary {
	float: left;
	width: 200px;
	color: #aaa;
	font-size:10pt;
	overflow:hidden;
}
div#primary {
	float: right;
	width: 640px;
	font-size:0.875em;
}

/* sub-navigation */
div#secondary ul {color:#682;}
div#secondary h2 {
	padding-left:8px;
	background: #222;
	color: #aaa;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 40px;
}
div#secondary ul#main-menu ,
div#secondary ul.member-zone {margin: 0; padding: 0;}
div#secondary ul#main-menu li ,
div#secondary ul.member-zone li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
div#secondary ul#main-menu li a ,
div#secondary ul.member-zone li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 4px 0 4px 12px;
	width: 188px;
	text-decoration: none;
}
div#secondary ul#main-menu  li a:hover,
div#secondary ul.member-zone li a:hover {
	background: #9C997C;
	color: #000;
}
div#secondary .timestamp {display:none;}
div#secondary ul#credit {margin:0;padding:0;text-align:center;}
div#secondary ul#credit li {display:inline;}
	

/* footer */
div#footer-wrapper {
	background:#5d5d49 url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 9pt;
	line-height: 39px;
	width: 100%;
	text-align: center;
	clear:both;
}

/* navigator */
ul#navigator {
	width:200px;
	margin: 0;
	padding: 0;
	font-size:10pt;
}
ul#navigator li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
ul#navigator li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 3px 0 3px 12px;
	width: 188px;
	text-decoration: none;
}
ul#navigator li a:hover {
	background: #9C997C;
	color: #000;
}

/* home */
div.home-sticky {
	background-color:#f3ffe8;
}
div.home-sticky dl {
	margin:0;
}

/* content */
div#primary dl.topic-list dt.title {margin:0;}

div.content {
	margin:0;
	background-color:#fdfdfd;
}
div.content div#ribbon {
	margin:0;
	padding:2px 0;
	background: #89866F;
	border:none;
}
div.content div#ribbon a {
	line-height:20px;
	color:#111;
}
div.content div#ribbon li {
	background:none;
}
ul#user-menu li.head:hover , ul#user-menu li.sfhover{
	background: #9C997C;
	color: #000;
}
#paper-body .detail {padding:0 20px;}

div.content h2.header ,
div.content h2.title ,
dl.topic-list dt.title {
	height:100%;
	margin:0;
	padding:0 0 0 16px;
	font-size:1.2em;
	color:#682;
	background:#222222;
	font-weight:normal;
	-moz-border-radius:0;
	line-height: 40px;
}

div.content h2.header a ,
div.content h2.title a ,
dl.topic-list dt.title a {
	color:#682;
}
div.content h2.header {
	padding-right:10px;
	text-align:right;
}
div.content h2.title {
	border-top:1px #89866F solid;
	border-right:1px #89866F solid;
}
div.content div.timestamp {
	margin-top:10px;
	color:#999;
}
div.paper-status-publish div#content-body {
	margin:0 0 0 10px;
}

table.topic-list td.timestamp {
	text-align:center;
}
table.topic-list td.title a:hover {
	color:#682;
	background-color:#F1E6B8;
}

dl.topic-list {margin:0;background:#222222;}
dl.topic-list .timestamp {margin-left:10px;border-radius:3px 3px 0 0;background:#fff;}
dl.topic-list .summary {width:610px;margin-left:10px;padding:10px;display:table;border-radius:0 0 4px 4px;background:#fff;}
dl.topic-list .footer {clear:both;border:none;}
dl.topic-list div.bookmarks_links {display:none;}
