/**
CSS for andrewcavers.com
Andrew Cavers 2009
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family: Garamond,
	Palatino,
	"Palatino Linotype",
	serif;
	background: #fff url(../images/header_bg.png) repeat-x top center;
}
#pagetop {
	position:absolute;
	left:-999em;
}
#container {
	position: absolute:
	top: 0;
	width:980px;
	padding: 0;
	margin:0 auto;
}
#header {
	margin: 0;
	padding: 0;
	height: 233px;
	background: transparent url(../images/header.png) no-repeat top right;
}
#header h1 {
	text-align: left;
	font-size: 300%;
	padding: 24px 0 0 24px;
	color: #3b210b;
}
#header h1 a{
	color: #3b210b;
text-decoration: none;
}
#header h1 a:hover{
	color: #3b210b;
text-decoration: underline;
}
#header img{
	border: none;
}
#header h2 {
display: block;
text-align: center;
width: 402px;
	font-style: italic;
	font-size: 170%;
	padding: 40px 0 0 48px;
	color: #3b210b;
}
#menu {
	position: relative;
	width: 980px;
	top: 0;
	height: 27px;
	background-color: #3b210b;
	margin:0;
	padding:0;
}
#menu ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
#menu li {
	font-family: Tahoma, sans-serif;
	height: 27px;
	background:#3b210b;
	border-left:0px solid #fff;
	float: left;
	list-style:none;
	font-weight: lighter;
}

#menu a {
	font-size: 18px;
	height: 27px;
	border:0;
	color: #fff;
	display:block;
	float: left;
	padding: 2px 15px 0 15px;
	text-decoration: none;
	text-align:center;
}

#menu li.current a {
	font-weight: bold;
}
#menu li.current a,
#menu a:focus,
#menu a:hover,
#menu a:active {
	background:#fff;
	color:#3b210b;
}

.contentcontainer {
	padding: 10px 0;
	position: relative;
	clear: both;
	width: 980px;
}

.medcolumn {
	float: left;
	width: 520px;
	padding: 0 10px 0 10px;
	margin: 0;
}

.widecolumn {
	float: left;
	width: 750px;
	padding: 0 10px 0 0;
	margin: 0;
}
.narcolumn {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
}

.medcolumn, .widecolumn {
	color: #3b210b;
}

.medcolumn h2, .widecolumn h2 {
	font-size: 150%;
	line-height: 1.3;
	margin: 0;
	padding: 20px 0 0 0;
}

.medcolumn h3, .widecolumn h3 {
	font-size: 130%;
	line-height: 1.3;
	margin: 0;
	padding: 20px 0 0 0;
}

.medcolumn a, .widecolumn a {
	font-weight: bold;
	color: #543317;
}

.medcolumn a:hover, .widecolumn a:hover {
	color: #724a27;
	text-decoration: none;
}



.medcolumn p, .widecolumn p {
	font-weight: normal;
	font-size: 110%;
	line-height: 1.6;
	margin: 0;
	padding: 12px 0 0 0;
}
.medcolumn ul, .widecolumn ul {
	margin: 0;
	padding: 12px 0 0 20px;

}
.medcolumn ul li, .widecolumn ul li{
	margin: 0;
	padding: 2px 0 2px 5px;

}

.boxout {
	color: #103a43;
	background-color: #e1f4f8;
	font-family: Tahoma, sans-serif;
	display: block;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0;
}

.boxout  h3{
	font-size: 90%;
	display: block;
	width: 210px;
	background-color: #97d5de;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
}

.boxout  p{
	font-size: 80%;
	display: block;
	width: 210px;
	padding: 5px;
}

.boxout a {
	color: #2e727c;
}

.boxout a:hover {
	color: #5a9da7;
	text-decoration: none;
}

.gallery img {
	border: none;
}

.lightbox a {
	display: block;
	float: left;
	text-align: center;
	width: 250px;
	height: 180px;
}

.panoramas a {
	display: block;
	float: left;
	text-align: center;
	width: 375px;
	height: 220px;
}

.lightbox img, .panoramas img {
	margin: 6px;
	border: 7px solid #97d5de;
}

.lightbox img:hover, .panoramas img:hover {
	border: 7px solid #e1f4f8;
}

.pricestable {
	border: none;
	margin: 0;
	padding: 2px 5px;
}

.pricestable td{
	padding: 0 25px 3px 0;
}


#footer {
	display: block;
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 1;
	font-size: 100%;
	text-align: center;
	background-color: #3b210b;
}

#footer p {
	margin: 0 auto;
	padding: 3px 0;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	clear: both;
	width: 980px;
	background-color: #3b210b;
}

#footer a {
	color: #d3af91;
}

#footer a:hover {
	color: #805633;
}

#advert {
	padding: 0;
}

#advert p{
	padding: 0;
	font-size: 80%;
	text-align: right;
	color: #6b4728;
}

#advert a{
	color: #6b4728;
}

#advert a:hover{
	color: #805633;
}

#bookingForm { width: 740px;

}

#bookingForm label.error, #bookingform .submit { margin-left: 255px; }


#bookingForm fieldset {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #3b210b;

}

#bookingForm legend {
	padding: 0 10px 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
#bookingForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	text-align: right;
	padding-right: 10px;
}
#bookingForm fieldset p {
	font-size: 100%;
	list-style: none;
	padding: 5px;
	margin: 0;
}
#bookingForm input, #bookingForm textarea, #bookingForm select{
	border: 1px solid #3b210b;
	font-family: Garamond,
	Palatino,
	"Palatino Linotype",
	serif;
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
#bookingForm label { width: 250px; } /* Width of labels */
#bookingForm label.error {
	width: 400px;
	color: #f00;
}
#bookingForm .submit {
	margin-left: 259px;
}
/*\*//*/ #bookingForm legend { display: inline-block; } /* IE Mac legend fix */
#map {
	text-align: center;
	width: 750px;
	height: 450px;
}
.center {
	text-align: center;
}
.clear {
	height: 0px;
	position: relative;
	clear:both;
}
/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 180px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Tahoma, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#modalContent{
	display: none;
}

#simplemodal-container p a {
	text-decoration:underline;
	color: #4d4d4d;
}

#simplemodal-container p a:hover {
	text-decoration:none;
	color: #9f9f9f;
}

#simplemodal-overlay {
	background-color:#000;
}

#simplemodal-container {
	height:550px;
	width:900px;
	padding: 0;
	background-color: #fff;
	border: 10px solid #fff;
	color: #666;
}

#simplemodal-container .caption {
	font-weight: bold; 
	text-align: left;
	font: 10px Tahoma, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	overflow: auto;
	display: block;
	width: 800px;
	float: left; 	
}	
		
#simplemodal-container .close {
	border: none;
	padding: 0 10px 0 0;
	width: 66px;
	float: right;
	padding-bottom: 0;
}

#simplemodal-container img {
	border: none;
}