* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	color: #3F3F3F;
	background: #D6D9CE url(../images/background.gif) repeat-x left top;
	font: x-small Verdana, Geneva, sans-serif;
}
.skip a, .skip a:hover, .skip a:visited {
	float: right;
	width: auto;
	line-height: 150%;
	position: relative;
	top: -75px;
	right: 75px;
	color: #F4F4F4;
}

h1 {
	padding-bottom: 10px;
	color:#9B9B6A;
	font-size: 175%;
}
h2 {
	color: #C33;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #3C4C16;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding-bottom: 20px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background-image: url(../images/website/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 85px;
}
#header ul {
	list-style-type: none;
	background-color: #283409;
	height: 35px;
}
#header ul li {
	float: left;
	padding-right: 2px;
}
#header ul li a {
	color: #ffffff;
	display: block;
	padding: 10px 10px 10px 15px;
	background: #283409;
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#header .logo {
	float: left;
}
#header .logo h1 {
	font-size: 0;
	padding: 18px 30px 0;
}
#header .logo h1 a {
	display: block;
	text-indent: -9999px;
	outline: none;
}
#header .logo p {
		}
/** END header **/

/** BEGIN body **/
#body {
	background: #ffffff url(../images/body.gif) repeat-y right 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 630px;
	float: left;
	padding-bottom: 20px;
}
#content p {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 120%;
	}
	
#content a {
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none ;
	}
#content .latest {
		margin: 20px 40px;
		position: relative;
}

#content h3 {
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: normal;
	color: #930;
	}
#content blockquote {
	color:#363;
	font-size:100%;
	line-height:150%;
	background:#f4f4f4 url(../images/website/bootprint.gif) no-repeat right bottom;
	border-top:1px dashed #6AB56A;
	border-right:1px dashed #6AB56A;
	border-bottom:1px dashed #6AB56A;
	border-left:1px solid #6AB56A;
	margin:20px 0;
	padding:10px 20px;
	}
#content ul {
	margin: 0;
	list-style: none;
	}
#content ul ul {
	padding-left: 10px;
}
	
#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
#content li {
	padding-left: 20px;
	font-size: 120%;
	line-height: 150%;
	background: url(../images/website/bullet.gif) no-repeat 0 3px;
	padding-bottom: 5px;
	}
#content li a {
	text-decoration: underline;
	}
#content li a:hover {
	text-decoration: none ;
	}
#content .latest {
		margin: 20px 40px;
		position: relative;
		width: 550px; height: 300px;
	}
#content .latest .thumb {
		height: 300px;
		overflow: hidden;
		}
#content .latest .thumb img {
		width: 550px;
			}
#content .latest .text {
	color: #ffffff;
	background: url(../images/shade.png) repeat 0 0;
	padding: 15px 15px 20px;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 520px;
		}
#content .latest .text h2 {
				font-size: 130%;
				font-weight: normal;
				margin-bottom: 10px;
			}
#content .latest .text a {
				color: #ffffff;
			}
#content .post {
		margin: 10px 40px;
		clear: both;
	}
#content .thumb {
			height: 100px;
			overflow: hidden;
			float: left;
			margin: 0 15px 10px 0;
		}
#content .thumb .post img {
				width: 150px;
			}
#content .post h2 {
	font-size: 130%;
	margin-bottom: 5px;
		}
#content .post h2 a {
			text-decoration: underline;
		}
#content .post .details {
	font-size: 90%;
	color: #BABEAE;
		}
#content .l {
	float: left;
	width: 180px;
}
#content .m  {
	float: left;
	width: 180px;
}
#content .r {
	float: right;
	width: 180px;
}

/** END content **/

/** Beginning columns **/

.column1 {
float:left;
width:250px;
margin-left:0;
display:block;
text-align:left !important;
margin-bottom:0;
padding-bottom:0;
}


.column2 {
margin-left:280px;
width:260px;
display:block;
clear:right;
text-align:left;
margin-bottom:0;
padding-bottom:0;
}
.amazonWidget {
	padding-left: 125px;
	padding-top: 25px;
}

/** End columns **/

/** BEGIN sidebar **/
#sidebar {
	width: 350px;
	float: right;
}
#sidebar .box {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: left;
}
#sidebar .weather {
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	clear: left;
	padding-left: 14px;
	border-bottom: 1px solid #E7E6E6;
}
#sidebar .ein {
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	clear: left;
	padding-left: 25px;
	border-bottom: 1px solid #E7E6E6;
}
#sidebar .map {
	padding-bottom: 10px;
	display: block;
	clear: left;
	padding-left: 0px;
	border-bottom: 1px solid #E7E6E6;
}

#sidebar h2 {
	font-size: 120%;
	color: #3C4C16;
	padding: 10px 15px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0 15px 10px;
	border-bottom: 1px solid #E7E6E6;
}
#sidebar ul li {
	padding: 4px 0;
}

