/*
Theme Name: Passive House Custom Theme
Theme URI: http://passivehouseinthewoods.org/
Description: Custom theme for Passive House, designed by TE Studio.
Version: 1.1
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/


/* Basic HTML */

body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

a, a:visited {
	color: #bf5900;
}

a img {
	border: none;
}

h2 {
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	line-height: normal;
}

h3 {
	font-weight: normal;
	color: #989951;
	font-size: 18px;
}

.editlink {
	font-size: 10px;
	text-transform: none;
	padding-left: 15px;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


/* Basic Structure - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header {
	background: url('images/header.jpg') no-repeat -1px 0px;
	height: 104px;
}

#header h1, #header .description {
	display: none;
}

#container {
	width: 948px;
	margin: 10px auto;
	background: url('images/sidebar-bg.jpg') repeat-y 16px 0px;

}

#sidebar {
	float: left;
	width: 251px;
	padding: 0 0 30px 16px;
}

#content {
	float: right;
	width: 670px;

}

#footer {
	clear: both;
	color: #fff;
	padding: 18px 0 0 30px;
	font-size: 10px;
	height: 84px;
	background: url('images/footer.jpg') no-repeat;
}

/* Styling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Header nav */
#header ul {
	margin: 0 0 0 280px;
	padding: 62px 0 0 0;
}

#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 60px;
	height: 20px;
	background-repeat: no-repeat;
}

#header ul li a, #header ul li a:visited {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -2900px;
	display: block;
	width: 100px;
	height: 20px;
}

#header ul li a:hover, #header ul li a:active,
#header ul li.current_page_item a, #header ul li.current_page_item a:visited,
#header ul li.current_page_parent a, #header ul li.current_page_parent a:visited {
	color: #94d11e;
}

#header ul li.page-item-12 { background: url('images/topnav.jpg'); }
.home #header ul li.page-item-12, 
.single #header ul li.page-item-12, 
.archive #header ul li.page-item-12, 
#header ul li.page-item-12:hover { background: url('images/topnav.jpg') 0 -21px; }

#header ul li.page-item-16 { background: url('images/topnav.jpg') -60px 0; width: 114px; }
.page-id-16 #header ul li.page-item-16, #header ul li.page-item-16:hover { background: url('images/topnav.jpg') -60px -21px; }

#header ul li.page-item-14 { background: url('images/topnav.jpg') -174px 0; width: 88px; }
.page-id-14 #header ul li.page-item-14, 
.parent-pageid-14 #header ul li.page-item-14,
#header ul li.page-item-14:hover { background: url('images/topnav.jpg') -174px -21px; }

#header ul li.current_page_item, #header ul li.current_page_parent { background-position-y: -21px; }

#header .social {
	text-indent: -2999px;
	display: block;
	margin-top: 20px;
	background-repeat: no-repeat;
}

#header .rss {
	float: right;
	background-image: url('images/rss.jpg');
	width: 75px;
	margin-right: 15px;
}

#header .twitter {
	float: right;
	background-image: url('images/twitter.jpg');
	width: 55px;
}

/* sidebar */

#sidebar h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 600;
}

#sidebar .widget {
	padding: 0 20px;
}

#sidebar .widget_links h3 {
	margin-bottom: 1px;
	font-size: 12px;
	color: #666;
}

#sidebar .widget_search {
	margin-top: 20px;
}

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

#sidebar ul, #insidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li, #insidebar li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url('images/bullet-black.gif') no-repeat 0 7px;
	list-style: none;
}

#sidebar li a, #sidebar li a:visited, 
#insidebar li a, #insidebar li a:visited {
	color: #333;
	text-decoration: none;
}

#insidebar li.current_page_item,
#sidebar li.current_page_item,
#insidebar li:hover,
#sidebar li:hover {
	background-image: url('images/bullet-brown.gif');
}

#insidebar li.current_page_item a, #insidebar li.current_page_item a:visited,
#sidebar li.current_page_item a, #sidebar li.current_page_item a:visited,
#insidebar li a:hover, #sidebar li a:hover {
	color: #bf5900;
}


/* Main content area */

#main {
	float: left;
	width: 510px;

}

#main a {
	color: #d17512;
}

#main a:visited {
	color: #ac4e15;
}



/* sponsors sidebar */

#sponsors {
	float: right;
	width: 150px;
}

#sponsors .widget {
	text-align: center;
	padding: 0 10px;
}

/* blog only */

.post h3 {
	margin-bottom: 0;
}

.post h3 a, .post h3 a:visited {
	color: #989951;
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: underline;
}

/* shared inside sidebar */

#insidebar {
	width: 130px;
	padding-left: 15px;
	float: right;
}

#insidebar h3 {
	color: #333;
}


/* WordPress Built-in Styles - - - - - - - - - - - - - - - - - - - - - - */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform textarea {
	width: 360px;
}
