/*

Theme Name: steph
Theme URI: http://www.kingcreativedesign.com
Description: Custom theme for The Tap Room
Version: 1.0.1
Author: Michele King
Author URI: http://kingcreativedesign.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/
/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	background-color: #261211;
	background-image: url(http://langhamtaproom.com/images/bg_main2.jpg);
	margin-top: 40px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9b7243;
        font-weight: normal;
}

a:link {
	color: #9b7243;
	text-decoration: none;
}
a:visited {
	color: #9b7243;
	text-decoration: none;
}
a:hover {
	color: #B55E1A;
	text-decoration: none;
}
a:active {
	color: #9b7243;
	text-decoration: none;
}
.menu_items {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2734A;
	line-height: 16px;
}
.descriptions {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A3F12;
	line-height: 16px;
}
.underline_gold {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A3F12;
}
p {
	margin: 0 0 0px 0;
}

ul, ol {
	margin-bottom: 0px;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #74390E;
}
.bg_specials {
	background-image: url(http://langhamtaproom.com/images/bg_chalkboard.jpg);
	background-repeat: no-repeat;
	border: 1px solid #9B5116;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#content {
	padding: 15px 0px 15px 0px;
	width: 1007px;
}

#content-left {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 747px;
}
#content-page {
	padding: 0px 0px 0px 0px;
	float: right;
}

#content-right {
	float: left;
	width: 236px;
}

#footer {
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #B55E1A;
}

h1 a {
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
	color: #B15B1A;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #B15B1A;
}

h2#blog-description {
	position: absolute;
	bottom: 30px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 0px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #7A3F12;
}

h3 a, a.title, a.title:link,a.title:visited {
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h3 a:hover, a.title:hover {
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #B55E1A;
}
h5 {
	margin: 0 0 20px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #B15B1A;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 0px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(images/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 0px 0px;
}
.meta {
	clear: both;
	padding: 10px 15px 0 0;
	background: #FEF8E6 url(images/bg-meta.gif) repeat-x left top;
	color: #896948;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-date.gif) no-repeat 0px 2px;
	font-size: 11px;
	color: #293B64;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-categories.gif) no-repeat 0px 2px;
    font-size: 11px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-comments.gif) no-repeat 0px 2px;
        font-size: 11px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 0px 0px 0;
	padding: 0px;
}

.box-right ul {
	margin: 0 0 0px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #9b7243;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #261211;
	border: 1px solid #9b7243;
	color: #9b7243;
	background: #261211;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	border: 1px solid #9b7243;
	color: #9b7243;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #9b7243;
	border: none;
	color: #261211;
}

.commentlist {
	margin: 10px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 10px 50px 10px 10px;
	background: url() no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #42291F url() no-repeat left bottom;
	color: #9b7243;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 10px 25px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #FFFFFF url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #ADE3ED;
	border: none;
	color: #FFFFFF;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 1005px;
	margin: 15 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 15px!important;
}

.alignleft {
   	float: left;
   	margin: 0 0px 0px 0;
}

.alignright {
   	float: left;
   	margin: 0 0 0px 0px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}
