@charset "UTF-8";
@import url(http://reset5.googlecode.com/hg/reset.min.css);
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background-color: #a9b1be;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #466ca4;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0.5em;
}

p, dl {
	padding: 0px 10px;
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0px 10px 0px 20px;
	margin-bottom: 0.5em;
}

ul, ol {
	padding: 0px 10px 0px 40px;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

a img {
	border: none;
}

a:link {
	color: #a69246;
	text-decoration: underline;
}

a:visited {
	color: #bfbb8a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* Sometimes I don't want the visited links to change colors - for menu-like lists... */

.menu a:visited {
	color:#a66b46;
}

/* Style the route overview table on the sidebar - the only table on pages that use this style sheet */

table {
	width:250px;
	margin:0 auto;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1280px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header{
	background-color: #d8e7fd;
	height: 150px;
}

header img {
	float: left;
}

/* Top navigation drop-down menu from http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/
*/
/* ~~ Starts with the main menu styles ~~ */

#topnav {
	list-style: none;
	width: 1180px;
	height: 31px;
	padding: 0px 50px;
	margin-bottom:0em;
	
	/* gradient */
	background: #fff9e0;
	background: -moz-linear-gradient(top, #fff9e0, #ffe579);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#fff9e0), to(#ffe579));
	
	/* borders */
	border-bottom: 2px solid #466ca4;
	
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;
}

#topnav li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 4px 30px 0px 30px;
	margin: 0px 30px 0px 0px;
	border: none;
}

#topnav li:hover {
	border: 1px solid #bfbb8a;
	padding: 3px 29px 3px 29px;
	
	/* background color and gradients */
	background: #a69246;
	background: -moz-linear-gradient(top, #bfbb8a , #a69246);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#bfbb8a), to(#a69246));
	
	/* rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #000;
	display: block;
	outline: 0;
	text-decoration: none;
}

#topnav li a:hover {
	color: #fff7d6;
}

#topnav li .drop {
	padding-right: 18px;
	background: url("../images/drop.png") no-repeat right; /* don't need hover state because no change in our case  */
}

/* ~~ Then styles for the drop down divs (rather than uls) ~~ */

/* this formats the menu and hides it off screen - left: -999em;  */
.dropdown {
	margin: 4px auto;
	position: absolute;
	left: -999em;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #a69246;
	border-top: none;
	width: 148px;
	
	/* gradient background */
	background: #a69246;
	
	/* rounded corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

#topnav li:hover .dropdown {
	left:-1px;top: auto;
	z-index:999;  /* Make sure the dropdown is on TOP of anything else... */
}

.dropdown p {
	margin: 10px 10px;
}

/*-- End styles for main nav (#topnav) --*/


.maincontent {
	width: 100%;
	background: url("../images/PTG-Body-1280.png") repeat-y;
	overflow: auto;
}

.sidebar {
	float: left;
	width: 298px;
	background-color: #eaf2fe;
	padding: 10px 0px;
	border-right: 2px solid #466ca4;
}

.sidebar h1 {
	text-align:center;
	font-size: 1.5em;
	padding:0px 30px 0px 10 px;
	margin:0 0 0.5em 0;
}

.sidebar h2 {
	text-align:center;
	font-size: 1.17em;
	padding:0px 40px 0px 10 px;
	margin:1em 0 0 0;
}

.sidebar h3 {
	text-align:center;
	font-size: 1.0em;
	padding:0px 40px 0px 10 px;
	margin:0px;
}

.sidebar p {
	padding:0px 0px 0px 0px;
	margin: 0px 30px;
}

.content {
	padding: 0px 0px;
	width: 980px;
	float: right;
}

/*-- Style the tabs at the top of the route detail pages --*/

#routeTopNav {
	list-style:none;
	width:880px;
	height:30px;
	padding:0px 50px;
	margin-bottom:0em;
	border-bottom: 2px solid #a69246;
}

#routeTopNav li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding:3px 30px 4px 30px;
	margin:0px 20px;
	background:#fff7d6;
	border:1px solid #a69246;
}

#routeTopNav a {
	color:#a69246;
	text-decoration:underline;
}

#routeTopNav a:hover, #itineraryTopNav a:active, #itineraryTopNav a:focus {
	text-decoration:none;
}

#routeTopNav #tabFocus {
	color:#fff7d6;
	background-color:#a69246;
}

/* Style the itinerary description table */
#itinerary_desc table{
	width:100%;
}

#itinerary_desc th, #itinerary_desc td {
	border:1px solid #000;
	padding:10px;
}

#itinerary_desc h2 {
	font-weight:bold;
	font-size:1.1em;
	float:left;
	margin:0px;
}

.camp_type {
	float:right;
	margin:0px;
}

.route_desc {
	clear:both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

/* ~~ Styles for the routes detail pages from the itinerary pages ~~ */
#itineraryDayNav {
	list-style:none;
	width:100%;
	height:30px;
	padding:3px 0px 0px 0px;
	margin:0px;
	background-color:#a69246;
}

#itineraryDayNav li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding:3px 10px 4px 10px;
	margin:0px 12px;
	background:#ffece0;
	
}

#itineraryDayNav a {
	color:#a66b46;
	text-decoration:underline;
}

#itineraryDayNav a:hover, #itineraryDayNav a:focus, #itineraryDayNav a:active {
	text-decoration:none;
}

#itineraryDayNav #activeDay {
	color:#fff1e8;
	background-color:#a66b46;
	
}

/* ~~ The footer ~~ */
footer {
	height: 20px;
	padding: 10px 50px;
	
	/* gradient */
	background: #fff9e0;
	background: -moz-linear-gradient(top, #ffe579, #fff9e0);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#ffe579), to(#fff9e0));
	
	border-top: 2px solid #466ca4;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

footer p {
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #bfbb8a;
}

footer a:link, footer a:visited {
	color: #a69246;
	text-decoration:none;
}

footer a:hover {
	color: #a69246;
	text-decoration:underline;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}