/*Theme Name: Grand Cayman Retreat
Theme URI: closed source
Description: Theme for Grand Cayman Retreat, at Rum Point
Version: .089
Author: Nick Defoe
Author URI: blueskysessions.com 
*/

/*---global common definitions---*/
html{
	background:#3f6c9e url(./images/main-gradient.gif) repeat-x;
	height:100%;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}
body{
	height:100%;
	margin:0;
	min-width:900px;
}
a{
	color:#85bbdd;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}
img{ border-style:none;}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
/*---main---*/
.bg{
	min-height:100%;
	background:url(./images/main-bg.jpg) no-repeat 50% 0;
}

* html .bg{ height:100%;}
.bottom-bg{
	min-height:100%;
	background:url(./images/bottom-bg.jpg) no-repeat 50% 100%;
}

* html .bottom-bg{ height:100%;}
.main-holder{
	min-height:100%;
}
* html .main-holder{ height:100%;}
#main{
	min-height:738px;
	padding:0 0 262px;
	width:900px;
	margin:0 auto;
}
* html #main{ height:738px;}
/*---header---*/
#header{
	width:100%;
	background:url(./images/header.jpg) no-repeat 100% 0;
	padding:17px 0 0;
}
/*---logo---*/
.logo{
	margin:0 0 0 40px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	width:309px;
	height:168px;
	overflow:hidden;
	background:url(./images/logo.png);
}
/*---nav---*/
.nav{
	width:904px;
	margin:14px -3px 0 -1px;
	position:relative;
	font-size:15px;
	line-height:41px;
}
.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	background:url(./images/nav.png);
	overflow:hidden;
	height:1%;
}
.nav li{
	float:left;
	position:relative;
	background:url(./images/nav-separator.gif) no-repeat 0 3px;
}
.nav li:first-child{ background:none;}
.nav a{
	float:left;
	padding:0 16px;
}
/*---center---*/
#center{
	background:#e6dea4;
	width:835px;
	padding:23px 35px 25px 30px;
}
.content-holder{
	background:url(./images/content-cont.gif);
}
.content-holder-full{
	background: #fcf6c9;	
}

.content-cont{
	overflow:hidden;
	height:1%;
	background:url(./images/content-holder.gif) no-repeat;
	padding:18px 22px 9px 21px;
}
.content-foot{
	background:url(./images/content-foot.gif);
	height:6px;
	overflow:hidden;
}
.content-cont-full{
	overflow:hidden;
	height:1%;
	background:url(./images/content-holder-full.gif) no-repeat;
	padding:18px 22px 9px 21px;
}
.content-foot-full{
	background:url(./images/content-foot-full.gif);
	height:6px;
	overflow:hidden;
}

/*---content---*/
#content{
	float:left;
	width:360px;
}
#content-full{
	width:800px;
}
#center h2{
	margin:0;
	color:#005188;
	font:28px/32px Georgia, "Times New Roman", Times, serif;
}
#center h4{
	margin:0;
	color:#005188;
	font:22px/26px Georgia, "Times New Roman", Times, serif;
}
#center h4{
	margin:0;
	color:#005188;
	font:16px/22px Georgia, "Times New Roman", Times, serif;
}
#center p{
	margin:15px 0;
	line-height:15px;
}
.entry dl dt{
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0;
}
.entry dl dd{
	margin-left:10px;
}
/*---sidebar---*/
.sidebar{
	float:right;
	width:361px;
}
/*---big image---*/
.sidebar .image{
	background:#004372;
	font-size:10px;
	color:#409abc;
	text-align:center;
	line-height:20px;
}
.sidebar .image a{ color:#409abc;}
.sidebar .image img{ display:block;}
.sidebar .image ul{
	margin:0 7px;
	padding:0;
	list-style:none;
	display:inline
}
.sidebar .image li{
	display:inline;
	margin:0 3px 0 0;
}
.sidebar h3{
	margin:16px 0 9px;
	color:#005188;
	font:22px Georgia, "Times New Roman", Times, serif;
}
.sidebar .gallery{
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:369px;
}
.sidebar .gallery li{
	float:left;
	padding:0 2px 3px 0;
	margin:0 8px 0 0;
	background:url(./images/item-bg.gif) no-repeat 100% 100%;
}
.sidebar .gallery img{ display:block;}
/*---footer---*/
#footer{
	height:239px;
	width:846px;
	padding:23px 22px 0 32px;
	margin:-262px auto 0;
	overflow:hidden;
	font-size:13px;
	color:#fff;
	line-height:17px;
}
#footer a{ color:#fff;}
/*---address---*/
#footer address{
	float:left;
	font-style:normal;
	margin:0 61px 0 0;
}
#footer address span{
	display:block;
}
/*---contact---*/
#footer .contact{
	float:left;
	width:235px;
}
#footer .contact dl{
	margin:0;
}
#footer .contact dt{
	float:left;
	margin:0 3px 0 0;
}
#footer .contact dd{ margin:0;}
/*---reserve---*/
#footer .reserve{
	float:right;
	width:190px;
}
#footer .reserve p{ margin:0;}
#footer .reserve a{ font-weight:bold;}
/*-- NICKs Code--*/
.sidebar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#rooms-table thead{
	background: #226ba0;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	padding:5px;
}
#rooms-table{
	background: #aee3f3;
	border: 1px solid #00477d;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	
}
#rooms-table tr td{
	padding:5px;
}