/*

Description: Version 1 design for Cherokee Railroad.
Author: Jason Heppler

*/

/*
	BASICS and RESET
*/
body {
	background: #303b3c;
	color: #2d2417;
	font-family: Georgia,serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/*
	GENERAL TYPOGRAPHY
*/

	/* == Headings -- */
	h1,h2,h3,h4,h5,h6 { color: #1f2226; font-family: Georgia, serif; }
	h1 { font-size: 2.4em; line-heigh: 1.5em; margin-bottom: 0.6667em; }
	h2 { font-size: 2em; line-height: 1.8em; margin-bottom: .25em; margin-top: 1.25em; }
	h3 { font-size: 1.2em; line-height: 1.333em; margin-bottom: .5em; margin-top: .25em; font-weight: bold; }
	h4 {}
	h5 {}
	h6 {}
	
	/* == Links == */
	a:link { color: #c89f67; text-decoration: none; }
	a:visited { color: #c89f67; text-decoration: none; }
	a:hover { color: #bfa8a3; }
	a:active {}
	
	h1 a, h2 a, h3 a { text-decoration: none; }
	
	/* == Misc == */
	p,ul,ol,dl,address { /*font-size: 1.6em; line-height: 1.2em;*/ margin: 10px 0 25px; padding: 0; }
	em { font-style: italic; }
	strong { font-style: bold; }

/*
	STRUCTURE
*/

/* == Header == */

#head {
	background: url("../images/logo.png") no-repeat scroll right top #342a1a;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#headblock {
	background: url("../images/logo.png") no-repeat scroll left top #130b09;
	height: 250px;
	position: relative;
}



/* == Main Navigation == */
ul.nav {
	margin-left: 15px;
	padding-bottom: 4px;
	padding-top: 220px;
	text-align: center;
}

ul.nav li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 28px 4px;
}

ul.nav li.selected {
	background: #b39c4c;
}

ul.nav a {
	color: #c89f67;
	text-decoration: none;
}

ul.nav a:hover { text-decoration: underline; }

ul.metanav {
	font-size: 0.8em;
	left: 655px;
	position: absolute;
	top: 40px;
}

ul.metanav li { padding-bottom: 12px; }

/* == Body == */

#wrap { 
	margin-top: 0;
	margin-left: auto;
	margin-right: auto; 
	width: 960px; 
	box-shadow: 0 3px 5px 5px #293233; 
	-moz-box-shadow: 0 3px 5px 5px #293233; 
	-webkit-box-shadow: 0 3px 5px 5px #293233; 
}

#container {
	background: #4c402e;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}

#content {
	margin: -26px 0 0 0;
	background: #e8dfca;
	padding: 5px 20px 20px 35px;
	text-align: left;
}

/* == Footer == */
#footer { background: url("../images/footerimg.png") no-repeat scroll left top #130b09; height: 216px; margin: 0; padding: 15px; }

#footer p { color: #7b6951; font-size: 0.8em; text-align: right; }
