/* Begin Structure */


body 
{
	background: #6e6e6e;
	color: #333;
}

#page 
{
	background: url('images/faux-column-red.gif') repeat-y #ffffff;
	border: 1px solid #ffffff;
}


#header 
{
	background: url('images/header-pattern-red.png') repeat;
}


div.description
{
	color: #666666;
}

#menu
{
	background: #d81e00;
}

#menu li a
{
	color: #ffffff;
}

.entry p 
{
	color: #333333;
}

#footer 
{
	border: none;
	background: #741707;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #ffffff;

}
/* End Structure */


/* Begin Sidebar */

#left
{
	color: #c00000;
	background: #d8d8d8;
}

#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: transparent;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
	
#left a, #left a:link, #left a:visited
{
	color: #c00000;
	font-weight: bold;
}

#left ul ul li
{
	list-style-type: square;
	list-style-position: inside;
	color: #c00000;
	font-weight: bold;
	font-size: 10px;
	
}

#right
{
	color: #000000;
	background: #929292;
}

#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: #ff0000;
	font-size: 18px;
	font-weight: bold;
}
	
#right a, #right a:link, #right a:visited
{
	color: #ffffff;
	font-weight: bold;
}

#right ul ul li
{
	list-style-type: square;
	list-style-position: inside;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #e40000;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #c00000;
}	

h2, h2 a, h2 a:link, h2 a:visited 
{
	color: #c11b00;
}

	
h2 a:hover, h3 a:hover
{
	color: #666666;
}

h3, h3 a, h3 a:visited 
{
	color: #c00000;
	border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
 	color: #c00000;
 	border: none;
}

/* End Headers */



/* Begin Form Elements */


#searchform #s 
{
	width: 125px;
	border: 1px solid #a10000;
	height: 16px;
}

#searchsubmit 
{
	border: 1px solid #a10000;
	background: #c00000;
	color: #ffffff;
}

#header #searchform #s 
{
	border: 1px solid #a10000;
}

/* End Form Elements */



/* Begin Comments*/


div.commentsForm
{
	float: left;
	width: 100%;
	background: #c0c0c0;
	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 #ffffff;
	background: #d0d0d0;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #ffffff;
	background: #d0d0d0;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #666666;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #ffffff;
}

#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: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #314902;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}

/* End Various Tags & Classes*/


