/*
	Colors of defaut category page (same as those of default-everything):
	page background: #F7F3EF (off-white)
	light box background: #EAE0D7	(light color)
	Darker background and regular text: #975C3E (dark color)  :: formerly slightly lighter: #526184

*/

body {color: #975C3E;}

#left{
	color: #975C3E;
}
#left a, #left a:visited{
	color: #975C3E;
}
.helpUsBox{
	color: #975C3E;
}
.helpUsBox .title {
	background-color: #EAE0D7;
}
.link-banner .text {
	background-color: #EAE0D7;
}
.side_banner .text{
	background-color: #EAE0D7;
}
.rounded-title-box {
	background-color: #EAE0D7;
}
.menus_self{
	background: rgb(105, 35, 1) transparent;
	background: rgba(105, 35, 1, 0.53);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99692301, endColorstr=#99692301);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99692301, endColorstr=#99692301)";
}

#right {
border: 1px solid;
border-color: #F7F3EF #975C3E #F7F3EF #975C3E;
}

#bottom { background-color: #975C3E !important; }
#bottom  a {color: #ffffff !important;}


/* Summary */
#summary { background-color: #EAE0D7; }

/* the List */
#theList { color:#975C3E; }
.subcategoryListTitle {background-color:#975C3E; color:#ffffff; }
.subcategoryItem {background-color:#EAE0D7; color:#ffffff; }

.categoryTitle { color: #975C3E;}
.short{ color: #975C3E;}

.darkBG {background-color:#975C3E !important; color:#ffffff !important;}

.midBG {
	background-color:transparent !important;
	color: #975C3E !important;
}
.image-description{
	background-color:#EAE0D7 !important;
}

input, textarea, select {border: 1px solid #975C3E; }

