/*
	To add a new color stylesheet, copy/paste this file, rename it to a unique color for this theme, change the colors/backgrounds below to 
	your own and put it back in this folder. It will become available under Colors for this theme.
*/

/* text container */
.FA_container_minimal.dark .FA_article .FA_text{
	color:#d5d5d5;
	-moz-box-shadow:2px 2px 3px #333;
	box-shadow:2px 2px 3px #333;
	-webkit-box-shadow:2px 2px 3px #333;
	background:url(../images/content_bg.png);
}

.FA_container_minimal.dark .FA_article .FA_text h2{
	color:#FFF !important;
	border-bottom-color:#585858;	
}

.FA_container_minimal.dark .FA_article .FA_text h2 a{
	color:#FFF !important;
}

.FA_container_minimal.dark .FA_article .FA_text div.fa_content a{
	color:#FFF;
}

.FA_container_minimal.dark .FA_side_nav{
	background-image:url(../images/skin.png);
}

.FA_container_minimal.dark .FA_navigation li div.nav_thumb{
	border-color:#FFF;
	-moz-box-shadow:0px -2px 5px #000;
	box-shadow::0px -2px 5px #000;
	-webkit-box-shadow:0px -2px 5px #000;
}

.FA_container_minimal.dark .FA_navigation li a{
	background-image:url(../images/skin.png);
}