/*  
Theme Name: Dining On Dallas
Theme URI: http://www.diningondallas.org/
Description: Theme for DiningOnDallas.com
Version: 1.0
Author: Peter Bailey
Author URI: http://www.diningondallas.org/



*/



/* Begin Typography & Colors */
html {
	background: black url(images/bg_site.gif) repeat-y center top;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: white;
	}
#page {
	width: 955px;
	margin: 0 auto;
	position: relative;
	}
#main_content {
	font-size: 1.2em;
	width: 684px;
	background: #C5CE8A url(images/bg_header.gif) repeat-x 0 0;
	margin-left: 261px;
	}
#header {
	height: 200px;
	margin: 0px;
	padding: 0px;
	}
html>body #header {
	border: 1px solid transparent;
}
a#logo 	{ 
	display: block;
	width: 546px;
	height: 100px;
	background: transparent url(images/logo.jpg) no-repeat;
	text-indent: -1000em;
	position: absolute;
	right: 10px;
	top: 0px;
	}
#content {
	margin-top: -80px;
}
#sidebar {
	position: absolute;
	width: 241px;
	top: 0px;
	left: 10px;
	background: #640000 url(images/bg_nav.gif) no-repeat 0 154px;
	border-bottom: 10px solid white;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
}
#sidebar h2 {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;

}
#sidebar ul {
	margin-top: 0px;
}
#sidebar li {
	text-align: right;
	margin-right: 15px;
	margin-bottom: -2px;
	list-style-type: none;
}
#sidebar a {
	font-weight: bold;
	color: #C5CE8A;
	text-decoration: none;
}

#sidebar a:hover {
	color: white;
}

#the_menu {
	height: 155px;
	background: white url(images/menu_apple_brulee.jpg) no-repeat;
}
#the_menu h1 {
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}

#sidebar div.notice p {
	font-size: 90%;
	margin-left: 15px;
}

#footer {
	margin: 15px 30px 20px 30px;
	color: #4F6A00;
	text-align: center;
	font-size: 90%;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #640000;
	text-decoration: none;
}

/* A post */
.post {
	width: 580px;
	margin: 0 auto 40px auto;
	background-color: white;
	padding: 10px;
	color: black;
	position: relative;
	clear: both;
}
.post h2,
.archive .post h3 {
	font-size: 200%;
	margin: 0 0 5px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}
.post h2 a,
.archive .post h3 a {
	color: #640000;
	text-transform: uppercase;
	text-decoration: none;
}

.post small.date {
	position: absolute;
	right: 0px;
	top: -10px;
    color: white
}

.post .entry {
	margin: 0;
	padding: 0;
	border: 1px solid #C5CE8A;
	background-color: #EDF0D8;
}

.entry .entryBody {
	padding: 10px;	
}

.entry p {
	margin: 0px 10px 15px 10px;
	line-height: 2.5ex;
}

.entryBody a {
	color: #4F6A00;
	text-decoration: underline;
}

.entryBody a:hover {
	color: #640000 !important;
}

.entryBody a:visited,
.entryBody a:active {
	color: #7F9300;
}

.post .entry .quickFacts {
	float: right;
	margin: 1em 8px 15px 15px;
	padding: 8px;
	border: 1px solid #640000;
	background-color: white;
	width: 180px;
}
.post .entry .quickFacts h3,
.archive .post .entry .quickFacts h4 {
	font-size: 120%;
	text-align: right;
	margin: 0;
	color: #640000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-transform: uppercase;
	position: relative;
	top: -1.6em;
	right: -8px;
}

.quickFacts dl {
	font-size: 80%;
	margin-top: -20px;
}
.quickFacts dt {
	font-weight: bold;
	font-style: italic;
	color: #640000;
}
.quickFacts dd {
	margin-left: 8px;
	text-align: right;
	background-color: #EDF0D8;
	font-family: Arial, sans-serif;
	padding: 1px 5px;
}

.post .entry .postmetadata {
	margin: 0;
	padding: 5px;
	background-color: #7F9300;
	color: white;
	font-size: 80%;
}

.post .entry .postmetadata a {
	color: #EDF0D8;
	text-decoration: none;
}

.post .entry .postmetadata a:visited {
	color: #C5CE8A;
}

.post .entry .postmetadata a:hover {
	background-color: #EDF0D8;
	color: #7F9300;
}

h2.pagetitle {
	text-align: center;
	color: #4F6A00;
	font-size: 120%;
	margin-bottom: 15px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

div.reply {
	width: 500px;
	margin: 0 auto;
}

div.navigation {
	width: 580px;
	margin: -15px auto 20px auto;
	padding: 5px;
	/*border: 1px solid #C5CE8A;
	background-color: #EDF0D8;*/
	color: #4F6A00;
}

div.navigation a {
	color: #640000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Comments */
.commentlist li {
	background-color: #C5CE8A;
	border-top: 1px solid #7f9300;
	list-style-position: inside;
	margin: 0 10px 10px -30px;
	padding: 5px;
}

.commentlist li.alt {
	background-color: #EDF0D8;
}
