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

*/

body {color: #A44237;}

.menus_self{
	background-color: rgba(116, 26, 9, 0.53);
}
#left{
	color: #A44237;
}
#left a, #left a:visited{
	color: #A44237;
}
.helpUsBox{
	color: #A44237;
}
.helpUsBox .title {
	background-color: #EDDCD5;
}
.link-banner .text {
	background-color: #EDDCD5;
}
.side_banner .text {
	background-color: #EDDCD5;
}
.rounded-title-box {
	background-color: #EDDCD5;
}

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

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


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

/* the List */
#theList { color:#A44237; }
.subcategoryListTitle {background-color:#A44237; color:#ffffff; }
.subcategoryItem {background-color:#EDDCD5; color:#ffffff; }

.categoryTitle { color: #A44237;}
.short{ color: #A44237;}

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

.midBG {
	background-color:transparent !important;
	color: #A44237 !important;
}
.image-description{
	background-color:#EDDCD5 !important;
}

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

/*a {color: #A44237; }
#theText  a {border-bottom:1px dotted #A44237; }*/
