/*
	Main container background color and border.
	Basically, the slider background color and border :)
*/
.FA_overall_container_classic{
	background: none repeat scroll 0 0 #E3E7EB;
	border:1px solid #B5B5B5;
}
/*
	Section title color (the title above the slider)
*/
.FA_overall_container_classic h3.FA_title_section{
	color:#D1DBE4; 
}
/*
	Text color inside a slide
*/
.FA_overall_container_classic .FA_featured_articles .FA_article{
	color:#333333;
}
/*
	Slide image background color and border
*/
.FA_overall_container_classic .FA_featured_articles .FA_article .image_container{
	background-color:#E3E7EB;
	border:1px #237C7B solid;
	height:120px;
}
/*
	Item title color and background
*/
.FA_overall_container_classic .FA_featured_articles .FA_article h2{
	color:#36749D !important;
	background-color:#E3E7EB; /* background color on titles is set to prevent the jagged font when doing opacity animations. */
}
/*
	Article date beneath the title
*/
.FA_overall_container_classic .FA_featured_articles .FA_article span.FA_date{
	color:#666666;
}
/*
	Item text color
*/
.FA_overall_container_classic .FA_featured_articles .FA_article p{
	color:#444444;
}
/*
	Links inside text color (if you allow them to be displayed)
*/
.FA_overall_container_classic .FA_featured_articles .FA_article p a{
	color:#36749D !important;
}
/*
	Read more link
*/
.FA_overall_container_classic .FA_featured_articles .FA_article a.FA_read_more{
	color:#FFFFFF;
        /*background:#3b3b3b;*/
        background:#fe9000;
	visibility:hidden;
}

/*  BOTTOM NAVIGATION COLORS AND BACKGROUNDS */
/*
	List element holding the bottom navigation
*/
.FA_overall_container_classic ul.FA_navigation{
	background:#E3E7EB;
}
/*
	Individual navigation elements background
*/
.FA_overall_container_classic ul.FA_navigation li a{
	background-image:url(../images/ltblue-nav.png);
}	
/*
	The tooltip showing the article name when you hover bottom navigation
*/
.FA_overall_container_classic ul.FA_navigation li span{
	color:#36749D;
}

/* NEXT AND BACK NAVIGATION */
.FA_overall_container_classic .FA_back{
	background-image:url(../images/ltblue-left.png);
}
.FA_overall_container_classic .FA_next{
	background-image:url(../images/ltblue-right.png);
}
/* Extra stuff added to make a cleaner interface */
h.FA_title_section {
	visibility:hidden;
	display:none;
}
