/* --------------------------------
   General
----------------------------------- */

html 
{
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body 
{
	background: #444 url( '../images/body.jpg' );
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	padding-bottom: 16px;
	padding-top: 16px;
}

small,.small 
{
    font-size: 0.8em;
    color: #777777;
}

.trail
{
    font-size: 0.8em;
    color: #aaaaaa;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #333333;    
}

.trail a
{
    text-decoration: none;
    color: #aaaaaa;
}

.trail a:hover
{
    color: black;
}

a 
{
	color: #666666;
	text-decoration: none;
}

a:hover 
{
	color: black;
}

p 
{
    padding: 0.2em 0 0.2em;
    margin: 5px 5px 5px 1px;
}

blockquote, code 
{
	background: #aaaaaa;
	border: 1px solid #333;
	color: black;
	display: block;
}

code 
{
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}

blockquote 
{
	padding: 6px 14px 6px 14px;
}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: normal 1.4em sans-serif;}
h4 {font: bold 1em sans-serif;}

h1, h2, h3, h4 
{
    margin: 5px 5px 5px 0;
    padding: 0;
}

#layout_wrapper 
{
	background: #50504A;
	margin: 0 auto;
	width: 800px;
}
#layout_container {padding: 4px;}
#layout_content {border: 1px solid #333;}

/* --------------------------------
   Site title
----------------------------------- */

#site_title 
{
	background: #222 url('../images/cog.png') no-repeat;
	padding: 12px 12px 12px 40px;
}
#site_title h1 	
{
	color: #EED;
	font: normal 2em sans-serif;
	font-weight: bolder;
	margin: 0 0 1px;
}
#site_title h2 
{
	color: #BFBFB6;
	font: normal 1.1em sans-serif;
	margin: 0;
}

.boardmenu 
{
	background: #4d4d4d;
	text-align: center;
	color: White;
}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation 
{
	background: #353535 url('../images/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a 
{
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 4px 7px;
	text-decoration: none;
}
.navigation a:hover 
{
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation li.current_page_item a 
{
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a 
{
	padding: 4px;
	font-size: 0.8em;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #222;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #2A2A2A;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px solid #303030;
}
#bottom ul li a {
	color: #777;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #2A2A2A;
	color: #FFC;
	text-decoration: none;
}


/* --------------------------------
   Footer
----------------------------------- */

#footer 
{
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 5px 6px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

img
{
    border: 1px solid #555555;
}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}


/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

.post_body 
{
	background-color: #eeeeee;
	border-top: 1px solid #333;
	padding: 16px 16px 16px 16px;
	border-bottom: 1px solid #111;
	color: Black;
}

.post_height
{
    height:400px;
    float:right;
    width:1px;
  }


.post_clear
{
    clear:both;
    height:1px;
    overflow:hidden;
  }



/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

input {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	width: 380px;
}
select {	
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}
select optgroup {	
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}


#bottom,#footer,.post_body,.post_top {height: 0.01%;}

.formleft 
{
	background-color: #e4e4e4;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, sans-serif;
   	color: black;
    border-right: 1px solid black;
    padding-right: 8px;
    padding-bottom: 4px;
    text-align: right;
}

.formright 
{
	background-color: #FEFEFE;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	padding-left: 8px;
	padding-bottom: 4px;
	text-align: left;
}

.ftrow,.frow,.frol,.frowl,.fbrow,.fbrowl,.fs
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.ftrow
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #888888;
}

.frow,.frol,.fs
{
    border-bottom: 1px solid #888888;
}

.fs
{
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.frol
{
    border-right: 1px solid #888888;
    border-left: 1px solid black;
    background-color: #eeeeee;
}

.fbrow,.fbrowl
{
    border-bottom: 1px solid black;
}

.fbrowl
{
    border-right: 1px solid #888888;
    border-left: 1px solid black;
    background-color: #eeeeee;
}
