/*   
Theme Name: FHWC
Theme URI: http://www.fhwc.co.uk
Description: FloridaHereWeCome
Author: Steve Whiteley (36Flavours)
Version: 1.0
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/* Global Styles */

body {
	background: white url(images/bg.jpg) 0 0 repeat-x;
	text-align: center;
	font: 12px verdana;
}
a {
	text-decoration: none;
	color: #ff9f00;
}
a:hover {
	color: #333;
}
a img {
	border: 0;	
}
p {
	line-height: 17px;
	margin-bottom: 14px;
}
p.intro {
	font-weight: bold;
}
h2 {
	font-size: 14px;
	margin-bottom: 15px;
}
hr {
	display: none;	
}
dl {
	margin: 10px 0;
}
dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
dl dd {
	margin: 0 0 10px 20px;
}
form ol {
	list-style: none;
}
form ol li {
	margin-bottom: 6px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 6px;
}
form ol li label {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.required {
	color: #ff9f00;
	font-weight: bold;
}
form ol li input {
	margin-left: 20px;
	padding: 3px;
	width: 300px;
}
form ol li textarea {
	margin-left: 20px;
	padding: 3px;
	width: 460px;
	height: 140px;
	font: inherit;
}
form ol li button {
	margin-left: 20px;
	padding: 10px;
	overflow: visible;
	width: auto;
}
#container {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */

#header {
	height: 130px;
	position: relative;
	margin: 0 5px;
	background: url(images/logo_fhwc.gif) 16px 14px no-repeat;
}
#header h1 {
	display: none;
}
#header ul {
	color: white;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
}
#header ul li {
	list-style: none;
	float: left;
	background-color: #1d1d1d;
	text-transform: lowercase;
}
#header ul li a {
	padding: 12px 16px;
	float: left;
	color: white;
}
#header ul li a:hover {
	color: #ffb400;
	background-color: #161616;
}
#header ul li a.last,
#header ul li a.last:hover {
	color: #ffb400;
	font-weight: bold;
}
#header ul li.selected a,
#header ul li.selected a:hover {
	background-color: #323232;
	font-weight: bold;
	color: white;
}
#check_availability {
	position: absolute;
	top: 30px;
	right: 0;
}
#check_availability a {
	display: block;
	width: 198px;
	height: 33px;
	background: url(images/check_availability.gif) 0 0 no-repeat;
	color: #232323;
}
#check_availability a:hover {
	background-position: bottom left;
}
#check_availability a span {
	display: none;
}

/* Main Content */

#content {
	background: white url(images/content_left.jpg) 0 0 no-repeat;
	width: 100%;
}
#content a {
	font-weight: bold;
}
#content #column_left ul {
	margin: 0 0 20px 25px;
}
#content #column_left ul li {
	margin-bottom: 10px;
}
#content_inner {
	background: url(images/content_right.jpg) top right no-repeat;
	padding: 0 5px;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	width: 800px;
}
#column_left {
	float: left;
	width: 560px;
}
#column_left.full {
	float: none;
	width: 100%;
}
#column_left.half,
#column_right.half {
	width: 50%;	
}
#column_left h1 {
	height: 45px; 
	margin: 0;
	background: #f5f5f5 url(images/titles/home.gif) 15px 10px no-repeat;
}
#column_left h1.home {
	background-image: url(images/titles/home.gif);
}
#column_left h1.about,
#column_left h1.tour {
	background-image: url(images/titles/about.gif);
}
#column_left h1.rates {
	background-image: url(images/titles/rates.gif);
}
#column_left h1.calendar {
	background-image: url(images/titles/calendar.gif);
}
#column_left h1.floorplan {
	background-image: url(images/titles/floorplan.gif);
}
#column_left h1.gallery {
	background-image: url(images/titles/gallery.gif);
}
#column_left h1.contact {
	background-image: url(images/titles/contact.gif);
}
#column_left h1.booking {
	background-image: url(images/titles/booking.gif);
}
#column_left h1.testimonials {
	background-image: url(images/titles/testimonials.gif);
}
#column_left h1.control_panel {
	background-image: url(images/titles/control_panel.gif);
}
#column_left h1 span {
	display: none;
}
#column_left .inner {
	padding: 15px 20px;
}
#column_left .signature {
	padding: 55px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 35px;
	background: url(images/signature.gif) 0 0 no-repeat;
}
#column_left .signature span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#column_right {
	float: right;
	width: 240px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
