/*
Theme Name: Witheringtree
Theme URI: http://www.witheringtree.com/
Description: Witheringtree WordPress theme for Wordpress v3. This will be v4 of the site.
Version: 2.0
Author: Josh Boyd
Author URI: http://www.joshadamboyd.com/
Tags: blue, red, white, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/**************************************************/
/**************************************************/
/**************************************************/
*{
	outline: 0px none;
}

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #e3431a;
}

a{
	color: #C7AA63;
	text-decoration: none;
}

a:hover, a:active{
	color: #FFF4A3;
}



/**************************************************/
/** ELEMENTS **************************************/
/**************************************************/
img{
	border: 0px none;
}

sub, sup{
	font-size: 8px;
}

blockquote, q{
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}

dl{
	margin: 0 0 24px 0;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 18px;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td{
	text-align: left;
	font-weight: normal;
}



/**************************************************/
/** FORMS *****************************************/
/**************************************************/
form{
	margin: 0px;
	padding: 0px;
}

legend{
	display: none;
}

fieldset{
	margin: 0px;
	padding: 0px;
}

input[type="text"], textarea{
	background-color: #FFFFFF;
	border: 1px solid #764302;
	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 2px 2px 5px #666;
	-webkit-box-shadow: inset 2px 2px 5px #666;
	box-shadow: inset 2px 2px 5px #666;
	padding: 3px;
}

input{

}

textarea{
	overflow: auto;
	min-height: 50px;
}

h1{
	color: #FFF4A3;
	font-size: 20px;
	margin: 0px;
	padding-bottom: 15px;
}



/**************************************************/
/** HEADER ****************************************/
/**************************************************/
#header{
	background-image: url(assets/images/header_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #412501;
	min-width: 955px;
}

#header .header{
	background-image: url(assets/images/header_main_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	width: 955px;
	height: 245px;
}

#header .header .sitename{
	display: none;
}

#header .header .tagline{
	float: right;
	margin: 100px 50px 0px 0px;
	width: 360px;
	text-align: right;
}



/**************************************************/
/** DISPLAY ***************************************/
/**************************************************/
#display{
	background-color: #412501;
	min-width: 955px;
}

#display .display-inner{
	width: 955px;
	margin: auto;
	background-image: url(assets/images/content_background.gif);
	background-repeat: repeat-y;
}

#display .menu-primary-container{

}

#display .display{
	background-image: url(assets/images/content_clump_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 35px 35px 35px;
}



/**************************************************/
/** NAVIGATION ************************************/
/**************************************************/
ul#menu-primary{
	margin: 0px;
	list-style-type: none;
	background-image: url(assets/images/navigation_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px 35px;
}

ul#menu-primary li{
	display: inline;
	text-transform: uppercase;
	margin-right: 15px;
}

ul#menu-primary li a{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#menu-primary li a:hover, ul#menu-primary li a:active, ul#menu-primary li.current_page_item a, ul#menu-primary li.current-page-ancestor a{
	color: #C7AA63;
}



/**************************************************/
/** CONTENT ***************************************/
/**************************************************/
#content{
	width: 725px;
	float: left;
}

#content .content{
	margin-right: 20px;
}



/**************************************************/
/** SIDEBAR ***************************************/
/**************************************************/
#sidebar{
	width: 160px;
	float: right;
}

#sidebar .sidebar{ 

}

#sidebar .sidebar h3{ 
	color: #C7AA63;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
}

#sidebar .sidebar a{
	color: #FFF;
	text-decoration: none;
}

#sidebar .sidebar a:hover, #sidebar .sidebar a:active{
	color: #C7AA63;
}

#sidebar .widget_search #s{
	width: 135px;
}



/**************************************************/
/** PREV / NEXT NAVIGATION ************************/
/**************************************************/
.navigation{
	overflow: hidden;
}

.navigation .nav-previous {
	float: left;
	width: 50%;
}

.navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin-bottom: 18px;
}

#nav-below{
	margin-top: 18px;
}



/**************************************************/
/** POSTS *****************************************/
/**************************************************/
/* post container */
.type-post{
	padding: 25px 0px;
}


