/* Styles.css
	Site: Deepcreekguestranch.com
	Author: Matt McCloskey
	Date: December, 2008
*/


body {
	margin: 0px;
	padding: 0px;
	
	background-color: #E7E5C4;
	
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	color: #330000;
}

/* Links & Buttons
------------------------------------------------------------- Links & Buttons
*/
a, a:visited {
	color: #FF6600;
}
a:hover, a:active {
}

/* Headers
------------------------------------------------------------- Headers
*/
h1 {
	font-weight: bold;
	text-transform: capitalize;
	/* padding-bottom: 10px; */
	
	font-size: 26px;
	line-height: 30px;
	
	padding-right: 50px;
	background-image: url(../images/bgs/h1_dec.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h2 {
	border-bottom: 1px solid #D6C7B7;
	padding-bottom: 4px;
	font-weight: normal;
}
h3 {
	background-color: #eadec0;
	padding: 5px;
}


/* Structure
------------------------------------------------------------- Structure
*/
#header {
	height: 230px;
	background-image: url(../images/str/header.jpg);
	background-position: center top;
	text-indent: -9999px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	border: none;
}
#main {
	padding: 15px 0px;
	background-image: url(../images/str/body_bg.jpg);
	background-position: center top;
}
#footer {
	background-image: url(../images/str/footer.jpg);
	background-position: center top;
	padding: 20px;
	text-align: center;
	color: #E7E5C4;
}
#footer a {
	color: #E7E5C4;
}
#footer .kemso {
	display: block;
	background-image: url(../images/logos/kemso_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
}

.content {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#content {
	width: 660px;
	float: right;
}
#left {
	width: 220px;
	float: left;
}

/* Navigation
------------------------------------------------------------- Navigation
*/

#navigation {
	position: relative;
	margin-top: -30px;
	margin-bottom: -12px;
	padding-bottom: 40px;
	background-image: url(../images/str/nav-bg.png);
	background-position: -220px bottom;
	z-index: 1;
}
#navigation ul {
	padding: 15px 15px 0px 15px;
	background-image: url(../images/str/nav-bg.png);
	background-position: left top;
}
#navigation a {
	display: block;
	padding: 2px 4px;
	font-size: 17px;
	line-height: 23px;
	color: #330000;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #ECDDCB;
	/* color: #E7E5C4; */
}


/* small nav (when a page is selected) */
#navigation.small li {
	display: none;
}
/*
#navigation.small:hover li {
	display: block;
}
*/
#navigation li.selected {
	display: block;
}
#navigation li.selected a {
	text-align: left;
	background-image: url(../images/icons/disclosure.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#navigation li.selected.suspend a {
	background: none;
	text-align: center;
	padding-right: inherit;
}
#navigation li.selected a:hover {
	/* background: none; */
}

/* Sub Navigation */
#sub-nav,
.home #navigation, 
.location #navigation, 
.contact #navigation,
.hunting #navigation,
.links #navigation {
	padding-bottom: 15px;
	background-image: url(../images/str/nav-bg.png);
	background-position: left bottom;
	margin-bottom: 15px;
}
#sub-nav ul {
	padding: 15px 15px 0px 15px;
	background-image: url(../images/str/nav-bg.png);
	background-position: left top;
}
#sub-nav a {
	display: block;
	padding: 2px 6px;
	font-size: 17px;
	line-height: 23px;
	color: #330000;
	text-decoration: none;
	text-align: left;	
}
#sub-nav li.selected a {
	color: #ECDDCB;
	/*text-align: left;
	padding-left: 12px; */
	background-image: url(../images/bgs/sub-nav-over.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: -12px;
}
#sub-nav a:hover {
	background-color: #ECDDCB;
	/* color: #E7E5C4; */
}
#sub-nav li.selected a:hover {
	background-color: transparent;
}

#sub-nav a img {
	vertical-align: middle;
}


/* links */
ul.links {
	margin-bottom: 15px;
}
ul.links li {
	border-bottom: 1px solid #D6C7B7;
}
ul.links a {
	display: block;
	color: #593B0E;
	text-decoration: none;
	text-align: center;
	padding: 4px;
}
ul.links a:hover {
	background-color: #D6C7B7;
	/* color: #E7E5C4; */
}



/* Form Elements
------------------------------------------------------------- Form Elements
*/
form {
}
fieldset {
	border: none;
	background-color: #faf8ef;
	margin-bottom: 10px;
	padding: 7px;
}
legend {
	background-color: #faf8ef;
	padding: 3px 8px;
}
label {
}
input, textarea {
	background-color: #faf8ef;
	border: 2px solid #eadec0;
	outline: none;
	padding: 4px;
}
input:focus {
	background-color: #faf8ef;
	border-top-color: #faf8ef;
	border-left-color: #faf8ef;
	border-right-color: #faf8ef;
	border-bottom-style: dashed;
}

