/* HTML5 ✰ Boilerplate */


@font-face {
    font-family: 'AvalonBook';
    src: url('fonts/avalon-book/Avalon-Book-webfont.eot');
    src: url('fonts/avalon-book/Avalon-Book-webfont.eot?iefix') format('embedded-opentype'),
         url('http://www.commonshotel.com/css/fonts/avalon-book/Avalon-Book-webfont.woff') format('woff'),
         url('fonts/avalon-book/Avalon-Book-webfont.ttf') format('truetype'),
         url('fonts/avalon-book/Avalon-Book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvalonDemi';
    src: url('fonts/avalon-demi/Avalon-Demi-webfont.eot');
    src: url('fonts/avalon-demi/Avalon-Demi-webfont.eot?iefix') format('embedded-opentype'),
         url('http://www.commonshotel.com/css/fonts/avalon-demi/Avalon-Demi-webfont.woff') format('woff'),
         url('fonts/avalon-demi/Avalon-Demi-webfont.ttf') format('truetype'),
         url('fonts/avalon-demi/Avalon-Demi-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:12px/1.3 sans-serif; *font-size:small; 	font-family: AvalonBook, Arial, sans-serif;
  }
p, #pre-footer, footer, #breadcrumbs {font-family: Arial, sans-serif;}select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: visible; }

a, a:hover, a:active { outline: none;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



body#home {overflow-x: hidden; overflow-y: hidden; }
 
aside#top {
	width:87%; min-height: 600px;  
	margin: 0 auto; 
	position: absolute;
	overflow: hidden;
	right:0px;
} 

#container {
	width:100%; 
	min-height:600px; 
	margin: 0 auto; 
	padding: 0;
}

#border {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#border #bgImage {z-index: 0; }

.awards-gallery {
	position: absolute; 
	left: 24px;
}

.noble-house {
	position: absolute; 
	right: 24px;
}

#home header {
	width:200px; 
	position: absolute;
	left: 24px;
}



header#first hgroup .logo {
	background-image:url(../img/logos/hotel_logo.png);
	background-repeat:no-repeat;
	color:#EAE8D5;
	font-size:1px;
	height:98px;
	position:relative;
	text-indent:-9999px;
	top:0;
	width:199px;
	margin-bottom: 24px;
	display:block;
}

header#first hgroup h2 {
	display:none;
}

footer#home {
	width: 100%;
	height:auto;
    position:fixed;
    bottom: 0px;
    z-index: 1000;
}
        
#footer-links {
	width: 100%; 
	height: 34px; 
	margin: 0 auto; 
} 
		
a.intro {
	background-image:url(../img/btn/btn_intro.png); 
	background-repeat: no-repeat; 
	width: 627px; 
	height: 70px; 
	text-indent: -9999em; 
	position: absolute; 
	right:70px; 
	float:right; 
	bottom: 85px;}

a.close {
	text-indent: -9999em; 
	background-image:url(../img/close.png); 
	background-repeat: no-repeat; 
	width: 18px; height: 17px; 
	position: relative; 
	float: left; 
}

#intro a.close {
	top:14px;
}

section#intro-wrap {
	background-image:url(../img/intro_bg.png); 
	background-repeat: repeat-x; 
	background-position: center top; 
	height: 412px; 
	width:100%;  
	position: relative;  
	color: #fff;   
	display: none; 
	z-index:1;
}

div#intro {
	width:895px; 
	margin: 0 auto; 
	overflow: auto;
}

div#intro aside {
	width:520px; 
	float: left; 
	margin-top: 5px;
}



div#intro h1 {
	font-weight: normal; 
	margin: 10px 0 10px; 
	font-size: 1.7em;  
	float: left; 
	width:500px; 
	/*height:32px; */
}

div#intro p {
	float: left; 
	margin:0 0 10px 0;
}

.intro-photos {
	position: relative; 
	/*top:-22px;*/
	float: left;
} 

section#bookings-wrap { 
	width:100%; 
	height: 50px; 
	margin: 0 auto;
    background: url("../img/bookings_bg.png") repeat scroll 0 0 #FFFFFF;
	background-repeat: repeat;
	background-color: #FFF;
	-webkit-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5);   
}

