/*
	Main container background color and border.
	Basically, the slider background color and border :)
*/
.FA_overall_container_classic.dark{
	background: #100904;
	border:1px solid #282828;	height: 270px;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px; /* future proofing */	-khtml-border-radius: 4px; /* for old Konqueror browsers */	width: 100%	
}
/*	Section title color (the title above the slider)*/
.FA_overall_container_classic.dark h3.FA_title_section{
	color:#003333 !important; 
}
/*	Text color inside a slide*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article{
	color:#CCCCCC;	height: 234px;
}
/*	Slide image background color and border*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article .image_container{
	background-color:#333333;	background: #20190d;
	border:1px #fff6af solid;
}
/*	Item title color and background*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article h2{
	color:#eeeeee !important;
	background-color:#282828; /* background color on titles is set to prevent the jagged font when doing opacity animations. */	background: #100904;
}
/*	Article date beneath the title*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article span.FA_date{
	color:#695f4e;	line-height:24px;
}
/*	Item text color*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article p{
	color:#FFF;
}
/*	Links inside text color (if you allow them to be displayed)*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article p a{
	color:#FFFFFF !important;
}
/*	Read more link*/
.FA_overall_container_classic.dark .FA_featured_articles .FA_article a.FA_read_more{
	color:#ffffff;
	background:#3b3b3b;	background: #131313;	background: #514630;	background: #695f4e;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px; /* future proofing */	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}.FA_overall_container_classic.dark .FA_featured_articles .FA_article a:hover {	color:#514630;	background:#3b3b3b;	background: #131313;	background: #514630;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px; /* future proofing */	-khtml-border-radius: 5px; /* for old Konqueror browsers */	background: #d4ccaf;}
/*  BOTTOM NAVIGATION COLORS AND BACKGROUNDS */
/*	List element holding the bottom navigation*/
.FA_overall_container_classic.dark ul.FA_navigation{
	background:#282828;	background: #131313;	background: #0f0a03;	/* height: 25px; */
}
/*	Individual navigation elements background*/
.FA_overall_container_classic.dark ul.FA_navigation li a{
	background-image:url(../images/dark-nav.png); 
}	
/*	The tooltip showing the article name when you hover bottom navigation*/
.FA_overall_container_classic.dark ul.FA_navigation li span{
	color:#CCC;
}
/* NEXT AND BACK NAVIGATION */
.FA_overall_container_classic.dark .FA_back{	background-image:url(../images/dark-left.png);		-moz-border-radius-topright: 5px;	border-top-right-radius: 5px;		-moz-border-radius-bottomright: 5px;	border-bottom-right-radius: 5px;
}
.FA_overall_container_classic.dark .FA_next{
	background-image:url(../images/dark-right.png);	-moz-border-radius-topleft: 5px;	border-top-left-radius: 5px;		-moz-border-radius-bottomleft: 5px;	border-bottom-left-radius: 5px;
}