/*
Theme Name: Heather's Blog
Theme URI: http://www.robharrisdesign.com
Description: Heather's Theme.
Version: 1
Author: Rob Harris
Author URI: http://www.robharrisdesign.com
Tags: brown, custom header, fixed width, widgets

*/

body{
	margin: 0;
	text-align: center;
	background: url(images/page_bg.jpg) repeat-y #ccbca3 center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42210B;
}
div#container{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
div#content{
	width: 100%;
	float: left;
	clear: both;
	background: #ab9463;
}
div#sidebar{
	width: 277px; 
	min-height: 271px;
	float: left;
	clear: left;
	background: url(images/sidebar-bg.jpg) no-repeat;
	padding-top:7px;
}
div#entries{
	float: left;
	width: 712px;
	clear: right;
	border: 4px solid #42210B;
	background-image: url(images/body_img_05.jpg);
	background-repeat:no-repeat;
	background-position: 1px left;
	background-color: #7AAAC8;
	min-height: 100px;
	margin-top: 15px;
	padding: 7px;
	margin-left: 0px;
}
h2.entry-head{
	margin-top: 0px;
	margin-bottom: 3px;
	float:left;
	clear:both;
	width: 99%;
}
div#footer{
	width: 100%;
	min-height: 100px;
	background: url(images/footer_bg.jpg) repeat-x #7AAAC8;
	float: left;
	clear: both;
	margin-top: 10px;
}
div#nav{
	background: #603813;
	width: 100%;
	float: left;
	clear:both;
}
ul.sbul{
	list-style: none;
	padding: 0;
	margin: 7px;
	display: block;
	float: left;
	clear: both;
	width: 263px;
}
ul.sbul li{
	padding: 4px;
	width: 252px;
	border: 1px dotted #603813;
	background: url(images/sb-item-bg.png);
	margin-bottom: 10px;
}
ul.sbul li h2{
	margin: 0;
}
ul.sbul li ul{
	list-style:none;
	padding:inherit
}
ul.sbul li ul li{
	background: transparent;
	border: 0px;
	margin: 0px;
}
a, a:visited {
	color: #603813;
	text-decoration: none;
}
a:hover{
	color: #42210B;
}
div.meta{
	font-size: 10px;
	background:url(images/sb-item-bg.png);
	border: 1px dotted #603813;
	margin: 3px;
	margin-bottom: 10px;
	padding: 3px;
	width: 80%; 
	float: left;
	clear: both;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	position: relative;
	float: left;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
}
#nav ul li a, #nav ul li a:visited{
	color: #FFF;
}
#nav ul li a:hover{
	color:#FF6;
}
#nav ul li ul{
	display: none;
	width: 160px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #7AAAC8;
}
#nav ul li ul li{
	float: left;
	clear: both;
}
#nav ul li:hover ul, #nav ul li.over ul { display: block; }  /*The magic */

#footer{
	float:left;
	clear:both;
	padding-top: 7px;
	text-align: left;
}
#footer div{
	margin: 7px;
	margin-top: 0;
}
#commentlist{
	list-style:none;
	padding: 0;
}
.comments_bird{
	background: url(images/comments_bird.png) no-repeat;
	width: 70px;
	height: 50px;
	border-right: 1px solid #7AAAC8;
	padding-right: 4px;
	margin-right: 4px;
	font-weight:bold;
	float: left;
}