#bookings { 
	width:1024px; 
	height: 50px; 
	margin: 0 auto;  
}

#bookings > div {
	float:left; 
	width:396px; 
	height: 50px;
}

.disclaimer {
	width: 396px; 
	height: 32px; 
	margin-top: 10px;
	float:right;
	font-family:arial;
	font-size:10px;
	color:#888888;
	text-align:right;
	position: absolute;
    right: 24px;
}

a.awards-gallery {
	background-image:url(../img/btn/btn_awards.gif); 
	background-repeat: no-repeat; 
	width: 257px; 
	height: 33px;  
	margin-top: 10px;  
	text-indent: -9999em; 
	position: absolute; 
	left: 24px;
}



	
a.awards-gallery:hover, a.awards-gallery.active {
	background-position: 0 -33px;
}

#bookings .book-now, #bookings .book-now a{
	background-image:url(../img/book_now.png);
	background-repeat: no-repeat; 
	height: 50px; width: 232px; 
	text-indent: -9999em; 
	float: left;
}


#bookings .book-now a:hover {
	background-position: 0 -50px;
}
 
section#breadcrumbs-wrap { 
	width:100%; 
	height: 34px; 
	margin: 0 auto;  
	background-image:url(../img/breadcrumbs_bg.jpg); 
	background-repeat: repeat-x;
}

#breadcrumbs {
	width: 1024px; 
	height:34px; 
	margin: 0 auto;
}		
		
div#awards-wrap {
	width:100%; 
	height:200px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative;  
	background:url(../img/trans_white.png); 
	border-bottom: 1px solid #f1f1f1;
	xz-index: -1;
}

.view-awards {
	width:987px; 
	margin: 0 auto; 
	overflow: auto; 
	position: relative; 
	text-transform: uppercase; 
	top:10px;
}

a#view-awards {
	width:auto; 
	height: auto; 
	float:left;
	font-family: AvalonDemi, Arial, sans-serif;
}

div#awards {
	width:987px; 
	height:163px; 
	margin: 0 auto; 
	overflow: auto; 
	position: relative; 
	background-image:url(../img/awards/awards_bg.jpg); 
	background-repeat: repeat-x; 
	top:21px;
}

#awards-wrap a.close {
	float:right; 
	top:0;
}

a.special-offers {
	background-image:url(../img/btn/btn_special_offers.png); 
	background-repeat: no-repeat; 
	width: 184px; 
	height: 63px; 
	text-indent: -9999em; 
	position: relative;
	float: right; 
	top:214px; 
}

section#special-offers {
	width: 771px; 
	height:222px;
	xdisplay: none;
}

section#special-offers > div {
	float: left; 
	width: 255px; 
	height:245px; 
	margin-right: 2px; 
	background: #fff; /* backup for non-RGBA */ background: rgba(255, 255, 255, 0.8);
}

.offers-heading {
	width: 255px; 
	height: 39px; 
	background:url(../img/offers/offers_heading.jpg); 
	background-repeat: no-repeat; 
	float: left;
}

.offers-image {
	width: 255px; 
	height: 111px; 
	background-repeat: no-repeat; 
	margin-top: 39px;
}

section#special-offers p {
	margin:5px 10px 10px 10px; 
	line-height: 14px;
}

section#special-offers h3 {
	font-size:1.2em;
	color: #fff; 
	font-weight: normal; 
	margin: 13px; 
	background:url('http://www.commonshotel.com/img/offers/arrow.png');
	background-repeat:no-repeat; 
	background-position: right;
}

section#special-offers h3 a {
	color: #fff;
}



a.handle {
	top:-4px!important;  
	background:url('../img/btn/btn_special_offers.png'); 
	background-repeat: no-repeat;
	height: 65px;
	width: 183px;
	display: none;
} 

.slide-out-div.open a.handle {
	background-position: -2px -89px;
	}
	
.slide-out-div {
   width: 771px;
   z-index: 100;
}      
.slide-out-div a{display: block;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
/* required settings */
	position:relative;
	overflow:hidden;
	width: 943px;
	height:163px;
}