button {
	background-color: #faf8ef;
	border: none;
	padding: 5px;
}


/* Content Area
-------------------------------------------------------------
Content Area
*/
#content {
}
#content h1 {
	/* text-align: center; */
}


#content .image {
	position: relative;
	float: right;
	width: 280px;
	height: 150px;
	padding: 14px;
	
	margin-top: -30px;
}
#content .image .overlay {
	position: absolute;
	width: 308px;
	height: 178px;
	top: 0px;
	left: 0px;
	background-image: url(../images/misc/image_overlay_rotated_right.png);
}

/* Photo Changer -------------------------------------------- Photo Changer
*/
#photochanger {
	position: relative;
	background-color: #FAF8EF;
	padding: 17px;
}
#photochanger #banners {
	display: block;
	width: 626px;
	height: 300px;
	position: relative;
	background-color: #fff;
}
#banners .banner {
	position: absolute;
	display: block;
	width: 626px;
	height: 300px;
}
#photochanger .corner {
	position: absolute;
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(../images/photochanger/corners.png);
}
#photochanger #one {
	left: 8px;
	top: 8px;
}
#photochanger #two {
	right: 8px;
	top: 8px;
	background-position: -31px 0px;
}
#photochanger #three {
	right: 8px;
	top: 295px;
	background-position: -31px -31px;
}
#photochanger #four {
	left: 8px;
	top: 295px;
	background-position: 0px -31px;
}
#photochanger h2 {
	padding: 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	border: none;
	
	font-size: 20px;
	line-height: 28px;
}



/* Featured photos */
#featuredphotos .images {
	position: relative;
	display: block;
	width: 220px;
	height: 160px;
	overflow: hidden;
}
#featuredphotos a {
	display: block;
	text-align: center;
}
#featuredphotos .banner {
	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	width: 240px;
	height: 180px;
}
#featuredphotos #frame {
	background-image: url(../images/misc/thumb_frame.png);
	display: block;
	position: absolute;
	z-index: 100;
	width: 220px;
	height: 160px;
	left: 0px;
	top: 0px;
}


/* Standards & Hacks
------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}






/* Pages
------------------------------------------------------------- Pages
*/

/* location */
.location #map {
	width: 480px;
	height: 400px;
	float: left;
}
.location #map h1 {
	font-size: 18px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #d6c7b7;
}
.location #locations {
	width: 160px;
	height: 380px;
	float: left;
	padding: 10px;
	
	background-color: #faf8ef;
}
.location #locations h3 {
	margin: 0px;
}

.location #locations ul {
	margin: 0px;
	padding: 8px 0px;
}
.location #directions {
	display: block;
	clear: both;
	margin: 0px;
	background-color: #faf8ef;
}

#getdirections input {
	width: 194px;
	background-color: #eadec0;
}
#getdirections input:focus {
	background-color: #faf8ef;
}
#getdirections button {
	display: block;
}

/* Photos Page */

.gallery {
}

ul.photos li {
	display: block;
	float: left;
	margin: 3px;
	margin-left: 0px;
}
ul.photos li a {
	display: block;
	background-color: #eadec0;
	width: 70px;
	height: 70px;
	padding: 4px;
}
ul.photos li a:hover {
	background-color: #FF6600;
}
ul.photos li a img {
	margin: 0px;
	padding: 0px;
	border: none;
}



/* Contact Page */
.contact legend {
	font-size: 18px;
	padding-left: 12px;
	padding-right: 12px;
}
.contact input {
	width: 460px;
}
.contact label {
	display: block;
	float: left;
	width: 150px;
}
.contact textarea {
	width: 460px;
}
.contact fieldset {
	padding: 15px;
}



/* Links page */
ul.linkslist {
}
ul.linkslist h2 {
	margin-bottom: 5px;
}
ul.linkslist p {
	margin-top: 5px;
}




/* Pricing page */

ul.price_list li {
	margin-bottom: 25px;
}
ul.price_list h2 {
	margin-bottom: 5px;
}
ul.price_list .price {
	float: right;
	width: 160px;
	margin-left: 40px;
	text-align: right;
	font-weight: bold;
	color: #6B9BA5;
}
ul.price_list p {
	margin-top: 5px;
}

ul.price_list li li {
	margin-bottom: 5px;
	list-style: disc;
	list-style-position: inside;
}