/* --------------------------------------- */
/* JAMARCO general css */
/* --------------------------------------- */

html,body					{ margin: 0; padding: 0; }

body
	{
	background: none;
	font-family: trebuchet MS,arial,helvetica,sans-serif;
	font-size: 0.9em;
	color: #000;
	}

div#wrapper
	{
	background: none;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.clear						{ clear: both; }

a							{ color: #00f; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#wrapperhdr
	{
	display: none;
	}

div#header
	{
	background: none;
	height: auto;
	position: relative;
	margin: 0px;
	}

div#header h1
	{
	background: none;
	width: 100%;
	height: auto;
	position:static;
	top: 0px;
	left: 0px;
	margin: auto;
	}

div#header h1 a
	{
	background: transparent;
	text-indent: 0px;
	display: block;
	}

#photobar
	{
	display: none;
	}

/* ======================================= */

/* --------------------------------------- */
/* MENU */
/* --------------------------------------- */

#navigation
	{
	display: none;
	}


/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position:relative;
	min-height: 600px;
   	height: auto;
   	_height: 600px;
	}

div#content, div#content_full
	{
	font-size: 0.9em;
	position:relative;
	float:left;
	width: 100%;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin: 0px;
	}

h3
	{
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	}

h4, h5
	{
	font-size: 1.2em;
	font-weight: bold;
	}

#special
	{
	background-color: #9ee000;
	position: relative;
	color: #fff;
	display: block;
	padding: 10px;
	}

#spec1
	{
	position: relative;
	float: left;
	width: 240px;
	}

#spec2
	{
	position: absolute;
	right: 10px;
	width: 240px;
	}

#special img
	{
	border: 2px solid #fff;
	margin-right: 5px;
	}

#sidebar
	{
	display: none;
	}

#gallery img
	{
	margin: 5px;
	margin-top: 0px;
	}

#note
	{
	background-color: #f90;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	width: 234px;
	height: auto;
	min-height: 60px;
	padding: 10px;
	}

#note a						{ color: #ff0; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

div#addressbar
	{
	background: none;
	font-size: 0.7em;
	color:#000;
	line-height: 1.2em;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	}

div#addressbar a 				{ color: #00f; text-decoration: underline; }

div#addressbar table#address	{ width: 270px; position: relative; }
div#addressbar table#specials	{ width: 400px; position: absolute; top: 0px; margin-left: 270px; }

div#addressbar table#address p	{ margin: 0px; }
div#addressbar table#specials p	{ margin: 0px; }

table#specials img				{ border: 0px; width: 58px; margin: 0px; }

#footer
	{
	background: none;
	border-bottom: 1px solid #000;
	position: relative;
	clear:both;
	height: 5px;
	margin-top: 10px;
	}

/* ======================================= */

/* --------------------------------------- */
/* BUNGALOWS */
/* --------------------------------------- */

.bungalowinfo				{ position:relative; display:block; background:#ffd528; padding:5px; border: 1px solid #fff;}
.infoleft					{ float:left; position:relative; width:110px; left:0px; }
.infoleft a					{ font-weight: bold; color: #f63; text-decoration: underline; }
.infoleft a:hover			{ font-weight: bold; color: #000; text-decoration: underline; }

.inforight					{ float:right; position:relative; width:130px; right:0px; }

.infocenter					{ margin-left:120px; margin-right:140px; position:relative; display:block; height:1%; }
.infocenter	h4				{ font-weight: bold; font-size: 1.1em; text-transform:uppercase; margin: 0px;}
.infoprice					{ background-color: #ffeda7; border: 1px solid #ffb128; width: 100%; padding: 2px; }

.infoleft img				{ border: 2px solid #fff; }

#bungalowphotos				{ position: relative; width: 508px; margin: 5px auto; }

#bungalowphotos p
	{
	background-color: #ffd429;
	font-size: 0.85em;
	display: block;
	padding: 4px;
	}

/* ======================================= */

/* --------------------------------------- */
/* POPUP CALENDER */
/* --------------------------------------- */

#calendar					{ display: block; text-align: center; }
#caltable					{ width: 100%; }

.monthtable					{ border: solid #fff; border-width:1px 0px 0px 1px; font-family:Arial; font-size:11px; text-align:center; margin: 0px auto; margin-bottom: 10px; }
.month
	{
	background-color:#ffefae;
	font-weight: bold;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	}

.day, .wday
	{
	background-color:#ffd427;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	width: 18px;
	height: 15px;
	}

.wday						{ background-color:#ffe26f; }
.emptyday					{ background-color:#ffefae; }

.vacantday, .vacantwday
	{
	background-color: #9f3;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.vacantwday					{ background-color: #cf9; }

.occupiedday, .occupiedwday
	{
	background-color: #f63;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.occupiedwday				{ background-color: #f96; }

.arrivalday, .departureday
	{
	background: url(/grfx/bgarrival.gif) no-repeat center;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.departureday				{ background: url(/grfx/bgdeparture.gif) no-repeat center; }

#legend						{ border: 1px solid #ccc; font-family:Arial; font-size:11px; text-align:left; width: 98%; margin: 0px auto; }


/* --------------------------------------- */
/* home */
/* --------------------------------------- */

#column1
	{
	position: relative;
	background: none;
	height: 596px;
	_height: 596px;
	min-height: 596px;
	margin: 0px;
	margin-right: 194px;
	}

#column2
	{
	position: relative;
	width: 194px;
	float: right;
	top: 0px;
	right: 10px;
	}

#column1 h1
	{
	position: static;
	background: none;
	text-indent: 0px;
	width: 100%;
	height: auto;
	margin: auto;
	top: 0px;
	}

ul#languages
	{
	position: static;
	background: none;
	width: 100%;
	height: auto;
	margin: auto;
	padding: auto;
	top: 0px;
	}

#languages a
	{
	font-size: 0.8em;
	color: #00f;
	text-decoration: underline;
	padding-top: 0px;
	display: block;
	line-height: 1.3em;
	}

li#lang1, li#lang2, li#lang3, li#lang0
	{
	position: static;
	width: 100%;
	margin-left: 15px;
	float: none;
	}

li#lang3					{ padding-right: 0px; }

#lang1 a					{ background: none; }
#lang0 a					{ background: none; }
#lang2 a					{ background: none; }
#lang3 a					{ background: none; }


/* ======================================= */
/* ======================================= */
/* ======================================= */
