/* Main */

body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #e7c78c;
	background-image: url(../images/bkg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	margin: .5em 0 0 0;
	padding: .5em 0 0 0;
}
ul li {
	margin: 0;
	padding: .5em 0 0 .1em;
	list-style: none;
}
ol li {
	margin: 0 0 0 3em;
	padding: .5em 0 0 .1em;
	list-style: decimal;
}
h1 {
	font-size: 1.6em;
	line-height: 1.7;
	padding: 1.2em 0 0 0;
}
h2 {
	font-size: 1.55em;
	line-height: 1.6;
	padding: 1.2em 0 0 0;
}
h3 {
	font-size: 1.4em;
	line-height: 1.5;
	padding: 1.2em 0 0 0;
}
h4 {
	font-size: 1.3em;
	line-height: 1.4;
	padding: 1.2em 0 0 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	padding: 1.2em 0 0 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
   color: #0000ff;
   text-decoration: none;
}
a:hover {
   color: #0066ff;
   text-decoration: underline;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 760px;
	margin: 0 auto 6px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #222222;
	background-color: #ffffff;
}


/* Header */

#header_container {
	height: 186px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkg_header-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #333333;
}
#header {
	background: #222222;
	margin: 0;
	padding: 0;
	position: relative;
	height: 180px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	text-indent: -999999px;
}
#header img {
	margin: 0;
	padding: 0;
}
#header img.curve {
	position: absolute;
	height: 180px;
	width: 44px;
	top: 0;
	left: -40px;
}


/* Navigation */

#navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 9px 0;
	background-image: url(../images/bkg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#navbar ul li a:link, #navbar ul li a:visited {
   color: #fbd78b;
   text-decoration: none;
}
#navbar ul li a:hover {
   color: #fbd78b;
   text-decoration: none;
   border-bottom: solid #c4242a 2px;
}
.home #navbar ul li.home a, .contact #navbar ul li.contact a, .beverage_menu #navbar ul li.beverage_menu a, .menu #navbar ul li.menu a, .name #navbar ul li.name a, .links #navbar ul li.links a {
   text-decoration: none;
   border-bottom: solid #c4242a 2px;
}
#navbar ul li.home, #navbar ul li.contact, #navbar ul li.beverage_menu, #navbar ul li.menu, #navbar ul li.name, #navbar ul li.links {
	padding: 9px 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #505050;
	background-image: url(../images/bkg_nav-divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navbar ul li.home {
	padding: 9px 36px;
}


/* Sidebar */

#sidebar {
	font-size: 1em;
	line-height: 1.5;
	float: left;
	width: 265px;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin: 0;
	padding: 10px;
}
#sidebar ul {
	width: 230px;
	margin: 24px auto 18px auto;
	padding: 0;	
}
#sidebar ul li img {
	margin: 12px 0 0 0;
}
#sidebar #hours {
	width: 265px;
	background: #3d8ab5;
	margin: 0;
	padding: 0 0 12px 0;
	text-align: center;
	color: #FFFFFF;
}
#sidebar #hours p {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 12px 0 4px 0;
}
#sidebar #hours table {
	font-size: 1em;
	line-height: 1.1;
	margin: 0 auto;
	padding: 0;
}	
#sidebar #hours table tr.first td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #35799d;
	border-bottom-color: #35799d;
}
#sidebar #hours table tr td {
	padding: 6px 6px 9px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35799d;
}
#sidebar #featured {
	width: 230px;
	margin: 36px auto 24px auto;
	padding: 0;
	background-color: #ffffff;
	border-left: 2px #98a9b2 solid;
	border-bottom: 2px #98a9b2 solid;
	border-right: 2px #98a9b2 solid;
   	background-image: url(../images/bkg_featured-t.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar #featured h4 {
	font-size: 1.1em;
	line-height: 1.5;
	color: #c4242a;
	text-align: center;
	margin: 0;
	padding: 42px 0 0 0;
}
#sidebar #featured p {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 12px 12px 18px 12px;
	padding: 0;
}


/* Main Content */

