/*   
Theme Name: Bistro 88
Theme URI: http://www.mimiflynn.com
Description: 2 column theme custom built for Bistro 88
Author: mimi flynn
Author URI: http://www.mimiflynn.com
Version: 1.2
.
custom WordPress theme for Bistro 88, Austin, Texas
.
*/

* {
	margin:0;
	padding:0;
}

body {
    font-family: Arial,Verdana,sans,serif;
	background: #7e2502;
}

a {
	text-decoration: none;
}

.background {
	/* background: url('images/body_background.jpg') repeat-y; */
	margin: 0 auto 0 auto;
	padding: 0;
}

#body_wrap {
	width: 1050px;
	margin: 10px auto;
	background-color: #f9fceb;
	border: 1px solid #000;
}

#header {
	background: url('images/header_bg/rotate.php') no-repeat;
	height: 300px;
}

#header .logo {
	margin: 0 auto 0 auto;
	width: 1000px;
	padding: 7px;
}

#header a {
	text-decoration: none;
	border: none;
}

#header a img {
	border: none;
}

#header .logo h1.acc_text {
	text-indent: -9999px;
}

#header .logo h1 a {
	background: url('images/logo.png') no-repeat;
	height: 67px;
	width: 500px;
	display: block;
}

#menu {
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	overflow: auto;
}

#menu ul {
	background-color: #000;
	display: block;
	list-style: none;
	margin: 0 auto;
	width: 1000px;
	border-top: none;
	border-bottom: none;
	border-left: 1px #f9fceb solid;
	border-right: none;
}

#menu li {
	margin: 0;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-right: 8px;
	padding-left: 8px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px #f9fceb solid;
	background-color: #000;
	float: left;
}

#menu li a {
	display: block;
	color: #f9fceb;
	text-decoration: none;
	font-size: medium;
	padding: 0;
	white-space: nowrap;
}

#menu li a:hover, #menu li:hover {
	background-color: #754a1b;
}

#body {
	clear: both;
	margin: 0 auto;
	/*overflow: auto;*/
	width: 1000px;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	font-size: small;
	line-height: 1.5em;
}

#sidebar h1 {
	font-size: medium;
	display: block;
	margin: 0;
}

#sidebar ul {
	margin: 0 0 1em 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	font-size: small;
}

#sidebar li a {
	color: #754a1b;
	text-decoration: none;
	font-size: small;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar #searchform {
	margin: 5px 10px auto 15px;
}

#sidebar #searchform label.hidden {
	display: none;
}

#sidebar table#wp-calendar {
	margin: 5px 10px auto 15px;	
}

#sidebar table#wp-calendar caption {
	font-weight: bold;
}

#sidebar table#wp-calendar td {
	font-size: small;
}

#sidebar .block {
	border-top: 1px #999 dashed;
	border-bottom: 1px #999 dashed;
	border-left: none;
	border-right: none;
	margin: 5px 10px 1em 10px;
	padding: 10px;
}

#sidebar .block h1 {
	font-size: medium;
	display: block;
}

#sidebar .block h2 {
	font-size: small;
}

#sidebar .block p {
	font-size: small;
	margin: 5px 0 0 0;
}

#sidebar .block img.icon {
	margin: 0 auto;
	display: block;
}

#sidebar .block a.more:hover {
	text-decoration: underline;
}

#sidebar .block a.more {
	text-decoration: none;
	color: #754a1b;
	font-size: small;
	float: right;
	text-transform: lowercase;
}

#sidebar .block a.more:before {
	content: "* ";
}

#sidebar .block a:visited {
	text-decoration: none;
	color: #754a1b;
}

#sidebar .block hr {
	width: 80%;
	margin: 1em auto 0 auto;
	border: 0;
}

#sidebar .aktt_tweets {
	padding: 0;
}

#sidebar .aktt_tweets ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 770px;
	padding: 10px 0 0 10px;
	margin: 0;
}

#main .main_content {
	padding: 0;
}

#main .main_content img.header {
	margin: 0 auto 0 auto;
}

#main .main_content h2 {
	font-size: large;
	text-align: left;
}

#main #content.main_content h2.archive {
	font-size: large;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-top, border-left, border-right: none;
	border-bottom: 1px #999 dashed;
}

#main .main_content h2 a {
	font-size: large;
	text-align: left;
}

#main .main_content p {
	font-size: small;
	text-align: left;
	margin: 1em 0 0 0;
}

#main .main_content a {
	font-size: small;
	text-decoration: none;
	color: #754a1b;
}

#main .main_content a:hover {
	text-decoration: underline;
}

#main .main_content hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #999 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

#main .main_content ul {
	list-style: none;
	margin: 1em 0 0 1em;
}

#main .main_content ul.children {
	margin: 0;
	padding: 0;
}

#main .main_content ul.children li {
	font-size: medium;
	margin: 1em 0;
}

#main .main_content li {
	text-align: left;
	font-size: small;
	margin: 0 0 1em 0;
}

#main .main_content li p {
	margin: 0 0 0 0;
}

#main .main_content dl {
	text-align: left;
	font-size: small;
}

