h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #520; }

a:hover {
	color: #94DA3A;
}
a:link, a:visited {
	color: #092E20;
}

body
{
	background: #FFF url(../img/bodybg.png) repeat-x scroll 0 0;
}

div#content {
	padding: 1em 0 5em;
	
	text-align: justify;
	color: #333;
}

div#header {
	display: block;
	height: 213px;
	
	text-align: left;
	
	background: #552200 url(../img/headerbg.png) no-repeat scroll left center;
}

img#sitelogo {
	position: relative;
	top: 113px;
}

div#footer {
	height: 5em;
	/*bottom: 0pt;
	position: absolute;*/
	margin-top: 2em;
}

#footer #copy {
	border-top: 1px solid #520;
	color: #7C7C7C;
	font-size: .9em;
	padding: 1em;
	text-align: center;
}

.tborder
{
	border-top: 1px solid #520;
	margin-top: 1.5em;
	padding-top: 1em;
}

#menu ul
{
	position: absolute;
	margin: 0px;
	display: inline;
	right: 60px;
	top: 20px;
}

#menu ul li
{
	display: inline;
	list-style-type: none;
}

#menu ul li a
{
	display: block;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #520;
	background-color: #c87137;
	
	margin-left: 4px; 
	padding: 1px 8px 1px 8px;
	
	border: 1px solid #000;
	border-bottom: none;
}

#menu ul li a:hover
{
	background-color: #da913c;
}

#menu ul li a.active
{
	background-color: #520;
	color: #fff;
}

.textblock h1,
.textblock h2,
.textblock h3,
.textblock h4,
.textblock h5,
.textblock h6 
{
	padding: 0 .2em 0 .2em;
	color: #520;
}

.textblock h1 a,
.textblock h2 a,
.textblock h3 a,
.textblock h4 a,
.textblock h5 a,
.textblock h6 a 
{
	color: #520;
}

.textblock p
{
	margin: 0;
	padding: 0 .5em .5em .5em;
}

.block
{
	background: #fff url(../img/blockbg.png) no-repeat scroll top center;
	margin-top: 1em;
}

.block h2
{
	padding: .2em .5em .1em .5em;
	margin: 0;
}

.block p
{
	padding: 0 .8em .8em .8em;
	margin: 0;
}

.textblock .block
{
	background:#FFFFFF url(../img/titlebg.png) repeat-x scroll 0pt 0pt;
	margin-bottom: 2em;
}

.bbody
{
	padding: 1em;
}

.feed a
{
	background:#FFFFFF url(../img/feed.png) no-repeat scroll left center;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	font-weight: bold;
}

.block span.date
{
	color:#999999;
	font-family: Georgia,Garamond,Serif;
}

#secmenu
{
	padding-top: 1em;	
}

#secmenu ul
{
	border-bottom: 1px solid #520;
	margin: 1em 0 1em 0;
}

#secmenu ul li
{
	list-style-type: none;
}

#secmenu ul li a
{
	display: block;

	font-size: 1.3em;
	text-decoration: none;
	color: #520;
	
	margin: 0; 
	padding: .2em 1em .2em 1em;
	
	border-top: 1px solid #520;
}

#secmenu ul li a:hover
{
	color: #000;
	text-decoration: underline;
}

div.news .feed
{
	color: #b83;
	padding-right: 1em;
}

div.news .date
{
	
	color: #666;
}

div.news a.title
{
	font-weight: bold;
	color: #666;
}

.section
{
	padding-top: 2em;
	padding-bottom: 2em;
}

.section h1 a,
.section h2 a,
.section h3 a,
.section h4 a,
.section h5 a,
.section h6 a,
.contents.topic p a
{
	text-decoration: none;
	color: #520;
}

.section h1 a:hover,
.section h2 a:hover,
.section h3 a:hover,
.section h4 a:hover,
.section h5 a:hover,
.section h6 a:hover,
.contents.topic a:hover
{
	color: #520;
}

.contents.topic
{
	float: right;
	border: 1px solid #999;
	padding: 1em;
	margin: 0 0 2em 2em;
}

.contents.topic ul
{
	margin: 0;
	list-style-type: none;
}

.contents.topic p
{
	padding: 0 0 .5em;
}

.contents.topic p a
{
	font-weight: bold;
}

table
{
	border-top: 1px solid #520;
	border-bottom: 1px solid #520;
}

th
{
	background: #ED9;
}


.links a
{
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #520;
	background: #fff;
	text-decoration: none;
}

.links a:hover
{
	background-color: #520;
	color: #fff;
}


/* Page Numbers */

.pages
{
	padding: 1em;
	margin: 1em 0;
	clear: left;
	font-size: 85%;
}

.pages a,
.pages span
{
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current
{
	border: 1px solid #520;
	font-weight: bold;
	background: #520;
	color: #fff;
}

.pages a
{
	border: 1px solid #520;
	text-decoration: none;
}

.pages a:hover
{
	background-color: #520;
	color: #fff;
}

.pages a.nextprev
{
	font-weight: bold;
}

.pages span.nextprev
{
	color: #666;
}

.pages span.nextprev
{
	border: 1px solid #ddd;
	color: #999;
}

.pages .nextprev-next 
{
	float: right;
}

/* FEED SPECIFIC */
.usn
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	font-family: monospace;
	padding: 0.75em 1.5em;
	white-space: pre;
}

.bbody h3,
.related_post,
.feedflare
{
	display: none;
}

.block.cloud div
{
	text-align: center;	
}
.block.cloud a { color: #666; }
.block.cloud a:hover { color: #520 !important; }

/* COMMENT FIELDS */

label
{
	display: block;
	font-weight: bold;
	color:#666;
}

form input, 
form textarea
{
	width: 95%;
	border: 1px solid #520;
}

form input#submit,
form input.submit-post,
form input.submit-preview
{
	width: auto;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #520;
	background: #fff;
	text-decoration: none;
	color: #520;
}

ul.errorlist
{
	color: red;
}