/* 
Theme Name: CampNashoba
Theme URL: http://newbox.ca/
Description: A custom theme for Camp Nashoba
Author: Stuart Starr
Author URI: http://newbox.ca
Version: 1.0
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}

ul, li{ list-style:none}


* {margin:0;padding:0;}
.clear{clear:both;}

a:link, a:visited{
	color: #296B9C;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
}

body{
	/*	background-color: #639ECF;
*/	background-color: #7E7E7E;
	font-family: verdana, arial, helvetica, sans-serif;
	background-repeat: repeat-x;
	color:#555;
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-attachment: fixed;
}
#shadow{
	width: 880px;
	background-image: url(images/shadow.png);
	margin-right: auto;
	margin-left: auto;
}
#container{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position:relative;
	background-color:#FFFFFF;
}

#main{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:240px;
}

#header{
	background-color: #fff;
	height: 120px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
}
#header .leaves{
	position:absolute;
	right: 0px;
	top: 0px;
}


div#header h1 {
	width: 200px;
	height: 120px;
	float: left;
	position:absolute;
	left: 0px;
	top: 0px;
/*	background-image: url(images/logo.png);
*/	background-repeat: no-repeat;
	background-position: left center;
}

div#header h2 {
	width: 150px;
	height: 50px;
	float: left;
	position:absolute;
	right: 0px;
	bottom: 0px;
/*	background-image: url(images/logo.png);
*/	background-repeat: no-repeat;
	background-position: left center;
}
div#header h2 span {
	display: none; 
}
div#header h2 a {
	width: 150px;
	height: 50px;
	text-decoration: none;
}




div#header h1 a {
	width: 200px;
	height: 120px;
	text-decoration: none;
}

div#header h1 span {
	display: none; 
}


#nav{
}

#subnav {
	padding:7px;
	background-color:#7BB603;
}

#subnav h3{
	margin-left:-5px;
	margin-right:-5px;
	margin-top:-5px;
	margin-bottom:10px;
	padding:3px;
	color:#EFEFEF;
	font-size:0.9em;
}

#subnav ul{
	margin:0;
	padding:0;
}

#subnav  li{
	font-size: 11px;
	line-height: normal;
	float:left;
	padding-left:5px;
	padding-right:5px;
	
}
#subnav li.current_page_item a{
	color:#FFF;
	font-weight:bold;
}
#subnav li a{
	color:#FFF;
	text-decoration:none;
	padding:3px;
}

#subnav li a:hover{
	text-decoration:underline;
}


#crumbs {
	font-size: 0.8em;
	line-height: 16px;
	color: #CCCCCC;
	background-image: url(images/icon-signpost.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	padding-left: 27px;
	margin: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}

#crumbs a {
	text-decoration:none;
 	color: #5EA2D2;
}



#content{
	float:left;
	width:660px;
	z-index:-1;
	font-size: 13px;
	line-height: 18px;
	color: #452F21;	
}

#content_inner{
	padding:20px;
}
#content h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
	width:670px;
}

#content h2.pagetitle {
	margin-bottom: 0px;
}

#content h2 a{
	color:#333333;
	text-decoration:none;
}
 
#content h3 {
	font-size: 1.4em;
	margin-bottom: .3em;
}


#content h4 {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 0.4em;
}


#content p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content ul {
	margin-bottom: 1.5em;
}


#content ul li {
	font-size: 0.9em;
	list-style-position: inside;
	list-style-type: disc;
}

#content ol li {
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:30px;
}


#content blockquote{
	color:#333;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	font-size: 14px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#333;
}

#content blockquote p {
}

#footer{
/*	padding-top:35px;
	font-size:12px;
	color:#666;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	background-image: url(images/aca.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 100px;
	padding-left: 180px;
*/}
#footer a{ color:#666}


/*///////////////////////////////
SIDE BAR
///////////////////////////////*/
#sidebar{
	float:left;
	width:200px;
	background-color: #FFE8C2;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	margin-bottom:80px;
}

#sidebar div.blurb{
	padding:5px;
	font-size:13px;
	line-height:17px;
}

#sidebar div.postthumb{
	background-color:#333;
	padding:5px;
}
img.thumby{
	width:165px;
	height:auto;
}
#sidebar div.postthumb span{
	display:block;
	padding-top:5px;
	color:#CCCCCC;
	font-size:0.65em;
}

#sidebar ul{
	margin:7px;
	padding:7px;
	background-color: #FFF6E7;
	border: 1px solid #BEBEBE;
	color:#666666;
}
#sidebar ul li{
	padding:3px;
	font-size: 11px;
}
#sidebar ul li a{
	color:#666666;
	text-decoration:none;
}

#sidebar ul li a:hover{
	color:#333333;
}
/*//////////////////////////////////////
BLOG Styling
//////////////////////////////////////*/

div#content.blog .post h2{
	margin-bottom:3px;

}

div#content.blog .post .postmeta{
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 15px;
}

div#content.blog .post .postmeta p{
margin:0;
padding:0;
}


.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


/* Captions & aligment */


.aligncenter{
margin-left:auto;
margin-right:auto;
display:table;
}


.alignleft,.alignright, .aligncenter{
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	background-color: #FFE8C2;
	padding:5px;
}
.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}

#content .wp-caption {
	text-align: center;
	background-color: #FFE8C2;
	margin: 10px;
}

#content .wp-caption.aligncenter {
margin-left:auto;
margin-right:auto;
display:table;
}



#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-weight:bold;
}

#content .wp-caption p.wp-caption-text {

}
/* End captions & aligment */


hr{height:1px;border:1px solid #EFEFEF;}
#content h3{}
#content h4{ font-size:16px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif}


/*//////////////////////////////////////
MMF FORMS
//////////////////////////////////////*/

.mmf{
}
.mmf .mmf-form {	
	margin: 0px;
	padding: 10px;
}
.mmf .mmf-form input, .mmf .mmf-form textarea,  .mmf .mmf-form select {	
	padding: 5px;
	border: 1px solid #ccc;
	width:250px;
}

.mmf .mmf-form textarea{width:500px}
.mmf .mmf-form span.mmf-list-item {
	margin-right:10px;
	font-size:0.8em;
	min-width:100px;
	display:block;
}
.mmf .mmf-form span {	
	margin:0;
	padding:0;
}

.mmf .mmf-form p{display:block}
.mmf .mmf-form label{font-size:0.9em; font-style:italic; display:block;}

.mmf .mmf-form span.mmf-not-valid-tip {display:block; margin:0; clear:both; left:0px; top:0px;}