#sidebar ul ul {
	padding-bottom: 2px;
}
#sidebar ul li a {
	color: #808040;
}
#sidebar ul li a:hover {
	color: #3C4C16;
}
#sidebar .l {
	float: left;
	width: 175px;
}
#sidebar .r {
	float: right;
	width: 175px;
}
#sidebar .l ul, #sidebar .r ul {
	border-bottom: 0;
}
#sidebar .article {
	padding: 10px 15px;
	border-bottom: 1px solid #E7E6E6;
}
#sidebar .article h2 {
	color: #069;
	font-size: 100%;
	padding-left: 0px;
	padding-top: 0px;
}
#sidebar .article a {
	text-decoration: underline;
}
	
#sidebar .article a:hover {
	text-decoration: none;
	}

#sidebar .article p{
	padding-bottom: 7px;		
}

/** Beginning form **/    

#sidebar form {
	height: 30px;
	border-bottom: 1px solid #E7E6E6;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #959989;
	color: #283409;
	border-bottom: 4px solid #283409;
	text-align: center;
	clear: both;
	padding: 10px 0px;
}
#footer a {
		color: #ffffff;
}
#footer p {
	padding-top: 5px;
	padding-bottom: 5px;
}
/** END footer **/

h2.title {
	font-size: 120%;
	text-transform: uppercase;
	padding: 25px 40px 20px;
	color: #565656;
}
.single {
	padding-top: 20px;
}

#tinytxt {
background-color:transparent;
font-size:70%;
float:right;
color:#DB7359;
margin:0 25px 0 0;
}

/*table design*/

table {
	width:99%;
	position:relative;
	top:-4px;
	left:-4px;
	border:1px solid #CCC;
	margin-bottom:20px;
}

table caption {
text-align:left;
font-weight:700;
background:#030;
color:#FFF;
border:1px solid #030;
margin:0;
padding:8px 20px;
}

table th,table td {
text-align:center;
margin:0;
padding:3px 2px;
}

table th {
color:#030;
background-color:#A0CFA0;
font-size:80%;
font-weight:700;
}

table .left {
text-align:left;
padding-left:20px;
}

table .name {
font-weight:700;
}

table tr {
	color:#000;
	background-color:#FFECD9;
	line-height: 150%;
	font-size: 110%;
}

table tr.alt {
	background-color:#DFE;
}
table td a {
display:block;
font-weight:700;
}

.divider {
	height:24px;
	background-image:url(../images/website/bootLine.gif);
	background-repeat:no-repeat;
	margin:16px 0;
	clear: both;
}
.notice {
background-color:transparent;
color:red;
font-style:italic;
}
.notice strong {
	font-weight: 700;
	color: #F00;
}
h5 {
	font-size: 100%;
	color: #933;
}
.thumbnail_left {
float:left;
border:1px solid #D9E0E6;
border-bottom-color:#C8CDD2;
border-right-color:#C8CDD2;
background:#fff;
margin:0 10px 5px 0;
padding:4px;
}

.thumbnail_right {
float:right;
border:1px solid #D9E0E6;
border-bottom-color:#C8CDD2;
border-right-color:#C8CDD2;
background:#fff;
margin:0 0 5px 10px;
padding:4px;
}
.author {
background-color:transparent;
color:#063;
text-align:right;
margin-right:25px;
font-style:italic;
}

.author a {
	color: #930;
	text-decoration: underline;
}
.author a:hover {
	color: #930;
	text-decoration: none;
}

.youtube {
	padding-left: 75px;
}
.sidebarquote {
	line-height:125%;
	color:#363;
	background:#f4f4f4 url(../images/website/pawprint.gif) no-repeat right bottom;
	margin-top:5px;
	margin-bottom:10px;
	border-top:1px dashed #ccc;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
	border-left:1px dashed #ccc;
	padding:10px 5px;
}
.highlight {
	color:#000;
	background-color:#FF6;
	font-weight: 700;
	padding: 1px 2px;
	display: block;
}
a.info {
position:relative;
z-index:24;
color:#C00;
text-decoration:none;
}

a.info:hover {
z-index:25;
color:#F90;
}

a.info span {
display:none;
}

a.info:hover span {
display:block;
position:absolute;
top:2em;
width:15em;
border:1px solid #360;
background-color:#FFF;
color:#000;
text-align:left;
font-weight:400;
left:-11em;
padding:5px 5px 7px 7px;
}
.flyer {
	font-size:x-small;
	font-style:oblique;
	font-weight:700;
	background:url(../images/icn_pdf.gif) no-repeat left center;
	float:right;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
}


.dayhikes {
	padding: 0 15px 10px;
	border-bottom: 1px solid #E7E6E6;
}
.archiveauthor {
background-color:transparent;
color:#C60;
font-style:italic;
font-size:90%;
}
.whiteBkg {
	background: #FFF;
	border: 1px solid #283409;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.photoLink {
	color: #1D1F18;
	padding: 3px;
	border: 1px solid #1D1F18;
	font-weight: bold;
}
.photoLink a:link {
	text-decoration: none;
}
ul li ul li a {
	line-height: 90%;
	font-size: 90%;
}
.design {
	font-size: 90%;
	margin-top: 30px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #C33;
	line-height: 200%;
	text-indent: 10px;
}
#content ul li ul {
	padding-top: 5px;
	padding-left: 7px;
}
#content ul li ul li {
	font-size: 100%;
	line-height: 120%;
}
.10pxPadding {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.emphasizeText {
	font-size: 110%;
	color: #900;
}

