/*
Title: Czech Inn - screen
Author:   Drew Moffitt, drew@aestudiosdev.com
Version:  2010.04
*/

/* GENERAL STYLES ---------------------------- */
html {
	background-attachment: scroll;
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
}

body {
	color: #CECCC9;
}

#bodyWrap {
	background-image:url('/images/headerBG.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
body.home #bodyWrap {
	background-image:url('/images/headerBG_home.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

hr {
	display: none;
}

p {
	line-height: 120%;
}	

a {
	color: #c13a1f;
	text-decoration: none;
}	

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

a img {
	border: none;
}

em {
	font-family: georgia, "Times New Roman", serif;
	font-style: italic;
}

.button, #contact_form input.button {
	display: block;
	margin: 13px 0 0;
	padding: 0 0 0 26px;
	background: url('../images/bg-button-arr.png') no-repeat scroll top left;
	width: 148px;
	height: 42px;
	color: #3f393a;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12pt;
	text-shadow: 2px 2px 0 #d6d4d1;
	cursor:pointer;
}

.button:hover, #contact_form input.button:hover {

}

.button:active, #contact_form input.button:active {
	position: relative;
	top: 1px;
}

button.button {
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
	color: #fff;
	line-height: auto;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	border: 0;
}

#contact_form input.button {
	padding: 0;
	width: 148px;
	background: url('../images/bg-button-submit.png') no-repeat scroll top left;
	text-indent: -9999px;
}



.clear {
	clear: both;
}

/* 
WRAPPERS ---------------------------- */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap {
	margin: 0 auto;
	width: 960px;
}

#bd {padding-bottom: 355px;}  /* must be same height as the footer */

/* HEADER ---------------------------- */
#hd {
	padding: 0 10px;
	position: relative;
	height: 150px;
	z-index: 399;
}

#hd h1 {
	position: absolute;
	top: 80px;
	left: 43px;
	width: 225px;
	height: 94px;
	text-indent: -9999px;
	background-attachment: scroll;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 4px top;
}

#hd h1 a {
	display: block;
	width: 225px;
	height: 94px;
}

#hd .menu {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 499;
}

/* NAV */
#hd .nav {
	float: left;
	background-image:url(../images/primarynav_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#hd .nav > li {
	display: inline;
	float: left;
	position: relative;
}

#hd .nav h3 {

}
#hd .nav h3 a {
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 12px;
	height:21px;
	padding-top:5px;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	/*text-shadow: 0 1px 0 #581f1a;*/
	font-size:9.5pt;
	color: #fff;
	display: block;
	background-image:url(../images/primarynav_div.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#hd .nav h3 a:hover {
	color: #d5d5d5;
	/*background: transparent url(../images/primarynav_bg_on.png) repeat-x scroll top left;*/
}

#hd .nav a {
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 15px;
	display: block;
}

#hd .nav a:hover {
	/*background: transparent url(../images/primarynav_bg_on.png) repeat-x scroll top left;*/
	/*color: #ccc;
	text-shadow: 0 1px 0 #581f1a;*/
}

#hd .nav .selected a {
	color: #fff;
	background: transparent url(../images/primarynav_bg_on.png) repeat-x scroll top left;
	/*text-shadow: 0 1px 0 #581f1a;*/
}

#hd .nav ul {
	position: absolute;
	top: -9999em;
	left: -1px;
	background:none;
	width:165px;
	text-transform: none;
	background-image:url(../images/DropDown_BG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:none;
}

#hd .nav ul a {
	color: #ded2d1;
	line-height: 25px;
	border:none;
}

#hd .nav li {
	font-size:9pt;
	padding-bottom:1px;
}

#hd .nav li h3 {
	font-size: 10.5pt;
}

#hd .nav li:hover {
	/*color: #ccc;
	background: #8d8a84;
	background: transparent url(../images/primarynav_bg_on.png) repeat-x scroll top left;*/
}

#hd .nav li:hover a {
	/*background: none;
	color: #ccc;*/
}

#hd .nav li:hover a:hover {
	color: #fff;
}

#hd .nav li:hover ul {
	top: 26px;
}

#hd .nav ul li {
	/*border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;*/
	z-index: 549;
}

