/*--- 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;
}

