/*
	Bohemia Website 2010 Stylesheet
	By Richard Delph
	
	See base.css for CSS reset and general classes
	
	Default body font size set to 100% (16px)
	so calculate em sizes from this
*/

body {
	font-family: Verdana, Sans-serif;
	background-color: #000;
	text-align: center;
}

ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin-left: 0;
}
ol li {
	margin: 1em 0;
}

#page-wrapper {
	width: 887px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header-wrapper {
	position: relative;
	height: 80px;
	background: url(/images/header-bg.gif) no-repeat left 23px;
}
#group-navigation {
	float: left;
	list-style-type: none;
	font-size: 0.5625em; /* 0.5625em = 9px */
	margin-top: 10px;
}
#group-navigation li {
	float: left;
	margin-right: 10px;
}
#group-navigation li a {
	color: #999;
	text-decoration: none;
}

#telephone {
	float: right;
	color: #999;
	font-size: 0.5625em;
	margin: 10px 0 5px 0;
}

#language-selector {
	clear: right;
	float: right;
	width: auto;
	overflow: hidden;
}
#language-selector a {
	float: left;
	display: block;
	margin-left: 5px;
	width: 17px;
	height: 11px;
}
#language-selector a img {
	float: left;
}

#logo { 
	position: absolute;
	left: 375px;
	z-index: 10;
}

#logo a {
	display: block;
	width: 137px;
	height: 127px;
	background: url(/images/logo.png) no-repeat left top;
	text-indent: -999em;
}

#main-navigation li {
	display: block;
	float: left;
}

#main-navigation li a {
	display: block;
	color: #f7ad0d;
	text-decoration: none;
	font-size: 0.6em;
	background: url(/images/nav-a-bg.gif) no-repeat right top;
	width: 75px;
}

#main-navigation li a span {
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 9px;
	background: url(/images/nav-span-bg.gif) no-repeat left top;
	text-align: center;
	cursor: pointer;
}

#main-navigation {
	position: relative;
	margin-top: -33px;
	width: 100%;
	overflow: hidden;
}

#main-navigation li a:hover,
#main-navigation li a.selected {
	color: #fff;
}

#nav-private-dining { margin-right: 137px; }

#main-navigation li a span.half-pad {
	height: 29px;
	padding-top: 4px;
}


#image-rotator {
	width: 887px;
	height: 289px;
}

#quote-wrapper {
	position: relative;
	float: left;
	padding: 12px 0 12px 12px;
	font-size: 0.75em;
	color: #fff;
	background: url(/images/review-bg.gif) no-repeat right top;
	width: 565px;
}
#quote-wrapper .quote {
	position: absolute;
	display: none;
	left: 12px;
	top: 6px;
	z-index: 0;
}
#image-rotator .quote.current { z-index: 2; }
#image-rotator .quote.previous { z-index: 1; }

#quote-wrapper #author {
	font-size: 0.75em;
	color: #f7ad0d;
}

#mailing-list-form-wrapper {
	float: right;
	width: 278px;
	padding: 12px 0 12px 12px;
	background: url(/images/mailing-list-bg.gif) no-repeat left top;
}

#mailing-list-form-wrapper h4 {
	float: left;
	width: 63px;
	height: 9px;
	background: url(/images/mailing-list.gif) no-repeat left top;
	text-indent: -999em;
	margin: 2px 6px 0 0;
}

#mailing-list-form input {
	float: left;
	border: none;
	padding: 1px 0 2px;
	width: 70px;
	margin: 0 6px 0 0;
	font-size: 0.5625em;
	text-align: center;
}

.submit {
	display: block;
	float: left;
	background: url(/images/button-bg.gif) repeat-x left top;
	height: 14px;
	width: 42px !important;
	border: none;
	margin: 0;
	padding: 0;
	color: #fdb426;
}


