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

/* title element */
#articleHeadBox	{ background-color:#EAE0D7 !important; color:#975C3E; }
	#articleHeaders {background-color: #975C3E; color:#EAE0D7;}
		
/* article parts */	
	#author {color:#975C3E;}	

/* other articles box */
#otherArticles {background-color: #EAE0D7 !important; color: #975C3E; }

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

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


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

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

li {color: #975C3E;}


