@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	line-height: 125%;
	font-size: 100%;
}
small {
	font-size:11px;
}
table, tbody {
	margin:0px;
}
tr, td {
	padding: 2px 0px;
}
tr h2, td h2 {
}
h1, td h1 {
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	color:#f5dba2;
}
h4, td h4 {
	font-size:11px;
	color: #f5dba2;
	margin:0px 0px;
}
a {
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
p, .entry, .entry p, .entry td p {
	font-size: 11px;
}
ul {
	margin-bottom: 15px;
}
ul, li {
	font-size: 11px;
}
h3 {
	font-size: 12px;
	margin:15px 0px;
	padding:0px;
}
h5 {
	font-size: 11px;
}
h3 a {
	text-decoration:none;
	color:#f5dba2;
}
h3 a:hover {
	text-decoration:none;
	color:#fff;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image: url(images/kimabajo_01.jpg);*/
	background-color: #000;/*height: 50px;*/
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 11px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #333;
	width: 900px;
	margin: 0px auto;
	min-height: 555px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.oneColLiqCtrHdr #footer {
	padding: 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image: url(images/kimabajo_01.jpg);*/
	background-color:#000;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color:#f5dba2;
	font-size: 11px;
}
.oneColLiqCtrHdr #footer a {
	color:#f5dba2;
}
.oneColLiqCtrHdr #footer a:hover {
	color:#f5dba2;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:visited {
	color:#f5dba2;
}
.clear {
	clear: both;
	font-size:1px;
}
/*#logo {
	text-align:center;
	margin: 0px auto;
	position: relative;
	padding-top: 1px;
	border:none;
}*/

#logo {
	margin-left: 15px;
}
#col-Left {
	float:left;
	width: 50%;
	padding-top: 25px;
}
#col-Right {
	float:left;
	width: 50%;
}
#col-entry {
	padding-top: 15px;
}
/*-------------*/
#topNavContainer {
	width:100%;
	margin:0px auto;
	background:#333;
	height: 31px;
	border-bottom: 1px solid #FFF;
	z-index: 1;
	/*font-size:11px;*/
}
.topNavList {
	width:900px;
	margin:0px auto;
}
.topNavList ul {
	list-style: none;
	z-index:2;
	display: inline;
}
.topNavList ul li {
	list-style: none;
	z-index:2;
	display: inline;
}
.topNavList a {
	margin:-3px 0 0 0;
}
.topNavList a:hover {
	color:#FFF;
}
#topNavfooter {
	width:100%;
	margin: 0px auto;
	background:#666;
	height: 0px;
	border-top: 1px solid #FFF;
}
.topNavListfooter {
	width:900px;
	margin:0px auto;
}
.topNavListfooter a {
	margin:-3px 0 0 0;
}
#langForm {
	position: relative;
	top: 50px;
	margin-right: 15px;
}
#headerWrap, #footerWrap {
	width: 900px;
	margin: 0px auto;
}
.headerWrap-left {
	float: left;
	margin:0;
	padding:0;
}
.headerWrap-right {
	float:right;
}
.footerWrap-left {
	float: left;
}
.footerWrap-right {
	float:right;
}
.form {
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */


/*#mainContent p {
	font-size:12px;
}*/
.post {
	padding:15px 15px 5px 15px;
	text-align: justify;
}
.post h2 {
	margin:0;
	padding:0px 0 15px 0;
	font-size:  16px;
	text-shadow: 1px 1px 1px #000;
	color: #f5dba2;
}
#langForm select {
	font-size: 11px;
	color:#5F5F4D;
}
#slide h2 {
	margin:0px;
}
#archive-wrap {
	padding: 25px 15px 25px 15px;
}
#archive-wrap h3 {
	margin-bottom: 11px;
	font-size:11px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
}
#archive-wrap h2 {
	margin-bottom: 12px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
	color: #f5dba2;
}
.archive-entry {
	margin: 15px 0 35px 0;
	clear: both;
}
.button, .entry button {
	padding:4px;
	margin: 15px 0px;
	background-color: #666;
	color: #fff;
	text-decoration:none;
	font-size: 8px;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000;
}
.button:hover {
	background-color: #000;
	color: #fff;
	text-decoration:none;
}
.button:visited {
	padding:2px;
	color: #fff;
	text-decoration:none;
}
.button:active {
	padding:2px;
	color: #fff;
	text-decoration:none;
}
.entry {
	padding-top: 0px;
	margin:0px;
}
.entry table, .entry tr, .entry td {
	/*font-size: 1em;*/
	font-size: 11px;
}
/*----RESERVATION---- */
#quick-rsv {
	position: inherit;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	background-color:none;
	padding:15px;
	color: #fff;
	border-left:1px solid #fff;
	margin-left:15px;
}
#quick-rsv input[type="text"] {
	height:12px;
	border: solid 1px black;
	font-size: 11px;
	padding: 1px;
}
#quick-rsv input[type="button"], #quick-rsv input[type="submit"] {
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #0462BA;
	font-size:xx-small;
}
#quick-rsv a {
	text-decoration: none;
	color: #f5dba2;
}
#quick-rsv select {
	height:20px;
	font-size: 11px;
}
.ui-datepicker {
	font: 62.5% "Trebuchet MS", sans-serif !important;
}
/*mycustomscroll*/

#mycustomscroll {
	width: 400px;
	height: 375px;
	overflow: auto;
	position: relative;
	z-index: 1;
	padding-right: 11px;
	margin-top: 0px;
}
#mycustomscroll-singlepost {
	width: 400px;
	height: 275px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
	margin-top: 25px;
}
#mycustomscrollmenu {
	width: 290px;
	height: 420px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
}
#mycustomscrollcake {
	width: 290px;
	height: 390px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
}
#mycustomscroll2 {
	width: 390px;
	height: 500px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
}
#mycustomscroll3 {
	width: 290px;
	height: 240px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
}
#mycustomscrollqa {
	width: 290px;
	height: 650px;
	overflow: auto;
	position: relative;
	z-index: 1000;
	padding-right: 11px;
}
/*other-post*/
#other-post {
	margin:15px;
	padding:0px;
}
#other-post ul {
	margin:0px;
	padding:0px 0 0 11px;
}
#other-post ul li {
	margin:0px;
	padding:0px;
	list-style:square;
}
#otherinfo-menu {
	margin:7px 0 0 0;
	padding:0px;
}
#otherinfo-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#otherinfo-menu ul li {
	list-style:none;
	margin:0px;
	padding:0px 0 0 15px;
}
#otherinfo-menu ul li a {
	color:#f5dba2;
	font-size:11px;
	text-decoration:none;
}
#otherinfo-menu ul li a:hover {
	color:#fff;
	text-decoration: none;
}
#otherinfo-menu ul li a:visited {
	color:#f5dba2;
	text-decoration: none;
}

#table-rates {
}

#table-rates tbody tr td { padding: 5px 10px;}

#table-rates .entry td, #table-rates .entry td p {
	font-size:11px;
	}

#postmeta {
	clear:both;
	margin: 11px 0;
}
#postmeta p{
	font-size: 8px;
}

