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


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

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


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

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

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