#hd .nav ul li:hover a, #hd .nav .selected ul a {
	border:none;
}
/* End Nav */

#hd .map {
	position: absolute;
	top: 0;
	right:0;
	background: url('../images/map.png') no-repeat scroll top right;
	width: 249px;
	height: 50px;
	cursor: pointer;
	text-align:right;
}
#hd .map a {
	color:#fff;
	font-size:8.5pt;
	font-style:italic;
	display:block;
	margin-top:19px;
	margin-right:16px;
}

#hd .flags {
	position: absolute;
	top: 8px;
	left: 42px;
	padding: 0 0 0 5px;
	width: 180px;
	height: 36px;
}

#hd .flags li {
	float: left;
	color:#fff;
	font-size:8.5pt;
	font-style:italic;
}

#hd .flags a {
	display: block;
	padding: 0 6px;
	width: 22px;
	height: 36px;
	text-indent: -9999px;
}

#hd .flags li a.en {
	background: url('../images/sp-flags.png') no-repeat scroll -5px 0px;	
}

#hd .flags li a.de {
	background: url('../images/sp-flags.png') no-repeat scroll -39px 0px;	
}

#hd .flags li a.cz {
	background: url('../images/sp-flags.png') no-repeat scroll -73px 0px;	
}

#hd .flags li a.it {
	background: url('../images/sp-flags.png') no-repeat scroll -106px 0px;	
}

#hd .flags .selected a.en, #hd .flags li:hover a.en {
	background: url('../images/sp-flags.png') no-repeat scroll -5px -36px;	
}

#hd .flags .selected a.de, #hd .flags li:hover a.de {
	background: url('../images/sp-flags.png') no-repeat scroll -39px -36px;	
}

#hd .flags .selected a.cz, #hd .flags li:hover a.cz {
	background: url('../images/sp-flags.png') no-repeat scroll -73px -36px;	
}

#hd .flags .selected a.it, #hd .flags li:hover a.it {
	background: url('../images/sp-flags.png') no-repeat scroll -106px -36px;	
}

#hd .weather {
	position: absolute;
	top: 5px;
	right: 150px;
	width: 162px;
	height: 34px;
	text-transform: uppercase;
}

#hd .weather p, #hd .weather img, #hd .weather span {
	float: left;
}

#hd .weather p {
	margin: 0 8px 0 0;
	color: #eee;
	font-size: 108%;
	line-height: 0.9em;
}

#hd .weather span {
	margin: 0 0 0 8px;
	color: #848484;
	font-size: 138.5%;
}
/* HEADER */

/*
BODY ---------------------------- */

#bd {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

body.rooms #sidebar p, body.rooms #sub-content p,
body.rooms #sidebar li, body.rooms #sub-content li,
body.page #sidebar p, body.page #sub-content p,
body.page #sidebar li, body.page #sub-content li {
	color: #5b5b56;
	font-size: 108%;
	line-height: 1.2857em;
	z-index:30;
}

#content {
	/*background: url('../images/bg-page-vertline.gif') repeat-y scroll 300px 0;*/
	width: 940px;
}

#sub-content {
	float: right;
	padding: 0px;
	width: 639px;
	min-height:472px;
	padding-left:10px;
	padding-right:10px;
	color:#2c2b2a;
}
#sub-content .container-list {
	
}
#sub-content .default {

}

#room-content {
	float: right;
	padding: 0px;
	width: 639px;
	padding-left:10px;
	padding-right:10px;
	color:#2c2b2a;
	margin-top:350px;
}
.room_content {
	font-size:11pt;
	padding-bottom:10px;
}
.room_features, .room_features p {
	margin-top:10px;
	font-size:9.5pt;
}
#room-content .room_features h3 {
	font-size:10.5pt;
	font-weight:normal;
	color:#333;
	border:none;
}
#room-content .price_disclaimer {
	border-top:1px solid #e09c8f;
	padding-top:2px;
	font-size:9pt;
	display:block;
}
.room_hdr {
	color: #ae3f29;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17pt;
	font-style:normal;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:10px;
	text-transform:capitalize;
	float:left;
	width:640px;
	clear:right;
}

body.home #sub-content {
	float: right;
	padding: 0;
	/*background: url('../images/bg-lines.gif') repeat-y scroll 390px 0;*/
	border: 0;
	width: 903px;
	padding-top:10px;
	overflow:hidden;
}