.scrollable a {
	font-family: 'Georgia', serif;
	position: relative; 
	bottom: 0;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items section {
	float:left;
	width:949px;
}


.items section > div {
	background-image:url(../img/scroller_bg.jpg); 
	width:225px; 
	height: 148px; 
	float: left; 
	padding: 15px 0 0 10px; 
	border-right:1px solid #fff;
}

.items section p {
	font-weight: normal; 
	font-size: 10px; 
	padding: 10px 0 10px 10px; 
	overflow: auto;
	min-height: 48px;
}

/* single scrollable item */
.scrollable img {
	float:left;
}


.items section aside {
	float:left; 
	text-align: center; 
	width:100px; 
	margin:40px 0 0px 5px;
}

.items section aside a {
	font-family: "Arial", sans-serif;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.scroll-nav-left {
	display:block;
	width:22px;
	height:163px;
	float:left;
	background: #fff;
}

.scroll-nav-right {
	display:block;
	width:22px;
	height:163px;
	float:right;
	background: #fff;
}
	
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/scroller_arrows.png) no-repeat;
	display:block;
	width:22px;
	height:163px;
	float:left;
	cursor:pointer;
	font-size:1px;
	}

/* right */
a.right 		{ float:right; background-position: -22px 0; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-22px 0px; }
a.right:active 	{ background-position:-22px 0px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:0px 0; }
a.left:active  	{ background-position:0px 0; }

/* disabled navigational button */
a.disabled {opacity: .4;} 	

#bookings a.noble-house {
	background-image:url(../img/logos/noble_house_logo.png); 
	background-repeatbackground-repeat: no-repeat; 
	width: 132px; 
	height: 32px; 
	margin-top: 10px;
	margin-right:28px; 
	text-indent: -9999em; 
	float:right;
}
a.noble-house:hover, a.noble-house.active {background-position: 0 -33px;}

/* NHH Logo Update */

#bookings ul {list-style: none; position: absolute; right: 0;}

#bookings a#hilton-corp {
		margin:2px 0 0 40px; 
		display:block; 
		font-size: 12px;
		color: #594A42;
		position: relative; 
		right:32px; 
		top:17px;
	}

#bookings a#hilton-corp:hover {
	color: #594A42;
	text-decoration: underline;
}


/* /NHH Logo Update */


#noble-house-wrap a.close {float:right; top:8px;}


#noble-house-wrap {
	width: 100%; 
	overflow: hidden; 
	margin: 0 auto; 
	background: url(../img/trans_white.png); 
	border-bottom: 1px solid #f1f1f1;
	z-index: 1;}

#noble-house {
	margin: 0 auto; position:relative;
	overflow:hidden;
	height: 199px;
	width: 987px;
}

/* main vertical scroll */
#noble-house-main {
	position:relative;
	overflow:hidden;
	height: 163px;
	width: 987px;
}
	
/* root element for pages */
#noble-house-main #pages {
	position:absolute;
	height:20000em;
}
	
/* single page */
#noble-house-main .page {
	height: 163px;
	background:url(../img/nh/noble_house_bg.jpg) 0 0 repeat-x;
	width:987px;
}
	
/* root element for horizontal scrollables */
#noble-house-main .scrollable {
	position:relative;
	overflow:hidden;
	width: 943px;
	height: 163px;
	float: left;
}

/* root element for scrollable items */
#noble-house-main .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
	
#noble-house-main .item{
	float:left;
	cursor:pointer;
	width:945px;
	height:163px;
	margin-left: 2px;
}

	
/* single scrollable item */
#noble-house-main .item div{
	float:left;
	width:188px;
	height:163px;
	text-align: center;
	border-right:1px solid #fff;
}


	
/* Noble House Hotel Properties */

