/*
Theme Name: Wilderness House
Theme URI: http://www.829llc.com/
Description: A flexible and attractive WordPress theme for our friends at Wilderness House
Version: 1.0
Author: 829 Studios LLC
Tags: wilderness house
*/

@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #ececec;
}
a{
	color: #ce202e;
	text-decoration: none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}

p {
	color: #666666;
}

#header{
	height: 142px;
	z-index: 15;
	position: relative;
}
#header #top {
	height: 102px;
	background-image: url(library/images/header/wh-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header.transparent #top{
	background:none;
}
#header .inside {
	width: 987px;
	margin: 0px auto;
}
#header #top #activities {
	float: right;
	display: block;
	position: relative;
	right: 10px;
	top: 45px;
	z-index: 30;
}

#header #activities #dropdown {
	position: absolute;
	padding: 0px;
	float: left;
	width: 199px;
	display: none;
	margin-top: 31px;
	z-index: 50;
}
#header #activities:hover #dropdown{
	display:block;
}
#header #activities #dropdown #top{
	height: 14px;
	background-image: url(library/images/header/wh-adrop-top.png);
	background-repeat: no-repeat;
}
#header #activities #dropdown #bottom{
	height: 16px;
	background-image: url(library/images/header/wh-adrop-bottom.png);
	background-repeat: no-repeat;
}
#header #activities #dropdown #middle{
	background-image: url(library/images/header/wh-adrop-mid.png);
	background-repeat: repeat-y;
	padding: 0px 5px;
}
#header #activities #dropdown ul {
	padding: 0px;
}
#header #activities #dropdown li {
	margin: 0px;
}
#header #activities #dropdown a{
	font-size: 12px;
	font-weight:bold;
	padding: 15px 10px;
}
#header #nav {
	height: 40px;
	background-color: #ce202e;
	display: block;
	z-index: 29;
}
#header.transparent #nav{
	background-color:#1f1f1f;
}
#header  #nav .nav-item{
	padding: 15px 0px 7px;
	float: left;
	margin: -4px 0px 0px;
	cursor:pointer;
	height:22px;
}
#header #nav .nav-item a {
	cursor:pointer;
}
#header  #nav .nav-item img{
	border-right: dotted #ffffff 1px;
	padding: 0px;
	margin: 0px;
}
#header  #nav .nav-item:hover img {
	border-right: none;
}
#header  #nav .nav-item:hover {
	background-color: #474747;
	padding: 15px 1px 7px;
	margin: -4px 0px 0px -1px;
	
}
#header  #nav .sub-item {
	padding: 11px 0px 7px;
	float: left;
	margin:0px;
	cursor:pointer;
	height:19px;
}
#header  #nav .sub-item:hover {
	background-color: #555555;
}
#header  #nav .nav-item .sub-item img {
	border-right: dotted #ffffff 1px;
	padding: 0px;
	margin: 0px;
}

#header #nav .dropdown {
	position: absolute;
	padding: 0px;
	float: left;
	height: 38px;
	margin: 28px 0px 0px -65px;
	background-color: #474747;
	display: none;
}
#header #nav .nav-item:hover .dropdown{
	display: block;
}
#header-flash {
	height: 645px;
	/*background-image: url(library/images/WH-flash.jpg);
	background-repeat: repeat-x;
	background-position: center;*/
	z-index: 0; /*-1;*/
	position: relative;
	top: -142px;
	margin: 0px 0px -142px 0px;
}
#footer{
	background-color: #ececec;
	border-top: solid #bfbfbf 1px;
	/* height:20px; */
	padding: 20px 0px;
	text-align:center;
	color:#666666;
	display: block;
	clear: both;
}
#utility-links {
	margin: 0px auto;
	width: 967px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
