/* ========================================================
Theme Name: Meijer Gardens
Theme URI: http://www.meijergardens.org/blog
Description: The default theme for Meijer Gardens' blog.
Version: 0.9
Author: Fusionary Media
Author URI: http://www.fusionary.com/

	Meijer Gardens v0.9
	 http://www.meijergardens.org/blog/
	
	 * Copyright Fusionary Media, 2004
=========================================================== */

@import url("../../../../css/default.css");

#container{
	background: transparent url('../../../../images/bg_container.gif') 0 0 repeat-y;
}
#header{
	background: #fff url('../../../../images/bg_header.gif') 0 0 no-repeat;
}
#header h1 a{
	background: #fff url('../../../../images/logo.gif') 0 0 no-repeat;
}
#header-nav{
	background: #D6D3BC url('../../../../images/bg_nav.gif') 0 0 no-repeat;
}
#tip-nav{
	background: #DCD9C3 url('../../../../images/bg_tipnav.gif') 0 0 no-repeat;
}
body.blog #content h1{
	background: transparent url('images/hdr_gardens_blog.gif') 0 0 no-repeat;
}

#tip-nav {
	background: #DCD9C3 url('../../../../images/bg_tipnav.gif') 0 0 no-repeat;
}

#content h1 a {
	text-indent: -1000em;
	display: block;
	position:absolute;
	left: 0;
	top:0;
	width: 753px;
	height: 59px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	border-width: 0;
	text-decoration: none;
}
body.blog #content {
	padding-top:20px;
}

.form-notes {
	color:#666;
	font-size: 10px;
}

.post {
	margin-top:1em;
	border-bottom:1px solid #dadada;
}

/* for blog images in posts */
.leftimage {float:left; margin: 0px 8px 5px 0px;}
.rightimage {float:right; margin: 0px 0px 5px 8px;}

#commentform textarea {
	width: 480px;
}
ol.commentlist {
	padding-left: 1.5em;
	margin-left: 0;
}