/*


*/


/* Typography */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
}

a, h1, h2, h3, h4, h5, h6, ul, li {
  line-height: normal;
}

img {
  border: 0;
}
  img.alignleft {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  img.alignright {
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
  }

a {
  color: blue;
  text-decoration: none;
}
  a:hover {
    color: red;
  }

h3 {
  margin: 15px 0 7px 0;
}

ul {
  margin-left: 20px;
}

p {
  margin: 0.67em 0;
}

.navigation {
  overflow: hidden;
}
.alignleft {
  float: left;
  padding: 6px 10px;
}
.alignright {
  float: right;
  padding: 6px 10px;
}

.wp-caption-text {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

table th, table td {
  padding: 5px;
}

/* Integral Layout */

#page {
  width: 960px;
  margin: 10px auto 10px auto;
  overflow: hidden;
}

#header {
  margin-bottom: 6px;
}

#content {
  float: right;
  width: 729px;
  margin-left: 6px;
}

#sidebar {
  float: left;
  width: 211px;
  padding: 10px 6px;
  min-height: 498px;
  _height: 518px; /* ie6 hack */
  font-size: 1.3em;
  border: 1px solid #888;
  background: url(images/sidebar_bg.png) repeat-x;
}


/* Rounded Cornor */

.roundify {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 5px;
  border-radius: 4px;
}


/* Header */

#logo {
  float: left;
}
  #logo a {
    display: block;
    width: 211px;
    height: 75px;
    background: url('images/logo.png') no-repeat;
    text-indent: -999px;
    font-size: 10px;
  }

#sponsors {
  float: right;
}

#navigation {
  clear: both;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #888;
  background: url('images/nav_bg.png') repeat-x;
}
  #navigation li {
    list-style: none;
    float: left;
  }
    #navigation li a {
      display: block;
      padding: 7px 12px;
      font-size: 1.3em;
      text-decoration: none;
    }

/* content */

#content #headline {
  height: 198px;
  padding: 6px;
  border: 1px solid #888;
  overflow: hidden;
}
  #content #headline .thumbnail {
    float: left;
    width: 200px;
    height: 170px;
    margin-top: 14px;
    overflow: hidden;
  }
    #content #headline .thumbnail img {
      width: 200px;
    }
  #content #headline .excerpt {
    float: left;
    width: 493px;
    height: 180px;
    margin-top: 14px;
    margin-left: 12px;
    overflow: hidden;
  }
  #content #headline .excerpt h1.heading a {
    font-size: 25px;
    line-height: 100%;
    color: black;
  }
  #content #headline .excerpt .text{
    margin-top: 8px;
    font-size: 1.3em;
  }

#content #features {
  margin-top: 6px;
}
  #content #features .feature {
    float: left;
    width: 225px;
    height: 126px;
    margin: 0 6px 6px 0px;
    padding: 10px 6px;
    border: 1px solid #888;
    background: url('images/feature_box_bg.png') left bottom repeat-x;
    overflow: hidden;
  }
    #content #features .feature .thumbnail {
      float: left;
      width: 100px;
      height: 100px;
      margin-right: 10px;
      overflow: hidden;
    }
      #content #features .feature .thumbnail img {
        width: 100px;
      }
    #content #features .feature .excerpt {
      width: 115px;
      float: right;
      overflow: hidden;
    }
      #content #features .feature .excerpt .heading {
        margin-bottom: 8px;
      }
      #content #features .feature .excerpt a {
        font-size: 12px;
        font-weight: bold;
        color: black;
      }

  #content #features .edge {
    margin-right: 0 !important;
  }

#content h1 {
  font-weight: normal;
}

#content .title {
  min-height: 50px;
  _height: 50px;
}
  #content .title h1 {
    font-size: 3.2em;
    margin: 10px 0 10px 15px;
  }

#content h1.pagetitle {
  font-size: 3.2em;
  margin: 10px 0 0 15px;
}
  #content h1.center {
    font-size: 3.2em;
    margin: 10px;
    text-align: center;
  }

#content .wrapper {
  margin-top: 6px;
  padding: 10px;
  font-size: 1.3em;
  border: 1px solid #888;
  background: url('images/wrapper_bg.png') left bottom repeat-x;
  overflow: hidden;
  zoom: 1; /* ie hack */
}
  #content .wrapper h2 {
    height: auto;
  }
  #content .wrapper img.thumbnail {
    float: left;
    width: 100px;
    margin: 0 6px 6px 0;
  }
  #content .wrapper h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 3px;
  }
  #content .wrapper .listing {
    clear: left;
    margin-top: 5px;
    font-size: 11px;
  }

#content .entry {
  border: 1px solid #888;
  background: url('images/post_bg.png') left bottom repeat-x;
  margin-bottom: 10px;
  min-height: 438px;
  _height: 438px; /* ie6 hack */
  padding: 10px;
  font-size: 1.3em;
}

.entry p, .entry li, .entry div {
  line-height: 150%;
}
  .entry table p, .entry table li, .entry talbe div {
    line-height: normal;
  }
  
.entry h3 {
  margin-top: 30px;
}

.entry p, {
  margin: 0.67em 0 0.67em 0;
}
.entry ul {
  margin: 8px 0 8px 25px;
}
  .entry table p {
    margin: 0.67em 0;
  }

#content .navigation {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}

/* sidebar */

#sidebar h2 {
  font-size: 1em;
  font-weight: normal;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar .widget {
  margin-bottom: 10px;
}

