/* @override http://www.harddaysnighthotel.com/css/screen.css */

/*  

	PROJECT NAME Screen.css
	VERSION 1.1 
	NICK TOYE
	NICK@NICKTOYE.CO.UK
	
	CONTENTS ----------
		
		FILL IN
	
	------------------
		
	PALETTE ----------
	
		colour #hex
	
	------------------
	
*/

/* 0. IMPORTS
----------------------------------------------------------------------- */


@import url(reset.css); /* RESET CSS */
@import url(scratch.css); /* SCRATCH CSS */



/* 1. BODY
----------------------------------------------------------------------- */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	background-image: url(../img/body.png);
	color: #fff;
	
}

p {
	font-size: 1.2em !important;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}



/* hides the access menu */
ul#nav_access { 
	position:absolute; 
	top:-9999px; 
	left:-9999px; 
}

/* 2. DEFAULTS 
----------------------------------------------------------------------- */


/* LISTS */

ul { list-style:none; margin-bottom: 1.5em;}
ul li, ol li { 
	font-size: 1em; /* 12px */
	line-height: 1.5em;
	margin: 0; 
}

ul.generic-list li {
	padding-left: 24px;
	background: url(../img/icons/tick.png) no-repeat 0 50%;
}

ol { list-style:decimal inside;}
ol li { color:#000;}

#main-content ul li {
	font-size: 1.2em;
	padding-left: 14px;
	background: url(../img/icons/bullet.gif) no-repeat 0 4px;
}


dl.grid-list {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	border-bottom: 1px solid #393838;
	position: relative;
	width: 100%;
}

dl.grid-list.last {
	border-bottom: 0 !important;
}

dl.grid-list dt {
	font-size: 1.4em;
	color: #fff;
}

dl.grid-list dd.img {
	float: left;
}

dl.grid-list dd.img img {
	border: 1px solid #393838;
	padding: 1px;
	margin: 0px 15px 10px 0;
	float: left;
	width: 100px;
	height: 100px;
}

dl.grid-list dd {
	padding-top: 10px;
}

dl.grid-list dd p {
	
}

dl.grid-list dd.links {
	float: left;
}

dl.grid-list dd.links ul li {
	display: inline;
	font-size: 1.2em;
	background: none;
	padding-right: 5px;
	margin-right: 3px;
}



/* BLOCKQUOTES */

blockquote {
	font-style: italic;  
	padding: 20px 20px 4px 20px; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #BEB3A3; 
	border-bottom: 2px solid #BEB3A3; 
	background: #F7E8D4; 
	color: #333; 
}
blockquote p {  } 
blockquote cite { 
	font-family: Georgia; 
	font-size: 1em; /* 12px ÷ 12px */
	line-height: 1.5em; /* 18px ÷ 12px */
	text-align: right; 
	margin: 1.5em 0 0; 
	display: block;
}

/* TYPE EMBELLISHMENTS */

abbr { border-bottom:1px dotted #999; cursor:help;}
abbr:hover { border-bottom:1px dotted #666; }
del { color:#999; }
strong { font-weight:bold; }
em { font-style:italic; color:#666;}
sup { font-size: 75%; position: relative; top: -5px;}


/* 3. HEADINGS 
----------------------------------------------------------------------- 
(divide whatever the desired pixel size by 12px and that gives you your EM value)
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #fff;  
}

h1 { 
	font-size: 2.2em;
	font-weight: normal;
	color: #ccc;	
	margin-bottom: 15px;
}
h2 { 
	font-size: 1.8em;
	font-weight: normal;
	color: #ccc;
	margin-bottom: 15px;	
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #ccc;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #ccc;
	margin-bottom: 10px;
}

strong {
	color: #fff;
}

hr {
	border: 0;
	background: rgba(255,255,255,.2);
	/background: #3d3d3d;
	height: 1px;
	margin-bottom: 15px;
}

/* 4. LINKS 
----------------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #DCE3B5;
}

a:hover, a:focus {
	color: #9FA193;
}

li.last {
	margin: 0 !important;
	border: 0 !important;
}

p.vouchersLink {
	background: url(../img/icons/vouchers.jpg) no-repeat;
	padding-left: 100px;
	height: 100px;
	display: block;
}


/* 4.1 BUTTONS */

a.bookNow-btn {
	background: url(../img/buttons/bookNow-btn.png) no-repeat;
	width: 200px;
	height: 32px;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
}

a.bookNow-btn:hover {
	background-position: 0 -32px;
}

#review-box a.contactUs-btn {
	background: url(../img/buttons/contactUs-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	float: right;
	text-indent: -3000px;
	cursor: pointer;
}

#review-box a.contactUs-btn:hover {
	background-position: 0 -32px;
}

/* a.viewReviews-btn {
	background: url(../img/buttons/viewReviews-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
	
}

a.viewReviews-btn:hover {
	background-position: 0 -32px;
} */

input.signUp-btn {
	background: url(../img/buttons/signUp-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	text-indent: -3000px;
	cursor: pointer;
	border: 0;
}

input.signUp-btn:hover {
	background-position: 0 -32px;
}


/* 5. IMAGES 
----------------------------------------------------------------------- */

img {
	
}

body.booking-page #content img {
	margin: 30px 91px;
}

img.right {
	float: right;
	border: 1px solid #393838;
	padding: 1px;
	margin: 0 0 20px 20px;
}

/* 6. SCAFFOLD 
----------------------------------------------------------------------- */

#container {
	background: #0b0b0b url(../img/container.png) repeat-y top;
	width: 970px;
}

#branding {
	background: #0b0b0b;
	position: relative;
	width: 950px !important;
	margin: 0 10px 0 10px;
	float: left;
}

#branding p#tag {
	position: absolute;
	top: 25px;
	left: 250px;
	font-size: 2.4em !important;
	color: #fff;
}

