@charset "utf-8";
body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Francois One', sans-serif;
/*	background-image: url(../images/2012/DSC_0916.JPG);*/
	background-image:url(../images/09-IMG_2118.JPG);
	background-repeat: no-repeat;
	background-attachment:fixed;
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.thrColFix #container { 
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
/*	border: solid 1px #FFFF00;*/
/*	background:url(../images/semitrans50.png);*/
	background:url(../images/semitrans50.png);
	min-height: 800px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
/*	border: solid 1px #000;
	border-radius: 4px;
	background:url(../images/semitrans25.png);*/
	background:url(../images/semitrans50.png);
	min-height: 800px;
}
.thrColFix #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	min-height: 800px;f*/
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3{

/*	font-family: 'Contrail One', cursive;*/
	
	font-family: 'Bree Serif', serif;
	font-weight:normal;
	font-size:20px;
	}

/* THE CONTACT BAR LOCATED AT THE BOTTOM OF THE PAGE */
#contact_bar {
	position:fixed;
	bottom:0px;
	right:50%;
	margin-right:-550px;
	max-height:45px;
	font-size:12px;
/*	background-color:#CAE1FF;*/
	background:url(../images/semitrans80.png);
/*	background:#ffffff;*/
	width:1100px;
	border: solid 1px #000;
	border-bottom:none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 10px 10px 5px #888;
}
.contact {
	height:51px;
	max-height:51px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:30px;	
	border-right:1px #000000 solid;
}
/* END OF CONTACT BAR */

#pageContent{
	display:inline-block;
	background:url(../images/semitrans80.png);
/*	margin-top: 15px;*/
	padding:5px;
	text-align:left;
}

.floaty{
/*	border: solid 1px #000;*/
	border: solid 1px #FFF;
	border-radius: 4px;
/*	box-shadow: 7px 7px 5px #888;*/
	margin-bottom:15px;
	}

/* NAVIGATION LINKS */
#navigation{
	font-family: 'Bree Serif', serif;
	border: solid 1px #FFF;
	border-radius: 4px;
	background:url(../images/semitrans50.png);
	background:url(../images/semitrans80.png);
	padding: 3px;
	font-size:20px;
/*	font-weight: bold;*/
}
#navigation a{
	color:#000000;
}
#navigation a:hover{
	color:#0000ff;
}
#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation ul li{
	display:inline-block;
	padding-right: 15px;

}
#navigation ul li :hover{
/*	background:#FFFFFF;*/
}
#navigation ul li a{
	display:inline-block;
	text-decoration:none;
}
#navigation ul li ul{
	display:none;

}
#navbar_primary{
/*	border-bottom: solid 1px #fff;*/
	padding-bottom: 2px;
}
#navbar_primary ul ul{
	display:none;
}
#navbar_secondary{
/*	border-bottom: solid 1px #fff;*/
	padding-bottom: 2px;
	font-size:16px;
}
#navbar_secondary ul{
	border-top: solid 1px #000;
}
/* END OF NAVIGATION LINKS */


/* ROOM PAGES */
#roomDescription{
	text-align:left;
	display:inline-block;
	width: 48%;
	float:left;
	margin-right: 30px;
	padding-left: 5px;
	padding-right: 10px;
/*	border: solid 1px #fff;*/
	border-radius: 3px;
	border-top-left-radius: 0px;
	background:#FFFFFF;
	text-align:justify;
	font-size:13px;
}
#roomDescription h4{
	font-size:14px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#roomAmenities{
/*	border: solid 1px #000;*/
	display:inline-block;
	width: 45%;
	text-align:left;
}
#roomAmenities h4{
	font-size:14px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#roomAmenities th{
	vertical-align:top;
}
#roomAmenities td{
	vertical-align:top;
}
#roomAmenities ul{
	margin:0px;
	padding-left:15px;
	}
#roomAmenities li{
	margin:0px;
}
#roomimages img{
	max-width:150px;
	max-height:100px;
	border:none;
	display:inline-block;
}