#main .main_content dt {
	font-weight: normal;
	margin: 1em 0 0 0;
}

#main .main_content dt:after {
	content: ":";
}

#main .main_content dd {
	margin: 0 0 0 2em;
}

#main .main_content .info p.date {
	font-size: small;
	margin: 0;
}

#main .main_content .info p.category {
	font-size: small;
	margin: 0;
}

#main .main_content .info p.tags {
	font-size: small;
	margin: 0;
}

#main .main_content .info p.edit {
	font-size: small;
	margin: 0;
}

#main .main_content .entry {
	clear: both;
	margin: 15px 0 30px 0;
	padding: 0 0 30px 0;
	border-top, border-left, border-right: none;
	border-bottom: 1px #DBAF7F dashed;
	font-size: small;
	line-height: 1.5em;
}

#main .main_content .entry img.header {
	margin: 0 auto 0 auto;
}

#main .main_content .entry img.alignright {
	float: right;
	margin-left: 10px;
}

#main .main_content .entry img.alignleft {
	float: left;
	margin-right: 10px;
}

#main .main_content .entry h2 {
	font-size: large;
	text-align: left;
}

#main .main_content .entry h2 a {
	font-size: large;
	text-align: left;
}

#main .main_content .entry p {
	font-size: small;
	text-align: left;
	margin: 1em 0 0 0;
}

#main .main_content .entry a {
	font-size: small;
	text-decoration: none;
	color: #754a1b;
}

#main .main_content .entry a:hover {
	text-decoration: underline;
}

#main .main_content .entry hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #DBAF7F dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

#main .main_content .entry ul {
	list-style: none;
	margin: 1em 0 0 1em;
}

#main .main_content .entry li {
	text-align: left;
	font-size: small;
	margin: 0 0 1em 0;
}

#main .main_content .entry li p {
	margin: 0 0 0 0;
}

#main .main_content .entry dl {
	text-align: left;
	font-size: small;
}

#main .main_content .entry dt {
	font-weight: normal;
	margin: 1em 0 0 0;
}

#main .main_content .entry dt:after {
	content: ":";
}

#main .main_content .entry dd {
	margin: 0 0 0 2em;
}

#main .main_content .navigation .alignleft, #main .main_content .navigation .alignright {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}

#main .main_content .navigation .alignright {
	text-align: right;
}

#main .main_content h3.reply {
	clear: both;
}

#main .main_content .comment_meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #DBAF7F dashed 1px;
}

#main .main_content ol.commentlist {
	list-style: none;
}

#main .main_content ol.commentlist li {
	padding: 10px;
	background: #EEEEEE;
}

#main .main_content ol.commentlist li .comment_author {
	padding: 0 0 1em 0;
	overflow: hidden;
}

#main .main_content ol.commentlist li.bypostauthor {
	background: #FFFFFF;
}

#main .main_content ol.commentlist li .comment_author img {
	float: left;
}

#main .main_content ol.commentlist li .comment_author p {
	float: left;
	margin: 20px 0 0 10px;
}

#main .main_content ol.commentlist li .comment_author p.comment_author_link {
	font-weight: bold;
}

#main .main_content ol.commentlist li .comment_author p.comment_date {
	font-size: small;
}

#main .main_content ol.commentlist li .comment_text {
	clear: both;
}

#main .main_content ol.commentlist li .clear {
	clear: both;
}

#main .main_content .block {
	border: #dbaf7f 1px solid;
	margin: 10px 0;
	padding: 10px;
}

#main .main_content p.tags {
	font-size: small;
	margin: 0;
}

#main .main_content p.category {
	font-size: small;
	margin: 0;
}

#main .main_content p.comments {
	font-size: small;
	margin: 0;
}

#main .main_content #commentform textarea#comment {
	width: 80%;
}

#main .block {
	border: 2px #ddd solid;
	padding: 10px;
	margin: 5px 10px 1em 10px;
}

#main .block h1 {
	font-size: medium;
}

#main .block h2 {
	font-size: small;
}

#main .block p {
	font-size: small;
	margin: 5px 0 0 0;
}

#main .block a {
	text-decoration: none;
	color: #009;
}

#main .block a.more {
	font-size: small;
	text-decoration: none;
	color: #009;
	float: right;
	text-transform: lowercase;
}

#main .block a.more:hover {
	text-decoration: underline;
}

#main .block a.more:before {
	content: "* ";
}

#main .block a:visited {
	text-decoration: none;
	color: #009;
}

#main .block hr {
	width: 80%;
	margin: 1em auto 0 auto;
	border: 0;
}

#footer {
	clear: both;
	font-size: x-small;
	text-align: center;
}

#footer p {
	font-family: verdana;
}

#footer ul, #footer li {
	display: inline;
	font-size: small;
	line-height: 20px;
}

#footer ul {
	margin-bottom: 1em;
}

#footer ul li:after {
	content: " | ";
}

#footer ul li.last:after {
	content: "";
}
	
#footer ul li a {
	text-decoration: none;
	color: #754A1B;
	letter-spacing: 2px;
}

#footer p {
	margin: 10px 0;
}
