﻿/* @override http://localhost/css/style.css */

/*** BASICS ***/

html * {
	padding: 0;
	margin: 0;
	}
	
html { background: #210; }

body {
	color: #dad2bd;
	text-align: center;
	background: url(images/body_bg.png) top repeat-x;
	font-size: 11pt;
	font-family: serif;
	padding-bottom: 25px;
	}

a {
	color: #dad2bd;
	z-index: 500;
	position: relative;
	outline: none;
	text-decoration: none;
	}

a img { border: 0; }

h1, h2, li a { font-weight: normal; }

/*** WRAPPER ***/

div#wrapper {
	margin: auto;
	text-align: left;
	width: 786px;
}

/*** BRANDING ***/

div#branding {
	background: url(images/banner.png) no-repeat;
	height: 150px;
}

div#branding a {
	display: block;
	height: 150px;
}

div#branding h1, div#branding p {
	position: absolute;
	text-indent: -9999px;
}

/*** MENU ***/

div#menu {
	margin-bottom: 28px;
	padding-left: 5px;
}

div#menu ul {
	padding-top: 11px;
	height: 29px;
}

div#menu h2 { display: none; }

div#menu ul li {
	display: block;
	float: left;
	font-size: 18px;
	padding-right: 29px;
	vertical-align: middle;
	text-indent: -9999px;
}

li a { display: block; }

li#nav_rides      { width: 40px; background: url(images/menu/rides.gif) no-repeat; }
li#nav_boarding   { width: 67px; background: url(images/menu/boarding.gif) no-repeat; }
li#nav_events     { width: 53px; background: url(images/menu/events.gif) no-repeat; }
li#nav_activities { width: 75px; background: url(images/menu/activities.gif) no-repeat; }
li#nav_amenities  { width: 75px; background: url(images/menu/amenities.gif) no-repeat; }
li#nav_about      { width: 44px; background: url(images/menu/about.gif) no-repeat; }
li#nav_find       { width: 65px; background: url(images/menu/find.gif) no-repeat; }


/*** CONTENT ***/

div#main_content {
	width: 500px;
	float: left;
	padding-left: 5px;
}

div#main_content p a { border-bottom: 1px dashed; }

div#slideshow {
	background-color: #fff;
	border: solid white 9px;
	border-bottom-width: 7px;
	margin-bottom: 35px;
}

div#main_content img {
	border: solid white 9px;
	margin-bottom: 10px;
}

h2 {
	font-size: 24pt;
	margin-bottom: 10px;
}

h2#links { margin-top: 60px; }

h3 {
	font-size: 18pt;
	margin: 25px 0 2px;
}

h4 {
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10pt;
}

p { margin-bottom: 10pt; }

div#main_content ul {
	padding-left: 16px;
}

div#extra_content {
	width: 235px;
	float: right;
}

div#extra_content h2 { display: none; }

div#extra_content img {
	border: 8px solid white;
	margin: 0 15px 35px;
	height: 123px;
	width: 184px;
}

div#extra_content ul li {
	height: 80px;
	list-style: none;
	margin-bottom: 30px;
	margin-right: 8px;
	padding-left: 100px;
}

div#extra_content ul li span { display: none; }

div#extra_content ul li a {
	height: 21px;
	margin-bottom: 7px;
}

li#x_rides    { background: url(images/sidebar/saddle.gif) no-repeat; }
li#x_boarding { background: url(images/sidebar/hay.gif) no-repeat; }
li#x_events   { background: url(images/sidebar/boots.gif) no-repeat; }
li#x_find     { background: url(images/sidebar/map.gif) no-repeat; }
li#x_contact  { background: url(images/sidebar/envelope.gif) no-repeat; }

li#x_rides a    { background: url(images/sidebar/rides.gif) no-repeat; }
li#x_boarding a { background: url(images/sidebar/boarding.gif) no-repeat; }
li#x_events a   { background: url(images/sidebar/events.gif) no-repeat; }
li#x_find a     { background: url(images/sidebar/find.gif) no-repeat; }
li#x_contact a  { background: url(images/sidebar/contact.gif) no-repeat; }

/*** CONTACT FORM ***/

input, select, textarea {
	color: #dad2bd;
	padding: 2px;
	background: none;
	border: 1px solid #dad2bd;
	}

select {
	border: 1px solid#dad2bd;
	width: 100px;
	outline: none;
	background-color: #210;
}

form ol li {
	list-style: none;
	margin: 10px 0;
}

label {
	display: block;
	width: 120px;
	margin: 10px 0 5px;
}

input { width: 300px; }

input#submit {
	background-color: #dad2bd;
	color: #210;
	font-size: 11pt;
	width: auto;
	border: outset 3px #dad2bd;
	margin-top: 25px;
}

textarea {
	width: 300px;
	height: 100px;
}

ul#interests li {
	list-style: none;
	padding-bottom: 5px;
}

ul#interests input {
	width: auto;
	margin-right: 5px;
	border: none;
}

div#main_content form ul#interests { padding-left: 0; }

ul#interests label{
	display: inline;
	padding-right: 10px;
}

/*** FOOTER ***/

p#footer {
	padding-top: 15px;
	padding-left: 5px;
	clear: both;
}