@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg-rocks.jpg) no-repeat scroll 50% 100%;
}
/* Typography =T
----------------------------------------------------------------------------------------- */
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}
#trail-content {
	line-height: 20px;
}
#trail-content h1 {
	font: 28px "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: 10px;
}
h4 {
	color: #00486f;
	font-weight: bold;
	display: inline;
}
#navigation a {
	color: #efeeec;
    letter-spacing: 0.0125em;
}

img {
	border: 0;
}
a {
	text-decoration: none;
	color: #3D322C;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;	
}
/* Header =H
----------------------------------------------------------------------------------------- */
#header img.logo {
	position: absolute;
	top: 29px;
	left: 71px;
	display: block;
}
/* Menu =M
----------------------------------------------------------------------------------------- */

/* Main Content =MC
----------------------------------------------------------------------------------------- */

#wrapper-shadow {
	background: url(../images/bg_shadow.png) repeat-y scroll 50% 0;
}
#main-container {
	width: 1034px;
	margin: 0 auto;
	background: #efeeec url(../images/bg_grad.jpg) repeat-x top left;
	position: relative;
}
#header {
	height: 130px;
	width: 1034px;
	background: url(../images/header-brush.jpg) no-repeat top left;
}
#main-content {
	width: 950px;
	margin: 0 auto;
	background: #efeeec;
}
#navigation {
	height: 30px;
	background: url(../images/nav_bg.png) repeat-x top left;
}
#content-home {
	margin: 55px 40px 0 40px;
}
#content-home #graphic {
	width: 700px;
	height: 364px;
	margin: 0 auto;
	background: url(../images/hikers.jpg) top left no-repeat;
	border: 15px solid #5c4f3b;
}
#content-home #graphic #quotebox {
	position: relative;
	width: 310px;
	background: url(../images/quote-open.png) no-repeat 10px 10px;
	padding: 20px 30px 0 30px;
	font: 18px "Times New Roman", Times, serif;
	font-weight: bold;
	color: #060403;
	font-variant: small-caps;
	text-align: justify;
}
#content-home #graphic #quotebox img.closequote {
	position: absolute;
	top: 70%;
	left: 91%;
}
#content-home #graphic #quotebox p.author {
	text-align: right;
	overflow: visible;
	font-size: 12px;
	font-style: italic;
}
#content-home #welcome {
	width: 520px;
	margin: 30px auto 0 auto;
	font: 16px "Times New Roman", Times, serif;
}
#content-home #welcome .first {
	color: #d98825;
}
#breadcrumb {
	margin-left: 80px;
	padding: 20px 0 0 0;
	height: 20px;
	font-size: 14px;
	color: #00486f;
	text-transform: lowercase;
}
#breadcrumb ul {
	list-style: none;
}
#breadcrumb ul li {
	float: left;
	display: inline;
}
#breadcrumb ul li.current {
	color: #D98825;
}
#breadcrumb span {
	margin-left: 10px;
	margin-right: 10px;
}
#trail-content {
	margin: 20px 40px 0 40px;
}
#trail-content #description {
	width: 610px;
	float: left;
}
#description img.thumb {
	float: left;
	margin: 10px;
	padding: 4px;
	border: 1px solid #666666;
	width: 320px;
	position: relative;
}
#description img.portrait {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #666666;
	height: 250px;
	position: relative;
}
#description .trailhead {
	clear: left;
}
#description ol.trailhead {
	margin-left: 40px;
}
#map {
	width: 610px;
	float: left;
	margin-top: 40px;
}
#map img.map {
	margin: 0 0 0 20px;
}
#map img.magnifier {
	position: relative;
	top: 2px;
}
#map #printmap {
	margin-left: 35px;
}
#footer {
	width: 1034px;
	height: 325px;
	background: url(../images/footer-rocks.png) no-repeat top left;
}
#map_canvas {
	width: 590px;
	height: 495px;
	margin: 29px auto 0 auto;
}
#map_canvas h5 {
	margin: 0 5px 2px 5px;
}
#map_canvas h5 a {
	text-decoration: underline;
	outline: none;
}
#map_canvas h5 a:link {
	color: #078686;
}
#map_canvas h5 a:visited {
	color: #078686;
}
#map_canvas h a:active {
	color: #078686;
}
#map_canvas ul.bubble {
	padding: 0 20px;
	font-size: 10px;
	line-height: 12px;
}
#map_canvas a.visit {
	margin: 0 0 0 5px;
}
#comments {
	float: left;
	width: 610px;
	margin-top:55px;
}
/* Sidebar Right =SBR
----------------------------------------------------------------------------------------- */
.fb-like {
	margin-bottom: 18px;
}
#sidebar {
	width: 242px;
	float: right;
	color: #ffffff;
	font-size: 12px;
}
#sidebar #top {
	height: 10px;
	background: url(../images/sidebar-top.png) no-repeat top left;
}
#sidebar #content {
	background: url(../images/sidebar-mid.png) repeat-y top left;
}
#sidebar #bottom {
	background: url(../images/sidebar-bottom.png) no-repeat top left;
	height: 10px;
}
#sidebar h3 {
	font-variant: small-caps;
	margin-bottom: 5px;
}
#quicklook {
	margin: 0 10px 0 10px;
	padding: 20px 12px 30px 12px;
	background: #00486f;
}
#quicklook ul {
	list-style: none;
}
#quicklook .look {
	color: #d98825;
}
#elevation {
	background: #00486f;
	margin: 30px 10px 0 10px;
	padding: 20px 12px 30px 12px;
}
#elevation img.profile {
	width: 155px;
	height: 135px;
	display: block;
	margin: 10px auto 0 auto;
	border: 1px solid #e5e5e5;
}
#elevation table {
	margin-top: 15px;
	width: 150px;
	border: 0;
}
#elevation table td.elev-loc {
	padding-left: 15px;
}
#elevation table td.elev {
	font-variant: small-caps;
}
#elevation table td.begin {
	background: url(../images/elevations/elev-begin.png) 2px 6px no-repeat;
}
#elevation table td.mid {
	background: url(../images/elevations/elev-mid.png) 2px 6px no-repeat;
}
#elevation table td.end {
	background: url(../images/elevations/elev-end.png) 2px 6px no-repeat;
}
#recentcomments {
	background:none repeat scroll 0 0 #00486F;
	margin:30px 10px 0;
	padding:20px 12px 30px;		
}
#recentcomments a {
	color: #D98825;	
}
/* ----- Sidebar used for Map ----- */
#container-side_bar {
	margin-top: 65px;
	padding: 0;
	width: 242px;
	float: right;
	color: #ffffff;
	font-size: 12px;
}
#container-side_bar a:link {
	color: #ffffff;
}
#container-side_bar a:hover {
	color: #d98825;
}
#top_side_bar {
	height: 10px;
	background: url(../images/sidebar_map-top.png) no-repeat top left;
}
#side_bar {
	background: url(../images/sidebar_map-mid.png) repeat-y top left;
	padding: 20px;
}
#bottom_side_bar {
	height: 10px;
	background: url(../images/sidebar_map-bottom.png) no-repeat top left;
}
/* Footer =F
----------------------------------------------------------------------------------------- */

/* Misc =MISC
----------------------------------------------------------------------------------------- */

br {
	clear: both;
}