/* Theme name: Little Nutmeg
Description: Theme for the Little Nutmeg Wordpress blog.
Version: 1.0
Author: Simple Aspen 
Author URI: www.simpleaspen.com

copyright protected 2009
*/

body {
    font-family: verdana, "Helvetica", sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	/*background: url(images/ant_background.jpg) repeat top left;*/
	color: #30261a;
	background: #d0b78f;
}
#wrap {
	width: 850px;
	margin: 0 auto;
	background: white;
	border-left: #90774f 1px solid;
	border-right: #90774f 1px solid;
	}
#header {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 200px;
	background: url(images/header2.jpg) no-repeat top left;
	}
#container {
	width: 430px;
	margin: 0 0 0 10px;
	padding: 100px 0 0 90px;
	float: left;
	background: url(images/corner2.jpg) no-repeat top left;
	position: relative;
	}

h4{
        margin: 0 0 -5px 0;
		color: #30261a;
}

#text {
	margin: 0 auto;
	width: 375px;
    padding: 0 15px 15px 15px;
}
#worm {
	position: absolute;
	top: 450px;
	left: -10px;
	}
.wp-caption-text {
 font-size: 80%;
}
.post h2{
	text-align: left;
	}
.post a:link  {
	color: #82992a;
	text-decoration: none;
	}
.post a:active {
	color: #82992a;
	text-decoration: none;
	}
.post a:hover {
	color: #82992a;
	text-decoration: underline;
	}
.post a:visited {
	color: #82992a;
	text-decoration: none;
	}
.line {
	color: #b84556;
	}
span {
	font-weight: bold;
	}
ul a {
	text-decoration: none;
	}
a:link, a:active {
	color: #82992a;
	}
a:hover {
	color: #82992a;
	text-decoration: underline;
	}
a:visited {
	color: #82992a;
	font-weight: bold;
	}
.divider {
		background: url(images/divider2.jpg) no-repeat top left;
		height: 20px;
		width: 352px;
		margin: 0 auto 45px auto;
		}
#navigation a{
	text-decoration: none;
	}
#rabbit {
	margin: 18px 0 0 50px;
	}
#sidebar {
	margin: -50px 10px 0 0;
	padding: 30px 0 0 50px;
	float: right;
	width: 250px;
	background: url(images/ants2.jpg) no-repeat bottom left;
font-size: 75%;
	}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}
#sidebar li ul li, #sidebar li ol li {
	list-style-type: disc;
	border: none;
	margin: 0;
	padding: 0;
	}
#footer{
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(images/footer2.jpg) no-repeat top right;
	position: relative;
	padding: 0;
	clear: both;
	}
	#footertabwrap{
		padding: 0;
		margin-left: 230px;
		}
	
	#footer li{
		display: inline;
		font-weight: bold;
		font-size: 70%;
		margin: 0 0 0 10px;
		padding: 0;
		}
	.copy{
		margin: 0;
		color: #30261a;
		padding: 0;
		position: absolute;
		bottom: 5px;
		left: 0;
		font-size: 85%;
		}
blockquote {
	margin: 1em 2em;
	border-left: 2px dashed #82992a;
	padding-left: 1em; }
	
/*Comments CSS*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.alignright{
display: inline;
margin: 2 px;
padding: 0 0 4px 4px;
float: right;
}
.alignleft{
display: inline;
margin: 2 px;
padding: 0 4px 4px 0;
float: left;
}