/*
Theme Name: Woodcraft
Theme URI: http://woodcraft.com
Description: Woodcraft BuddyPress Theme.
Version: 1.0
Author: Brian Messenlehner
Author URI: http://webdevstudios.com/
Template: bp-default
Tags: buddypress
*/



/* auto the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* auto the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

body#bp-default{
	width:100%;
	max-width:auto;
	min-width:auto;
	background:#EDE5D7;
}
#bp-default #wrapper{
	width:960px;
	margin:0 auto;
	padding:0;
}

#bp-default #header{
	clear:both;
	height:auto;
	margin:25px auto 0;
	padding:0;
	border:1px solid #000;
	border-bottom:none;
	width:960px;
	line-height:auto;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#bp-default #container{
	width:960px;
	margin:-17px auto 0 auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:1px solid #000;
	border-top:none;
	padding:5px 0 0 0;
}

#bp-default #wp-admin-bar{
	width:960px;
	margin:0 auto;
	left:auto;
	border:1px solid #000;
	border-top:none;
	z-index:9999;
}

#bp-default #main-nav{
	background:url(images/bg-main-nav.png) no-repeat;
	width:960px;
	height:57px;
	margin:-50px 1px 0 1px;
	padding:0;	
	position:relative;
	z-index:9998;
	clear:both;
}

/* Header */
#bp-default #header-sidebar{
	float:left;
	position:absolute;
	top:10px;
	left:10px;
}
/* Gallery Page */
#bp-default.page-template-templategallerycats-php #blog-page h2{
	background: #B85412;
	padding:10px 0 10px 15px;
	color:#fff;
}
#bp-default.page-template-templategallerycats-php #blog-page .post{
	background:#EDE5D7;
	padding:20px;
	border-bottom:none;
}
#bp-default.page-template-templategallerycats-php #blog-page .post ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#bp-default #home-contests ul,  #bp-default #home-gallery ul{
	padding:0;
	margin:20px 0 0 0;
	list-style-type:none;
}

#bp-default.page-template-templategallerycats-php #blog-page .post li, #bp-default #home-contests li,  #bp-default #home-gallery li{
	padding:0;
	margin:0 5px 20px 5px;
	list-style-type:none;
	float:left;
	text-align:center;
}
#bp-default.page-template-templategallerycats-php #blog-page .post li p, #bp-default #home-contests p,  #bp-default #home-gallery p{
	width:150px;
}

#bp-default.page-template-templategallerycats-php #blog-page .post li .gallery-first-photo{
	width:auto;
}
#bp-default.page-template-templategallerycats-php #blog-page .post li .gallery-first-photo img{
	margin:0;
}

/* content */
#bp-default #content .padder{
	border-right:none;
	margin: 10px 265px 10px 10px;
	padding:0;
}
#bp-default #content .page{
	border-right:1px dashed #000;
	padding:0 10px 0 0;
	margin:0 -10px 0 0;
}
#bp-default #content .item-list-tabs{
	margin:0 0 10px 0;
	padding:0;
	background:#B85412;
	min-height:auto;
	color:#fff;
}
#bp-default #content .item-list-tabs li a, #bp-default #content .item-list-tabs li a:visited{
	padding:2px 5px;
	color:#fff;
}
#bp-default #content .item-list-tabs li a:hover, #bp-default #content .item-list-tabs li a:active{
	text-decoration:underline;
}
#bp-default #content .item-list-tabs li.current a, #bp-default #content .item-list-tabs li.current a:visited, #bp-default #content .item-list-tabs li.selected a, #bp-default #content .item-list-tabs li.selected a:visited{
	color:#990000;
}
#bp-default #content .item-list-tabs li.current a:hover, #bp-default #content .item-list-tabs li.current a:active{
	color:#990000;
	text-decoration:underline;
}
#bp-default #content .item-list-tabs li:first-child{
	margin-left:5px;
}
#bp-default #content #subnav{
	border-bottom:none;
	padding:0 10px 0 0;
	background:#990000;
	color:#fff;
}
#bp-default #content #subnav li{
	margin:5px 0 0 5px;
}
#bp-default #content #subnav li:first-child{
	margin-left:5px;
}
#bp-default .pagination{
	margin:0;
}
#bp-default .alignleft, #bp-default .alignright{
	margin:0;
}
#bp-default #content .post h2 a{
	color:#990000;
	font-weight:bold;
	margin-bottom:0 !important;
	text-decoration:none;
	font-size:18px;
}
#bp-default #content .post{
	border-bottom:1px solid #000;
	margin:0 0 30px 0;
}
#bp-default #content .post .date, #bp-default #content .post .postmetadata{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}
#bp-default #content .post .wp-caption{
	padding:5px;
}
#bp-default #content .post img{
	padding:3px;
	border:1px #999 solid;
	margin:0 5px 5px 0;
}
#bp-default #content .post img.avatar{
	padding:0;
	border:none;
	margin:0;
}