#branding p#tag span {
	display: block;
	text-indent: 150px;
}



/* 8. NAVIGATION 
----------------------------------------------------------------------- */

ul.nav {
	position: relative;
	z-index: 100;	
	background: url(../img/nav-bg.png) repeat-x;
	width: 940px;
	margin: 0 5px 0 5px;
	padding: 0 10px;
	z-index: 10;
	height: 34px;
}

ul.nav li {
	float: left;
	font-size: 1.6em;
	line-height: 34px;
	margin-right: 10px;
	
}


ul.nav li.contact-us {
	margin-right: 0 !important;
}

ul.nav li a {
	color: #0a0a0a;
	display: block;
	height: 31px;
	padding: 0 10px;
	text-shadow: 0 1px 0 rgba(187,187,187,.8);
}

ul.nav li a:hover, ul.nav li.active a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(60,60,60,.4);
	
}

li.home {
	margin-right: 0 !important;
	height: 34px;
}

li.home a {
	float: left;
	text-indent: -3000px;
	margin: 0 !important;
	background: url(../img/icons/home-icon.png) no-repeat 50% -2px;
	width: 20px !important;
	height: 34px !important;
	padding: 0 10px !important;
	overflow: hidden;
}

li.home a:hover, li.active a {
	background-position: 50% -36px;
}

body.home li.first a, body.section a#section {
	color: #7c7d7b !important;
}

/* DROP DOWNS */

ul.nav li ul.drop {
	position: absolute;
	z-index: 10;
	top: 0px;
	margin-top: 31px;
	left: -3000px;
	padding-top: 5px;
	border-bottom: 0;
	background: rgba(0,0,0,.4) url(../img/navDrop-bg.png) repeat-x top;
	
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	padding-bottom: 5px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	min-width: 10em;
	max-width: 12em;
}

ul.nav li.news ul.drop {
	width: 100px;
}

ul.nav li ul.drop li {
	float: none !important;
	font-size: .9em;
	margin-right: 0;
	width: 100%;
}

ul.nav li ul.drop li a {
	color: #0a0a0a;
	display: block;
	height: 31px;
	padding: 0 10px;
	text-shadow: 0 1px 0 rgba(187,187,187,.8);
}

.nav li:hover ul.drop, .nav li.sfhover div.drop-box { /* lists nested under hovered list items */
	left: auto;
}

.nav ul.drop a:hover, .nav ul.drop li.active a {
	text-shadow: none;
	color: #3d3d3d !important;
	background: rgba(255,255,255,.7);
}


ul#news-summaries {
	
}

ul#news-summaries li {
	background: 0;
	border-bottom: 1px solid #393838;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

ul#news-summaries li h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

ul#news-summaries li p.date {
	font-size: 1.0em !important;
}

ul#news-summaries li p {
	font-size: 1em !important;
}

ul#news-summaries li {
	float: left;
}

ul#news-summaries li img {
	float: left;
	margin: 0 15px 15px 0;
}

a.downloadfile {
	font-size: 1.2em;
	padding: 4px 20px 4px 0;
	background: url(../img/icons/download-icon.png) no-repeat right top;
}

/* 8. SPECIFIC CONTENT 
----------------------------------------------------------------------- */

/* 8.1 CONTENT/BRANDING */

#logo {
	text-indent: -3000px;
	width: 250px;
	height: 120px;
	background: url(../img/logo.png) no-repeat;
}

#logo a {
	display: block;
	width: 205px;
	height: 120px;
}

/* 8.1 CONTENT/BRANDING/CONTACT */

ul#contact {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 0 0 0;
}

ul#contact li strong {
	font-size: 120%;
	color: #fff;
	margin-right: 2px;
}



ul#contact li a.bookNow-btn {
	margin: 10px 0 0 -4px;
}


/* 8.2 CONTENT/HERO */

#hero {
	width: 960px;
	height: 350px;
	margin: -34px 0 0 0;
	position: relative;
	float: left;
}

#slideshow {
	position: relative;
	z-index: 5;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#breaks-offers {
	
}

#breaks-offers a {
	position: absolute;
	top: 261px;
	left: 280px;
	background: #E86A10;
	padding: 10px;
	z-index: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.6);
	-webkit-transition: background linear .4s;
	color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
	border: 1px dashed #fff;
}

#breaks-offers strong {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#breaks-offers a:hover {
	background: #9FA193;
}


/* 8.3 CONTENT/WELCOME */

#welcome {
	padding: 20px 0 0 10px;
	margin: 0 0px 28px 0;
}

body.home #welcome {
	width: 460px;
}

body.home #welcome h1 {
	margin-right: 65px;
}

#main-content {
	padding: 20px 0 0 10px;
	margin: 0 0 10px 0;
}


