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

*/

/* Article elements */

/* content box inside right column */
#rightContent {
margin: 0px 45px 0px 0px;
padding: 0px;
width: 500px !important;
}

/* title element */
#articleHeadBox	{ background-color:#DEDFE7 !important; color:#4A597B; width: 470px;  margin: 0px 15px 0px 15px; position: relative; }
	#articleHeaders {background-color: #4A597B; color:#4A597B; padding: 3px 5px 12px 5px;}
#summary{margin: 0px 8px 0px 8px; padding: 10px; text-align: justify; }

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

	#nosummary{visibility: hidden; display: none; padding:0px;}
		
/* article parts */	
#articleBody{width: 500px;  margin: 0px;} /* contains entire article */
	#author {color:#4A597B; text-align: center; font-weight: bold; margin: 15px;}
	#text {font-size: 10pt; font-weight: normal; text-align: justify !important;}
	

/* other articles box */
#otherArticles {background-color: #DEDFE7 !important; color: #4A597B; width: 450px;  margin: 15px 25px 0px 25px; position: relative; font-size: 11pt; position: relative; }

/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
width: 577px;	/* sets position of side separator line */
border: 1px solid;
border-color: #F7F3EF #4A597B #F7F3EF #4A597B;
}

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