body.rooms #sub-content {
	border-top: 1px solid #676158;
}

.home .news, .home .testimonials, .home .connect {
	float: left;
	width: 391px;
}

.home .news {
	width:210px;
	padding-right:40px;
	padding-top:15px;
	color:#2c2b2a;
	z-index:120;
}

.home .testimonials {
	width: 350px;
}

.home .connect {
	width: 245px;
	padding-left:25px;
	padding-right:25px;
}

.news h3, .testimonials h3, .connect h3 {
	padding: 0 0 0 14px;
	color: #5b5b56 !important;
	background: url('../images/sp-threecol.png') no-repeat scroll top left;
	font-family: georgia, "Times New Roman", serif;
	font-size: 20px !important;
	font-style: italic;
	line-height: 48px !important;
}

.testimonials h3 {
	background-position: -391px 0;
}

.connect h3 {
	background-position: -711px 0;
}

.news ul, .testimonials ul {
	margin: 0 1px 0 0;
}

.testimonials ul {
	padding: 12px 0 0;
}

.news h4, .testimonials h4, .connect h4 {
	color: #d73531;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
}

.home .new li {
	background: url('../images/bg-darkcorner.jpg') no-repeat scroll bottom right;
}

.events_title {
	position:relative;
	left:-36px;
	top:19px;
	background:url('/images/events_title.jpg');
	background-repeat:no-repeat;
	width:26px;
	height:78px;
}

.date_rect {
	background-color:#a9a7a3;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:3px;
	padding-left:3px;
	color:#fff;
	font-size:80%;
	letter-spacing: 0.15em;

}
.time_rect {
	padding-top:1px;
	padding-bottom:1px;
	padding-right:3px;
	padding-left:3px;
	color:#5d5d5d;
	font-size:80%;
	letter-spacing: 0.10em;
}

.news li {
	border-bottom: 1px solid #dcdcdc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index:30;
}

.news li.lastentry, .testimonials li.lastentry {
	border:none;
	z-index:120;
	position:relative;
}

.news h4 {
	margin: 0 0 5px;
}

.news p {
	font-size: 93%;
	line-height: 1.4166667em;
	z-index:30;
}

#sub-content .news p {
	font-size: 95%;
	line-height: 1.1em;
	z-index:30;
	position:relative;
}

.news a {
	color: #d73531;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
}

.testimonials li {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.testimonials p {
	margin: 0 0 12px;
	color: #5b5b56;
	font-size: 100%;
	line-height: 1.2857em;
}

.testimonials h3 {
	position: relative;
}

.testimonials h4 {
	color: #737373;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12pt;
	text-transform:capitalize;
	font-style:italic;
}

.testimonials span.arrow {
	display: block;
	position: absolute;
	top: 48px;
	left: 15px;
	height: 0px; 
	width: 0px;
	border-left: 14px solid #454038; 
	border-bottom: 18px solid #5b564c;
}

.testimonials em {
	font-family:Arial, Helvetica, sans-serif;
	/*display: block;
	color: #9f9f9f;
	text-transform:lowercase;
	font-size: 90%;
	font-style: normal;
	font-weight:normal;*/
}

.news .more, .testimonials .more, .connect .more {
	border: 0;
}

.news .more p {
	margin: -15px 0 0;
}

.more p {
	/*font-family: georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;*/
}

.more a {
	color: #908b85;
	font-size:8pt;
	letter-spacing:.11em;
	font-family:Arial, Helvetica, sans-serif;
}

.news .more a {
	color: #79756F;
	font-size:8pt;
	letter-spacing:0.11em;
	font-family:Arial, Helvetica, sans-serif;
}

.seemore {
	color: #79756F;
	font-size:8pt;
	letter-spacing:0.11em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	z-index:30;
}

.connect .social {
	margin: 30px 0 0 16px;
	display: inline;
}

.news .more {
	background: none;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	height: 100%;
	width: 100%;
/*	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);*/
	z-index: 589;
}

#map {
	display: none;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -30px;
	padding: 5px;
	background: url('../images/drop.png') no-repeat scroll top left;
	width: 500px;
	height: 249px;
	z-index: 599;
}