#main-content #welcome {
	padding: 0;
}


#welcome p {
	font-size: 1.3em;
}

ul#polaroids {
	margin-top: 35px;
	margin-bottom: 0;
	left: 15px;
	padding: 0;
	width: 455px;
	height: 140px;
	background: url(../img/goldBox.png) no-repeat;
	text-align: center;
	position: relative;
}

ul#polaroids li {
	
}

ul#polaroids li#luxury-room a {
	display: block !important;
	width: 98px;
	height: 117px;
	float: left;
	text-indent: -3000px;
	background: url(../img/goldBox-rooms.png) no-repeat 0 0;
	position: absolute;
	left: 13px;
	top: 16px;
}

ul#polaroids li#luxury-room a:hover {
	background-position: 0 -117px;
}

ul#polaroids li#deluxe-room a {
	display: block !important;
	width: 98px;
	height: 117px;
	float: left;
	text-indent: -3000px;
	background: url(../img/goldBox-rooms.png) no-repeat -98px 0;
	position: absolute;
	left: 124px;
	top: 16px;
}

ul#polaroids li#deluxe-room a:hover {
	background-position: -98px -117px;
}

ul#polaroids li#mccartney-suite a {
	display: block !important;
	width: 98px;
	height: 117px;
	float: left;
	text-indent: -3000px;
	background: url(../img/goldBox-rooms.png) no-repeat -196px 0;
	position: absolute;
	left: 234px;
	top: 16px;
}

ul#polaroids li#mccartney-suite a:hover {
	background-position: -196px -117px;
}

ul#polaroids li#lennon-suite a {
	display: block !important;
	width: 98px;
	height: 117px;
	float: left;
	text-indent: -3000px;
	background: url(../img/goldBox-rooms.png) no-repeat -294px 0;
	position: absolute;
	left: 343px;
	top: 16px;
}

ul#polaroids li#lennon-suite a:hover {
	background-position: -294px -117px;
}

ul#polaroids h3 {
	background: url(../img/goldBox-title.png) no-repeat;
	width: 179px;
	height: 41px;
	margin: -25px auto 0;
	text-indent: -3000px;
}

ul#polaroids li {
	display: inline;
	
	margin-right: 18px;
	height: 126px;
	
}


ul#polaroids li a img {
	display: block;
	
	height: 126px;
	opacity: .9;
}

ul#polaroids li a:hover img {
	opacity: 1;
}

ul#call2Action-1 li {
}

ul#polaroids li a span {
	display: block;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: center;
}


#price-range {
	border-top: 1px solid #3d3d3d;
	padding-top: 15px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 15px;
}



/* 8.4 CONTENT/CALL2ACTION-1 */

/* 8.4.1 CONTENT/CALL2ACTION-1/REVIEW-BOX */

li#review-box {
	background: url(../img/review-box.jpg) no-repeat top left;
	height: 250px;
	position: relative;
}

li#review-box p {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
}




/* 8.4.2 CONTENT/NEWSLETTER-BOX */

#newsletter-box {
	margin-top: -13px;
	width: 220px;
	height: 270px;
	background: url(../img/signupForm-box.png) no-repeat top;
	
	text-align: center;
	position: relative;
}

#newsletter-box a.signUp-btn {
	background: url(../img/buttons/signUp-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	text-indent: -3000px;
	cursor: pointer;
	border: 0;
	position: relative;
	top: 180px;
	display: block;
	margin: 0 auto;
}

#newsletter-box a.signUp-btn:hover {
	background-position: 0 -32px;
}



/* 8.4.3 CONTENT/CALL2ACTION-1/BLOG-BOX */

li#blog-box {
	background: url(../img/blog-box-footer.png) no-repeat bottom;
}

li#blog-box h2 {
	background: url(../img/blog-box-header.png) no-repeat top left;
	line-height: 39px;
	padding: 0 10px;
	font-size: 1.4em;
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #464a39;
	margin: 0;
}

li#blog-box h2 strong {
	color: #fff;
	font-weight: bold;
}

li#blog-box h2 a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/icons/rssFeed-icon.png) no-repeat;
	text-indent: -3000px;
	position: absolute;
	right: 14px;
	top: 14px;
}

li#blog-box ul {
	margin-bottom: 0;
	padding-left: 73px;
	background: #898c7d url(../img/theBeatles.jpg) no-repeat;
	height: 180px;
}

li#blog-box ul a {
	color: #fff;
	font-size: 90%;
}

li#blog-box ul li {
	height: 45px;
	border-left: 1px solid #3E4132;
	background: #898c7d;
}

li#blog-box ul li p {
	margin: 0 !important;
	
}

li#blog-box ul li a {
	display: block;
	height: 34px;
	padding: 5px;
	border-bottom: 1px solid #464a39;
}

li#blog-box ul li a:hover {
	text-decoration: none;
	background: #717467;
}

li#blog-box ul.tabNavigation {
	height: 25px;
	width: 100%;
	padding-left: 0;
	background: 0 !important;
	border-bottom: 0;
}

li#blog-box ul.tabNavigation li {
	float: left;
	width: 110px;
	padding: 0;
	background: 0 !important;
	height: 25px;
	border: 0;
}