#column_right .column_inner {
	padding: 10px;
}
#column_right .box,
#sidebar ul {
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
	font-size: 11px;
	list-style: none;
}
#sidebar ul ul {
	padding: 0;	
}
#column_right .box.quote {
	padding: 0;	
}
#column_right .box.last {
	margin-bottom: 0;
}
#column_right .columns {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
}
#column_right .columns .left {
	width: 185px;
	float: left;
	background-color: white;
}
.quote {
	background: white url(images/quote_start.gif) 0 0 no-repeat;
}
.quote.list {
	border-bottom: 2px solid #f5f5f5;
}
.quote p {
	margin: 0;
	padding: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	text-indent: 20px;
	background: url(images/quote_end.gif) bottom right no-repeat;
}
.quote.list p {
	background: none;
}
.quote.list p .author {
	font-weight: bold;
	display: block;
	text-align: right;
	padding-top: 10px;
	color: #333;
}
.quote.list p .author span {
	font-weight: normal;	
}
.left.quote p a {
	font-weight: bold;
}
#column_right .columns .right {
	width: 185px;
	float: right;
	background-color: white;
}
#column_right .columns .right .inner {
	padding: 10px 10px 5px 10px;
}
h3.weather {
	height: 20px;
	width: 100%;
	background: url(images/titles/weather.gif) center center no-repeat;
}
h3.availability {
	height: 20px;
	width: 100%;
	background: url(images/titles/check_availability.gif) center center no-repeat;
}
h3 span {
	display: none;
}
.weather_conditions {
	padding: 13px 0 13px 46px;
	font-size: 15px;
	font-weight: bold;
	background: url(images/weather/30.gif) 5px center no-repeat;
}
.weather_conditions.condition_0 {
		background-image: url(images/weather/0.gif);
}
.weather_conditions.condition_1,
.weather_conditions.condition_3,
.weather_conditions.condition_4,
.weather_conditions.condition_37,
.weather_conditions.condition_38,
.weather_conditions.condition_39, 
.weather_conditions.condition_45,
.weather_conditions.condition_47 {
		background-image: url(images/weather/1.gif);
}
.weather_conditions.condition_2 {
		background-image: url(images/weather/2.gif);
}
.weather_conditions.condition_5,
.weather_conditions.condition_6,
.weather_conditions.condition_7,
.weather_conditions.condition_35,
.weather_conditions.condition_42 {
		background-image: url(images/weather/5.gif);
}
.weather_conditions.condition_8,
.weather_conditions.condition_9,
.weather_conditions.condition_18 {
		background-image: url(images/weather/8.gif);
}
.weather_conditions.condition_10 {
		background-image: url(images/weather/10.gif);
}
.weather_conditions.condition_11,
.weather_conditions.condition_40 {
		background-image: url(images/weather/11.gif);
}
.weather_conditions.condition_12 {
		background-image: url(images/weather/12.gif);
}
.weather_conditions.condition_13,
.weather_conditions.condition_14,
.weather_conditions.condition_15,
.weather_conditions.condition_46 {
		background-image: url(images/weather/13.gif);
}
.weather_conditions.condition_16 {
		background-image: url(images/weather/16.gif);
}
.weather_conditions.condition_17 {
		background-image: url(images/weather/17.gif);
}
.weather_conditions.condition_19 {
		background-image: url(images/weather/19.gif);
}
.weather_conditions.condition_20,
.weather_conditions.condition_21
.weather_conditions.condition_22
.weather_conditions.condition_23 {
		background-image: url(images/weather/20.gif);
}
.weather_conditions.condition_24,
.weather_conditions.condition_25,
.weather_conditions.condition_26,
.weather_conditions.condition_30 {
		background-image: url(images/weather/24.gif);
}
.weather_conditions.condition_27 {
		background-image: url(images/weather/27.gif);
}
.weather_conditions.condition_28 {
		background-image: url(images/weather/28.gif);
}
.weather_conditions.condition_29 {
		background-image: url(images/weather/29.gif);
}
.weather_conditions.condition_31 {
		background-image: url(images/weather/31.gif);
}
.weather_conditions.condition_32,
.weather_conditions.condition_36
.weather_conditions.condition_3200 {
		background-image: url(images/weather/32.gif);
}
.weather_conditions.condition_33 {
		background-image: url(images/weather/33.gif);
}
.weather_conditions.condition_34,
.weather_conditions.condition_44 {
		background-image: url(images/weather/34.gif);
}
.weather_conditions.condition_41,
.weather_conditions.condition_43 {
		background-image: url(images/weather/41.gif);
}
.weather_conditions span {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#yahoo_weather {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #CCC;
}

/* Availability Calendar */