#content-wrapper {
	clear: both;
	float: left;
	width: 517px;
	font-size: 0.75em;
	padding: 25px 30px 25px 30px;
	color: #fff;
	background: url(/images/content-wrapper-bg.jpg) no-repeat left top;
	text-align: justify;
}
#content-wrapper h2 {
	font-size: 1em; /* 1em = 0.75em as it inherits from content-wrapper */
	text-transform: uppercase;
	margin-bottom: 1.1667em;
	color: #f7ad0d;
}
#content-wrapper h3 {
	font-size: 1em;
	margin-bottom: 0.75em;
	color: #f7ad0d;
}
#content-wrapper h2.normal-case {
	text-transform: none;
}
#content-wrapper p {
	margin-bottom: 1.1667em;
}
#content-wrapper a {
	text-decoration: none;
	color: #f7ad0d;
}
#content-wrapper a:hover {
	color: #fff;
}

#content-wrapper hr {
	clear: both;
	height: 0px;
    width: 491px;
    background: #f7ad0d;
	padding-top: 1px;
	border: none;
	margin: 0;
}
#content-wrapper hr.dotted {
	padding-top: 4px;
	background-color: none;
	background: url(/images/dotted-hr.gif) no-repeat;
}
#content-wrapper hr.dotted2 {
	padding-top: 4px;
	background-color: none;
	width: 513px;
	background: url(/images/dotted-hr2.gif) no-repeat;
}

#right-sidebar {
	float: right;
	width: 290px;
}

#quick-links {
	width: 290px;
	overflow: hidden;
}
#quick-links a {
	display: block;
	float: left;
}
#quick-links a.margin-bottom {
	margin-bottom: 8px;
}
#quick-links a.margin-right {
	margin-right: 16px;
}
#quick-links a img {
	float: left;
}


#footer-wrapper {
	clear: both;
	width: 100%;
	padding-top: 13px;
}
#contact-details {
	color: #f7ad0d;
	font-size: 0.6875em;
	text-align: center;
	margin-bottom: 2px;
}
#contact-details a {
	color: #f7ad0d;
	text-decoration: none;
}
#address {
	color: #fff;
	font-size: 0.6875em;
	text-align: center;
}

#legal-links {
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
	list-style-type: none;
	font-size: 0.6875em;
	color: #808080;
}

#legal-links li {
	float: left;
}
#legal-links a {
	text-decoration: none;
	color: #808080;
}


#photo-gallery {
	margin-left: 15px;
}

#photo-gallery a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
	overflow: hidden;
	border: 1px solid #000;
}
#photo-gallery a img {
	float: left;
}


#pageflip {
	position: absolute;
	right: 0;
	top: 0;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg-block {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/images/page-flip-content.jpg) no-repeat right top;
	text-indent: -9999px;
}

/* formatting for food menu selectors */
.menu-selector {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 8px 0;
}
.menu-selector img {
	float: left;
	margin-right: 8px;
}
#content-wrapper .menu-selector h3 {
	color: #fff;
	margin: 0;
}
#content-wrapper .menu-selector p {
	margin: 0;
}

/* dining room page */
.dining-room {
	padding-top: 11px;
}


/* special offers */
#content-wrapper .special-offer {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
	margin: 15px 0 10px 0;
}
#content-wrapper .special-offer .image {
	float: right;
	margin-left: 15px;
}
#content-wrapper .special-offer .description {
	float: left;
	width: 394px;
	text-align: left;
}
#content-wrapper .special-offer .description h3 {
	font-size: 1.33em;
	margin: 0;
}
#content-wrapper .special-offer .description p {
	margin: 0 0 1.1667em 0;
}
#content-wrapper .special-offer .description ul {
	list-style: none outside url(/images/star.gif);
	margin: 0 0 0 3em;
}
#content-wrapper .special-offer .description ul li {
	margin: 0;
	font-size: 0.8333em;
}
#content-wrapper .special-offer .description .book-now {
	display: block;
	background: url(/images/book-now.gif) no-repeat left top;
	width: 115px;
	height: 28px;
	text-indent: -999em;
	margin: 1em 0 0 0;
}


/* news & events page */
#content-wrapper .news-item {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 8px 0;
}
#content-wrapper .news-item img {
	float: left;
	margin-right: 8px;
}
#content-wrapper .news-item .news-description {
	float: left;
	width: 424px;
}
#content-wrapper .news-item .news-description h3 { color: #fff; margin: 0; }
#content-wrapper .news-item .news-description p { margin: 0; }
#content-wrapper .news-item .news-description p.date { color: #f7ad0d; }