li#blog-box ul.tabNavigation li a {
	height: 25px;
	float: left;
	width: 100%;
	padding: 0;
	line-height: 25px;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #3E4132;
	border-bottom: 0;
}

ul.tabNavigation li.last a {
	border-right: 0 !important;
}

li#blog-box ul.tabNavigation li a:hover, li#blog-box ul.tabNavigation li a.selected  {
	background: 0;
	text-decoration: none;
	color: #1a1a1a;
}

/* 8.5 CONTENT/CALL2ACTION-2 */

ul#call2Action-2 li {
	
}

ul#call2Action-2 li h2 {
	background: #3d3d3d;
	height: 40px;
	line-height: 40px;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0 10px;
}

ul#call2Action-2 li h2 strong {
	color: #ffffff !important;
}

ul#call2Action-2 li p {
	font-style: italic;
	font-size: 1.2em;
	padding-left: 5px;
	margin-top: 5px;
}

ul#call2Action-2 a {
	display: block;
}

ul#call2Action-2 a:hover {
	text-decoration: none;
}

ul#call2Action-2 img {
	border: 0;
	padding: 0;
}

ul#call2Action-2 a img {
	opacity: .9;
}

ul#call2Action-2 a:hover img {
	opacity: 1;
}

/* 8.6 CONTENT/INFORMATION */

ul#information {
	
}

body.Our.Location ul#information {
	margin: 0;
}

body.Our.Location ul#information li {
	background: 0;
	padding: 0;
}

ul#information li h3 {
	background: #3d3d3d;
	height: 40px;
	line-height: 40px;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0 10px;
	position: relative;
	margin: 0;
}

ul#information li h3 strong {
	color: #ffffff !important;
}

body.Our.Location ul#information h3 {
	font-size: 1.2em;
}

body.Our.Location li#wantToKnow-box li {
	font-size: 1.0em;
}

ul#information li#wantToKnow-box {
	background: #272525;
	height: 320px;
}

ul#information li#wantToKnow-box li {
	height: 27px;
	border-bottom: 1px solid #323030;
	line-height: 27px;
	padding-left: 32px;
}

ul#information li#wantToKnow-box li a {
	color: #fdfdfd;
}

body.Our.Location li#wantToKnow-box li.parking, li#wantToKnow-box li.parking {
	background: url(../img/icons/info-icons.png) no-repeat 5px 0px;
}

body.Our.Location li#wantToKnow-box li.smoking-policy, li#wantToKnow-box li.smoking-policy {
	background: url(../img/icons/info-icons.png) no-repeat 5px -27px;
}

body.Our.Location li#wantToKnow-box li.environmental-policy, li#wantToKnow-box li.environmental-policy {
	background: url(../img/icons/info-icons.png) no-repeat 5px -54px;
}

body.Our.Location li#wantToKnow-box li.directions, li#wantToKnow-box li.directions {
	background: url(../img/icons/info-icons.png) no-repeat 5px -81px;
}

body.Our.Location li#wantToKnow-box li.services, li#wantToKnow-box li.services {
	background: url(../img/icons/info-icons.png) no-repeat 5px -108px;
}

body.Our.Location li#wantToKnow-box li.careers, li#wantToKnow-box li.careers {
	background: url(../img/icons/info-icons.png) no-repeat 5px -161px;
}

body.Our.Location li#wantToKnow-box li.about-hotel, li#wantToKnow-box li.about-hotel {
	background: url(../img/icons/info-icons.png) no-repeat 5px -134px;
}

body.Our.Location li#wantToKnow-box li.faq, li#wantToKnow-box li.faq {
	background: url(../img/icons/info-icons.png) no-repeat 5px -189px;
}

body.Our.Location li#wantToKnow-box li.links, li#wantToKnow-box li.links {
	background: url(../img/icons/info-icons.png) no-repeat 5px -216px;
}

li#wantToKnow-box li a {
	display: block;
}

li#wantToKnow-box li a:hover {
	text-decoration: none;
	color: #9FA193 !important;
}

li#wantToKnow-box li.omega {
	border: 0 !important;
}

li#ourLocation-box h3 {
	position: relative;
}


li#ourLocation-box ul#overlays {
	position: absolute;
	top: 0;
	right: 10px;
}

li#ourLocation-box ul#overlays li {
	display: inline;
	border-right: 1px solid #ccc;
	font-size: 75%;
}

li#ourLocation-box ul#overlays li a {
	color: #ccc;
	font-style: italic;
	
	padding-right: 5px;
}

ul#overlays li.omega {
	border: 0 !important;
}

ul#overlays li.omega a {
	padding: 0 !important;
}

ul#overlays li a:hover {
	color: #fff !important;
}

img#shopping {
	display: none;
}

/* OPEN TABLE */

table#OTWrapper {
	width: 100%;
	position: relative;
}

#WidgetLogo {
	width: 150px !important;
	display: block !important;
}

#WidgetLogo img {
	float: left;
}

#RestaurantText {
	
	font-size: 1.4em;
}

#RestaurantText {
	color: #3d3d3d !important;
}

#CityAndState {
	text-align: left !important;
}

/* 8.7 CONTENT/SIDEBARS */



ul#filmstrip {
	margin: 15px 0 5px -5px;
}

ul#filmstrip li {
	width: 100px;
	height: 100px;
	display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
	background: 0;
	padding: 0;
}

