/*
Theme Name: Dick's Bar
Theme URI: 
Description: Theme for www.DicksBarOsseo.com, derived 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, brown, fixed-width
*/

body {
	background: url(images/header_background.png) #4a3412;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
}

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

#container {
	width: 900px;
	margin: 0 auto;
	background: url(images/content_background.png);
	background-repeat: repeat-y;
}

#header {
	height: 165px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header_background.png);
	background-repeat: repeat-x;
	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 #dicks_logo {
	position: absolute;
	top: 0px;
	left: 0;
	height: 225px;
}

#header #dicks_banner {
	position: absolute;
	top: 0px;
	right: 30px;
	height: 155px;
}

#navbar {
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 0 0 60px;
	background: url(images/nav_background.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 820px;
}

#navbar_shadow {
	margin: 0 0 0 0;
	background: url(images/nav_shadow.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 20px;
	width: 880px;
}

#subnavbar {
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 0 0 0;
	background: url(images/subnav_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 70px;
	width: 880px;
}

#navbar ul { margin: 0 0 0 160px; padding: 0; }

#subnavbar ul { width: 740px; margin: 0 auto; padding: 0; }

/* 
	Two-tiered nav per:
	http://www.darrenhoyt.com/2008/02/12/creating-two-tiered-conditional-navigation-in-wordpress/

*/

#nav, #subnav { height: 60px; }
 
#nav li, #subnav li { float: left; list-style: none; display: inline; 
	margin-right: 0px; }
 
#nav a, #nav a:visited { display: block; float: left; height: 30px; 
	padding: 15px 15px 0 15px; font-size: 17px; color: #ddd; text-decoration: none; 
	line-height: 30px; }

#nav a:hover, #nav a:active, 
li.current_page_parent a, 
li.current_page_parent a:visited, 
#nav li.current_page_item a, 
#nav li.current_page_item a:visited { 	
	background: url(images/nav_hover_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff; 
	border-bottom: 2px solid #fff; }
 
#subnav { height: 28px; } 
 
#subnav li { }
 
#subnav a, #subnav a:visited { display: block; float: left; height: 30px; 
	padding: 15px 15px 0 20px; font-size: 14px; color: #710a0a; text-decoration: none; 
	font-weight: bold; line-height: 30px; }

#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: top center;
	color: #fff;
	border-bottom: 2px solid #fff; }

/* end two-tier nav bar */

#posts {
	width: 750px;
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	float: left;
}

.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;
}

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

.post {
	margin: 0 0 30px 0;
}

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

.post h2 { /* page / post titles */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	margin: 1.5em 0 0 0;
	line-height: 1.2em;
}

.post h3 { /* UNUSED */
	font-size: 14px;
	font-weight: bold;
	line-height: .2em;
	margin-bottom: 0;
}

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

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

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

.post a, .navigation a {
	color: #831818;
	text-decoration: none;
}

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

.post a img {
	border: none;
}

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

.dailylunchspecial {
	clear: both;
	margin: 40px 60px 0 60px;
	padding: 0 2em;
	border: 2px solid #a48862;
	background-color: #ebe9e6;
}

.dailylunchspecial h2 {
	margin-top: 1em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: -15px -20px 0 30px;
	padding: 70px;
	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: 20px 0 0 610px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 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: 225px;
	background: url(images/footer_background.png) #4a3412;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	padding: 25px 80px 80px 80px;
}

#footer table {
	width: 750px;
}

#footer table td.info {
	vertical-align: top;
	white-space: nowrap;
	width: 250px;
	padding: 5px 0 0 0;
}

#footer table td.menu {
	vertical-align: top;
	width: 250px;
	padding: 10px 20px 0 0;
}

#footer div.hours {
	margin: 0;
	padding: 10px 0 0 0;
	padding-right: 10px;
	font-size: 12px;
}

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

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

#footer ul {
	padding: 0;
	margin: 10px 20px 0 0;
}

#footer li {
	list-style: none;
	border-bottom: 1px solid #333;
}

#footer li a {
	padding-top: 2px;
	padding-right: 4em;
}

#footer img#facebook_badge {
	margin: -5px 0 0 -8px;
}

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


