/*  
updates:
bio info popups - 25feb10, mitt
reformat left side nav menu - 11jan10, mitt
Theme Name: Carpenter's Shelter
Theme URI: http://www.carpentersshelter.org/
Description: Designed by Brockett Horne in late 2008 for Carpenter's Shelter
Version: 1.0
Author: Brockett Horne
Author URI: 

*/

@charset "UTF-8";
/* CSS Document */

body	{
	/* background-color:#2C285D; */
	background-color:#ccccff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
}

a:link {
	color: #2C285D;
}

a:visited {
	color: #006600;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* Wraps all content */
#wrapper	{
	width: 1025px;
	height: 100%;
	background: #fff;
}

/* Smaller margin on h3s */
h3 {
	margin: 0px;
	padding: 0px;
}


/* Creates Full spanning top header */
#header	{
	float: left;
	height: 163px;
	margin:0;
	padding:0;
}

#navBar {
	background-image: url(images/nav/RightSpacer.gif);
	background-repeat: repeat-x;
	width: 767px;
	overflow: hidden;
}

/* Don't do dashed underline on links in the header */
#header a:hover {
	border: 0;
}


#button	{
	width: 17px;
	height: 17px;
	background-color: #2C285D;
	color:#FFFFFF;
	font-size: 0.7em;
	border: 0px solid #FFFFFF;
}


/* Breadcrumbs at the top of pages */
div.pageBreadcrumbs {
	margin-top: 15px;
}

/* Blue Column with Lefthand navigation */
#left_col	{
	width:257px;
	height:auto;
	background-color: #ffffff;
	float:left;
	border: 0px solid #00FF00;
}

#left_col p{
	padding: 0px 10px;
}

/* Page sub-nav in the left sidebar */
#left_col ul {
	padding-left: 5px;
	list-style: none;
	margin-left: 15px;
}

/*
format left column site links; mitt; 11jan2010
and changed margin-left preceeding from 5 to 15px
*/

#left_col a:link {text-decoration: none; font-size: 0.8em;}
#left_col a:visited {text-decoration: none; font-color: blue;  font-size: 0.8em;}
#left_col a:hover {text-decoration: none; color: red;}

#left_col ul li.current_page_item {
	font-weight: bold;
}

/* sub-pages shouldn't also be bold */
#left_col ul li.current_page_item li {
	font-weight: normal;
}

/* MAIN CONTEXT in COLUMN 01 INTERIOR */
#middle_col	{
	width:450px;
	height:auto;
	float:left;
	padding-bottom: 15px;
	border: 0px solid #00FF00;
	font-size: 0.9em;
}



#right_col	{
	width: 286px;
	height:auto;
	float:right;
	padding-top:0px;
	/*
	border: 1px solid #999999;
	border-top: 0px;
	background-color:#2C285D;
	*/
	background-image: url(images/rightBG.jpg);
	background-repeat: repeat-y;
}

.right_col_box	{	
	width: 222px;
	height: 119px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
}

html>body .right_col_box {
	width: 222px;
	height: 119px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
}


#footer	{
	margin-top: 20px;
	clear:both;
	float: left;
	width: 100%;
	background-color:#ffffff;
}




/* TYPOGRAPHY -----------------------------------------*/

html>body .header	{
	color: #2C285D;
	font-size: 1.0em;
	padding-top:0px;
}

.header	{
	font-size: 0.9em;
	padding-top:10px;
}

.header_white	{
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 15px;
}

html>body .header_white	{
	color: #FFFFFF;
	font-size: 1.0em;
	padding-top:0;
}

.rightcol_header	{
	color:#ffffff;
	font-size: 0.9em;
	padding-left:10px;
	width: 222px;
}

.rightcol_header a	{
	color:#b3d335;
	text-decoration:none;

}

.rightcol_header a:hover	{
	color:#ffffff;
	text-decoration: none;
	border-bottom:1px dotted #FFFFFF;
}


html>body .title {
	color: #2C285D;
	font-weight:bold;
	
	font-family:georgia, serif;
	 font-size:11px;
     font-weight:bold;
     line-height:14px;
     text-align:left;
     letter-spacing: 2px;
     text-transform: uppercase;
}

.title a,
.mainPageItem a	{
	color: #2C285D;
	text-decoration:none;
	font-weight:bold;
}

.title a:hover,
.mainPageItem a:hover	{
	color: #2C285D;
	text-decoration: none;
	border-bottom:1px dotted #2C285D;
}

.title a.noUnderline:hover,
.mainPageItem a.noUnderline:hover	{
	color: #2C285D;
	text-decoration: none;
	border-bottom:0px;
}

p	{
	font-size: 0.7 em;
	color:#000000;
}

.img_list {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border:0;
	clear:both;
}

#mainPageContent div.mainPageItem {
	clear: both;
	padding-top: 15px;
}

#mainPageContent div.mainPageItem div.thumb {
	width: 210px;
	float: left;
	
}

#middle_col img {
	border: 1px solid #7F7F7F;
	padding: 0px;
}

/* Main content is 450px wide; image gets 210, excerpt gets 235 */
#mainPageContent div.mainPageItem div.excerpt {
	width: 235px;
	float:left;
}

html>body p	{
	font-size: 0.8em;
	color:#000000;
}

html>body #middle_col,
html>body #middle_col p,
html>body #middle_col ul {
	font-size: 0.9em;
	color:#000000;
	margin-top: 3px;
}

p a	{
	color:#2C285D;
	text-decoration: underline;
}

p a:hover	{
	color:#2C285D;
	text-decoration: none;
	border-bottom:1px dotted #2C285D;
}

.more	{
	color: #2C285D;
	text-align:right;
	margin-bottom: 0;
}

.more a	{
	color: #2C285D;
	text-decoration: none;
}

.more a:hover	{
	color: #2C285D;
	text-decoration: none;
	border-bottom:1px dotted #2C285D;
}

.footer_text	{
	color:#000000;
	text-align:center;
	padding: 0px;
	margin: 2px 0px;
}

.footer_text a	{
	text-decoration: underline;
	text-align:center;
}

.footer_text a:hover	{
	text-decoration: none;
	border-bottom:1px dotted;
	text-align:center;
}



/* Search Form */
#searchFormContainer #searchBoxContainer {
	margin: 10px;
	width: 214px;
	height: 23px;
	background-color: white;
	border: 1px solid #97C2FD;
	padding: 2px;
}

#searchFormContainer #s {
	border: 0;
	width: 185px;
	height: 21px;
	font-weight: bold;
}


/* Clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



img.alignleft, img.left { float: left; }
img.alignright, img.right { 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*
.bio css enables staff bio pop-ups on mouseover
not required otherwise, mitt; feb2010
*/

.bio_pic{
position: relative;
z-index: 0;
}

.bio_pic:hover{
background-color: transparent;
z-index: 50;
}

.bio_pic span{ /*CSS for popup text box*/
position: absolute;
background-color: #FFC;
padding: 5px;
left: -1000px;
border: 2px solid gray;
visibility: hidden;
font-size:11px;
line-height: 110%;
width:375px;  /* sets width of popup box */
}

.bio_pic span img{ /*CSS for image inside popup text box*/
border-width: 0;
padding: 2px;
}

.bio_pic:hover span{ /*CSS for textbox + image on hover*/
visibility: visible;
top: 15;
left: 30px; /*horizontal offset for textbox + image*/
}