ul#filmstrip li a img {
	width: 98px;
	height: 98px;
	opacity: .9;
}

ul#filmstrip li a:hover img {
	opacity: 1;
}

ul#filmstrip a.moreLink {
	display: block;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 15px;
}

body.home #sidebar {
	padding-top: 130px;
	margin-left: 60px;
	width: 320px;
}

#left-sidebar {
	padding: 20px 0 0 10px;
	margin: 0 0px 28px 0;
}

#right-sidebar {
	padding: 20px 0px 0 0px;
	margin: 0 0 0 10px;
	width: 170px;
}

body.contact-us #right-sidebar {
	width: 300px;
}

#right-sidebar address p {
	font-style: normal;
	background: url(../img/envelope-address.jpg) no-repeat;
	width: 300px;
	height: 200px;
	text-indent: -3000px;
}

#right-sidebar h3 {
	margin-left: 20px;
}

#right-sidebar li {
	margin-left: 0px;
}

#left-sidebar ul {
	margin-right: 15px;
}

#left-sidebar h3 {
	margin: 5px 0;
	border: 1px solid #393838;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}

#left-sidebar ul li {
	margin-left: 0px;
	padding-left: 14px;
	background: url(../img/icons/bullet.gif) no-repeat 0 2px;
	margin-bottom: 3px;
	
	float: none;
	/float: left;
	width: 192px;
	
}

#left-sidebar ul li a {
	font-size: 1.2em;
	color: #fff;
	
}

#left-sidebar ul li a:hover {
	color: #AEACAC;
	text-decoration: none;
}

body.weddings #left-sidebar img {
	position: absolute;
	top: 20px;
	left: 0;
}

body.lennon-suite li.lennon-suite a, body.mccartney-suite li.mccartney-suite a, body.deluxe-room li.deluxe-room a, body.luxury-room li.luxury-room a, body.blakes-restaurant li.blakes-restaurant a, body.bar-four li.bar-four a, body.haris-bar li.haris-bar a, body.live-lounge li.live-lounge a, body.lounge-bar li.lounge-bar a, body.functions-parties li.functions-parties a, body.haris-bar li.haris-bar a, body.meetings-conferences li.meetings-conferences a, body.the-two-of-us li.the-two-of-us a, body.zygmant-suite li.zygmant-suite a, body.hard-days-night li.hard-days-night a, body.dinner-bed-breakfast-package li.dinner-bed-breakfast-package a, body.ticket-to-ride-package li.ticket-to-ride-package a, body.love-love-me-do li.love-love-me-do a, body.beatles-treat-package li.beatles-treat-package a, body.beatles-tour-package li.beatles-tour-package a, body.beatles-tribute-thursdays li.beatles-tribute-thursdays a, body.baby-you-can-drive-my-car li.baby-you-can-drive-my-car a  {
	color: #AEACAC !important;
}

body.weddings #left-sidebar li.weddings a {
	color: #AEACAC !important;
}

a.specialOffer img {
	margin: 15px 0;
	width: 200px;
}

a.followTweets {
	float: left;
	font-size: 1.2em;
	padding: 16px 0 16px 40px;
	background: url(../img/icons/followTweets.png) no-repeat;
}

/* Quick Links in Right Sidebar */

ul#quick-links {
	
	width: 150px;	
}

ul#quick-links li {
	width: 150px;
	margin-left: 20px;
}

ul#quick-links li a {
	background: url(../img/quicklinks.png) no-repeat;
	display: block;
	height: 90px;
	text-indent: -3000px;
}

ul#quick-links li#book-now a {
	background-position: 0 0;
}

ul#quick-links li#book-now a:hover {
	background-position: 0 -90px;
}

ul#quick-links li#download a {
	background-position: -150px 0px;
}

ul#quick-links li#download a:hover {
	background-position: -150px -90px;
}

ul#quick-links li#enquire a {
	background-position: 0 -180px;
}

ul#quick-links li#enquire a:hover {
	background-position: 0 -270px;
}

ul#quick-links li#offers a {
	background-position: 0 -360px;
}

ul#quick-links li#offers a:hover {
	background-position: 0 -450px;
}

ul#quick-links li#reserve-table a {
	background-position: -150px -180px;
}

ul#quick-links li#reserve-table a:hover {
	background-position: -150px -270px;
}

ul#quick-links li#drinks-menu a {
	background-position: -150px -360px;
}

ul#quick-links li#drinks-menu a:hover {
	background-position: -150px -450px;
}

ul#quick-links li#food-menu a {
	background-position: -300px 0px;
}

ul#quick-links li#food-menu a:hover {
	background-position: -300px -90px;
}

ul#quick-links li#cocktail-menu a {
	background-position: -300px -180px;
}

ul#quick-links li#cocktail-menu a:hover {
	background-position: -300px -270px;
}

ul#quick-links li#book-package a {
	background-position: -300px -360px;
}

ul#quick-links li#book-package a:hover {
	background-position: -300px -450px;
}

ul#quick-links li#book-package.call {
	display: none;
}

ul#quick-links li#book-package.book {
	display: block;
}

ul#quick-links li#suppliers a {
	background-position: -450px 0px;
}

ul#quick-links li#suppliers a:hover {
	background-position: -450px -90px;
}