/* end of ROOM PAGES */

/* accordion */
.accordionGroup .accordionTitle{
	cursor:pointer;
	border-bottom: solid 1px #fff;
	background:url(../images/tab_right.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
}

.accordionGroup .accordionTitle:hover{
	background:#FFFFFF url(../images/tab_down.png);
	background-repeat:no-repeat;
	background-position:right;
}
.accordionGroup .accordionExpanded{
	background:#FFFFFF;
	padding-left: 15px;
	font-size:12px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
/*	border-bottom: solid 1px #fff;*/
}
.accordionGroup .accordionOpen{
	border-top-right-radius:5px;
	background:#FFFFFF url(../images/tab_down.png);
	background-repeat:no-repeat;
	background-position:right;
}
/* end of accordion */

/* room list page */
.roomtile{
	display:inline-block;
	width: 225px;
	height: 350px;
	margin-right:15px;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #FFF;
	float:left;
	text-align:justify;
	font-size:12px;
}

.roomtile img{
	width:215px;
	border:none;

}
.roomtile .roomName{
	text-align:center;
	font-weight:bold;
}
.roomtile .checkavail{
	text-align:center;
	margin-top:10px;
	}
/* end room list page */



/* availability.html */
#initialsearch{
	border: solid 1px #000;
	font-size:18px;
	border-radius: 10px;
	background:#fff;
	padding: 5px;
}
#initialsearch input{
	/*	border: solid 1px #000;*/
	font-size:18px;
}
.initialsearchfield{
	display: inline-block;
	width:40%;
}
.initialsearchfield label{
	display:block;
	font-size:15px;
}
#occupancy{
	width: 30%;
}



/* MOBILE OVERRIDES */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
 
 body{
   font-size: 1em;
	width: 95%;
}

.thrColFix #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #mainContent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background:url(../images/semitrans50.png);
	display:none;
}
.thrColFix #sidebar2 {
	display:none;
	position:fixed;
	bottom:0px;
	background:url(../images/semitrans80.png);
	border: solid 1px #000;
	border-bottom:none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: none;
	min-height: 0px;
	clear:both;
padding: auto;	
padding-top: 20px;
	width:auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in */
}
.thrColFix #mainContent { 
	width:100%;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	min-height: 800px;f*/
} 

#navigation{
	font-size:1.5em;
}

#navigation ul li{
	display:inline-block;
	padding-left: 7px;
	padding-right: 7px;
	border: solid 1px #000;
	margin: .1em;

}

#navbar_secondary{
/*	border-bottom: solid 1px #fff;*/
	padding-bottom: 2px;
	font-size:.75em;
	display:none;
}

/* room list page */
.roomtile{
	display:block;
	width: 95%;
	height: auto;
/*	margin-right:15px;*/
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #000;
/*	float:left;*/
	text-align:justify;
	font-size:1.5em;
	clear:both;
	margin-bottom:1em;
}

.roomtile img{
	width:100%;
	border:none;

}
.roomtile .roomName{
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
}
.roomtile .checkavail{
	text-align:center;
	margin-top:10px;
	}
/* end room list page */

#roomDescription{
	display:block;
	width: 90%;
	float:none;
/*	margin-right: 30px;*/
	padding-left: 10px;
	padding-right: 10px;
/*	border: solid 1px #fff;*/
/*	border-radius: 3px;
	border-top-left-radius: 0px;*/
	background:#FFFFFF;
	text-align:justify;
	font-size:1em;
}
#roomDescription h4{
	font-size:1.25em;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#roomAmenities{
/*	border: solid 1px #000;*/
	display:block;
	width: 90%;
	text-align:left;
}


.accordionGroup .accordionTitle{
	cursor:pointer;
	border-bottom: solid 1px #fff;
	background:url(../images/tab_right.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size:1.5em;
	font-weight:bold;
}

.accordionGroup .accordionExpanded{

	font-size:1.5em;
	}
 
}