#noble-house-main .hotels .item div a {
	background: url('../img/nh/nh_hotels.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	

#noble-house-main .hotels .item div a#riviera {background-position: 0 0;}
#noble-house-main .hotels .item div a#riviera:hover {background-position:0 -134px;}

#noble-house-main .hotels .item div a#portofino {background-position: -186px 0;}
#noble-house-main .hotels .item div a#portofino:hover {background-position:-186px -134px;}

#noble-house-main .hotels .item div a#hilton {background-position: -372px 0;}
#noble-house-main .hotels .item div a#hilton:hover {background-position:-372px -134px;}

#noble-house-main .hotels .item div a#edgewater {background-position: -558px 0;}
#noble-house-main .hotels .item div a#edgewater:hover {background-position:-558px -134px;}

#noble-house-main .hotels .item div a#hotel-deca {background-position: -744px 0;}
#noble-house-main .hotels .item div a#hotel-deca:hover {background-position:-744px -134px;}

#noble-house-main .hotels .item div a#river-terrace {background-position: -930px 0;}
#noble-house-main .hotels .item div a#river-terrace:hover {background-position:-930px -134px;}

#noble-house-main .hotels .item div a#latoretta {background-position: -1116px 0;}
#noble-house-main .hotels .item div a#latoretta:hover {background-position:-1116px -134px;}

#noble-house-main .hotels .item div a#lpi {background-position:-1302px 0;}
#noble-house-main .hotels .item div a#lpi:hover {background-position:-1302px -134px;}

#noble-house-main .hotels .item div a#hotel-viking {background-position:-1488px 0;}
#noble-house-main .hotels .item div a#hotel-viking:hover {background-position:-1488px -134px;}

#noble-house-main .hotels .item div a#laplaya {background-position:-1674px 0;}
#noble-house-main .hotels .item div a#laplaya:hover {background-position:-1674px -134px;}

#noble-house-main .hotels .item div a#ocean-key {background-position:-1860px 0;}
#noble-house-main .hotels .item div a#ocean-key:hover {background-position:-1860px -134px;}

#noble-house-main .hotels .item div a#mountain-lodge {background-position:-2046px 0;}
#noble-house-main .hotels .item div a#mountain-lodge:hover {background-position:-2046px -134px;}

#noble-house-main .hotels .item div a#water-color {background-position:-2232px 0;}
#noble-house-main .hotels .item div a#water-color:hover {background-position:-2232px -134px;}

#noble-house-main .hotels .item div a#uhm {background-position:-2418px 0;}
#noble-house-main .hotels .item div a#uhm:hover {background-position:-2418px -134px;}

#noble-house-main .hotels .item div a#gateway {background-position:-2604px 0;}
#noble-house-main .hotels .item div a#gateway:hover {background-position:-2604px -134px;}

#noble-house-main .hotels .item div a#pelican {background-position:-2788px 0;}
#noble-house-main .hotels .item div a#pelican:hover {background-position:-2788px -134px;}

#noble-house-main .hotels .item div a#wsv {background-position:-2980px 0;}
#noble-house-main .hotels .item div a#wsv:hover {background-position:-2980px -134px;}

/* Noble House Restaurant Properties */


#noble-house-main .restaurants .item div a {
	background: url('../img/nh/nh_restaurants.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	
	
#noble-house-main .restaurants .item div a#acqua {background-position: 0 0;}
#noble-house-main .restaurants .item div a#acqua:hover {background-position:0 -134px;}

#noble-house-main .restaurants .item div a#cuvee {background-position: -186px 0;}
#noble-house-main .restaurants .item div a#cuvee:hover {background-position:-186px -134px;}

#noble-house-main .restaurants .item div a#one-bellevue {background-position: -372px 0;}
#noble-house-main .restaurants .item div a#one-bellevue:hover {background-position:-372px -134px;}

#noble-house-main .restaurants .item div a#six-seven {background-position: -558px 0;}
#noble-house-main .restaurants .item div a#six-seven:hover {background-position:-558px -134px;}

#noble-house-main .restaurants .item div a#circa-59 {background-position: -744px 0;}
#noble-house-main .restaurants .item div a#circa-59:hover {background-position:-744px -134px;}

#noble-house-main .restaurants .item div a#baleen-la {background-position: -930px 0;}
#noble-house-main .restaurants .item div a#baleen-la:hover {background-position:-930px -134px;}

#noble-house-main .restaurants .item div a#baleen-naples {background-position: -1116px 0;}
#noble-house-main .restaurants .item div a#baleen-naples:hover {background-position:-1116px -134px;}

#noble-house-main .restaurants .item div a#chez-roux {background-position:-1302px 0;}
#noble-house-main .restaurants .item div a#chez-roux:hover {background-position:-1302px -134px;}

#noble-house-main .restaurants .item div a#hot-tin-roof {background-position:-1488px 0;}
#noble-house-main .restaurants .item div a#hot-tin-roof:hover {background-position:-1488px -134px;}

#noble-house-main .restaurants .item div a#district-lounge {background-position:-1674px 0;}
#noble-house-main .restaurants .item div a#district-lounge:hover {background-position:-1674px -134px;}

#noble-house-main .restaurants .item div a#dining-room {background-position:-1674px 0;}
#noble-house-main .restaurants .item div a#dining-room:hover {background-position:-1674px -134px;}

#noble-house-main .restaurants .item div a#the-view {background-position:-1860px 0;}
#noble-house-main .restaurants .item div a#the-view:hover {background-position:-1860px -134px;}

#noble-house-main .restaurants .item div a#nog {background-position:-2060px 0;}
#noble-house-main .restaurants .item div a#nog:hover {background-position:-2060px -134px;}

/* Noble House relax Properties */ 

#noble-house-main .relax .item div a {
	background: url('../img/nh/nh_relax.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	
#noble-house-main .relax .item div a:hover {background-position: 0 -134px;}	


/* main navigator */
#noble-house #main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}
	

#noble-house #main_navi li, a#noble-house-corporate-link {
	color:#5A4A42;
	font-size:12px;
	height:auto;
	display: inline;
	float: left;
	list-style-type:none;
	padding:10px;
	text-transform: uppercase;
	cursor:pointer;
		font-family: AvalonDemi, Arial, sans-serif;
	
}
	
	
#noble-house #main_navi li:hover, a#noble-house-corporate-link:hover {
	color:#911913;
}
	
#noble-house #main_navi li.active {
	color:#911913;
}
		
		
#noble-house .nav-wrap {
	width: 987px; 
	position: relative; 
	margin: 0 auto; 
	float: left;
}
		