#bp-default #content .post img:hover{
	background:#999;
}
/* Main Nav */
.menu-header{
	width:650px;
	margin:10px 0 0 10px;
	padding:0;
	float:left;
}
.social-media{
	float:right;
	margin:0 15px 0 0;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-align:right;
}
.social-media li.join-text{
	padding:8px 0 0 0;
}
.menu-header ul, .social-media ul{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	z-index:9999;
}
.social-media ul{
	z-index:999;
}
.menu-header li, .social-media li{
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:9999
}
.menu-header li a, .menu-header li a.visited{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0 15px;
	border-right:1px solid #fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.menu-header li:first-child a{
	padding:0 15px 0 0;
}
.menu-header li:last-child a{
	border-right:none;
}
.menu-header li a:hover, .menu-header li a.active{
	color:#B85412;
}

/* Sub Nav */

#bp-default .menu-header li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	margin: 0;
	padding: 0;
	float:left;
	border-top:1px solid #B85412;
 	box-shadow: 3px 3px 3px #000;
   -o-box-shadow: 3px 3px 3px #000;
   -webkit-box-shadow: 3px 3px 3px #000;
   -moz-box-shadow: 3px 3px 3px #000;
	}

#bp-default .menu-header li li a, #bp-default .menu-header li li a:link, #bp-default .menu-header li li a:visited{
	background: #EDE5D7;
	font-size:14px;
	font-weight:normal;
	position:relative;
	padding:6px 10px;
	width:198px;
	z-index:9999;
	color:#666666;
	border-right:none;
	border-bottom:1px solid #B85412;
	border-left:1px solid #B85412;
	border-right:1px solid #B85412;
}
#bp-default .menu-header li li a:hover, #bp-default .menu-header li li a:active{
	color:#B85412;
}
#bp-default .menu-header li ul a:hover, #bp-default .menu-header li ul a:active { 
	}

#bp-default .menu-header li ul ul {
	margin: -33px 0 0 220px;
	}

#bp-default .menu-header li:hover ul ul, #bp-default .menu-header li:hover ul ul ul, #bp-default .menu-header li.sfHover ul ul, #bp-default .menu-header li.sfHover ul ul ul {
	left: -999em;
	}

#bp-default .menu-header li:hover ul, #bp-default .menu-header li li:hover ul, #bp-default .menu-header li li li:hover ul, #bp-default .menu-header li.sfHover ul, #bp-default .menu-header li li.sfHover ul, #bp-default .menu-header li li li.sfHover ul {
	left: auto;
	}

#bp-default .menu-header li:hover, #bp-default .menu-header li.sfHover { 
	position: static;
	}

/* sidebar */

#bp-default #sidebar{
	width:235px;
	padding: 0 10px;
	margin-left:-256px;
	border-left:1px dashed #000;
	background:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
#bp-default #sidebar .padder{
	padding:0;
}
#bp-default .widget{
	border-bottom:1px dashed #000;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}