/* post/page container */
.hentry{

}

.hentry .hentry-left{
	float: left;
	background-image: url(assets/images/post_date_leaf.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	height: 70px;
}

.hentry .month{
	padding-top: 12px;
}

.hentry .day{
	font-size: 12px;
}

.hentry .year{

}

.hentry .hentry-right{
	float: left;
	margin-left: 5px;
	width: 650px;
}

/* post/page title */
.hentry .entry-title{
	font-size: 21px;
	margin: 0px;
}

/* post/page meta (author, date) */
.hentry .entry-meta{
	font-size: 13px;
}

	.hentry .entry-meta .meta-prep{
	
	}
	
	.hentry .entry-meta .meta-prep-author{
	
	}
	
	.hentry .entry-meta .entry-date{
	
	}
	
	.hentry .entry-meta .meta-sep{
	
	}
	
	.hentry .entry-meta .author{
	
	}
	
	.hentry .entry-meta .vcard{
	
	}

/* post/page content */
.hentry .entry-content{

}

.hentry .entry-content p:first-child{
	margin-top: 0px;
	padding-top: 0px;
}

/* post/page content (summary) */
.hentry .entry-summary{

}

/* post/page utility data (categories, tags, comment count) */
.hentry .entry-utility{
	font-size: 12px;
	margin-left: 20px;
	padding: 5px 0px;
}

.hentry .entry-utility .cat-links{

}

.hentry .entry-utility .cat-links .entry-utility-prep{

}

.hentry .entry-utility .cat-links .entry-utility-prep-cat-links{

}

.hentry .entry-utility .meta-sep{

}

.hentry .entry-utility .comments-link{

}



/**************************************************/
/** STICKY POSTS **********************************/
/**************************************************/
.sticky{
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.sticky .entry-title{
	margin-top: 0px;
}



/**************************************************/
/** COMMENTS **************************************/
/**************************************************/
#comments{

}

/* password required */
#comments .nopassword{
	
}

/* commenting turned off */
#comments .nocomments{
	display: none;
}

/* comment total */
#comments #comments-title{

}

#comments #comments-title em{

}

/* list of comments (top level) */
#comments ol.commentlist{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#comments ol.commentlist li{

}

/* list of comments (level 2+) */
#comments .commentlist ul{
	margin: 0px;
	list-style-type: none;
}

#comments .commentlist ul li{

}

/* comment styles */
#comments .commentlist > div{

}

#comments .commentlist li{
	margin: 5px 0px;
	padding: 5px;
}

#comments .commentlist li .comment-author{

}

#comments .commentlist li .vcard{
	position: relative;
}

#comments .commentlist li .comment-author .avatar, #comments .commentlist li .vcard .avatar{
	position: absolute;
	top: 0px;
	left: 0px;
}

#comments .commentlist li .comment-author .fn, #comments .commentlist li .vcard .fn{
	padding-left: 50px;
}

#comments .commentlist li .comment-author .says, #comments .commentlist li .vcard .says{

}

/* comment meta (link, time) */
#comments .commentlist li .comment-meta{
	padding-left: 50px;
}

#comments .commentlist li .commentmetadata{

}

/* content body */
#comments .commentlist li .comment-body{
	padding-left: 50px;
}

/* comment reply link */
#comments .commentlist li .reply{

}

/* user type styles */
#comments li.bypostauthor{
	border: 1px dotted #CCCCCC;
}

#comments li.byuser{

}

#comments li.even{

}

#comments li.thread-even{

}

#comments li.thread-odd{

}



/**************************************************/
/** COMMENT FORM **********************************/
/**************************************************/
#respond{
	margin: 24px 0px;
	overflow: hidden;
}

#respond #reply-title{
	margin: 18px 0px;
	color: #C7AA63;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#respond form{

}

#respond p{
	margin: 5px 0px 0px 0px;
}

#respond label{
	width: 150px;
}

#respond input[type="text"], #respond textarea{
	width: 98%;
}

#respond input{

}

#respond textarea{

}

#respond .required{
	color: #ff4b33;
	font-weight: bold;
}

#respond .comment-notes{
	display: none;
}

