/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}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;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}





/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html{
	background:#fba5e2 url('images/bg_html.gif');
}


body{
	background:url('images/bg_body.gif') no-repeat top center;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.75em;
}


/*****************************
*
*	HTML ELements
*
*****************************/
a{
	color:#fff;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}

h1,h2,h3,h4,h5,h6{
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin:0.5em 0 0.2em 0;
	padding:0;
}

h1{
	font-size:2.25em;	
}
	
h2{
	font-size:1.75em;	
	margin-top:1em;
}

h3{
	font-size:1.5em;	
	margin-top:1em;
}

p{
	line-height:1.5em;
	margin:.5em 0 .7em 0;	
}


/*****************************
*
*	Misc
*
*****************************/

.clear{
	clear:both;	
}

img.freshout,
.alignright{
	float:right	
}

img.alignleft{
	float:left	
}


/*****************************
*
*	Main Structure
*
*****************************/

#container{
	background:url('images/bg_container.jpg');
	margin:0 auto;
	width:980px;	
}

/*****************************
*
*	Nav
*
*****************************/
#nav{
	background:#573f58;
	height:62px;
	
}

#logo{
	float:left;
	margin:10px	0 0 20px
}

#menu{
	float:right;
	list-style:none;	
	margin:20px 30px 0 0;
}

#menu li{
	display:inline;	
	font-size:1.1em;
	padding-left:20px;
}

#menu li a{
	color:#fff;
	display:block;
	xline-height:56px;
	padding:3px 4px;
}

#menu a:hover{
	color:#fe418d;
	text-decoration:none;
}

#menu li {
	float: left;
	width: 9em;
}
#menu li {position: relative;}

/* hide from IE mac \*/
#menu li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menu li ul {
	width: 12em;
}

#menu li ul {
	background:#fdd115 url('images/bg_subnav.gif') no-repeat;
	display: none;
	padding:20px 0px 8px 0px;
	position: absolute;
}

#menu li:hover ul{
	display: block;
	z-index:100
}

#menu li li{
	font-size:1em;
	padding:0;
	margin::0;
	width:100%;
	}

#menu li li a{
	display:block;
	color:#ff0066;
	line-height:1em;
	padding:3px 1em;
	width:10em;
}

#menu li li a:hover{
	background:#3299ff;
	color:#fff;
	text-decoration:none;
}



.footer_menu ul ul{
	display:none;
}


/*****************************
*
*	Header
*
*****************************/

#header{
	background:url('images/bg_home_header.jpg');
	height:305px;
	padding:20px;
	position:relative;
}

#hero{
	float:left;	
}

.slideshow{
	height:305px;
	overflow:hidden;
	width:450px	;
}

#banners{
	float:left;
	padding-left:10px;
}

#cta_booknow{
	position:absolute;
	top:20px;
	right:10px;
}

.locations{
	color:#d793be;
	xfloat:left;	
	font-size:16px;
	font-weight:bolder;
	margin:22px 0 0 6px;
}

.locations2{
	margin-top:1px
}

.locations li {
	float:left;	
	padding-right:.5em;
}



/*****************************
*
*	Main Content
*
*****************************/
#main_content{
	background: url('images/bg_main_content.jpg') no-repeat;	
	padding:20px;
}

#main_content.typical{
	background: url('images/bg_typical.jpg') no-repeat;	
}

.column_left{
	float:left;
	margin-right:65px;
	width:480px;
}

.column_right{
	float:right;
	width:395px;
	
}

.typical .column_left{
	margin-right:40px;
	width:680px
}

.typical .column_right{
	width:220px;
}



/*****************************
*
*	Footer
*
*****************************/

#footer{
	background:#282828 url('images/bg_footer.gif') repeat-x;
	clear:both;
	
	padding:30px 50px 20px 50px;
}

.column_1{
	float:left;
	width:25%;
}

.column_2{ 
	float:left;
	width:30%;
}

.column_3{
	float:left;
	text-align:right;
	width:45%;
}


.email_phone{
	line-height:.9em;
}

.email_phone span{
	color:#fba5e2;
	padding-right:10px	
}

.copyright{
	margin-top:2.5em;
}

/*****************************
*
*	Sidebar
*
*****************************/

#sidebar{
	margin-top:40px;	
}

.sidebar_inner{
	background:url('images/sidebar_middle.png');
	padding:10px 20px 0 20px;
}



/*****************************
*
*	Forms
*
*****************************/

form div{
	margin-bottom:15px;
}

form p{
	margin-bottom:0;
}

label{
	text-transform:capitalize
}


button{
	float:right
}

input, select{
	float:right	;
	width:120px;
}

input.small{
	width:50px	
}

textarea{
	width:180px	
}

/*****************************
*
*	Contact Form
*
*****************************/
.notification_error{
	background:white;
	border:3px solid red;
	color:red;	
	padding:5px;
	text-align:center;
}


.notification_ok{
	background:white;
	border:3px solid green;
	color:green;	
	padding:5px;
	text-align:center;
}

#note #ajax_loader{
	background:url('images/ajax-loader.gif') repeat-x;
	height:35px;
	margin-left:102px;
	width:35px;	
}

