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

*/

body {color: #3F519D;}
/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */


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

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


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

/* the List */
#theList { color:#3F519D; }
.subcategoryListTitle {background-color:#3F519D; color:#ffffff; }
.subcategoryItem {background-color:#D8D9EB; color:#ffffff; }

.categoryTitle { color: #3F519D;}
.short{ color: #3F519D;}

.darkBG {background-color:#3F519D !important; color:#ffffff !important;}
.midBG {background-color:#D8D9EB !important; color:#3F519D !important;} 
input, textarea, select {border: 1px solid #3F519D; }

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

