/*
colors

bg brown: 6E5A50
chocolate: 685C5E
blue text: 3A99D1

orange: D1543A
yellow: D1A23A

*/

body {
	background-color: #6E5A50; 
	background-image: url('img/bg_gradient.jpg');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #111;
}

h1 {}

p {
	margin: 10px 0 20px;
	line-height: 21px;
}

a {color: #3A99D1; outline: none; }

a:hover, a:active {color: #D1A23A;}

h3, h4 { margin-bottom: 10px; }

blockquote {
	font-style: italic;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	margin: 30px 40px 30px;
	}

object {
	margin: 10px 0 20px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 786px;
	background-color: white;
	background-image: url('img/background_mt.gif');
	background-repeat: no-repeat;
}

#container_booking {
	position: relative;
	margin: 0 auto;
	width: 786px;
	background-color: white;
/* 	background-image: url('img/background_mt.gif'); */
	background-repeat: no-repeat;
	padding: 20px;
}

#header {
	position: absolute;
	left: 186px;
	top: 63px;
	color: white;
	font-size: 48px;
	text-transform: lowercase;
}

#header a {
	color: white;
	text-decoration: none;
}

#nav {
/* 	border: 1px solid green; */

	float: left;
	position: relative;
	top: 110px;
	color: #3A99D1;
	font-size: 24px;
	text-transform: lowercase;
	margin: 0 0 60px 0;
/* 	visibility: hidden; */
}

#nav ul {
	list-style: none;
	margin: 0 0 40px 0px;
}

#nav ul li {
/* 	border: 1px solid green; */
	margin-left: -20px;
	margin-bottom: 4px;
}

#feature {
	float: right;
	background-color: #D1543A;
	color: white;
	padding: 3px 14px;
	width: 200px;
	right: -59px;
	top: 60px;
	position: relative;
	border: 2px solid black;
}

#feature h2 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0;
}

#feature h3 {
	margin-top: 8px;
	font-size: 24px;
	margin-bottom: 12px;
}

#feature object {
	margin-bottom: 12px;
	}
	
#feature a { color: white; font-size: 12px; margin-bottom: 10px; display: block; }

#twitter {
/* 	border: 2px dotted blue; */
	margin: 0 0 25px 0;
}

#main {
	clear: both;
	float: right;
	margin: 70px 110px 0 0;
	padding: 0 10px 20px;
	width: 440px;
	min-height: 500px;
}

#main h2 { margin-top: 10px; }

#main object { margin: 12px 0; }

#sidebar {
	clear: left;
/* 	border: 1px solid grey; */
	padding: 0 10px 10px;
	width: 140px;
	margin: 10px 0 0 10px;
	position: absolute;
	top: 300px;
	font-size: 14px;
	background-color: #ccc;
}

#sidebar div {
	margin: 0 0 50px;
}

#sidebar h3 {
	font-size: 14px;
}

#sidebar form input { 
	width: 120px;
	margin-bottom: 8px;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background-color: #D1A23A;
	color: #D1543A;
}

#footer p {
    padding:10px;
    margin:0;
    }
    
#footer a { color: #111; }
#footer a:hover, #footer a:active { color: white; }


.twitter_news {
	font-size: 12px;
}

.twitter_date {
	font-size: 12px;
	font-style: italic;
}

.date {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.note {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.shows_sm {
	padding: 4px;
}

.album {
	margin: 10px 0 40px 0;
}

.album img {
	border: 1px solid #3A99D1;
}

.album h3 {
	margin: 6px 0;
	font-size: 17px;
	font-style: italic;
}

.album p { margin-top: 0px; }

.banner { float: left; margin-right: 16px; }

.month_header {
	background-color: #ccc;
	padding: 4px 6px;
	cursor: pointer;
}


.hide_it {
	visibility: hidden;
	top:-9999px;
	position:absolute
}

.show_it {
	position:relative;
	top:0
}

.news_img {
	max-width: 436px;
	margin: 20px 0;
	border: 2px solid #D1543A;
}

.right {
	float: right;
	margin-left: 16px;
	margin-bottom: 6px;
}