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

/* title element */
#articleHeadBox	{ background-color:#EDDCD5 !important; color:#A44237; }
	#articleHeaders {background-color: #A44237; color:#EDDCD5;}
		
/* article parts */	
	#author {color:#A44237;}	

/* other articles box */
#otherArticles {background-color: #EDDCD5 !important; color: #A44237; }

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

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


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

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


