/*  

*****************************************************
-----------------------------------------------------

Theme Name: Custom
Description: 
Version: 1.0
Author: 
Author URI: 
Theme URI: 
Tags: 

The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.75em;
    vertical-align: top;
    color: #8B735D;
	background: #FFFFFF;

}
img{
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
    color: #BFB1A4;
}
#header h1 a:hover{
    text-decoration: none;
}
h2 a{
    color: #BFB1A4;
}
h2 a:hover{
    text-decoration: none;
}
a:link, a:visited{
    text-decoration: none;
    color: #BFB1A4;
}
a:hover{
	color: #BFB1A4;
    text-decoration: underline;
}
p{
    padding: 10px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
	background: none;
}
#header{
	margin: auto;
    width: 800px;
    padding: 0px;
	height: 100px;
}
#navBar {
	margin: auto;
	width: 800px;
	height: 36px;
	z-index: 100;
	margin-bottom: -45px;
	position: relative;
}
#background_container{
	margin: auto;
    background: #FFFFFF;
    width: 800px;
	padding: 35px 0 30px 0;
	z-index: 1;
}
#content_container{
	margin: auto;
	margin-top: 0px;
    width: 936px;
	background: #FFFFFF;
	z-index: 1;
}
#container{
    margin-top: 0;
	margin: auto;
    padding: 20px 5px 20px 15px;
    float: left;
	width: 530px;
	z-index: 1;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 10px 0 10px 0;
    clear: both;
    width: 550px;
    float: left;
}
.post h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
}
.post h2 a{
    color: #BFB1A4;
}
.post h2 a:hover{
    text-decoration: underline;
}
.entry{
    line-height: 18px;
    float: left;
    width: 500px;
}
p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a{
    color: #BFB1A4;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 60px 0 20px 15px;
    float: left;
    width: 215px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1em;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{
    color: #BFB1A4;
}
.sidebar a:hover{
    text-decoration: underline;
}
#wp-calendar a{
    color: #BFB1A4;
}
#wp-calendar{
    width: 100%;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #5b5b5b;
    border: 4px solid #ccc;
    background: transparent;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.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: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 956px;
    height: 100px;
	font-size: .85em;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer a{
    color: #A9917B;
}
#footer .legal{
    float: right;
	padding-right: 50px;
}
#footer .credit{
    float: right;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}