/*
Theme Name: Lynde's Restaurant
Theme URI: 
Description: Theme for www.LyndesRestaurant.com, derived loosely from <a href="http://www.switchroyale.com/?page_id=21">Azul</a>.
Version: 1.0
Author: Michael Phenow
Author URI: http://mnphenow.com
Tags: custom, pink, fixed-width
*/

body {
	background: #a29586;
	background-repeat: repeat-y;
	background-position: 74px 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	text-align: left;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 215px;
	width: 850px;
	background: url(images/header_background.png) #a29586;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	position: relative;
}

#header h1 {
	margin: .5em 0 .2em 0;
	font-size: 36px;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #333333;
}

#header #lyndes_logo {
	position: absolute;
	top: 0;
	left: 48px;
	width: 300px;
	height: 190px;
}

/* ========================================================================= */

#navbar { 
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	padding: 18px 0 0 0;
	background: url(images/nav_background.png);
	background-repeat: no-repeat;
	background-position: 0 0; }

#nav { margin: 0 auto; padding: 0; height: 60px; width: 650px }
 
#nav li { list-style: none; display: inline; }
 
#nav a, #nav a:visited { height: 22px; margin: 0 10px 10px 10px;
	padding: 0 12px 2px 12px; font-size: 18px; color: #e7e7e7;
	text-decoration: none; line-height: 30px; }

#nav a:hover, #nav a:active, 
#nav li.current_page_parent a, 
#nav li.current_page_parent a:visited, 
#nav li.current_page_item a,
#nav li.current_page_item a:visited {
	color: #fff; 
	border-bottom: 1px solid #fff; }

#nav li.current_page_item a,
#nav li.current_page_item a:visited { }
 
/* ========================================================================= */

#subnavbar { font-family: Georgia, 'Times New Roman', serif;
	background: url(images/subnav_background_middle.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	float: right;
	width: 320px; 
	margin: 10px 160px 20px 20px; }

#subnav_top { background: url(images/subnav_background_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 320px; }

#subnav_bottom { background: url(images/subnav_background_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 320px; }

#subnav { margin: 10px 20px 25px 35px; padding: 0; width: 240px; 
	display: block; }

#subnav li { list-style: none; width: 240px; }
 
#subnav a, #subnav a:visited { height: 22px; margin: 0; display: block;
	padding: 2px 20px 10px 18px; font-size: 17px; color: #666; 
	text-decoration: none; line-height: 30px;
	border-bottom: 1px solid #666; }

#subnav a:hover, #subnav a:active, 
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	background: url(images/subnav_hover_background.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000; }

#subnav li.current_page_item a,
#subnav li.current_page_item a:visited { }
 
/* ========================================================================= */

#posts {
	font-size: 14px;
	line-height: 1.6em;
	background: url(images/content_background.png);
	background-repeat: repeat-y;
	width: 850px;
	padding: 10px 0 0 90px;
	margin: 0 0 0 0;
	float: left;
}

#posts .post h2 a { border: none; }

.entry .commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
	border: none;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
	padding-right: 190px;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 { /* page / post titles */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	background: url(images/heading_underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
}

.post h3 { /* menu sections */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.post h4 { /* menu items */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 -10px 0;
}

.post h5 { /* menu preamble */
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

.post h6 { /* menu footnotes */
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #a48862;
}

.post div.googlemap {
	float: left;
	text-align: left;
	margin: 20px 0 0 0;
	background-color: #fff;
	border: 6px solid #fff;
}

.post a, .navigation a {
	color: #63282d;
	text-decoration: none;
	border-bottom: 1px solid #63282d;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: -10px 10px 20px -25px;
	padding: 26px 28px 34px 32px;
	background: url(images/picture_frame.png);
	background-repeat: no-repeat;
	background-position: center;
}

.post img.alignright {
	float: right;
	margin: -10px -30px 10px 10px;
	padding: 26px 28px 34px 32px;
	background: url(images/picture_frame.png);
	background-repeat: no-repeat;
	background-position: center;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin: 0 0 0 610px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar p {
	margin: 0 0 5px 0;
	width: 200px;
}

.sidebar a {
	color: #831818;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 325px;
	background: url(images/footer_background.png);
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 50px 20px 0 110px;
}

#footer table.footer th {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #000;
}

#footer table.footer {
	width: 700px;
	margin: 0;
}

#footer table.footer td.hours {
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 16px;
	vertical-align: top;
}

#footer table.footer td.hours table.hours td {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
}

#footer table.footer td.hours table.hours td.times {
	padding: 10px 0 0 20px;
	font-weight: normal;
}

#footer table.footer td.contact {
	vertical-align: top;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 290px;
}

#footer #footer_logo {
	position: relative;
	top: -46px;
	left: -18px;
	width: 250px;
	height: 148px;
}

#footer table.footer td.contact strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	display: block;
	margin: -35px 0 5px 0;
}

#footer table.footer td.contact em {
	font-size: 14px;
	margin: 0;
	padding: 0;
	display: block;
}

#footer div.credits a {
	color: #333;
	text-decoration: none;
}

#footer div.credits a:hover {
	color: #333;
}

#footer div.credits { text-align: right; font-size: 10px; 
	margin: 70px 60px 0 0; padding: 0; }
#footer p { font-size: 12px; }
#footer a { color: #333; text-decoration: none; }
#footer a:hover { color: #000; }