#map a {
	padding: 10px 0 5px;
	color: #323232;
	font-weight: bold;
}

#map a:hover {
	color: #7d7d7d;
}

#map .pdf {
	float: left;
	padding-left: 44px;
	background: url('../images/bg-pdf.gif') no-repeat scroll 10px 3px;
}

#map .arrow {
	float: right;
	margin-right: 10px;
	text-align:right;
}

#map .arrow span {
	float: right;
	margin: 1px 0 0 6px;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-left: 7px solid #323232;
/*	border-bottom: 5px solid #323232;*/
}

#map .arrow:hover span {
	border-left: 7px solid #7d7d7d;
}

#sub-content p {
	margin-bottom: 1em;
	line-height: 1.5em;
	z-index:120;
	/*color:#5b5b56;*/
}

/* Gallery */
#sub-content.gallery {
	padding-right: 0;
	width: 645px;
	margin-right:8px;
}

/*.press_gallery_row {
	background-image:url(../images/pressGalleryBG.png);
	float:left;
}*/

#sub-content.press_gallery {
	padding-right: 0;
	width: 645px;
	margin-right:8px;
}

.press_gallery a {
	
}

.press_gallery a.last {
	margin-right: 0;
}

.press_gallery a img {
	border: 1px solid #c6c5c5;
	margin-bottom:20px;
}

.press_gallery p a {
	float: none;
	margin: 0;
}

.gallerybox {
	padding:20px;
	padding-bottom:0px;
	float: left;
	border-right:none;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
.gallerybox_first {
	padding:20px;
	padding-left:0px;
	padding-bottom:0px;
	float: left;
	border-right:none;
	border-left:none;
	border-top:1px solid #e5e5e5;
}
.gallerybox_last {
	padding:20px;
	padding-right:0px;
	padding-bottom:0px;
	float: left;
	border-right:none;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}

.gallery a {
	
}

.gallery a.last {
	margin-right: 0;
}

.gallery a img {
	border: 1px solid #c6c5c5;
	margin:15px;
	width:181px;
	height:auto;
}

.gallery p a {
	float: none;
	margin: 0;
}
/* End Gallery */

/* Staff Gallery */
.staff_gallery {
	color:#2c2b2a;
	margin:0;
	padding:0;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:9pt;
}
#sub-content .staff_info p {
	/*color:#2c2b2a;*/
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
}
.staff_gallery li {
	margin:0;
	padding:0;
	float:left;
	padding:10px;
	width:88px;
	overflow:hidden;
}
.staff_gallery li:hover {
	margin:0;
	padding:0;
	float:left;
	padding:10px;
	background-color:#e9e9e9;
	width:88px;
	overflow:hidden;
	cursor:pointer;
}

.staffimg_overlay {
	position:relative;
	top:1px;
	background-image:url(/images/staffimg_overlay.png);
	z-index:600;
	width:396px;
	height:358px;
	left: 243px;
}

.staff_info {
	float:left;
	width:212px;
	padding:15px;
}
.staff_img {
	float:left;
	width:396px;
	height:358px;
	overflow:hidden;
}

/* Staff Details */
.staff_info .staff_name {
	color:#2c2b2a;
	font-size:17pt;
}
.staff_info .staff_position {
	margin-bottom:30px;
	font-style:italic;
	font-size:105%;
}
.staff_info .staff_summary {
	color:#2c2b2a;
	margin-bottom:20px;
	position:relative;
	z-index:99;
}
.staff_info .staff_social a {
	text-decoration:underline;
	position:relative;
}
.staff_info .staff_web a {
	text-decoration:underline;
	position:relative;
}
/* Staff Details */

.menuItem .staff_name {
	font-weight:bold;	
	font-size:10.5pt;
}
.menuItem .staff_position {
	font-style:italic;
	font-size:9pt;
}
/* STAFF GALLERY */

/*
SIDEBAR ---------------------------- */

#sidebar {
	float: left;
	width: 230px;
	margin-top: 300px;
	margin-bottom: 0;
	margin-left: 37px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	/*padding-left: 15px;
	margin-right: 15px;*/
	overflow:hidden;
}

#sidebar h2 {
	color: #ae3f29;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #a3402d;
	margin-bottom:20px;
}

