/* ---------------------------------------
MAIN STYLE SHEET
URL:		LONDONELIZABETHHOTEL.COM
COPYRIGHT:	2010 - JON WRIGHT
------------------------------------------ */

/* RESET ALL BROWSER DEFAULTS */

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 62.5%'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #e6e6e6;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #7c2423 url(../global_images/body_bg.jpg) no-repeat center top;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 2em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 1.2em;
}

h4 {
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

table {
	font-size: 1.2em;
	margin-bottom: 20px;
}

th, td {
	padding: 5px;
}

/* ---------- CONTAINER ---------- */

#container {
	width: 900px;
	margin: auto;
	text-align: left;
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
}

/* ---------- LOGO ---------- */

#logo {
	width: 409px;
	height: 150px;
	margin: 0 auto;
	background: url(../global_images/logo.png) no-repeat center top;
}

#logo h1 {
	width: 409px;
	height: 150px;
	text-indent: -9999px;
}

/* ---------- LINKS ---------- */

a:link, a:visited {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

a:hover, a:active {
	
}

/* ---------- MAIN NAVIGATION ---------- */

#navigation {
	width: 900px;
	height: 48px;
	display: block;
	background: black url(../global_images/nav_bg.png) no-repeat center top;
}

#nav {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	margin: 0px auto;
	list-style: none;
}

#nav li {
	display: inline;
	text-align: center;
}

#nav a {
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	padding: 0px 10px;
}

#nav a:hover, #nav .active a {
	color: #fceabe;
}

/* ---------- HEADER ---------- */

#header {
	height: 200px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: black;
}

#header .slideshow li {
	width: 900px;
	height: 200px;
	display: none;
	overflow: hidden;
}

#header .slideshow li.first {
	width: 900px;
	height: 200px;
	display: block;
	overflow: hidden;
}

#header .guest_comment {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 2.5em;
	width: 300px;
	line-height: 1.4em;
	display: block;
	color: white;
	letter-spacing: 1px;
	padding-left: 5px;
	text-shadow: black 1px 1px 5px;
}

#header .guest_name {
	position: absolute;
	bottom: 50px;
	left: 160px;
	width: 250px;
	display: block;
	color: white;
	padding: 3px;
	font-size: 1.7em;
	font-style: italic;
}

#header .mailing_list {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;
	height: 160px;
	color: white;
	padding: 40px 30px 0px 30px;
	z-index: 10;
	text-align: center;
	background-image: url(../global_images/trans_bg.png);
}

#header .mailing_list p {
	font-size: 1.3em;
}

/* ---------- NEWS TICKER ---------- */

#news_ticker {
	background: black;
	width: 880px;
	height: 50px;

	padding-left: 20px;
	font-size: 1.2em;
}

#news_ticker li {
	width: 700px;
	height: 50px;
	display: none;
	overflow: hidden;
}

#news_ticker li.first {
	width: 700px;
	height: 50px;
	display: block;
	overflow: hidden;
}

#news_ticker a:link, #news_ticker a:visited {
	color: #fceabe;
	line-height: 50px;
	padding-left: 15px;
}

#news_ticker a:hover, #news_ticker a:active {
	color: white;
}

#news_ticker .ln_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	line-height: 50px;
}

/* ---------- CONTENT CONTAINER ---------- */

#content_container {
	background: #633 url(../global_images/content_bg.jpg) repeat-y left top;
}

/* ---------- MAIN CONTENT ---------- */

#main_content {
	color: black;
	float: left;
	width: 623px;
	padding: 25px;
	min-height: 350px;
	background: url(../global_images/main_content_corner.gif) no-repeat 611px top;
}

#main_content .twocol_col_left {
	text-align: center;
	width: 300px;
	float: left;
}

#main_content .twocol_col_right {
	text-align: center;
	width: 300px;
	float: right;
}

#main_content .twocol_col_left ul li, #main_content .twocol_col_right ul li {
	list-style-type: none;
}

#main_content h3 {
	color: #633;
	line-height: 1.2em;
}

#main_content a:link, #main_content a:visited {
	color: #750b0b;
	border-bottom: 1px dotted silver;
}

#main_content a:hover, #main_content a:active {
	color: #bd5d5b;
	background-color: #efefef;
	border-bottom: 1px dotted silver;
}

#main_content ul {
	list-style-type: square;
	margin: 20px 30px;
}

#main_content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
}

#main_content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 20px;
}

#main_content ol li {
	font-size: 1.2em;
	line-height: 1.6em;
}

#main_content ol ul {
	margin-bottom: -10px;
}

#main_content .line {
	border-bottom: 1px dashed silver;
	display: block;
	height: 1px;
	margin-bottom: 20px;
}

table.tariff {
	border-collapse: collapse;
	float: left;
	margin-right: 15px;
}

table.tariff {
	border-collapse: collapse;
}

table.tariff th {
	background-color: black;
	color: white;
	padding: 5px 8px;
	border-bottom: 1px solid white;
}

.tariff td {
	background: #f2f2f2;
	padding: 5px 8px;
	border-bottom: 1px solid silver;
}

.tariff .room_price {
	text-align: center;
}

/* ---------- FACILITIES ---------- */

.facility {
	width: 180px;
	float: left;
	margin: 0 15px 15px 0;
}

.facility_title {
	float: right;
	width: 110px;
	padding-top: 20px;
}

.facility img {
	float: left;
	padding: 3px;
	border: 4px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: border, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

.facility img:hover {
	border: 4px solid silver!important;
}

.facility .awaiting_image {
	width: 50px;
	height: 50px;
	background: silver;
	border: 2px solid silver;
	float: left;
	display: block;
	padding: 3px;
}

.menus {
	float: right;
	width: 200px;
	text-align: center;
	border: 1px dashed silver;
	display: block;
	margin: 40px 0 20px 20px;
	padding: 15px;
}

.menus ul li {
	list-style-type: none;
}

#main_content .room_thumbs ul {
	margin: 0;
}