/* prev, next, prevPage and nextPage buttons */
.custom {
	display:block;
	width:22px;
	height:163px;
	cursor:pointer;
	font-size:1px;
	outline: none;
	border: none;
	background:#fff url('../img/scroller_arrows.png');
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.prev {
	background-position:0px 0; 
	float: left; 
	left: 0; 
	position: relative;
}

/* mouseover state */
.prev:hover {
	background-position:0 0;	
	cursor:pointer;	
}

/* next button uses another background image */
.next {
	background-position: -22px 0;
	float: right;
	right: 0;	
	cursor:pointer;
}

.next:hover {background-position:-22px 0;}

/* disabled navigational button */
.custom .disabled {opacity: .4;}







/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: url('../img/black_trans.png');
		z-index: 2000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: auto;
		background: #eee url(http://www.commonshotel.com/css/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 2001;
		padding: 10px 5px 5px 5px;
		
		}
		
	#booking.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 46%;
		margin-left: -300px;
		width: auto;
		background:none;
		position: absolute;
		z-index: 2001;
		padding: 0;
		

		
		}
		
	.reveal-modal h1 {font-size: 16px; margin-bottom: 5px;}
	
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	#booking.reveal-modal .close-reveal-modal {
		font-size: 22px;
		text-indent: -9999em;
		line-height: .5;
		position: absolute;
		background: url('http://www.commonshotel.com/img/booking/booking_close.png');
		width: 16px;
		height: 16px;
		top: 22px;
		right: 22px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/












pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #a5ad4e; color:#fff; text-shadow: none; }
::selection { background:#a5ad4e; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #a5ad4e; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body { color: #444; background: url('http://www.commonshotel.com/img/bookings_bg.gif');}
select, input, textarea { color: #444; background: #fff;}
h1, h2, h3, h4, h5, h6 { xfont-weight: bold; }
a, a:active, a:visited { color: #006a83; text-decoration: none; }
a:hover { color: #006a83; }



/**
 * Primary styles
 *
 * Author: 
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}