/*--- Generic Style -------------------------------------*/

#container a, #container a:link {
	color: #bb6f02;
}

#container a:hover, #container a:active {
	color: #e58802;
}


/*--- Header Style -------------------------------------*/

#header .style_content {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header .style_content a, #header .style_content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header .style_content a:hover, #header .style_content a:active {
	color: #d0c7b9;
	text-decoration: none;
}

#header .style_content #blog_menu {
	background-image: url(header_menu.jpg);
	background-repeat: no-repeat;
}



/*--- Content Style -------------------------------------*/

#content .style_content {}

#content .prominent {
	background-color: #f7f5f1;
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content .prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: top;
}


#content #information {
	background-image: url(back_info.jpg);
}

#content #search {
	background-image: url(back_search.jpg);
}

#content #meta {
	background-image: url(back_prominent.jpg);
}


#content .comment .metadata {
	background-image: url(back_comment_meta.gif);
	background-repeat: no-repeat;
	background-color: #f7f5f1;
}

#content .comment .author {
	background-color: #e1dfdb;
}


/*--- Footer Style -------------------------------------*/

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}

#footer .style_content a, #footer .style_content a:link {
	color: #FFFFFF;
}

#footer .style_content a:hover, #footer .style_content a:active {
	color: #d0c7b9;
}

#footer .style_content #footer_title a, #footer .style_content #footer_title a:link {
	text-decoration: none;
}

#footer .style_content #footer_title a:hover, #footer .style_content #footer_title a:active {
	text-decoration: none;
}


blockquote
{	margin: 20px 0;
	padding: 10px 0px 0 30px;
	color: #333;
	background: #FFF url('/images/quote_lt.gif') no-repeat left top;/** Adjusted from #333 for White style**/
	font-style: italic; }
	
	blockquote p {
	margin: 0 !important;
	padding-right: 30px;
	padding-bottom: 10px;
	background: url('/images/quote_end_lt.gif') no-repeat right bottom;
}