#wp-availability {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.wp-availability-month {
	border: 1px solid #f5f5f5;
	padding: 2px;
	float: left;
	margin: 0 3px 3px 0;
}
.wp-availability-month table {
	color: #333333;
	width: 164px;
	border-collapse: collapse;
	font: 11px arial, verdana, sans-serif;
	text-align: center;
	table-layout: fixed;
}
.wp-availability-month table thead th {
	padding: 3px;
	font-size: 12px;
	background-color: #333;
	color: white;
}
.wp-availability-month table tbody th,
.wp-availability-month table tbody td {
	padding: 3px;
	color: #333;
}
.wp-availability-month table tbody td {
	border: 1px solid white;
	background: #f5f5f5;
}
.wp-availability-month table tbody td.wp-availability-booked {
	font-weight: bold;
	color: white;
	background: #FFB400 url(images/list_o.gif) repeat-x scroll left bottom;
}
.wp-availability-month table tbody td.wp-availability-disabled {
	background-color: #e4e4e4;
}
#availability_form select {
	width: 100%;
	padding: 3px;
}
#availability_form button {
	display: none;
}
.calendar_key {
	overflow: hidden;
	width: 100%;	
}
.calendar_key .key {
	float: left;
	display: block;
	background: #FFB400 url(images/list_o.gif) repeat-x scroll left bottom;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
}
.calendar_key .value {
	float: left;
	display: block;
	padding: 2px;
	margin-left: 2px;
	color: #666;
}

/* Rates Table */

div.rates {
	border: 1px solid #f5f5f5;
	width: 360px;
	margin: 0 auto 15px;	
}
div.rates table {
	width: 100%;
	border-spacing: 2px; 
}
div.rates table tr th {
	background: #FFB400 url(images/list_o.gif) bottom left repeat-x;
	color: white;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
div.rates table tr td {
	background: #e4e4e4;
	padding: 5px;
	font-size: 11px;
}
div.rates table tr td.price {
	font-weight: bold;
	background: #f5f5f5;
}

/* Virtual Tour */

.virtual_tour {
	display: block;
	width: 200px;
	height: 80px;
	background: url(images/virtual_tour.jpg) 0 0 no-repeat;
}
.virtual_tour:hover {
	background-position: bottom left;
}
.virtual_tour span {
	display: none;
}

/* Testimonials */

.testimonials {
	margin-bottom: 20px;	
}

/* Photographs */

#photographs {
	margin-bottom: 20px;
}

/* Floor Plan */

#floorplan {
	margin: 0 auto 10px;
	width: 700px;
	height: 400px;
	background: url(images/floorplan.gif) center center no-repeat;
}

/* Contact Form */

#contact_response {
	margin-bottom: 20px;
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	padding: 15px;
}
#contact_response.error {
	background-color:#FFEBE8;
	border-color:#CC0000;	
	padding-bottom: 10px;
}
#content  #contact_response ul {
	margin: 0 0 0 15px;	
}
#content  #contact_response p {
	margin-bottom: 0;
	font-weight: bold;
}

/* Slideshow */

ul.juice-slideshow-menu {
	position: absolute;
	bottom: -10px;
	right: 15px;
	list-style: none;
	margin: 0;
}
ul.juice-slideshow-menu li {
	float: left;
	cursor: pointer;
	background-color: white;
	margin-left: 2px;
}
ul.juice-slideshow-menu li a {
	float: left;
	padding: 5px;
	color: #666;
	border: none;
	font-size: 12px;
	line-height: 12px;
}
ul.juice-slideshow-menu li.juice-slideshow-current a {
	color: black;
}
.juice-slideshow-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.juice-slideshow-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	color: white;
	width: 100%;
	font-weight: normal;
}
.juice-slideshow-caption-inner {
	padding: 20px 150px 20px 20px;
	font-size: 12px;
}

/* Image Caption */

.wp-caption {
	-moz-border-radius: 3px;
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding: 8px 4px 4px;
	text-align: center;
}
.wp-caption-text {
	margin: 8px 0;	
}

/* Footer */

#footer {
	text-align: center;
	font-size: 12px;
	color: #666;
	background: url(images/footer_bg.gif) top center no-repeat;
	margin-bottom: 10px;
}
#footer_inner {
	padding: 25px 0 95px;
	background: url(images/footer_logo.gif) bottom center no-repeat;
}
#footer ul {
	list-style: none;
	font-size: 13px;
	text-transform: lowercase;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #666;
	border-right: 1px solid #CCC;
	padding: 0 5px;
	display: inline;
	font-size: 11px;
}
#footer ul li a:hover {
	color: #333;
}
#footer ul li.selected a,
#footer ul li.selected a:hover {
	font-weight: bold;
	color: #666;
}
#footer ul li a.last {
	border: 0;
}
#copyright {
	font-size: 11px;
	margin-top: 10px;
}