/*
Design by 2HelixTech
www.2helixtech.com
*/

body {
	margin: 0;
	padding: 0;
	background: #e3f3f7 url(../images/bodybg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #0b2d3d;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3b444b;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
    position: relative;
    top: 0px;
	width: 1000px;
	height: 254px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/hayrideheader.png) no-repeat left;
}

/* Logo */

#logo {
    width: 980px;
	position: relative;
    left: 100px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#logo h1, #logo p {

}

#logo h1 {
    position: relative;
	top: 0px;
    left: 400px;
    padding-right: 550px;
	letter-spacing: -1px;
	text-align: right;
	font: normal font-family: "Apple Chancery", "Zapf Chancery", cursive;
    font-weight:bolder;
	font-size: 3.0em;
    color: #baac70;
}
#logo h3 {
    position: relative;
    top: -10px;
    left: 400px;
    padding-right: 550px;
    text-align:right;
    font: normal font-family: "Apple Chancery", "Zapf Chancery", cursive;
    font-size: small;
    color: #baac70;
    }

#logo p {
    position: relative;
    top: 190px;
	float: inherit;
	padding: 10px 0 0 0px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ffffff;
}

/* Search */

#search {
	float: right;
    position: relative;
	top: 525px;
	width: 280px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #ededf1;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #ededf1;
	color: #000000;
}

/* spacer */
#spacer {
	float: center;
	width: 150px;
	height: 25px;
	padding: 200px 0px 0px 0px;
	background: #ededf1;
	}

/* Menu */

#menu {
    position: relative;
    top: -77px;
	width: 1024px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
    
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 97px;
	height: 20px;
	margin-right: 1px;
	padding: 9px 0px 0px 0px;
	background: url(http://bransonpassport.com/images/img02ON.jpg) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

#menu .current_page_item a {
	padding-left: 0;
}

/* Page */

#page {
    position: relative;
    top: -43px;
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
	background: url(../images/pagebg.gif) repeat-y left top;
}

#page-bgtop {
	padding: 10px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
   }

.post {
	
	margin-bottom: 5px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #12156a;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	
	padding: 20px 20px 05px 25px;
	padding-bottom: 10px;
	text-align: justify;
}

.post .submit {
	background: #ededf1;
	margin-bottom: 5px;
}

.submit .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
    position:relative;
	top: -1360px;
    left: 650px;
    width: 280px;
    height: 200px;
    margin: 0px
	padding: 0px 0px 0px 0px;
	color: #787878;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #3b444b;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

/************** specific classes ******************/
.Spacer { display: block; height: 50px; width: 560px; background-image: url(); background-repeat: no-repeat; background-position: left middle; font-weight: bold; text-align: center ; vertical-align: middle; }
.Free { display: block; height: 100px; width: 560px; background-image: url(); background-repeat: no-repeat; background-position: left middle; font-weight: bold; text-align: center ; vertical-align: middle; }
.Mission { display: block; height: 60px; width: 130px; background-image: url(); background-repeat: no-repeat; background-position: left middle; font-weight: bold; text-align: right ; vertical-align: middle; }
.Prison { display: block; height: 120px; width: 120px; background-image: url(); background-repeat: no-repeat; background-position: center middle; font-weight: bold; text-align: right; vertical-align:top; }
.Light { display: block; height: 120px; width: 120px; background-image: url(); background-repeat: no-repeat; background-position: center middle; font-weight: bold; text-align: right; vertical-align:top; }
.LetterLinks { text-align: center; }
.LetterLink { padding: 0px 7px; color: #C30; }
.popup { COLOR: #700505; CURSOR: help; text-decoration: none; }
.popuplink  { COLOR: #700505; CURSOR: help; text-decoration: underline; }