ul#quick-links li#wine-menu a {
	background-position: -450px -180px;
}

ul#quick-links li#wine-menu a:hover {
	background-position: -450px -270px;
}

ul#quick-links li#fineWine-menu a {
	background-position: -450px -360px;
}

ul#quick-links li#fineWine-menu a:hover {
	background-position: -450px -450px;
}

ul#quick-links li#alacarte-menu a {
	background-position: -600px 0px;
}

ul#quick-links li#alacarte-menu a:hover {
	background-position: -600px -90px;
}

ul#quick-links li#special-menu a {
	background-position: -600px -180px;
}

ul#quick-links li#special-menu a:hover {
	background-position: -600px -270px;
}

ul#quick-links li#blakes-offers a {
	background-position: -600px -360px;
}

ul#quick-links li#blakes-offers a:hover {
	background-position: -600px -450px;
}

ul#quick-links li#functions-parties a {
	background-position: -750px 0px;
}

ul#quick-links li#functions-parties a:hover {
	background-position: -750px -90px;
}

ul#quick-links li#meetings-conferences a {
	background-position: -750px -180px;
}

ul#quick-links li#meetings-conferences a:hover {
	background-position: -750px -270px;
}

/* 9 PAGE SPECIFICS */

ul#function-suites {
	float: left;
	margin: 0px 0 35px 0px;
	width: 100%;
	padding-bottom: 50px;
}

ul#function-suites li {
	width: 100px;
	height: 100px;
	display: inline;
	margin-right: 25px;
	margin-bottom: 3px;
	background: 0;
	padding: 0;
	float: left;
}

ul#function-suites li a span {
	display: block;
	text-align: center;
	margin-top: 5px;	
}

ul#function-suites li a img {
	width: 98px;
	height: 98px;
	border: 1px solid #393838;
}

ul#function-suites li a:hover img {
	border-color: #ccc;
}

ul#suppliers {
	float: left;
	/*padding-bottom: 30px;*/
	margin: 0px 0px 35px 0px;
	width:100%;
}
#golftitle{
	font-size:40px;
	font-weight:bold;
	color:#fff;
}

ul#suppliers li {
	width: 100px;
	height: 100px;
	display: inline;
	margin-right: 25px;
	margin-bottom: 3px;
	background: 0;
	padding: 0;
	float: left;
}

ul#suppliers li a span {
	display: block;
	text-align: center;
	margin-top: 5px;	
}

ul#suppliers li a img {
	width: 98px;
	height: 98px;
	border: 1px solid #393838;
}

ul#function-suites li a:hover img {
	border-color: #ccc;
}

.suppliers img.supplier-logo {
	float: right;
	margin-left: 50px;
}

.suppliers h1 {
	margin-bottom: 0;
}

.suppliers h2 {
	font-size: 1.2em;
}

.suppliers dl {
	font-size: 1.2em;
}

.suppliers dt {
	font-weight: bold;
}

.suppliers dd {
	margin-bottom: 15px;
}


/* Special Offer cta's */

ul#special-ctas {
	float: left;
	margin-left: -20px;
}

ul#special-ctas li {
	float: left;
	background: 0;
	padding: 0;
	margin-right: 30px;
}

ul#special-ctas li.vouchers a {
	display: block;
	background: url(../img/vouchers-cta.jpg) no-repeat bottom;
	width: 150px;
	height: 114px;
	padding-bottom: 20px;
	text-align: center;
}

ul#special-ctas li.packages a {
	display: block;
	background: url(../img/packages-cta.jpg) no-repeat bottom;
	width: 150px;
	height: 114px;
	padding-bottom: 20px;
	text-align: center;
}

dl.packages-summary {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #393838;
}

dl.packages-summary dt {
	margin-bottom: 5px;
}

dl.packages-summary dt a {
	font-size: 1.4em;
}

dl.packages-summary dd {
	font-size: 1.2em;
	margin-bottom: 5px;
}

dl.packages-summary.last {
	border: 0;
}

/* SHOP PRODUCTS */

ul#sample-products {
	float: left;
	width: 620px;
	border-top: 1px solid #393838;
	padding-top: 15px;
}

ul#sample-products li {
	float: left;
	width: 155px;
	background: 0;
	padding: 0;
}

ul#sample-products li span a {
	text-align: center;
	display: block;
}

/* 10 CONTENT/SITE-INFO */

#site-info {
	width: 940px;
	padding: 15px 15px 20px;
	margin: 0 auto;
	color: #464939;
	background: url(../img/footer.png) no-repeat top;
	position: relative;
}

#site-info h3 strong, #site-info h3 {
	
	margin-bottom: 10px;
	color: #464939;
}

#site-info ul {
	padding: 0 !important;
	float: left;
}

#site-info ul li {
	font-size: 1.2em;
	float: left;
	width: 100%;
}

#site-info ul li a {
	
	color: #464939;
}

#site-info ul li a:hover {
	color: #202411;
}

#site-info address {
	font-style: normal;
}

#site-info address p {
	font-size: 1.0em !important;
}

#site-info p strong {
	display: block;
	color: #464939;
}

#site-info ul.socials li {
	margin-bottom: 5px;
}

#site-info ul.socials li a {
	background: url(../img/icons/socials.png) no-repeat 0 0;
	padding-left: 22px;
	display: block;
	height: 16px;
}