#content_container {
	margin: 0;
	padding: 0 0 6px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
}
#maincontent_onecol {
	margin: 0;
	padding: 0 12px 30px 9px;
}
#maincontent_twocol {
	margin: 0 0 0 280px;
	padding: 0 12px 30px 9px;
}
#maincontent_onecol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2;
	color: #c4242a;
	margin: 20px 6px 0 20px;
	padding: 3px 3px 0 0;
}
#maincontent_twocol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2;
	color: #c4242a;
	margin: 20px 6px 0 0;
	padding: 3px 3px 0 0;
}
#maincontent_onecol p {
	font-size: 1.2em;
	line-height: 1.35;
	margin: .5em 0 0 20px;
}
#maincontent_twocol p {
	font-size: 1.2em;
	line-height: 1.35;
	margin: .5em 0 0 0;
}
#maincontent_onecol img.left, #maincontent_twocol img.left {
	display: block;
	float: left;
	margin: 0;
	padding: 12px 12px 6px 0;
}
#maincontent_onecol img.right, #maincontent_twocol img.right {
	display: block;
	float: right;
	margin: 0;
	padding: 12px 0 6px 12px;
}


/* Footer */

#footer_container {
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 12px 0 0 0;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 50px 0 12px 0;
	width: 760px;
	height: 127px;
	font-size: 1.2em;
	line-height: 1.5;
	background-image: url(../images/bkg_address.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer img {
	margin: 0;
	padding: 6px 18px;
	float: left;
}
#footer p {
	margin: 18px 18px 6px 0;
	padding: 0;
	float: left;
}
#footer p.footer_featured a:link, #footer p.footer_featured a:visited {
   color: #e1ba68;
   text-decoration: none;
}
#footer p.footer_featured a:hover {
	color: #e1ba68;
	text-decoration: none;
	border-bottom: solid #e81b23 1px;
}
#footer p.footer_featured {
width: 300px;
	margin: 18px 30px 6px 6px;
	padding: 0;
	float: right;
	font-size: .8em;
	line-height: 1.5;	
}
p.copyright {
	clear: both;
	font-size: .8em;
	line-height: 1;
	color: #333333;
	margin: 12px auto;
	padding: 0;
}

/* Page Specific */

/* Add background to two column pages */

.home #content_container, .menu #content_container, .beverage_menu #content_container {
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* Menu */

.menu #maincontent_twocol ul {
	margin: 0;
	padding: 0;
}
.menu #maincontent_twocol h3 {
	font-size: 1.4em;
	line-height: 1.5;
	color: #c4242a;
	text-indent: 0;
	margin: 24px 0 0 0;
	padding: 0;
}
.menu #maincontent_twocol h3.first {
	font-size: 1.4em;
	line-height: 1.5;
	color: #c4242a;
	margin: 16px 0 0 0;
}
.menu #maincontent_twocol h4 {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: normal;
	margin: 9px 0 0 0;
	padding: 0;
}
.menu #maincontent_twocol h4 span {
	color: #999999;
}
.menu #maincontent_twocol p {
	text-indent: 0;
	margin: 3px 0 0 18px;
	padding: 0;
}

/* Beverage Menu */

.beverage_menu #maincontent_twocol ul {
	margin: 0;
	padding: 0;
}
.beverage_menu #maincontent_twocol h3 {
	font-size: 1.4em;
	line-height: 1.5;
	color: #c4242a;
	text-indent: 0;
	margin: 24px 0 0 0;
	padding: 0;
}
.beverage_menu #maincontent_twocol h3.first {
	font-size: 1.4em;
	line-height: 1.5;
	color: #c4242a;
	margin: 16px 0 0 0;
}
.beverage_menu #maincontent_twocol h4 {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: normal;
	margin: 9px 0 0 0;
	padding: 0;
}
.beverage_menu #maincontent_twocol h4 span {
	color: #999999;
}
.beverage_menu #maincontent_twocol p {
	text-indent: 0;
	margin: 3px 0 0 18px;
	padding: 0;
}


/* What's in a Name? */

.name #content_container {
	background-image: url(../images/img_lido-italy.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.name #maincontent_onecol #lido_name {
	width: 700px;
	height: 500px;
	margin: 24px auto;
	padding: 0;
}
.name #maincontent_onecol #lido_name h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	margin: 12px 0 9px 0;
	padding: 0;
}
.name #maincontent_onecol #lido_name p {
	font-size: 1.25em;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
.name #maincontent_onecol #lido_one, .name #maincontent_onecol #lido_two, .name #maincontent_onecol #lido_three {
	width: 160px;
	float: left;
	margin: 0 18px;
	padding: 12px 12px 18px 12px;
	border: 1px solid #000000;
	background-color: #d5e0e9;
	background-image: url(../images/bkg_lido-name.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
