/* Photographers Stylesheet */
body {
	background-color: #f5ebd6;
	background-image: url('images/background.gif');
}
body.front {
	background-image: url('images/front_background.gif');
}

.front_portfolio_links,
.front_portfolio,
#navigation,
#content_inner_wrapper
{
	border-color: #f5ebd6;
}

#navigation .title a {
	color: #c93;
}
#navigation .title a:hover {
	color: #a57c29;
}
#navigation .entry a {
	color: #505050;
}
#navigation .entry a:hover {
	color: #c93;
}
#navigation .bullet {
	color: #8b8b8b;
}

#content_inner .title {
	color: #c93;
}

#content_inner .title a {
	color: #c93;
}
#content_inner .title a:hover {
	color: #a57c29;
}
#content_inner .group_title {
	color: #545454;
}
#content_inner .thumbnail_note {
	color: #cccede;
}
#image_title {
	color: #545454;
}
#image_nav {
	color: #cccede;
}
#image_nav a {
	color: #d06600;
}
#image_nav a:hover {
	color: #89430a;	
}
#front_address,#address {
	color: #999999;
}
.front_portfolio_title a {
	color: #c93;
}
.front_portfolio_title a:hover {
	color: #a57c29;
}
.front_image_caption {
	color: #a299a2;
}
.front_image_caption a{
	color: #a299a2; 
}
.front_portfolio_links a {
	color: #838383;
}
.front_portfolio_links a:hover {
	color: #c93;
}