/*

Style Sheet for justhike.htm
& other pages within the site

Author: Jess Adams
Date: 8/25/15

*/

/* Default Styles */

* {
	margin: 0px;
}

header, div, footer, nav {
	display: block;
	font-family: 'Droid Sans',Verdana,Tahoma,sans-serif;
}

/* Body Styles */

body {
	background-image: url("dark-canvas.gif");
	width: 1000px;
	margin: 0px auto;
}


/* Main navigation menu */

nav {
	font-family: 'Droid Sans',Verdana,Tahoma,sans-serif;
	text-align: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: inline-block;
	border-bottom: 3px solid #8A2E00; 
}

nav ul {
	list-style: none;
	margin: 30px 30px 26px 20px;
}

nav ul li {
	background: none!important;
	display: inline-block;
	text-align: right;
	height: auto;
	line-height: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	position: relative;
}

nav ul li a {
	color:#b37c39;
	display:block;
	font-size:12px;
	padding-top:0;
	text-transform:uppercase;
}

nav ul li a:hover {
	color:black;
}

nav ul li a.current {
	color:#b37c39;
}

/* Page Content Styles */

h3 {
	background-color: white;
	color: #8A2E00;
	padding-left: 5px;
}

#intro, #news, #southfork, #rrg, #gearlist, #check, #links, #me {
	display: block;
	background-color: #8A2E00;
	color: white;
	margin-bottom: 20px;
	padding: 20px;
}

#self {
	display: block;
	margin: 0px auto;
	padding-top: 20px;
}

/* Footer Stlyes */

footer {
	display: block;
	background-color: #8A2E00;
    color: white;
    text-align: center;	
}