#sidebar .wrap {
	padding: 0 14px;
}


.page-menu {
	width: 201px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}
.page-menu li {
	padding: 0 0 0 14px;
	width: 262px;
	height: 30px;
	line-height: 30px !important;
}
.page-menu li.selected {
	background: url('../images/bg-pagemenu-selected.png') no-repeat scroll top left;
}
.page-menu a {
	color: #4c4c4c;
	font-size:12pt;
}
.page-menu a:hover {
	color: #ccc;
}
.page-menu .selected, .page-menu .selected a {
	color: #fff;
	text-shadow: 0 1px 0 #444;
}
.page-menu_bottom {
	border-bottom:1px solid #e1e1e1;
	position:relative;
	top:0px;
	left:15px;
	width:215px;
	margin-bottom:20px;
}

.hr-fade {
	display:none;
	padding: 0 0 20px;
	/*background: url('../images/bg-hrfade.jpg') no-repeat scroll top left;*/
	width: 300px;
	height: 2px;
}

.hr {
	display:none;
	background: url('../images/bg-hr.gif') repeat-x scroll 0 25px;
	height: 47px;
}

#sub-content .hr {
	display:none;
	background-position: 0 12px;
	height: 32px;
}

#sidebar h3, #sub-content h2, #sub-content h3, #room-content h2, #room-content h3 {
	color: #ae3f29;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17pt;
	font-style:normal;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:10px;
	text-transform:capitalize;
}
#sidebar p {
	color:#292929;
}

#sub-content h3 {
	color: #9A3D2C;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style:normal;
	margin-bottom:10px;
}

/* FOOTER ---------------------------- */
#ft {
	position: relative;
}
#ft {
	position: relative;
	margin-top: -334px;
	background-color: #d4d1cc;
	background-image: url("../images/bg-ft.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	height: 334px;
	clear: both;
}

#ft .philosopher {
	position:absolute;
	top:-188px;
	left:158px;
	width:146px;
	height:170px;
	background-image:url(/images/philosopher.png);
	z-index:0;	
}

/*#ft_logos {
	position:relative;
	top:0px;
	right:10px;
	z-index:90;
	background-color:#C6C;
}*/
#ft .bg {
	position: absolute;
	left: 0pt;
	bottom: 0pt;
	background-color: transparent;
	background-image: url("../images/bg-ft2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0pt;
	width: 100%;
	height: 334px;
}
#ft .wrap {
	position: relative;
	top: 18px;
	margin: 0 auto;
	padding:0px;
	width: 936px;
	min-height:180px;
}
#ft ul.nav {
	float: left;
	width: 72px;
	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 85%;
	line-height: 1.41666667;
	margin-right:10px;
}

#ft ul.nav .navHdr {
	padding-left:0px;
}

#ft ul.nav li {
	color:#505050;
	margin-bottom:2px;
	padding-left:0px;
}

#ft h4 {
	/*border-bottom:1px solid #a09e9b;
	margin-bottom:5px;*/
	font-weight:bold;
}

#ft h4 a, #ft h4 {
	color: #292929;
	text-transform:uppercase;
	font-size:105%;
}
#ft h4 a:hover {
	color: #fff;
}
#ft a {
	color: #59544d;
}
#ft a:hover {
	color: #988e7d;
}

#footerlink1:hover, #footerlink2:hover, #footerlink3:hover {
	background-position:top right;	
}

