/* Begin Structure */


body 
{
	background: #5d6356;
	background: url('images/floral2.jpg');
        color: #333333;
}

#page 
{
	background: url('images/custom-d3d5c6.gif') repeat-y #ffffff;
	border: 1px solid #ffffff;
}


#header 
{
	background: url('images/header-1.jpg');
}


div.description
{
	color: #cbcc98;
}

#menu
{
	background: #a0a180;
}

#menu li a
{
	color: #593512;
}

.entry p 
{
	color: #333333;
}

#footer 
{
	border: none;
	background: #a0a180;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #000000;

}
/* End Structure */


/* Begin Sidebar */

#sidebar
{
	color: #000000;
	background: #d3d5c6;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

#sidebar h2 
{
	font-family: 'Century Gothic';
	font-size: 1.2em;
	background: transparent;
	color: #6e5d4a;
	font-size: 18px;
	font-weight: bold;
}
	
#sidebar a, #sidebar a:link, #sidebar a:visited
{
	color: #797752;
	font-weight: bold;
}

#sidebar ul ul li
{
	list-style-type: square;
	list-style-position: inside;
	color: #797752;
	font-weight: bold;
	font-size: 10px;
	
}


/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #ae5e00;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #ffffff;
}	

h2, h2 a, h2 a:link, h2 a:visited 
{
	color: #837152;
}

	
h2 a:hover, h3 a:hover
{
	color: #3f331f;
}

h3, h3 a, h3 a:visited 
{
	color: #5a6444;
	border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
 	color: #ffffff;
 	border: none;
}

/* End Headers */



/* Begin Form Elements */


#searchform #s 
{
	width: 125px;
	border: 1px solid #333333;
	height: 16px;
}

#searchsubmit 
{
	border: 1px solid #333333;
	background: #454735;
	color: #ffffff;
}

#header #searchform #s 
{
	border: 1px solid #454735;
}

/* End Form Elements */



/* Begin Comments*/


div.commentsForm
{
	float: left;
	width: 100%;
	background: #797a5e;
	text-align: left;
	color: #ffffcc;
	border: 2px solid #ffffff;


}


.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 2px;
	border: 1px solid #977f56;
	background: #ebd9bd;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #977f56;
	background: #e0e1d7;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #676951;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #ffffff;
}

#commentform label
{
	color: #ffffff;
	font-family: Century Gothic;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */

a, a:link, a:visited
{
	color: #9b9266;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}


/* End Various Tags & Classes*/