.utility-col {
	margin: 0px 10px 0px 10px;
	width: 142px;
	float: left;
}
.utility-col-wide {
	margin: 0px 10px 0px 15px;
	width: 270px;
	float: left;
}
.utility-col h5, .utility-col-wide h5 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border-bottom: none;
}
.utility-col a, .utility-col-wide a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
}
img.footer-social {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: none;
	width: 18px;
	height: 18px;
	float: left;
}
#footer-bottom {
	margin: 30px 0px 0px 0px;
	font-size: 12px;
}
#main{
	background-image: url(library/images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#f5f6f7;
}
#main.index{
	background:#f5f6f7;
}
#content{
	width:947px;
	padding:10px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	display: block;
	min-height: 600px;
}
.index #content{
	background-color: #f5f6f7;
}
#leftpanel{
	width:275px;
	padding:0px 5px;
	float:left;
	position:relative;
	left:-312px;
	margin-right: -312px;
	margin-left: 0px;
}
#leftpanel li {
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
}
#leftpanel li.selected{
	list-style-image:url(library/images/bullet.gif);
}
.current_page_item {
	list-style-image:url(library/images/bullet.gif);
}
.current_page_parent {
	list-style-image:url(library/images/bullet.gif);
}
#main-inside {
	width: 635px;
	padding:15px 0px 15px 312px;
}
#main-inside .coll {
	width: 370px;
	float: left;
}
#main-inside .coll li {
	color: #666666;
}
#main-inside .colr {
	width: 235px;
	float: right;
}
#main-inside .colr li {
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	margin: 0 0 3px 0;
	padding: 0;
}
#main-inside ol li {
	list-style: decimal;
	margin-left: 20px;
}
#main-inside .push {
	height: 10px;
	/*background: #fff;*/
	clear: both;
}
#main-inside p {
	margin-bottom: 10px;
}
#main-inside .fields {
	text-align: right;
	padding: 20px;
	line-height: 12px;
}
#main-inside form {
}
#main-inside input {
	padding: 3px;
	/*width: 450px;*/
	vertical-align: middle;
	margin: 3px 0px;
	border: 1px solid #bbb;
}
#main-inside .fields input {
	width: 450px;
}
#main-inside .smallerfields input{
 width:400px;
}
#main-inside select{
	padding: 2px 0px;
}
#main-inside textarea{
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	margin:0px;
	border: 1px solid #bbb;
}
#main-inside label {
	text-align: right;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	font-size:13px;
	padding: 10px 10px 10px 0;
	vertical-align: middle;
	display: inline;
	line-height:normal;
}
#main-inside .entry {
	border-bottom: solid 1px #666;
	margin: 20px 0 10px 0;
}
#main-inside .postmetadata {
	margin-bottom: 30px;
}
#main-inside #respond {
	margin-top: 20px;
}
#comments ol li {
	border-bottom: solid 1px #bbb;
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#comments h3 {
	margin-bottom: 10px;
}
.commentmetadata {
	margin-bottom: 5px;
}
.commentauthor {
	font-weight: bold;
	color: #666;
}
#social ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
#social li img {
	margin-top: 5px;
}
.small{
	font-weight: normal;
	font-size:10px;
	padding:0px;
	margin:-5px -10px 0px 0px;
}
.clearfloat{
	clear:both;
}
h1{
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	margin:0px;
}
h2{
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	margin: 0px;
}
h3{
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	margin: 0px;
}
h3.grey {
	color: #666;
}
h4{
	font-weight:bold;
	font-size:13px;
	color:#ce202e;
	padding: 10px 0px;
}
h5{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	margin: 0px;
	border-bottom: solid #666 1px;
}
h6 {
	color:#ce202e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	margin: 3px 0 0 0;
}
.subhead{
	color:#353535;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	font-style:italic;
	line-height: 1.4;
	margin: 15px 0px;
	padding-bottom: 15px;
}
ul{
	margin:0px;
	padding: 6px 1px 1px 1px;
}
li{
	padding:4px 0px;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}
.bottom_nav{
	text-align:right;
	padding:10px 5px;
}
.formcontainer{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom:30px;
}
.dl{
	width:110px; float:left; padding:0px 10px 0px 0px; line-height:normal;
	margin-left: -10px;
}
.smallerfields .dl{
	width:160px;
	
}
.dl label{
padding:0px;
margin-left: -20px;
}
.summaryinfo{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0px;
	font-size:12px;
	color:#666666;
}
.summaryinfo td{
	color:#666666;
	padding:12px 0px;
	border-left: solid #ececec 1px;
	border-bottom: solid #ececec 1px;
}
.summaryinfo td.noleftborder{
	border-left:none;
}
.summaryinfo td.noborder{
	border-bottom:none;
	border-left:none;
}
.summaryinfo td.nonothing{
	border-bottom:none;
	border-left:none;
	padding:0px;
	vertical-align:top;
}
.removeLink{
	float:right;
	position: relative;
	margin: -15px 0px;
}
.removeLink a{
margin: 0px;
padding: 0px;
cursor:pointer;
}
.errors {
margin-bottom: 20px;
padding: 10px;
font-size: 14px;
background-color: #F6A5A5;
}
.index #content {
	width: 1010px;
	padding: 10px 0px;
}

.index .panel{
	float: left;
	margin: 0px 15px;
}
.index .section{
	margin: 15px 0px;
	position: relative;
}
.index .section .heading{
	height:40px;
	background-color:#222222;
	margin: 1px 0px 20px;
	clear: both;
}
.index .section .heading img{
	position: relative;
}
.index   .section   .heading   #more-link{
	float: right;
	padding: 12px;
}
.index .section a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.index #more-link a{
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.index p.intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#222222;
}
.index .section .fl{
	float:left;
	margin: 0px 0px 20px;
}
.index .section .flbox{
	float:left;
	margin: 0px 0px 20px;
	width:190px;
	background-color:#222222;
}
.index .section .flbox .textbox{
	padding:8px;
}
.index .section .flbox a{
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
}
.index .section .flbox a .small{
	font-size:12px;
	font-weight:normal;
}
.index .section .spacer{
	float:left;
	width:20px;
}

.index .post{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#222222;
	font-size:16px;
	margin: 0px 0px 30px;
}
.index .post h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}
.index .post .datestamp{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#aaaaaa;
	text-align:center;
	text-transform: uppercase;
	line-height: 0.8;
	float: left;
	padding: 4px 0px 0px;
}
.index .post .datestamp .numeral{
	font-size:32px;
}
.index .post #post-content {
	float: left;
	width: 460px;
	padding-left: 20px;
}
