@charset "UTF-8";
/*  
Theme Name: I AM HEATHER dot COM
Theme URI: http://www.fourleaves.co.uk/
Description: A theme made with love in my heart.
Version: 1.0
Author: Scott Hargroves
Author URI: http://www.fourleaves.co.uk/
*/


/* I AM HEATHER dot COM CSS Document */
/* BUILT LOVINGLY BY HAND AT FOURLEAVES.CO.UK */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #837e72;
}
body {
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a:link {
	color: #d85c5c;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #d85c5c;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #d85c5c;
	text-decoration:none;
	font-weight:bold;
}

#header {
	width:100%;
	height:203px;
	background-image:url(images/top-bg.gif);
	background-repeat:repeat;
}

#top-holder {
	width:865px;
	margin:auto;
	height:203px;
}

#logo {
	width:249px;
	height:203px;
	float:left;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

a.home-nav {
	width:249px;
	float:left;
	background-image:url(images/logo-link.gif);
	text-decoration:none;
	display:block;
	height:203px;
}

a:hover.home-nav {
	background-position: -249px 0;
}


#rabbit {
	width:223px;
	height:203px;
	background-image:url(images/likes.gif);
	background-repeat: no-repeat;
	float:right;
}

#snail {
	width:156px;
	height:203px;
	background-image:url(images/snail.gif);
	background-repeat:no-repeat;
	float:right;
}

#container {
	width:865px;
	margin:auto;
	overflow:hidden;
}

.content-area {
	width:605px;
	float:left;
}

.post-header-holder {
	width:605px;
	float:left;
	border-bottom: #bbb199 1px solid;
}

.post-title {
	font-size: 26px;
	color:#d85c5c;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	width:450px;
	clear:right;
}

.post-title a:link {
	font-size: 26px;
	color:#d85c5c;
	float:left;
	text-decoration:none;
}

.post-title a:hover {
	font-size: 26px;
	color:#d85c5c;
	float:left;
	text-decoration:underline;
}

.post-title a:visited {
	font-size: 26px;
	color:#d85c5c;
	float:left;
	text-decoration:none;
}

.post-date {
	font-size:12px;
	color:#618a7c;
	padding-top:30px;
	padding-bottom:18px;
	float:left;
	width:155px;
	text-align:right;
}

.post {
	width:605px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:justify;
	color:#837e72;
	font-size:14px;
	overflow:hidden;
	float:left;
}

.comment {
	width:605px;
	padding-bottom:15px;
	text-align:right;
	border-bottom: #bbb199 1px solid;
	float:left;
}

.comment a:link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#788536;
}

.comment a:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#5b6623;
}

.comment a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#5b6623;
}

.comments-holder {
	width:605px;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}

.avatar {
	width:80px;
	height:80px;
	float:left;
	background-image: url(images/avatar.gif);
	background-repeat:no-repeat;
}

.comments-top {
	width:525px;
	height:39px;
	float:left;
	background-image:url(images/comment-top.gif);
	background-repeat:no-repeat;
}

.comments-body {
	width:501px;
	float:left;
	background-image: url(images/top-bg.gif);
	background-repeat:repeat;
	margin-left:24px;
}

.comments-text {
	padding:10px;
	text-align:justify;
	font-size:12px;
	color:#969080;
}

.sidebar-holder {
	width:227px;
	float:right;
}

.sidebar-headers {
	width:100%;
	border-bottom: #bbb199 1px solid;
	padding-bottom:15px;
	font-size:26px;
	color:#e4ddcd;
	text-decoration:none;
	padding-top:15px;
}

ul#gallerylist{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul#gallerylist li a:link, ul#gallerylist li a:visited, ul#gallerylist li a:hover{
	display:block;
	height:100%;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration:none;
	border-bottom: #bbb199 solid 1px;
	list-style:none;
}

ul#gallerylist li a:link{
	color: #837e72;
	font-weight:bold;
}

ul#gallerylist li a:hover{
	color: #837e72;
	background-color: #e4ddcd;
	text-align:left;
	font-weight:bold;
}

ul#gallerylist li a:visited{
	color: #837e72;
	font-weight:bold;
}

ul#gallerylist li{
	display:block;
	height:100%;
	padding:0px;
}

#footer {
	width:100%;
	height:50px;
	background-image:url(images/top-bg.gif);
	background-repeat:repeat;
}

#bottom-holder {
	width:865px;
	margin:auto;
	height:50px;
}