#footerlink1 {
	position:relative;
	width:82px;
	height:17px;
	top:47px;
	right:40px;
	z-index:200;
	/*float:right;*/
	cursor:pointer;
	background-image:url(../images/tripadvisor_logo.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#footerlink2 {
	position:relative;
	width:76px;
	height:22px;
	top:53px;
	right:43px;
	z-index:210;
	/*float:right;*/
	cursor:pointer;
	background-image:url(../images/letsgo_logo.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#footerlink3 {
	position:relative;
	width:69px;
	height:70px;
	top:2px;
	right:134px;
	z-index:220;
	overflow:hidden;
	/*float:right;*/
	cursor:pointer;
	background-image:url(../images/efh_logo.png);
	background-repeat:no-repeat;
	background-position: top left;
}
/* END FOOTER ---------------------------- */


/* Social */
.social {
	float: left;
	width:258px;
	overflow:hidden;
}

.social .twitter, .social .facebook, .social .flickr, .social .lobbycam {
	float: left;
	clear:both;
	margin: 0px;
}

.social .twitter {
	width:258px;
	height:176px;
	background: url('../images/social_twitter.png') no-repeat scroll top left;
	clear:both;
	color:#64605d;
	/*background-color:#fbfafa;
	border-bottom:1px solid #e5e4e3;*/
}
.social .twitter:hover {
	color:#4b4846;
	background-position: top right;
	cursor:pointer;
}
.social .twitter a {
	display:block;
	margin:0px;
	padding:0px;
	padding:22px;
	padding-top:90px;
	font-size:9pt;
	color:#64605d;
	/*border-top:1px solid #e5e4e3;
	padding-top:10px;
	width:229px;*/
}
.social .twitter a:hover {
	color:#4b4846;
}
/*.social .twitter .logo {
	display: block;
	background: url('../images/social_twitter.png') no-repeat scroll top left;
	width: 105px;
	height: 32px;
	text-indent: -9999px;
	margin-left:62px;
	margin-bottom:28px;
}*/

.social .facebook a {
	display: block;
	background: url('../images/social_facebook.png') no-repeat scroll top left;
	width: 258px;
	height: 80px;
	text-indent: -9999px;
}

.social .flickr a {
	display: block;
	background: url('../images/social_flickr.png') no-repeat scroll top left;
	width: 258px;
	height: 80px;
	text-indent: -9999px;
}

.social .twitter:hover, .social .flickr a:hover, .social .facebook a:hover {
	background-position: top right;
}

.social .title2 {
	clear: both;
	padding: 25px 0 0;
}

.social .lobbycam {
	margin-top:28px;
	font-size:13pt;
	color:#858480;
	margin-left:22px;
	background-image: url(../images/webcam_button.png);
	background-repeat: no-repeat;
	background-position: 186px top;
}
.social .lobbycam .webcam_text {
	width:224px;
	height:24px;
	padding-top:1px;
	display:block;
	color:#858480;
}
.social .lobbycam .webcam_text:hover {
	color:#43423d;
}
/*.social .webcam_button {
	display:block;
	width:26px;
	height:25px;
	float:right;
}*/
.social .lobbycam:hover {
	background-image: url(../images/webcam_button_on.png);
}
/* End Social */

ul#share {
	/*clear: both;
	margin: 50px 0 0 -24px;
	padding: 10px 0 0 262px;
	background: url('../images/bg-share.jpg') no-repeat scroll top left;
	background-position:right;
	width: 403px;
	height: 36px;*/
	background: url('../images/share_BG.png') no-repeat scroll top left;
	background-position:right;
	float:right;
	position:relative;
	height:30px;
	width:138px;
	bottom:2px;
}

ul#share li {
	float: right;
	display: inline;
}

ul#share li a {
	display: block;
	height: 18px;
	text-indent: -9999px;
}

/*ul#share li.print a {
	margin-right: 18px;
	width: 19px;
}

ul#share li.email a {
	margin-right: 20px;
	width: 21px;
}*/

ul#share li.email a {
	width:28px;
}
ul#share li.twitter a {
	width:20px;
	margin-left:8px;
}
ul#share li.facebook a {
	width:20px;
	margin-left:8px;
}
ul#share li.twitter a, ul#share li.facebook a, ul#share li.email a {
	margin-top:6px;
}

/* BORDERS AND SHADOWS ---------------------------- */

#feature {
	height: 324px;
}

#feature .item {
	position: absolute;
	top:2px;
	right:8px;
	width: 940px;
}

/* Booking Block */
#sidebar .bookingBlock {
	position: absolute;
	top: 27px;
	left: 47px;
	width: 231px;
	height: 273px;
	z-index:800;	
}
.bookingBlock {
	position: absolute;
	top: 27px;
	left: 37px;
	width: 231px;
	height: 273px;
	z-index:800;
}

