/*
 Theme Name: Free-The-Human
 Theme URI: Not For Public Use
 Description: Custom Theme For http://freethehuman.com
 Version: 1.1
 Author:
 Author URI: http://nebriv.com
*/


body{
    margin: 0;
    font-family: arial, Helvectica, Georgia, sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background: #2E8B57;
    color: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

h1{
    font-family: Georgia, sans-serif;
    font-size: 24px;
    padding: 0 0 10px 0;
}

.post{
    padding: 10px 0 20px 0;
    border-bottom: solid;
    border-bottom-width: thin;
}

.post h2{
    font-family: Georgia, sans-serif;
    font-size: 22px;
}

.post h3{
    font-family: Georgia, sans-serif;
    font-size: 18px
}

.entry{
line-height: 18px;
}

p.postmetadata{

}

.bottomborder{
    width: 200px;
    border-bottom: dashed;
    border-bottom-color: #003300;
    border-bottom-width: thin;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

a:link{
    text-decoration: none;
    color: #000000;
}
a:visited{
    text-decoration: none;
    color: #722626;
} 
a:hover{
    text-decoration: underline;
    color: #4876FF;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
    margin:0 auto 0 auto;
    width: 800px;
    text-align: left;
    background-color: #0000CD;
}

#header{
    float: left;
    Width: 800px;
    padding-left: 0px;
}

#linkbarleft{
    float: left;
}

#linkbarright{
    float: left;
}

#linkbarmiddle{
    float: left;
    width: 508px;
}

#motd{
    font-style: italic;
}

#container{
    float: left;
    width: 400px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #33664D;
    border-right: medium solid #003300;
    border-left: medium solid #003300;
    border-top: medium solid #003300;
    border-bottom: medium dashed #003300;
    border-right-color: #003300;
    border-top-color: #003300;
    border-bottom-color: #003300;
    z-index: 1;
}

#sidebar {
    vertical-align: text-top;
    float: left;
    height: 1130px;
    width: 170px;
    list-style: none;
    background-color: #336699;
}

#sidebar ul {
    margin-left:-16px;
}

#sidebar ul li h2{
    font-family: Georgia, Sans-serif;
    font-size: 14px;
}

#sidebar ul ul li{
    padding: 0;
    line-height: 24px;
}

#sidebar2 {
    float: left;
    width: 215px;
    height: 675px;
    margin-right: -1px;
    background-color: #336699;
}

#sidebar2 ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

#sidebar2 ul li{
    padding: 0px 0 0px 0;
}

#sidebar2 ul li h2{
    font-family: Georgia, Sans-serif;
    font-size: 14px;
}

#sidebar2 ul ul li{
    padding: 0;
    line-height: 24px;
}

#footer{
    color: #000000;
    clear: both;
    float: left;
    width: 750px;
    padding-top: 10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer p{
    line-height: 18px;
}

