/*
Theme Name: Montraker Live Music Festival
Description: Montraker Live Music Festival
Version: 1.0
Author: Synet, Sonda
*/
/* @General CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;font-size: 12px;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
textarea {resize: none;}
/* @Helpers */
.clearfix {zoom: 1;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

a:active
{
  outline: none;
}

/* Site CSS */

body {
	background: #AA6F47;
	text-align: center;
	font-family: "Verdana", "Arial", sans-serif;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 80px;
	background: url('images/header_background.gif') repeat-x;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
#header #logo {
	position: absolute;
	left: 73px;
	top: 0;
}
#header #lang {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffd2b3;
	font-size: 10px;
}
#header #lang a {
	font-size: 10px;
	color: #ffd2b3;
	font-family: "Verdana", "Arial", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#header #lang a:hover {
	text-decoration: underline;
}
#content_area {
	background: #F7E6D4;
	padding: 0 25px 25px 25px;
}
#content_header {
	height: 250px;
	position: relative;
	background: url('images/header_img.jpg') no-repeat;
}
#booking_form {
	position: absolute;
	right: 0;
	top: 0;
	width: 290px;
	height: 234px;
	background: #482713;
	color: #d5a787;
	padding: 8px 10px;
}
#booking_form .success_message {
	color: #fff;
	font-size: 14px;
	padding: 40px 10px 0 10px;
	text-align: center;
}
#booking_form h1 {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 0;
}
#booking_form h1 span {
	color: #fff554;
}
#booking_form td, #booking_form th {
	padding: 3px 2px;
	vertical-align: top;
}
#booking_form select, #booking_form input, #booking_form textarea {
	border: none;
	background: #fff;
	padding: 1px 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#booking_form .button {
	background: #d5a787;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #482713;
	font-weight: bold;
	padding: 3px;
}
#main_menu {
	background: #EABE94 url('images/menu_left.gif') no-repeat left;
	height: 38px;
	padding: 0;
	margin-top: 2px;
}
#main_menu ul {
	background: url('images/menu_right.gif') no-repeat right;
	height: 38px;
}
#main_menu li {
	float: left;
	width: 20%;
	text-align: center;
	display: block;
	line-height: 38px;
}
#main_menu a {
	color: #6f3a15;
	text-decoration: none;
	font-weight: bold;
}
#main_menu a:hover {
	color: #fff;
}
#content {
	color: #b87637;
	width: 455px;
	padding: 10px 10px 10px 0;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7c4510;
	padding-bottom: 15px;
}
#content h1 a {
	color: #7c4510;
	text-decoration: underline;
}
#content table th {
	padding-right: 10px;
}
#content p {
	padding-bottom: 10px;
	text-align: justify;
}
#content .content_image {
	border: 1px solid #AA6F47;
	padding: 4px;
	background: #EABE94;
}
#content table.gallery {
	width: 100%;
}
#content table.gallery td {
	padding: 0 20px 20px 0;
}
#content table.gallery img {
	border: 1px solid #EABE94;
	background: #EABE94;
	padding: 4px;
}
#content table.gallery a:hover img {
	border-color: #AA6F47;
}
#sidebar {
	float: right;
	width: 235px;
	padding: 40px 0 10px 10px;
}
#sidebar #for-sale {
	float: right;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #482713;
}
#sidebar #for-sale h2 {
	color: #fff554;
	text-align: center;
	padding: 5px 0;
}
#sidebar #for-sale h2 a {
	color: #fff554;
	text-decoration: blink;
}
#sidebar #for-sale p {
	color: #d5a787;
	padding: 5px;
}
#sidebar #ap_submenu {
	padding-left: 50px;
}
#sidebar #ap_submenu li {
	background: #482713;
	margin-bottom: 3px;
}
#sidebar #ap_submenu li a {
	color: #d5a787;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 30px;
	background: url('images/arrow_left.gif') no-repeat 10px center;
}
#sidebar #ap_submenu li a:hover {
	color: #fff;
	background-color: #AA6F47;
	background-image: url('images/arrow_left_over.gif');
}
#footer {
	height: 75px;
	text-align: center;
	color: #ffd2b3;
	background: url('images/footer_background.gif') repeat-x;
	margin-top: 5px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#footer #footer_menu {
	padding: 10px;
}
#footer #footer_menu a {
	font-family: "Verdana", "Arial", sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ffd2b3;
	padding: 0 15px;
}
#footer #footer_menu a:hover {
	text-decoration: underline;
}