.styled {
	text-transform:uppercase;
	font-size:9pt;
	right:20px;
	color:#666;
	width:43px;
	height:29px;
	background-color:#e9e7e4;
	border:none;
	background: url('/images/1digit_selectBG.png');
	background-repeat:no-repeat;
	/*padding-right:25px;
	padding-top:6px;
	background: url('/images/1digit_selectBG.png');
	background-repeat:no-repeat;
	overflow:hidden;*/
}
.styled2 {
	text-transform:uppercase;
	font-size:9pt;
	right:20px;
	color:#363636;
	width:75px;
	height:31px;
	background-color:#e9e7e4;
	border:none;
	background: url('/images/2digit_selectBG.png');
	background-repeat:no-repeat;
	/*padding-right:25px;
	padding-top:6px;
	background: url('/images/2digit_selectBG.png');
	background-repeat:no-repeat;
	overflow:hidden;*/
}

#BB_Title {
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	font-size:15pt;
	height:36px;
	text-transform:uppercase;
	font-stretch:condensed;
}

#BB_1 {
	padding-top:7px;
	margin-top:19px;
	height:38px;
	float:right;
	width:150px;
	clear:both;
	text-align:right;
	margin-right:20px;
}
#BB_2 {
	padding-top:5px;
	height:35px;
	float:right;
	width:150px;
	clear:both;
	text-align:right;
	margin-right:20px;
}
#BB_3 {
	padding-top:6px;
	height:35px;
	float:right;
	width:150px;
	clear:both;
	text-align:right;
	margin-right:20px;
}
#BB_button {
	height:60px;
	clear:both;
	text-align:center;
}
input#max {
	background: url('../images/form-book.png') repeat scroll center center;
	width: 197px;
	height: 42px;
	/*text-indent: -9999px;*/
	text-align:left;
	padding-left:12px;
	border: 0;
	cursor:pointer;
	margin-top:17px;
	color:#3f393a;
	font-size:10.5pt;
	text-transform:uppercase;
}

#BB_link {
	height:20px;
	text-align:center;
	clear:both;
	font-size:8pt;
}
#BB_link a {
	text-decoration:underline;	
}
#BB_link a:link {
	color:#7d7d7c;
}
#BB_link a:visited {
	color:#7d7d7c;
}
#BB_link a:hover {
	color:#fff;
}
#BB_link a:active {
	color:#7d7d7c;
}

.booking_arrival {
	font-size:10pt;
	font-weight:bold;
	position:relative;
	left:20px;
	top:8px;
}
.booking_nights {
	font-size:10pt;
	font-weight:bold;
	position:relative;
	left:20px;
	top:8px;
}
.booking_guests {
	font-size:10pt;
	font-weight:bold;
	position:relative;
	left:20px;
	top:8px;
}

/* End Booking Block */

#rooms {
	/*height: 324px;*/
}

#rooms .item {
	position: absolute;
	top:2px;
	right:8px;
	width: 940px;
}

.sh {
	position: relative;
	width: 940px;
}

#rooms.sh {
	position: relative;
	width: 940px;
}

.sh img {
	position: relative;
	margin: 0 0 20px;
	float:right;
	width:644px;
	height:299px;
}

.sh .bd940 {
	position: absolute;
	top: 0;
	right: 0;
	border: #000 solid 7px;
	width: 630px;
	height: 285px;
	opacity: 0.12;
	-moz-opacity: 0.12;
	filter:alpha(opacity=12);
}

.sh940 {
	position: absolute;
	top: -19px;
	right: -12px;
	/*background: url('../images/sh-940x298.png') no-repeat scroll top right;*/
	width: 684px;
	height: 342px;
}

.sh .bd640 {
	position: absolute;
	top: 0;
	right: 0;
	border: #000 solid 7px;
	width: 630px;
	height: 285px;
	opacity: 0.12;
	-moz-opacity: 0.12;
	filter:alpha(opacity=12);
}

.sh640 {
	position: absolute;
	top: -19px;
	right: -12px;
	/*background: url('../images/sh-940x298.png') no-repeat scroll top right;*/
	width: 684px;
	height: 342px;
}

