/*
Theme Name: Freerksen Family
Theme URI: http://www.freerksenfamily.com/
Description: Freerksen Family site design (WordPress Edition). Designed by Josh Boyd. Developed by David Freerksen.
Version: 1.0
Author: David Freerksen
Author URI: http://www.witheringtree.com/
Tags: two-columns, fixed-width, sticky-post
*/


/**************************************************/
/**************************************************/
/**************************************************/
*{
	outline: 0px none;
}

html, body{
	margin: 0px;
	padding: 0px;	
}

body{
	background-color: #22490b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a{
	color: #006301;
	text-decoration: none;
}

a:hover, a:active{
	color: #649928;
	text-decoration: underline;	
}



/**************************************************/
/** ELEMENTS **************************************/
/**************************************************/
img{
	border: 0px none;	
}

form{
	margin: 0px;
	padding: 0px;
}

sup{
	font-size: 8px;
}

code, pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
}

input:focus{
	outline: 0px none;
}

hr{
	border-width: 1px;
	border-color: #22490b;
	border-style: none none solid none;
}

h1{
	padding: 0px;
	margin: 40px 0px 0px 27px;
	font-size: 18px;
}



/**************************************************/
/** HEADER ****************************************/
/**************************************************/
#header{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 146px;
	position: relative;
}

#header .crest{
	position: absolute;
	left: 36px;
	top: 20px;
}

#header .information{
	position: absolute;
	left: 180px;
	top: 30px;	
}

#header .information .title{
	color: #DBD120;
	font-size: 28px;
	font-weight: bold;
}

#heade .informationr .title{
	color: #DBD120;
}

#header .information .title a{
	color: #DBD120;
	text-decoration: none;
}

#header .information .title a:hover, #header .information .title a:active{
	color: #000;
}

#header .information .tagline{
	color: #DBD120;
}

#header .nav{
	list-style-type: none;
	padding: 115px 0px 0px 180px;
	margin: 0px;
}

#header .nav li{
	float: left;
	margin-right: 15px;
}

#header .nav li a{
	font-size: 18px;	
}

#header .nav li a:hover, #header .nav li a:active{
	
}



/**************************************************/
/** PAGE CONTAINER ********************************/
/**************************************************/
#display{
	background-color: #FFF;
}



/**************************************************/
/** SIDEBAR ***************************************/
/**************************************************/
#side{
	float: left;
	width: 185px;
}

#side .side{
	padding: 0px 0px 0px 10px;
}

#sidebar{
	margin-top: 40px;
}

#sidebar .sideitem{
	padding-bottom: 20px;
}

h3{
	color: #006301;
	margin: 0px;
	padding: 0px;
}

#sidebar .sideitem ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#sidebar .sideitem a{
	color: #000;
	text-decoration: none;	
}

#sidebar .sideitem a:hover, #sidebar .sideitem a:active{
	color: #006301;
	text-decoration: underline;
}



/**************************************************/
/** CONTENT ***************************************/
/**************************************************/
#content{
	float: right;
	width: 775px;
}

#content .content{
	padding: 0px 10px 0px 10px;
}



/**************************************************/
/** BLOG ******************************************/
/**************************************************/
#blog{
	
}



/**************************************************/
/** PAGE ******************************************/
/**************************************************/
#page{
	margin-top: 40px;
}



/**************************************************/
/** POST ******************************************/
/**************************************************/
.post{
	margin: 40px 0px 20px 0px;
}

.post .title{
	line-height: 32px;
	background-color: #dbd120;
	background-image: url(images/molding.png);
	background-repeat: repeat-y;
	padding-left: 27px;
	font-weight: bold;
}

h2{
	font-size: 14px;
}

.post .title a{
	color: #006301;
}

.post .title a:hover, .post .title a:active{
	color: #000;
	text-decoration: none;
}

.post .body{
	padding-left: 27px;
}

.post .info{
	padding-left: 27px;
}

.post .comments{
	
}



/**************************************************/
/** COMMENTS **************************************/
/**************************************************/
#comments{
	
}

#comments .count{
	padding-left: 27px;
	margin: 10px 0px 10px 0px;
}

#comments .comment{
	margin: 25px 0px 0px 27px;
}

#comments .comment1{
	margin-top: 0px;
}

#comments .comment .gravatar{
	float: left;
}

#comments .comment .text{
	float: right;
	width: 670px;
}



/**************************************************/
/** COMMENT FORM **********************************/
/**************************************************/
#comment-form{
	margin-left: 27px;
}

#comment-form .formfield{
	
}

#comment-form .formfield input{
	border: 1px solid #000;
	width: 150px;
	margin: 2px;
	padding: 3px;
}

#comment-form .formfield label{
	font-weight: bold;
}

#comment-form .formfield .required{
	color: #F00;	
}

#commentform .formfield textarea{
	border: 1px solid #000;
	height: 120px;
	width: 400px;
	margin: 2px;
	padding: 3px;
}

#comment-form .submitbutton{
	
}

#comment-form .submitbutton input{
	text-transform: uppercase;
	color: #FFF;
	background-color: #006301;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;	
}



/**************************************************/
/** BLOG NEXT/PREV NAVIGATION *********************/
/**************************************************/
.navigation{
	
}

.navigation .prev{
	float: left;
}

.navigation .next{
	float: right;
}



/**************************************************/
/** FOOTER NAV ************************************/
/**************************************************/
#footnav{
	padding-top: 40px;
}

#footnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footnav li{
	float: left;
	padding-right: 10px;
}



/**************************************************/
/** FOOTNOTE **************************************/
/**************************************************/
#footnote{
	color: #22490b;
	font-size: 10px;
	padding-bottom: 5px;
}



/**************************************************/
/** FOOTER ****************************************/
/**************************************************/
#footer{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 59px;
}



/**************************************************/
/** SHARED ****************************************/
/**************************************************/
.clear{
	clear: both;
}

.width{
	width: 960px;
}

.div-center{
	margin: auto;
}

.hidden{
	display: none;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.aligncenter{
	align: center;	
}

.divider{
	background-image: url(images/divider.png);
	height: 16px;
	margin: 10px 0px 10px 0px;
}