﻿html
{
	background: #f5efd7 url("/styles/default/images/background-gradient.png") repeat-x left top;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 10px 0;
}

a, a:visited
{
	color: #8f4f03
}

a:active, a:hover
{
	color: #d0750a
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1
{
	font-size: 1.75em;
}

h2
{
	font-size: 1.25em;
}

#container
{
	background: #fff9e5 url("images/footer-background.png") no-repeat left bottom;
	margin: 0 auto;
	position: relative;
	width: 800px;
	border: 1px #000 solid;
}

/* FORMS */

form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #e21c12;
}

.text-input
{
	background: #fff;
	border: 1px solid #d0750a;
	color: #000;
	padding: 3px;
}

a.button, a.button:visited, input.button
{
	background: #eae0ad url("images/button-bg.png") repeat-y center top;
	border: 1px solid #d0750a;
	color: #8f4f03;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.125em;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover, a.button:focus, input.button:active, input.button:hover, input.button:focus
{
	color: #d0750a;
	outline: 0;
}

address
{
	font-style: normal;
}


/* EMAIL FORM */

body.contact #content .contact
{
	float: right;
	font-size: 1.25em;
	line-height: 2em;
	margin: 5em 0 0 0;
	text-align: center;
	width: 35%;
}

body.contact #content .contact p
{
	text-align: center;
}

body.contact.sent #content .contact
{
	margin: 1em 0 0 0;
}

#email-form
{
	width: 60%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .field .text-input
{
	display: block;
	width: 100%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code .text-input
{
	line-height: 32px;
}

#email-form .anti-spam-code .text-input
{
	display: inline-block;
	margin-bottom: 0.5em;
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}


/*CONTENT*/

#content
{
	background: transparent url("images/new-header.jpg") no-repeat left top;
	min-height: 200px;
	padding: 200px 15px 15px 15px;
}

#content p
{
	text-align: justify;
}

/* #content a img, #content a */
#content a img
{
	border: 0;
	/* outline: 0; */
}

#content .photo
{
	background: transparent url("images/photo-dropshadow.png") no-repeat left top;
	padding: 0 6px 6px 0;
	margin: 5px 0 2px 0;
}

#content .photo.odd, #content .call-to-action
{
	clear: right;
	float: right;
	margin-left: 15px;
}

#content .call-to-action
{
	margin: 0 21px 5px 31px;
}

#content .photo.even
{
	float: left;
	margin-right: 15px;
}


/*GALLERY*/

.picture-group
{
	background: #fff1c5;
	border: 1px #000 solid;
	padding: 5px 0;
	margin: 0 0 1em 0;
	text-align: center;
}

.picture-group a
{
	display: inline-block;
	margin: 10px;
}

.picture-group li
{
	display: inline;
}


/*NAVIGATION*/

#navigation
{
	background: transparent url("images/navigation-bar.png") no-repeat left top;
	position: absolute;
	top: 145px;
	left: 210px;
	height: 23px;
	width: 556px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	text-align: center;
	padding: 0;
}

#navigation ul li > span
{
	background: transparent url("images/stones-vert.png") no-repeat left top;
	display: inline-block;
	padding-left: 25px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus
{
	background: #8f4f03;
	outline: 0;
}

#navigation ul li a
{
	color: #fff;
	display: inline-block;
	line-height: 23px;
	padding: 0 6px;
	text-decoration: none;
	vertical-align: middle;
}

#navigation ul li.nav-cabins span
{
	background-position: left -23px;
}

#navigation ul li.nav-rates span
{
	background-position: left -46px;
}

#navigation ul li.nav-amenities span
{
	background-position: left -69px;
}

#navigation ul li.nav-pictures span
{
	background-position: left -92px;
}


/*FOOTER*/

#footer
{
	clear: both;
	font-size: x-small;
	padding: 90px 90px 15px 15px;
	margin-top: 0;
	text-align: center;
}

#footer .copyright
{
	text-align: left;
}

#footer .design
{
	text-align: left;
	margin-bottom: 5px;
}

#footer address
{
	bottom: 0;
	left: 400px;
	margin: 0 0 12px 50px;
	position: absolute;
	text-align: right;
}

#footer address ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}