/* --------------------------------
   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;
	padding: 0px;
	margin: 0px;
}

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: 90%;
}
#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;}

/* Inputs */
input#s, textarea, input.styled {
	background: #DDD;
	border: 3px solid #555;
	font: normal 1em Verdana,sans-serif;
	padding: 3px;
	width: 160px;
}
textarea {width: 440px;}


#bottom,#footer,.post_body,.post_top {height: 0.01%;}

.post_body ul
{
    margin: 0px; 
    border: 0px; 
    color: #000;
    line-height: 15px;
    padding: 2px 15px 1px 0px; 
    list-style-type: none; 
    display: none;
}

.post_body li
{
    margin: 0px; 
    padding: 1px; 
    border: 0px; 
    color: #555555;
    line-height: 15px;
    text-indent: 15px;
}

.collapse 
{ 
    background: url('../images/plus.png') 0px 3px no-repeat;
    display: block;  
}
.expand 
{ 
    background: url('../images/minus.png') 0px 3px no-repeat; 
    display: block; 
    height: 15px;
}

#tree { display:block !important; float: left; }
.post_body li a 
{ 
    cursor: pointer; 
    color: black;
}

ul
{
    margin-left: 30px;
    padding-left: 0;
}

li
{
    padding: 0px;
    margin: 0px;
    list-style-type: disc;
}