#site-info ul.socials li#vimeo a {
	background-position: 0 0;
}
#site-info ul.socials li#flickr a {
	background-position: 0 -16px;
}
#site-info ul.socials li#facebook a {
	background-position: 0 -32px;
}
#site-info ul.socials li#linked-in a {
	background-position: 0 -48px;
}
#site-info ul.socials li#twitter a {
	background-position: 0 -64px;
}


a#webtise-tag {
	color: #464939;
}

a#webtise-tag:hover {
	color: #3d3d3d;
	text-decoration: underline;
}

a#webtise-tag img {
	width: 110px;
}



/* 10. FORMS 
----------------------------------------------------------------------- */

form.signup-form {
	float: left;
	padding: 15px 0;
	border-top: 1px solid #393838;
	border-bottom: 1px solid #393838;
	
}

form.signup-form fieldset {
	
}

form.signup-form  label {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

form.signup-form  label span.label {
	float: left;
	width: 150px;
	font-size: 1.3em;
	color: #fff;
	
	margin-bottom: 5px;
}

span.label em.required {
	display: block;
}

label#captcha {
	margin: 15px 0;
	position: relative;
	padding-bottom: 5px;
}

label#captcha span.label {
	width: 100%;
}


label#captcha img {
	background: #fff;
	float: left;
	margin: 5px 0;
	display: block;
}

label#captcha input {
	margin-left: 50px;
	float: left;
}

form.signup-form  fieldset#newsletters {
	margin: 0px 0 50px 0px;
	font-size: 1.4em;
	color: #fff;
}

form.signup-form fieldset#newsletters label {
	margin-bottom: 0;
}

form.signup-form label input {
	-webkit-border-radius: 5px;
	border: 0;
	padding: 5px;
	-webkit-box-shadow: 0 -1px 2px #3d3d3d;
	color: #999;
	text-align: left;
	margin: 5px 0 0 0;
	width: 150px;
	font-size: 1.4em;
}

form.signup-form  fieldset#newsletters input {
	width: auto;
	margin-right: 10px;
}

input.submitBtn {
	background: url(../img/buttons/signUp-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	text-indent: -3000px;
	cursor: pointer;
	border: 0;
	text-transform: capitalize;
}

input.submitBtn:hover {
	background-position: 0 -32px;
}

span.tag {
	float: left;
	width: 100%;
}

form.signup-form h4 {
	font-size: 1.0em;
}

form#signup-form input.submitBtn {
	float: left;
	margin: 9px 0 9px 0;
}

ul#restaurants {
	float: left;
}

ul#restaurants li {
	float: left;
}

dd.form {
	float: left;
	background: red;
	width: 100%;
	display: none;
	
}


form#contact-form {
	padding-bottom: 15px;
	
}

form#contact-form label {
	float: left;
	margin-bottom: 15px;
}

form#contact-form label span.label {
	width: 175px;
	float: left;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1.3em;
}

form#contact-form label input {
	-webkit-border-radius: 5px;
	border: 0;
	padding: 5px;
	color: #999;
	text-align: left;
	margin: 5px 0 0 0;
	width: 410px;
	font-size: 1.4em;
}

form#contact-form label textarea {
	width: 410px;
	-webkit-border-radius: 6px;
	border: 0;
	padding: 5px;
	height: 100px;
	color: #999;
	text-align: left;
	margin: 5px 0 0 0;
	font-size: 1.4em;
}

form#contact-form label small {
	display: block;
	font-size: 10px;
	margin: 5px 0;
}

form#contact-form input.submitBtn {
	background: url(../img/buttons/submit-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	text-indent: -3000px;
	cursor: pointer;
	border: 0;
	float: right;
	margin-right: 18px;
	text-transform: capitalize;
}

form#contact-form fieldset {
	padding: 15px 0;
	border-top: 1px solid #393838;
}

form#contact-form input.submitBtn:hover {
	background-position: 0 -32px;
}

ul.contact-numbers {
	margin-left: 20px;

}

/* Live Lounge Form */

form#livelounge-form {
	padding-bottom: 15px;
}

form#livelounge-form label {
	float: left;
	margin-bottom: 15px;
}

form#livelounge-form label span.label {
	width: 145px;
	float: left;
	
	font-weight: normal;
	font-size: 1.2em;
}

form#livelounge-form label input {
	-webkit-border-radius: 5px;
	border: 0;
	padding: 5px;
	color: #999;
	text-align: left;
	margin: 5px 0 0 0;
	width: 135px;
	font-size: 1.2em;
}

form#livelounge-form input.submitBtn {
	background: url(../img/buttons/bookNow-btn.png) no-repeat;
	width: 128px;
	height: 32px;
	text-indent: -3000px;
	cursor: pointer;
	border: 0;
	float: right;
	margin-right: 18px;
}

form#livelounge-form input.submitBtn:hover {
	background-position: 0 -32px;
}


/* BOOKING FORM STYLES */

#calendar-container table {
	width: 240px;
	padding: 0;
	margin: 0 auto;
	float: left;
	overflow: hidden;
}