#sidebar h2.widgettitle {
  font-size: 16px;
  font-weight: bold;
}

#sidebar .widget ul {
  margin-left: 13px;
}

#sidebar .widget li {
  list-style-image: url('images/li_arrow.png');
}


/* specifications table */
table.specifications { font-size: 12px; font-family: Arial, sans-serif; border: 1px solid #9d9ea2; border: 1px solid #9d9ea2; border-right: 2px solid #9d9ea2; border-bottom: 2px solid #9d9ea2; }
table.specifications th { background: #3a6e8f; color: #ffffff; border-left: 1px solid #9d9ea2; }
table.specifications td { border: 0; border-top: 1px solid #9d9ea2; border-left: 1px solid #9d9ea2; }

p#breadcrumbs { margin: 0 0 15px 0; }

/*                                                    */
@import "calendar.css";

/* NOTE:                                              */
/* custom CSS settings for PRESET EXAMPLE!            */
/* only works 100% with your DEFAULT FORM (#1!)       */
/*                                                    */

.cform {
}

/* you may want to remove this to show 'required text' */
span.reqtxt,
span.emailreqtxt { 
	display:none!important;
}

/* check in&out*/
li#li--16,li#li-2-16,li#li-3-16,li#li-4-16,
li#li--15,li#li-2-15,li#li-3-15,li#li-4-15{
	display:inline;
	float:left;
	margin:0pt 0pt 0pt 13px !important;
}
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17{
	clear:both;
}
#cf_field_15,#cf_field_16,
#cf2_field_15,#cf2_field_16,
#cf3_field_15,#cf3_field_16{
	width:135px;
}

/* rooms, adults & nights*/
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17,
li#li--18,li#li-2-18,li#li-3-18,li#li-4-18{
	display:inline;
	float:left;
}
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17 {
	margin-left:13px!important;
	margin-right:20px!important;
}
li#li--19,li#li-2-19,li#li-3-19,li#li-4-19{
	padding-top:10px;
	clear:both;
}
#cf_field_17,#cf2_field_17,#cf3_field_17,
#cf_field_18,#cf2_field_18,#cf3_field_18 {
	width:145px;
}
#label--193,#label--196,
#label--193 span,#label--196 span{
	width:90px;
}

.cform fieldset.cf-fs4{
	padding-bottom:0;
}

#cf_field_27,#cf2_field_27,#cf3_field_27,#cf4_field_27{
	border:0!important;
	background:#F9F1E6;
}

/* END CUSTOM SETTINGS                                */



/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform {
	margin:10px auto 0 auto; 
	width: 450px;
  border: 1px solid #666666;
  background:#ccc;
}

.cform fieldset	{ 
	margin:10px 0 0 0; 
	padding:5px 0 15px 0;	
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font-weight: bold;
  font-size: 20px;
  color: #000;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:0px!important;  /*some themes may interfere otherwise*/
	padding:0 20px; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0!important; 
	text-align:right;
	margin:5px 5px 0 0!important;
}

ol.cf-ol li.newlegend{
	color:white;
	font-size:23px;
	font-weight:bold;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:150px; 
	margin:0px 10px 0 0; 
	text-align:left;
	font-size: 13px;
	display:block;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:5px 5px 0 0; 
	width:80px;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:5px 8px 0 6px;
	width:100px;
	text-align:left;	
}

label.cf-after span {
	width:100px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:5px 0 0 2px;
	width:70px;
	text-align:left;
}
label.cf-group-after span {
	width:70px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	margin:0 0 8px;
	color:#000;
	padding:3px;
	background: #fff; 
	border:none;
	border:1px solid #666;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#f0f0f0; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F0F0F0; 
}

.cform textarea,
.cform input {
	width:402px; 
}
.cform select {
	width:410px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:380px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:14px;
	color:#663300;
	margin:5px 0 0 23px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px!important; 
	height:22px;
	border:none!important;
	background:none!important; 
}

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 45px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	font-size:9px;
	vertical-align:top;
	color:#663300;
	text-align:right;
	margin:0;
	display:block;
	width:410px;
	line-height:13px;
	height:13px;
}

.cform textarea.fldrequired,
.cform input.fldrequired{
	width: 402px;
}

.cform input.fldemail{
	width: 402px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0 0 10px 0!important;
	margin: 0;
	text-align:center;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:300px;  
	padding:4px 2px; 
	margin: 10px 1px 0 0;
	background:#fff;
	border:1px solid #666!important;
}
.cform input.sendbutton:active	{ 
	border:2px solid #663300!important;
	padding:3px 1px; 
	background-color:#E8C79B;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	margin:6px 0pt 2px !important;
	padding:0px 0pt 8px 20px !important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 40px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:4px 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
}

input.secinput {
	vertical-align:text-bottom;
}

input.secinput {
	width:250px;
	margin:0px;
	vertical-align:text-bottom;
	background-position:right 2px!important;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_brown.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:23px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F1E6;
	color:#663300;
	display:block;
	text-align:center;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border-right:3px solid #666; 
	background: #F0F0F0 url(../images/brown_theme_req.gif) no-repeat right top;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:450px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html span.reqtxt,
* html span.emailreqtxt,
* html ol.cf-ol,
* html ol.cf-ol li	{
	display: inline-block;  /*for ie6*/
}
*+html span.reqtxt,
*+html span.emailreqtxt,
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
