@charset "utf-8";
/*------------------------------
Jonata Main Style Sheet
------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f1f1f1;
	background: #1c160f;
}

h1, h2, h3, h4, h5, h6,
legend {
	color: #b5a088;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

p,
label {
	font-size: 0.8em;
	margin: 0 0 1em 0;
	line-height: 1.6em;
}

a, a:visited {
	color: #b5a088;
}

img {
	border: none;
}

/*------------------------------
bodyMain id
------------------------------*/
#bodyMain {
	border-top: 4px solid #686735;
	background: #fff url(../images/nav_container.jpg) bottom repeat-x;
	padding: 10px 10px 0 10px;
}

#skipCont {
	position: absolute;
	top: 4px;
	right: 10%;
	font-size: 0.6em;
}

#skipCont a {
	display: block;
	color: #ffff78;
	text-decoration: none;
	background: #686735;
	padding: 0.8em;
	border-bottom: 1px solid #414020;
}

/*------------------------------
nav
------------------------------*/
#nav {
	margin: 64px 0 0 0;
	padding: 0 0 0 2em;
	
}

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

#nav ul li {
	float: left;
	margin: 0 2px 0 0;
}

#nav ul li a {
	display: block;
	width: 114px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: url(../images/nav_bg.gif) no-repeat;
	background-position: -114px 0;
	color: #c8c667;
	text-decoration: none;
	font-size: 0.9em;
}

#nav ul li a:hover {
	background-position: -228px 0;
}

body#idHome #nav ul li a#navHome {
	background-position: 0;
	color: #ae895f;
}

body#idGallery #nav ul li a#navGallery {
	background-position: 0;
	color: #ae895f;
}

body#idAbout #nav ul li a#navAbout {
	background-position: 0;
	color: #ae895f;
}

body#idLocation #nav ul li a#navLocation {
	background-position: 0;
	color: #ae895f;
}

body#idContact #nav ul li a#navContact {
	background-position: 0;
	color: #ae895f;
}

/*------------------------------
header
------------------------------*/
#header {
	background: #090804 url(../images/header_bg.jpg) repeat-x;
	min-height: 300px;
	padding: 40px 0 0 0;
}

* html #header {
	height: 300px;
}

#header.small {
	background: #090804 url(../images/header_bg_sml.jpg) repeat-x;
	min-height: 100px;
	padding: 20px 0 0 0;
}

* html #header.small {
	height: 100px;
}

#headerContainer {
	width: 90%;
	margin: 0 auto;
}

#header .info {
	background: #868443;
	border-top: 1px solid #A09E51;
	width: 380px;
	height: 230px;
	float: left;
	text-align: left;
	padding: 10px;
	margin: 0 0 0 5%;
	color: #000000;
}

#header .info p {
	color: #000000;
}

#header .alt {
	width: 80%;
	height:auto;
}

#header h2 {
	color: #24240e;
}

#header p {
	color: #fff;
}

/*------------------------------
slideshow
------------------------------*/
#slideshow {
	width: 331px;
	height: 249px;
	background: #868443;
	border-top: 1px solid #a09e51;
	margin: 0 0 0 5%;
	overflow: hidden;
	float: left;
}

#slideshow img {
	top: 0;
	left: 0;
	width: 292px;
	height: 219px;
	padding: 16px 0 0 20px;
}

/*------------------------------
content
------------------------------*/
#content {
	background: #3f3120;
	border-top: 2px solid #5d4830;
	border-bottom: 1px solid #5d4830;
	padding: 1em 0;
	clear: left;
}

#bodyMain:after,
#content:after,
#nav:after,
.column:after,
.logo:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#bodyMain,
#content,
#nav,
.column,
.logo {display: inline-block;}

/* Hides from IE-mac \*/
* html #bodyMain,
* html #content,
* html #nav,
* html .column,
* html .logo {height: 1%;}
#bodyMain,
#content,
#nav,
.column,
.logo {display: block;}
/* End hide from IE-mac */

#container {
	width: 90%;
	margin: 0 auto;
}

/*------------------------------
form
------------------------------*/
fieldset {
	border: none;
}

label {
	float: left;
	clear: left;
	width: 150px;
}

input {
	margin: 0 0 1em 0;
	padding: 0.2em;
	background: #5D4830;
	border: 1px solid #1C160F;
	color: #fff;
}

textarea#query {
	clear: left;
	width: 90%;
	margin: 0 0 1em 0;
	background: #5D4830;
	border: 1px solid #1C160F;
	color: #fff;
}

/*------------------------------
footer
------------------------------*/
#footer {
	padding: 1em;
	text-align: right;
	color: #5d4830;
	font-size: 0.8em;
}

/*------------------------------
Generic
------------------------------*/
.logo {
	margin: 20px 0 0 20px;
	width: 167px;
	height: 86px;
}

.error {
	background: #3f2820;
	border: 1px solid #673d35;
	padding: 0.5em;
}

.thumb {
	border: 5px solid #5d4830;
}

.column {
	width: 35%;
	float:left;
	margin: 0 2em 0 0;
}

.right {
	float: right;
	margin: 0 1em 1em 1em;
	text-align: center;
}

.left {
	float: left;
	margin: 0 1em 1em 1em;
}

.clear {
	clear: both;
}