/*
Theme Name: Golden Sands
*/

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman Special G1", serif, "Baskerville Old Face", "Bookman Old Style";
	color:#000;
	background:#EFE9DB url(images/bg-body.jpg) no-repeat top center;
	line-height:160%;
	margin:0;
	padding:0; 
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align:left;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 9px;
	letter-spacing: 7px;
	cursor: help;
	border-bottom: 1px dashed #999;
}


a {
	color: #4065BA;	
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	}


/* Layout */

#page {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#header {
	/*background: url(images/bg-header.jpg) no-repeat center;*/
	height:455px;
	/*width:1280px;*/
	margin:0 auto;
}

#wrapper {
	float:left;
	width:990px;
	margin:0 auto;
	padding:0;
	background:url(images/bg-page.jpg) top center repeat-y;
}

#content {
	margin:0;
	padding:0 15px 0 35px;
	width:599px;
	float:left;
	border-right:1px solid #87b2da;
}

/*Buttons*/
#buttons {
	clear:both;
	width:950px;
	margin:0 auto;
	padding-left:30px;
}
#button-rooms, #button-bars, #button-pools {	
	width:135px;
	padding-left:145px;
	padding-top:5px;
	height:150px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

#button-rooms {
	background:url(images/button-rooms.jpg);
	margin-left:10px;
}

#button-bars {
	background:url(images/button-bars.jpg);
}

#button-pools {
	background:url(images/button-pools.jpg);
}

#button-rooms h2, #button-bars h2, #button-pools h2 {
	font-size:16px;
	margin:0 0 5px 0;
}

#button-rooms p, #button-bars p, #button-pools p {
	font-size:11px;
	margin:5px 0 0 0;
	padding-right:5px;
	line-height:160%;
}
	
#sidebar {
	width:310px;
	float:left;	
	margin:0;
	padding:20px 15px;
}	

#header h1 {
	margin:10px 0 0 0;
	padding:0;
	text-indent:-9999px;
}

#header h1 a {
	display:inline;
	float:left;
	width:267px;
	height:90px;
	background:url(images/bg-h1.gif) no-repeat;
}

#header .description {
	font-size:12px;
}

#header #flash {
	float:right;
	/*background:url(flash/flash-background.png) no-repeat;*/
}

#header #button-online-reservations{
	padding:190px 0 0 22px;
}

#menu-main {
	margin: 0 auto;
	padding: 0;
	float:right;
}

#menu-main ul {
	margin:0;
	/*padding:0;*/
	min-height:63px;
	float:right;
}

	
#menu-main ul li {
	padding:18px 0px 28px 10px;
	margin:0;
	display:inline;
	background:url(images/bg-menu.png) top repeat-x;
	font-family: Georgia, "Times New Roman Special G1", serif, "Baskerville Old Face", "Bookman Old Style";
	font-size:12px;
	/*font-weight:bold;*/
	/*min-height:63px;*/
	float:right;
	position: relative;
}

#menu-main ul li a {
	color:#4789c7;	
	min-height:63px;
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	border-right:1px solid #E5DfCE;	
	background:none;
	text-decoration:none;
}

#menu-main ul li.first a {
	border-right:none;
}

#menu-main ul li.first {
	background:url(images/be-menu-last.png) no-repeat right top;
	padding-right:20px;
}

#menu-main ul li.last {
	background:url(images/be-menu-first.png) no-repeat left top;
	padding-left:20px;
}

#menu-main ul li a:hover, #menu-main ul li.current_page_item a {
	color:#000;
}

/*For Specials menu item*/

#menu-main ul li.highlight a{
	font-weight:bold;
	color: #FF0000;
}

#menu-main ul li.highlight a:hover{
	color:#000
}
#menu-main ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 0;
	min-height: 0;
}
#menu-main ul ul li {
	min-width: 180px;
	background: #F5F1E8 !important;	
	padding: 0;
	float:left;
	border-bottom: 1px solid #E5DFCE;
	padding: 3px 0 !important;
	display: block;
}
#menu-main ul ul li a{
	border-right: 0;
	display: block;
	min-height: 5px;	
}
#menu-main ul ul li.first{
	padding: 0;
}
#menu-main ul ul li.first a{
	border-right: 0;	
}
#menu-main ul ul li.last{
	padding: 0;	
	border-right: 0;	
	border-bottom: 0;
}
#menu-main ul ul li.last a{
	border-right: 0;
}
#menu-main ul ul ul {
	left: 100%;
	top: 0;
}
#menu-main ul ul a {	
	line-height: 1em;
	padding:7px 10px;
	width: 160px;
	height: auto;
}
#menu-main ul li:hover > ul {
	display: block;
}
#menu-main ul li.current_page_item > a,
#menu-main ul li.current-menu-ancestor > a,
#menu-main ul li.current-menu-item > a,
#menu-main ul li.current-menu-parent > a {
	color: #000;
}
* html #menu-main ul li.current_page_item a,
* html #menu-main ul li.current-menu-ancestor a,
* html #menu-main ul li.current-menu-item a,
* html #menu-main ul li.current-menu-parent a,
* html #menu-main ul li a:hover {
	color: #000;
}

/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
	color:#4065BA;
	line-height:130%;
}

.post h3.post-title {
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:16px;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:11px;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:14px;
	line-height:15px;
	margin:20px 0 20px 10px;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:9px;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:10px;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:9px;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:12px;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:14px;
	line-height:14px;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:8px;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:8px;
}

/* Sidebar */

#sidebar {
	font: 12px Georgia, "Times New Roman Special G1", serif, "Baskerville Old Face", "Bookman Old Style";
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman Special G1", serif, "Baskerville Old Face", "Bookman Old Style";
	font-size: 14px;
	color:#000000;	
	padding:10px 0 0 0;
	margin-right:30px;
	border-top:1px solid #87B2DA;
	
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar #facebook p{
	text-align:center;
}
	
#sidebar #chamber p{
	margin:10px 0;
	text-align:center;
}
#sidebar #chamber img {
	margin-bottom:5px;
}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */

/* Recent Posts Widget */

#sidebar #recent-posts-3 {
	padding-right:15px;
	
}
/* Footer */	

#footer {
	background:#fff url(images/bg-footer.jpg) top no-repeat;
	width:911px;
	padding:20px 10px;
	text-align:center;
	font-size:11px;
	color:#888;
	float:left;
	margin:0 0 0 30px;
	color:#4065BA;
}

#footer #facebook {
	text-align:left;
	color:#000;
}

#footer #facebook a {
	color:#000;
	padding:10px 0 6px 35px;
	background:url(images/logo-facebook-small.gif) no-repeat left;
}

#footer p {
	text-align:right;
}

#menu-footer {
	text-align:center;
	padding:0;
	margin:0;
}

#menu-footer ul{
	padding:0;
	margin:0;
}

#menu-footer ul li{
	display:inline;
	margin:5px 15px;
}
#menu-footer ul li a{
	color:#4065BA;
}
#menu-footer ul li a:hover, #menu-footer ul li.current_page_item a{
	text-decoration:none;
}