#respond .comment-form-author{

}

#respond .comment-form-email{

}

#respond .comment-form-url{

}

#respond .comment-form-comment{

}

#respond .form-allowed-tags{
	display: none;
}

#respond .form-submit{

}

#respond .form-submit input{
	width: auto;
}

#respond .form-submit #submit{
	
}



/**************************************************/
/** FOOTER ****************************************/
/**************************************************/
#footer{
	background-image: url(assets/images/footer_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	min-width: 955px;
	background-color: #E3431A;
	color: #412501;
}

#footer .footer{
	background-image: url(assets/images/footer_main_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	width: 955px;
}

#footer .footer a{
	color: #412501;
	text-decoration: none;
}

#footer .footer a:hover, #footer .footer a:active{
	color: #FFF;
}

#footer .footer .footer-left{
	margin-top: 95px;
	margin-left: 45px;
	float: left;
	width: 35%;
}

#footer .footer .footer-center{
	margin-top: 95px;
	float: left;
	width: 20%;
	text-align: center;
}

#footer .footer .footer-right{
	margin-top: 95px;
	margin-right: 45px;
	float: right;
	width: 35%;
}

#footer .footer .footnote{
	font-size: 10px;
	text-align: center;
	clear: both;
	padding-bottom: 5px;
}

#footer .footer h3{
	color: #EB6B1A;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
}



/**************************************************/
/** GALLERY ***************************************/
/**************************************************/
.gallery{
	margin: 10px auto;
}

.gallery .gallery-item{
	float: left;
	text-align: center;
	width: 33%;
}

.gallery img{

}

.gallery .gallery-caption{
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery br+br {
	display: none;
}



/**************************************************/
/** WIDGETS ***************************************/
/**************************************************/
/* generic widget container */
.widget-container{
	margin-bottom: 18px;
}

.widget-container .widget-title{
	margin: 0px;
}

.widget-container:last-child{
	margin-bottom: 0px;
}

/* search widget */
.widget_search{

}

.widget_search label{
	display: none;
}

.widget_search #searchsubmit{
	display: none;
}

.widget_search #s{
	background-image: url(assets/images/search.png);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-right: 22px;
}

/* akismet widget */
.widget_akismet{

}

/* nav menu widget */
.widget_nav_menu{

}

.widget_nav_menu > div{

}

.widget_nav_menu > div ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_nav_menu > div li{

}

/* pages widget */
.widget_pages{

}

.widget_pages ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_pages li{

}

/* text widget */
.widget_text{

}

/* meta widget */
.widget_meta{

}

.widget_meta ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_meta li{

}

/* calendar widget */
.widget_calendar{

}

/* recent entries widget */
.widget_recent_entries{

}

.widget_recent_entries ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_recent_entries li{

}

/* recent comment widget */
.widget_recent_comments{

}

.widget_recent_comments ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_recent_comments li{

}

/* archive widget */
.widget_archive{

}

.widget_archive ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_archive li{

}

/* categories widget */
.widget_categories{

}

.widget_categories ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_categories li{

}

/* links widget */
.widget_links{

}

.widget_links ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_links li{

}

/* tag cloud widget */
.widget_tag_cloud{

}

/* social homes */
.widget_socialhomes{
	margin-bottom: 0px;
	text-align: center;
}



/**************************************************/
/** IMAGES ****************************************/
/**************************************************/
.alignleft, img.alignleft{
	display: inline;
	float: left;
}

.alignright, img.alignright{
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.attachment img{
	display: block;
	margin: 0 auto;
}



/**************************************************/
/** SHARED ****************************************/
/**************************************************/
.hidden, hide{
	display: none;
}

.show{
	display: block;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.overline{
	text-decoration: overline;
}

.strike{
	text-decoration: line-through;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

.cursor-pointer{
	cursor: pointer;
}

.cursor-help{
	cursor: help;
}



/**************************************************/
/** CLEAR *****************************************/
/**************************************************/
.clear:after, .clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear, .clearfix{
	display: inline-block;
}

* html .clear, * html .clearfix{
	height: 1%;
}

.clear, .clearfix{
	display: block;
}