.sh .wordbox {
	display:none;
	position: absolute;
	top: -1px;
	right: 30px;
	padding: 20px;
	width: 230px;
	height: 260px;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

.sh .wordbox h3 {
	margin: 0 0 15px;
	color: #cfcba0;
	font-family: georgia, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
}

.sh .wordbox p {
	font-size: 93%;
	line-height: 1.5833333em;
}

.sh .wordbox a.more {
	display: block;
	margin: 15px 0 0;
	color: #cfcba0;
	font-family: georgia, "Times New Roman", serif;
	font-size: 93%;
	font-style: italic;
}

#thumbs {
	position: absolute;
	top: 299px;
	right: 0;
	width: 644px;
	height: 22px;
}

#rooms #thumbs {
	position: absolute;
	top: 299px;
	right: 0;
	width: 644px;
	height: 22px;
	border-bottom:1px solid #cfcfce;
}

#thumbs img {
	left: -582px;
	position:absolute;
	top: -299px;
}

#thumbs ul {
	position: absolute;
	right: 111px;
	padding: 6px 0 0;
}

#rooms #thumbs ul {
	right: 20px;
}

#thumbs li {
	float: left;
	margin: 0 7px 0 0;
	/*border-bottom: 1px solid #666156;*/
}

#thumbs a.thumb {
	display: block;
	width: 17px;
	height: 8px;
	background: #fff;
	border: 1px solid #cecece;
}

#thumbs a.thumb:hover {
	border: 1px solid #BEBEBE;
	background-color: #F0F0F0;
}

#thumbs li.selected {
	border-bottom: 1px solid transparent;
}

#thumbs li.selected a.thumb {
	border: 1px solid #e48987;
	background:#e6e6e6;
}

.view-rooms {
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	color: #666;
	font-size:8pt;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
}

#controls {
	position: absolute;
	top: 0;
	right: 90px;
}

#controls .play, #controls .pause {
	display: block;
	height: 22px;
	width: 21px;
	background: url('../images/sp-playpause.png') no-repeat scroll top left;
	text-indent: -9999px;
}

#controls .play:hover, #controls .pause:hover {
	background: url('../images/sp-playpause.png') no-repeat scroll bottom left;
}

#controls .play {
	background-position: top right;
}
#controls .play:hover {
	background-position: bottom right;
}

#rooms #controls {
	right: 0px;
}

#rooms .view-rooms {
	left: 0px;
	right: auto;
	color:#b0b0b0;
}

/* 
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
FORMS ---------------------------- */

#book {
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 99;
	display:none;
}

/*#book form {
	height: 31px;
}

#book form span {
	float: left;
	display: block;
	background: url('../images/form-left.png') repeat scroll top left;
	width: 3px;
	height: 31px;
}

#book form label {
	padding: 0 7px;
	color: #443f38;
	height: 31px;
	font-family: georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 31px;
}*/

form .arrival, form .nights, form .guests {
	float: left;
	padding: 0 7px 0 0;
	background: url('../images/form-bg.png') repeat-x scroll top left;
	height: 31px;
}

form .arrival {
	border-right: 1px solid #979694;
}

form .nights {
	border-right: 1px solid #979694;
	border-left: 1px solid #d1d0ce;
}

form .guests {
	border-left: 1px solid #d1d0ce;
}

#book form button {
	float: left;
	background: url('../images/form-book.png') repeat scroll top left;
	width: 98px;
	height: 32px;
	text-indent: -9999px;
}

#contact_form label, #contact_form br {
	display: none;
}

#contact_form .input {
	padding: 0 0 4px;
	width: 645px;
	background: url('../images/bg-input-b.png') repeat scroll bottom left;
}

#contact_form input, #contact_form textarea {
	padding: 10px 10px 6px 10px;
	width: 625px;
	border: 0;
	background: url('../images/bg-input.png') repeat scroll top left;
	font-size: 108%;
	color: #59544D;
}

#contact_form textarea {
	line-height: 1.4em;
}

#contact_form input.button {
	float: right;
}

/*
MISCELLANY ---------------------------- */
p.fourohfour {
	padding-left:15px;
	color: #494744;
	font-family: georgia, "Times New Roman", serif;
	font-size: 92px;
	font-style: italic;
}

#sub-content.fourohfour {
	border: 0;
	margin-top:100px;
}

#sub-content.fourohfour p {
	font-family: georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	padding-left:100px;
}

.close {
	position: absolute;
	top: 2px;
	right: 12px;
	color: #7e7e7e;
	font-size: 20px;
}
