/*
	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;}
/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */


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

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


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

/* 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:#EDDCD5 !important; color:#A44237 !important;} 
input, textarea, select {border: 1px solid #A44237; }

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