#bp-default #sidebar h3{
	margin:0 0 15px 0;
	font-size:14px;
	background:#B85412;
	color:#fff;
	padding:3px 0 3px 10px;
	font-weight:normal;
}
#bp-default #sidebar .item-options{
	margin:-10px 0 0 0;
	padding:0px 0px 0px 10px;
}
#bp-default #sidebar .item-list img.avatar{
	height:50px;
	width:50px;
}
#bp-default #sidebar li a, #bp-default #sidebar li a:visited{
	color:#990000;
	text-decoration:none;
}
#bp-default #sidebar li a:hover, #bp-default #sidebar li a:active{
	color:#990000;
	text-decoration:underline;
}
#bp-default #item-body img{
	border:1px #000 solid;
	margin:0 5px 5px 0;
}
#bp-default #sidebar #search, #bp-default	#sidebar-login-form{
	margin:0 0 30px 0;
	padding:0 0 15px 0;
	border-bottom:1px dashed #000000;
}
#bp-default #sidebar #search input#s{
	width:65%;
	padding:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px inset #CCCCCC;
	margin-bottom:0;
}
/* Footer */
#bp-default #footer{
	text-shadow:none;
	color:#3d3d3d;
}
#bp-default #footer h2{
	font-size:18px;
	color:#3d3d3d;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #000;
}
#bp-default #footer a, #bp-default #footer a:visited{
	color:#B85412;
	text-decoration:none;
}
#bp-default #footer a:hover, #bp-default #footer a:active{
	text-decoration:underline;
}
#bp-default #footer ul{
	margin-left:25px;
}
#bp-default #footer li{
	width:140px;
}
#bp-default #footer #footerEmail{
	text-align:left;
	width:260px;
}
#bp-default #footer #footerEmail .footerEmail_info{
	margin:0 0 10px 0;
}
#bp-default #footer #ctl00_ctl00_StandardPageFooter_pnlSignUp{
	text-align:left;
}
#bp-default #footer #ctl00_ctl00_StandardPageFooter_pnlSignUp input#ctl00_ctl00_StandardPageFooter_txtEmail{
	width:75%;
	padding:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px inset #CCCCCC;
	margin-bottom:5px;
}
#bp-default #footerCreds{
text-align:center;
margin-top:30px;
}
#bp-default #footerCreds p{
text-align:center;
margin:0;
}
#bp-default #footerCreds p.lighter-footer, #bp-default #footerCreds p.lighter-footer a{
color:#999;
}
/* Tables */
#bp-default #content table, #bp-default #content .messages-options-nav{
	margin:0;
}
/*home page*/
#bp-default.home #homepagetop{
	padding:0 !important;
	border-bottom:none !important;
}

#bp-default.home .widget-wrap, #bp-default.home #homepagetop{
	padding:20px;
	background: #EDE5D7;
	margin-bottom:30px;
	border-bottom:5px solid #B85412;
	overflow:hidden;
}
#bp-default.home #homepagetop #myGallery{
	margin:0 auto;
}
#bp-default.home .home-widget h3{
	padding:10px 0 10px 15px;
	background:#B85412;
	color:#fff;
	margin:0;
}
#bp-default #home-contests .widget-wrap, #bp-default #home-gallery .widget-wrap{
	clear:both;
	overflow:hidden;
}

/*buttons*/
#bp-default .activity-list .activity-header a:first-child, #bp-default .highlight{
	color:#fff!important;
	background:#B85412!important;
	border-bottom:#8a3c09 1px solid!important;
	border-right:#8a3c09 1px solid!important;
}
#bp-default .activity-list .activity-header a:first-child:hover{
	background:#990000!important;
}
#bp-default .highlight span{
	color:#fff!important;
	background:#990000!important;
	border-bottom:#650606 1px solid!important;
	border-right:#650606 1px solid!important;
}

#bp-default #TB_window{
	z-index:10000;
}
a {
color:#990000;
}
body {
font-family:Arial, Helvetica, sans-serif;
}
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

#header {
background-image: none !important;
}

div#menu {
background:#EEE;
/*height:1.5em;
margin:1em 0;*/
width:100%;
z-index:1;
position:relative;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
/*margin-right:1em;
padding:0.2em 0.5em;*/
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
h1#blog-title  {
display:none;
}
#blog-description {
display:none;
}
h2, h2 a {
color:#990000;
text-decoration:none;
font-weight:bold;
margin-bottom:0 !important;
}
.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
color:#990000;
font-weight:bold;
}