div#calendar-dateselect {
	float: left; 
	margin: 0 14px 5px;
}
div#quick-book {
  border: 0 none;
  background: #ffffff;
  background-color : rgba(255, 255, 255, 0.6);
  padding : 5px;
  width : 240px;
  font-family: sans-serif;
  font-size : 12px;
  position: relative;
  z-index: 5;
  top: 55px;
  left: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
}

div#calendar-help {
  text-align : center;
  font-style: italic;
  padding : 5px;
  color: #000000;
}
.yui-calendar .calweekdaycell {
	background-color: rgba(255, 255, 255, 0.6);
	color:#000000;
	font-style: italic;
	font-weight: 700;
	font-size: 10px;
}
.yui-calendar td.calcell {
	border:1px solid #fff;
	background-color: rgba(51, 51, 51, 0.7);
	font-style: italic;
}
.yui-calendar td.calcell a {
	color:#fff;
}
.yui-calendar td.calcell.oom {
	color:#ccc;
	background-color: rgba(153, 153, 153, 0.7);
	border:1px solid #eee;
	
}
.yui-calendar td.calcell.selected {
	background-color: rgba(159, 161, 147, 0.7);
	
}

.yui-calendar td.calcell.selected a {
	color:#000000;
}

.yui-calendar td.calcell.calcellhover {
	color:#000000;
	background-color: rgba(159, 161, 147, 1);
	border:1px solid #fff;
}

.yui-calendar td.calcell.calcellhover a {
	color:#000000;
}
.yui-calendar .calhead { 
	font-weight: 700;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #000000;
}

<!--[if IE]>
    <style type="text/css">
	div#quick-book { background-color : #fff; filter: alpha(opacity=60); }	
    .yui-calendar .calweekdaycell { background-color: #fff; filter: alpha(opacity=60); }
    .yui-calendar td.calcell { background-color: #333; filter: alpha(opacity=70); text-align: center; line-height: 20px;}
    .yui-calendar td.calcell.oom { background-color: #999; filter: alpha(opacity=70); }
    .yui-calendar td.calcell.selected { background-color: #9FA193; filter: alpha(opacity=70); }
    .yui-calendar td.calcell.calcellhover { background-color: #fff; filter: alpha(opacity=70); }
    .yui-calendar .calhead { background-color: #fff; filter: alpha(opacity=60); }
}

div#quick-book {
  border : 2px solid #888;
  background-color : #eee;
  padding : 5px;
  width : 240px;
  font-family: sans-serif;
  font-size : 12px;
}

div#calendar-help {
  height : 25px;
  line-height: 13px;
}

div#calendar-container-outer {
  overflow: auto;
}

div#calendar-help {
  text-align : center;
  padding : 2px;
}

div#calendar-help strong {
	color: #000;
}

div#offer-query h1 {
  font-size : 1.2em;
}

div#offer-query {
  margin-top : 5px;
  border : 2px solid #888;
  background-color : #eee;
  padding : 5px;
  width : 240px;
  font-family: sans-serif;
  font-size : 12px;
}

.room-select {
  width : 160px;
}

.blur {
  color : #bbb;
}

.error {
  background-color : #ffd0d2;
}






table.suite-details {
	width: 100%;
	height: auto;
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 1.0em;
	margin: 15px 0;
}

table.suite-details thead {
	border-bottom: 1px solid #000;
	background: #9FA193;
	color: #3d3d3d;
}

table.suite-details tbody {
	background: #464646;
	color: #fff;
	font-weight: bold;
}

table.suite-details thead th, table.suite-details tbody td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 5px;
}



/* Careers */

dl#availablePositions {
	
}

dl#availablePositions dt {
	font-size: 16px;
	margin-bottom: 15px;
	color: #DCE3B5;
	cursor: pointer;
}

dl#availablePositions dt:hover, dl#availablePositions dt.active {
	color: #9FA193;
}

dl#availablePositions dd {
	border: 1px solid #393838;
	margin-bottom: 15px;
	padding: 10px;
}


ul#suppliers li {
	height: 150px;
}
/*Landing Links*/
#linkspage{
	width:960px;
	padding:20px;
}
.single-link{
	width:208px;
	height:225px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.link-title{
	margin-top:5px;
	background:#3d3d3d;
	height:30px;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding: 5px 0px 5px 5px;
}
.right-sprite h3{
	margin: 5px 0;
	border: 1px solid #393838;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}
#baby-info{
	background:url('../images/babyshower.gif');
	width:160px;
	height:80px;
}
#baby-info:hover{
	background:url('../images/babyshower1.gif');
}
#christening-info{
	background:url('../images/christening.gif');
	width:160px;
	height:80px;
}
#christening-info:hover{
	background:url('../images/christening1.gif')
}
#enquire-info{
	background:url('../images/enquire.gif');
	width:160px;
	height:80px;
}
#enquire-info:hover{
	background:url('../images/enquire1.gif');
}
/*GOLF PAGE STYLES*/
.golf-club{
	width:475px;
	height:200px;
	float:left;
	margin-top:25px;
}
.golf-image{
	float:left;
	width:200px;
	height:200px;
}
.golf-info{
	float:left;
	height:180px;
	margin-left:px;
	padding-top:20px;
	width:250px;
}
.golf-info h3{
	text-align:center;
}
.fire-popup{
	color:#000;
	width:550px;
}
.fire-popup h1{
	text-align:center;
}
.facebox-image{
	margin-left:175px !important;
}