#main_content .room_thumbs ul li {
	list-style-type: none!important;
}

#main_content .room_thumbs a {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border: 4px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: border, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#main_content .room_thumbs a:hover {
	border: 4px solid silver!important;
}

#main_content #rooms_list {
	float: right;
	width: 150px;
	text-align: center;
	border: 1px dashed silver;
	display: block;
	margin: 0px 0 20px 20px;
	padding: 15px;
}

#main_content #rooms_list ul {
	list-style-type: none;
}

/* ---------- NEWS AND BLOG ---------- */

#middle_col {
	width: 440px;
	float: left;
}

.article_entry_details {
	font-style: italic;
	margin-top: -15px;
}

.title_wrapper {
	margin-left: 70px;
}

.avatar {
	float: left;
	border: 3px solid black;
	margin: 0px 15px 0px 0px;
}

.bookmarks {
	margin-bottom: 25px;
	font-size: 1.2em;
}

.bookmarks img {
	padding-left: 10px;
}

.news_image {
	float: right;
	border: 2px solid black;
	margin: 7px 0 10px 10px;
}

/* ---------- HOMEPAGE COLUMNS ---------- */

#notice {
	border: 1px dashed silver;
	background-color: #fffdf6;
}

#notice h2 {
	font-size: 1em;
	text-transform: uppercase;
	background-color: #750b0b;
	color: white;
	display: block;
	padding: 10px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#notice p {
	padding: 10px;
	margin: 0px;
}

#home_col_container {
	position: relative;
	height: 200px;
	width: 647px;
}

#home_col_container li {
	padding-bottom: 5px;
}

#leftCol, #middleCol, #rightCol {
	width: 200px;
	display: block;
	height: 150px;
	position: absolute;
	border: 2px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, border;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, linear;
}

#leftCol:hover, #middleCol:hover, #rightCol:hover {
	border: 2px solid gray;
}

#leftCol {
	top: 15px;
	left: 0px;
	bottom: 15px;
	background: url(../global_images/offers.jpg) no-repeat;
}

#middleCol {
	top: 15px;
	bottom: 15px;
	left: 213px;
	background: url(../global_images/news.jpg) no-repeat;
	display: block;
	height: 150px;
}

#rightCol {
	top: 15px;
	right: 20px;
	bottom: 15px;
	background: url(../global_images/gallery.jpg) no-repeat;
}

.bottom_links {
	position: absolute;
	bottom: 0px;
}

#home_col_container h3 {
	font-size: 1.7em;
	bottom: 0px;
	color: white;
	padding: 0 0 0 10px;
	margin: 0;
}

#home_col_container p {
	margin: 0;
	padding: 0 0 5px 10px;
}

#home_col_container a:link, #home_col_container a:visited {
	color: #fceabe;
	border: none;
}

#home_col_container a:hover, #home_col_container a:active {
	color: white;
	background: transparent;
}

.welcome {
	text-indent: -9999px;
	background: url(../global_images/welcome_bg.gif) no-repeat;
	height: 53px;
	width: 507px;
}



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

#sidebar {
	float: right;
	width: 187px;
	padding: 20px;
	text-align: center;
}

#sidebar .boxout {
	background: url(../global_images/sidebar_separator.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

#sidebar .book_online a:link, #sidebar .book_online a:visited {
	background-image: url(../global_images/book_online_button.png);
	display: block;
	width: 185px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#sidebar .book_online a:hover, #sidebar .book_online a:active {
	background-image: url(../global_images/book_online_button_hover.png);
}

#sidebar h3 {
	font-size: 1.5em;
	margin-bottom: 1.2em;
	color: white;
}

#sidebar ul li {
	font-size: 1.2em;
	line-height: 1.6em;
}

#sidebar a:link, #sidebar a:visited {
	color: #fceabe;
}

#sidebar a:hover, #sidebar a:active {
	color: white;
}

/* ---------- GOOGLE MAP ---------- */

#google_map {
	width: 180px;
	height: 150px;
	background-color: black;
	border: 3px solid silver;
	margin: 15px 0px;
}

/* ---------- LOCATION MAP ---------- */

#location_map {
	width: 300px;
	height: 200px;
	float: right;
	background-color: black;
	border: 3px solid black;
	margin: 0 0 10px 15px;
}

/* ---------- GALLERY ---------- */

#gallery {
	padding-bottom: 55px;
}

#gallery table {
	font-size: 1.2em;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

#gallery td {
	padding-left: 0px;
	padding-right: 10px;
}

#gallery .thumb img {
	width: 80px;
	height: 80px;
	border: 4px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, border;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, linear;
}

#gallery a {
	border: none!important;
}

#gallery .thumb img:hover {
	border: 4px solid silver;
}

#gallery .thumb_title {
	text-align: center;
}

#gallery .gallery_paginate {
	margin-top: 30px;
}

/* ---------- FOOTER ---------- */

#footer {
	text-align: center;
	font: .9em Georgia, "Times New Roman", Times, serif;
	background: url(../global_images/footer_bg.jpg) no-repeat center top;
	padding-top: 20px;
	color: #eaeaea;
}

#footer p {
	padding: 20px;
}

#footer a:link, #footer a:visited {
	color: #fceabe;
}

#footer a:hover, #footer a:active {
	
}

/* ---------- CLEARFIX ---------- */

.clear {
	clear: both;
	height: 1px;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */
