/*
Theme Name: redleaf
Theme URI: http://wildeherb.com/
Description: inspired by colorful maple trees in autumn 
Version: 0.1
Author: Liz Allyn
Author URI: http://computeraxe.com/
*/

body {
padding: 0;
margin: 0;
text-align: center;
background: #e6e6e6 url(images/g.gif) repeat;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
}

a:link {
	color: #666; 
	text-decoration: underline;
	}

a:visited {
	color: #696969; 
	text-decoration: underline;
	}
a:hover {
	color: #183a19;  
	text-decoration: underline;
	}
#head {
text-align: left;
width: 780px;
margin: 18px auto 0;
color: #1e3d1d;
}
#heading {
background: #6D6D74 url(images/head3.jpg) repeat-x;
width: 780px;
height: 200px;
margin: 8px auto 0;
color: #FFF;
text-align: left;
border: 1px solid #183a19;
}
#header {
padding-top: 50px;
padding-left: 10px;
}
h1 {
font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}
h1 a:link, h1 a:visited {
text-decoration: none;
color: #183a19;
}
ul a:link, ul a:visited {
text-decoration: none;
}
h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
color: #183a19;
margin: 0;
}
h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #6D6D74;
  background: url(images/maple_redgr.png) no-repeat 0 50%;
	height: 26px;
  padding-left: 25px;
}
h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: #6D6D74;
}
h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #183a19;
}
#content {
	background: #fff;
	margin: 0 auto;
	border: 1px solid #183a19;
	width: 780px;
	text-align: left;
}
#navigation {
	padding: 0 15px 10px 15px;
	background: #183a19 url(images/bg_head.jpg) repeat-x;
}
#minitabs {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 0px solid #FFF;
	text-transform: uppercase;
	}
#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#minitabs a:link, #minitabs a:visited {
	float: right;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 0px;
	text-decoration: none;
	color: #FFF;
	}
li.current_page_item a, #minitabs a:hover {
	border-bottom: 2px solid #ccc;
	padding-bottom: 0px;
	background: transparent;
	color: #ccc;
	}
#main {
	float: left;
	background: #FFF;
	padding: 5px 15px;
	width: 520px;
}
#sidebar {
margin-top:110px;
	width: 230px;
	float: left;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	background: url(images/bg_dot.png) no-repeat 0 5px;
	padding-left: 18px;
}
#main li {
	list-style-image: url(images/check.png);
	padding-left: 0px;
}
#footer {
	clear: both;
	background: #183a19;
	text-align: right;
	color: #FFF;
	padding: 5px;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited { 
	color: #ACAB95;
	text-decoration: none;
}
#footer a:hover { 
	color: #fff;
	text-decoration: underline;
}
.meta {
	color: #6D6D74;
	font-size: 11px;
	line-height: 1em;
	padding: 8px 0 0 0;
}

.entry {
	padding-bottom: 28px;
	background: url(images/maple_space.png) no-repeat center bottom;
}

blockquote {
	border-left: 2px solid #6D6D74;
	padding-left: 5px;
}

.commentbox {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.small {
font-size: 90%;
}
.up {
  margin-top: -20px;
}
form {
padding-bottom: 0px;
margin-bottom: 0px;
}