div.sidebar input#s {
width:10em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

.entry-date {
margin-bottom:15px;
position:relative;
top:-5px;
}
.entry-date, .entry-date a {
 color:#666666;
 }
 .entry-meta {
 color:#666666;
 }
.entry-meta, .entry-meta a {
color:#990000;
}

hr {
background:#000 ;
border:medium none;
clear:both;
color:#000;
float:none;
height:0.1em;
margin:15px 0;
width:100%;
}

#shadow {
margin:0;
padding:0px;
padding:0;
position:relative;
top:-2px;
}

#menu ul li.woodcraft a {
background:url('images/woodcraft.jpg');
display:block;
height:40px;
width:134px;
}

#menu ul li.mag a {
background:url('images/mag.jpg');
display:block;
height:40px;
width:179px;
}

#menu ul li.blog a {
background:url('images/blog.jpg');
display:block;
height:40px;
width:123px;
}
#menu ul li.woodcraft a:hover {
background:url('images/woodcraft-over.jpg');
display:block;
height:40px;
width:134px;
}

#menu ul li.mag a:hover {
background:url('images/mag-over.jpg');
display:block;
height:40px;
width:179px;
}

#menu ul li.blog a:hover {
background:url('images/blog-over.jpg');
display:block;
height:40px;
width:123px;
}

th, td, caption {
padding:0;
}

table {
margin-bottom:0;
}


#headerSubNav a {
color:#806A40;
font-size:11px;
font-weight:bold;
}

#subNav li, #header li {
display:inline;
}
#headerSubNav li{
padding:2px;
float:left;
}


#headerSubNav {
margin-left:300px;
padding-top:7px;
}
ol, ul {
list-style-type:none;
}
#headerCart {
display:none;
}
#phoneNumbers {
float:right;
font-size:11px;
}

#woodcraft_header {
height:60px;
margin-top:10px;
}
#woodcraft_header img#logo {
margin-left:8px;
margin-top:3px;
}
#woodcraft_header h1{
height:0px;
}

#subNav a {
color:#006235;
font-weight:bold;
}
#subNav li {
padding:0 10px;
}
#subNav ul {
padding:6px 0 0 5px;
}
#subNav {
background-color:#EDE5D7;
height:37px;
margin-top:5px;
width:989px;
}

div.sidebar {
margin-top:10px;
}

.contest-gallery img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 10px;
padding:4px;
}

.contest-gallery img:hover {
background-color:#888;
}

#footer {
background-color:#EDE5D7;
border-top:1px solid;
height:120px;
padding-left:5px;
padding-top:20px;
height:140px;
}
#footerEmail {
float:left;
height:95px;
}
#footer ul {
float:left;
}

#footer li {
text-align:left;
width:150px;
}

#footer ul, ol {
margin-left:6px;
padding-left:0;
}

.contest-gallery h3 {
font-size:23px;
line-height:23px;
margin-bottom:0;
margin-top:26px;
}
.contest-gallery h3 a {
text-decoration:none;
}
#gforms_confirmation_message {
padding:20px !important;
text-align:left !important;
}
div#footer-blog {
clear:both;
width:100%;
}

table {
border-spacing:0 !important;
}

#TB_caption {
font-size:13px;
height:100% !important;
}

.gallery-navigation {
font-size:18px;
margin:0 auto;
text-align:center;
width:200px;
}
#TB_window a{
color:#BA0000 !important;
font-size:14px;
}

.top_label .gfield_label {
margin:0 !important;
}

#TB_window a:hover{
color:#666 !important;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .instruction {
margin:0;
}

.entry-content img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 10px;
padding:4px;
position:relative;
}

.entry-content h3 {
font-size:23px;
line-height:23px;
margin-bottom:0;
margin-top:26px;
}
.entry-content h3 a {
text-decoration:none;
}

.entry-content img:hover {
background-color:#888;
}

#TB_secondLine {
	font-size:12px !Important;
}

.gform_wrapper .gfield_description{
	padding:1px !Important;
}

