/*  
Theme Name: Dining Folio
Theme URI: http://diningfolio.com/
Description: Theme for DiningFolio.com
Version: 1.0
Author: Andrew Buckman
Author URI: http://theoneandtheonly.com/
*/

BODY {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#topnav {
	font-family: Arial, sans-serif;
}


#maincontent {
	font-size: 1.2em;
	float: left;
	width: 691px;
}
#sidecontent {
	background: #EBEBEB;
	border-left: 3px solid Black;
	color: Black;
	float: right;
	width: 300px;
}

#sidecontent A {
	color: Black;
}
#sidecontent UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidecontent H2 {
	background: #7B953F;
	color: White;
	margin: 0;
	padding: 2px 5px;
	font-size: 1.2em;
}
#sidecontent UL UL {
	margin: 3px 0 10px 10px;
	line-height: 1.8em;
}
#sidecontent .scc {
	padding: 3px 0 10px 10px;
}
#sidecontent #currentpg P {
	margin: 0 10px 10px;
	padding-top: 10px;
	text-align: center;
}
#aboutblog, #tobloghome {
	background: url('/images/martini-small.gif') no-repeat bottom right;
	padding: 10px;
}
#sidecontent #aboutblog {
	font-size: 1.2em;
}
#sidecontent #tobloghome {
	font-size: 1.4em;
	text-align: center;
}
#sidecontent #tobloghome A {
	padding: 4px 10px;
	text-decoration: none;
}
#sidecontent #tobloghome A:hover {
	background: #951A1D;
	color: White;
	text-decoration: none;
}

H2.pagetitle {
	text-align: center;
	background: black;
	margin: 0;
	padding: 2px 0;
	font-size: 1.2em;
}
.post {
	border-bottom: 1px solid #052341;
	padding: 10px 40px;
}
.post H2,
.post H3 {
	letter-spacing: -1px;
	margin-bottom: 0;
}
.post .postmetadata {
	text-align: right;
	clear: right;
}
.post .blogestpic {
	background: white;
	border: 1px solid black;
	color: black;
	float: right;
	margin: 15px 5px 10px 10px;
	padding: 3px;
}
.post .blogestpic IMG {
	display: block;
}
.post .blogestpic A.txtlnk {
	color: black;
	display: block;
	margin-top: 3px;
	text-align: center;
	text-decoration: none;
}
.post .blogestpic A.txtlnk:hover {
	background: #951A1D;
	color: white;
	text-decoration: none;
}
.singlepage .post { border: none; }
.singlepost .post H2,
.singlepage .post H2 {
	font-size: 2em;
	margin-top: 5px;
}
.singlepost .postmetadata {
	padding-left: 23%;
}
.singlepost .nocomments {
	background: #052341;
	margin: 0;
	padding: 25px 0;
	text-align: center;
}

.navigation {
	background: black;
	height: 1.2em;
	padding: 1px 5px 2px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}

#comments {
	margin: 10px;
}
#leaveComment {
	background: #052341;
	padding: 10px 25px;
}
#respond {
	margin: 10px 0;
}
#comment {
	width: 100%;
	width: 645px;
}
* HTML #comment {
	width: 635px;
}
.commentlist {
	list-style: none;
	margin: 0 10px 10px;
	padding: 0;
}
.commentlist LI {
	margin: 0;
	padding: 5px 10px;
	background: #07325D;
}
.commentlist .alt {
	background: #0F3A65;
}

.tags {
	font-size: 7pt;
	display: none;
}