/* Begin Structure */


body 
{
	background: #054d18;
	color: #333;
}

#page 
{
	background: url('images/faux-column-firenze.gif') repeat-y #ffffff;
	border: 1px solid #468966;
}


#header 
{
	background: url('images/headerbag.jpg') repeat;
}


div.description
{
	color: #fff0a5;
}

#menu
{
	background: #333333;
}

#menu li a
{
	color: #ffffff;
}

.entry p 
{
	color: #333333;
}

#footer 
{
	border: none;
	background: #8e2800;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #ffb03b;

}
/* End Structure */


/* Begin Sidebar */

#left
{
	color: #ffffff;
	background: #8e2800;
}

#left ul ul li, #left ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#left h2 
{
	font-family: 'Century Gothic';
	font-size: 1.2em;
	background: 8e2800;
	color: #fff0a5;
	font-size: 18px;
	font-weight: bold;
}
	
#left a, #left a:link, #left a:visited
{
	color: #FFB03B;
	font-weight: bold;
}

#left ul ul li
{
	
	list-style-position: inside;
	color: #FFB03B;
	font-weight: bold;
	font-size: 10px;
	
}

#right
{
	color: #ffffff;
	background: #8e2800;
}

#right ul ul li, #right ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

#right h2 
{
	font-family: 'Century Gothic';
	font-size: 1.2em;
	background: transparent;
	color: #fff0a5;
	font-size: 18px;
	font-weight: bold;
}
	
#right a, #right a:link, #right a:visited
{
	color: #ffb03b;
	font-weight: bold;
}

#right ul ul li
{
	
	list-style-position: inside;
	color: #ffb03b;
	font-weight: bold;
	font-size: 10px;
}

/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #8e2800;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #ffb03b;
font-weight: bold;
}	

h2, h2 a, h2 a:link, h2 a:visited 
{
	color: #8e2800;
}

	
h2 a:hover, h3 a:hover
{
	color: #8e2800;
}

h3, h3 a, h3 a:visited 
{
	color: #8e2800;
	border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
 	color: #8e2800;
 	border: none;
}

/* End Headers */



/* Begin Form Elements */


#searchform #s 
{
	width: 125px;
	border: 1px solid #8e2800;
	height: 16px;
}

#searchsubmit 
{
	border: 1px solid #8e2800;
	background: #8e2800;
	color: #ffffff;
}

#header #searchform #s 
{
	border: 1px solid #8e2800;
}

/* End Form Elements */



/* Begin Comments*/


div.commentsForm
{
	float: left;
	width: 100%;
	background: #fff0a5;
	text-align: left;
}


.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #8e2800;
	background: #8e2800;
	color: #ffffff;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #8e2800;
	background: #8e2800;
	color: #ffffff;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #fff0a5;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #333333;
}

#commentform label
{
	color: #333333;
	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: #8e2800;
	text-decoration: 
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}

/* End Various Tags & Classes*/


