/* @override 
	http://localhost:8888/bicw/wp-content/themes/bicw/style.css
	http://bainbridgecommunitywoodshop.org/wp-content/themes/bicw/style.css
*/

/*
Theme Name:bicw
Description:A custom Template for Bainbridge Island Community Woodshop
Author: Greg Macdonald
Author URI:http://studiowhat.net/
Version:0.1

*/

/* Reset default browser styles */

@import url('styles/reset.css');

/* Rebuild default browser styles */

@import url('styles/rebuild.css');

body {
	background: #120805;
	padding: 0px;
	height: 100%;
	font: .85em/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;

}

/* headings =h */

h2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 10px;
	color: #8a0000;
}

header h2 {
	line-height: 1.333;
	text-align: left;
	float: none;
	padding: 72px 0 0 340px;
	width: 620px;
}

section h2, h1.entry-title, h1.page-title, h2.entry-title a {
	font-size: 26px;
	text-align: left;
	color: #ddd0b9;


}

.home h1.entry-title{
	display: none;
}

h2, h3, p, li {
	font-weight: 400;
}

/* structured text =s */

p {
	margin-bottom: 24px;
	margin-left: 30px;
}

a {
	color: #c14f19;
	text-decoration: none;

}

a:hover {
	color: #902123;
	text-decoration: underline;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
	min-height: 100%;

}

#header {
	background: url(images/header_bg.jpg) no-repeat;
	height: 161px;
	width: 960px;
	position: relative;
}
#topright {
	float: right;
	width: 100%;
}

#main{
	background: #493e2a url(images/content_bg.png) repeat-y right top;
	overflow: hidden;
}

#container {
	background: #493e2a url(images/content_bg.png) repeat-y ;
	float: left;
	margin: 0 -320px -1000px 0;
	width: 100%;
	padding-bottom: 1000px;
}

#content {
	min-height: 400px;
	color: #000;
	padding: 20px 51px 20px 70px;
	margin: 0 320px 0 0;
}

#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 285px;
	padding-left: 15px;
	padding-right: 20px;
}

#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
	color: #727272;
	font-size: 12px;
	background-color: #493e2a;
	margin-top: -20px;
}
#site-info {
	padding-bottom: 10px;
	padding-top: 39px;
	padding-left: 12px;
}

#rotator {
	z-index: 20;
}
/* =Header
-------------------------------------------------------------- */

#top-menu {
	position: relative;
	float: right;
	height: 18px;
	line-height: 18px;
	margin: 2px 0px 0px;
	padding: 0px;
	list-style: none;
}

#top-menu li {
	float: left;

}

#top-menu a {
	margin: 0 18px 0 0;
	background: transparent;
	font-size: 12px;
	color: #66482c;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: #e6eabf 1px 1px 0;
	text-decoration: none;
}

#top-menu a:hover,
#top-menu .current_page_item a {
	color: #000;
}

#branding {
	text-indent: -9000em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	height: 1px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	margin-top: 118px;
	height: 30px;
	position: relative;
	width: 960px;
	z-index: 400;
}

.skip-link {
	display: none;
}

.menu {
	list-style: none;
	width: 960px;
	padding: 0 0 0 148px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #e6eabf 1px 1px 0;
	position: relative;

}

.menu ul {
	padding: 0;
	float: left;
	margin: 0;
	z-index: 30;
}

.menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 8em;
}

.menu a {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 0px;
	font-size: 13px;
	color: #66482c;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.menu li a:hover {
	color: #000;
	display: block;
	height: 30px;
}

.menu li ul {
	list-style: none;
	position: absolute;
	width: 200px;
	left: -999em;
	z-index: 900;
	background: #fff url(images/paneltop.png) repeat-x center top;
}

.menu li:hover ul, .menu li.sfhover ul {
	left: auto;
}

.menu li:hover, .menu li.sfhover {
/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
}

.menu li li {
	float: left;
	padding: 0;
	width: 200px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

}

.menu li li a {
	width: 165px;
	height: 18px;
	line-height: 16px;
	color: #b9554b;
	padding: 2px 20px 2px 15px;
	font-size: 12px;
	border-bottom: 1px dashed #e8d9b8;
}

.menu li li a:hover {
	color: #322827;
	height: 18px;
	padding: 2px 20px 2px 15px;

}

.menu li:hover, .menu li.sfhover {


/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
}

.menu a:focus, .menu a:hover, .menu a:active {
	outline: 0;
	color: #fff;
}

.menu li li a:focus,  .menu li li a:active, 
.menu .current_page_item li a, .menu .current_page_ancestor li a, .menu .current_page_parent li a {
	margin: 0px;
	color: #b9554b;
	height: 18px;

}

.menu .current_page_item a {
	color: #b9554b;
	height: 30px;
	
}

.menu .current_page_ancestor  a, .menu .current_page_parent  a {
	color: #b9554b;
	height: 30px;
}

.menu li li li {
	float: left;
	padding: 0;
	width: 200px;
	margin: -18px 0 0 180px;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
input, textarea {
	background: #fbf9fc none;
}

#searchform {
	margin: 0 0px;
	height: 23px;
	width: 200px;
	background: url(images/search_bg.jpg) no-repeat 0 bottom;
	padding-bottom: 0;
}

#searchform input {
	background: none;	
	margin-left: 0;
	border-style: none;
	margin-right: 0;
	color: #5a0f00;
	padding-right: 7px;
}
input#searchsubmit {
	margin-left: 0;
	padding: 0 0 0 10px;
	
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	margin-left: 1.1em;
	list-style-image: url(images/bicw_bull.png);
}

.widget-area ul ul ul {
	margin-left: 2.5em;
}

.widget-container {
	margin: 0 0 1.5em 0;
}
h3.widget-title{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	color: #f3e2bb;
	text-shadow: #2a2a2a 1px 1px 0;

}
.widget_text{
	color: #e4c68a;
	font-size: 12px;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */

/* =Basic WP
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
	border: 1px inset #c8c8c8;
	padding: 5px 3px;
	background-color: #ffebd6;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	
}

.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 10px;
	color: #82441e;
}

.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin: -1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
