/*
	Colors of defaut article (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;}
/* Article elements */

/* title element */
#articleHeadBox	{ background-color:#D8D9EB !important; color:#3F519D; }
	#articleHeaders {background-color: #3F519D; color:#D8D9EB;}
		
/* article parts */	
	#author {color:#3F519D;}	

/* other articles box */
#otherArticles {background-color: #D8D9EB !important; color: #3F519D; }

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

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


/* other defaults */
.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; }
.text {color: #000000;}
.text  a {border-bottom:1px dotted #3F519D; }


.h1 {color: #3F519D;}
#articleHeaders.h1 {color:#F7F3EF;}
#articleHeaders h1 {color:#F7F3EF;}
.subtitle {color: #F7F3EF;}
.h2 {color: #3F519D;}
.h3 {color: #3F519D;}
.h4 {color: #3F519D;}
.h5 {color: #3F519D;}


