/**
 * To create a new color scheme see the details about the new themes file structure: http://www.codeflavors.com/documentation/theme-file-structure/
 */
.FA_overall_container_smoke {
	display:block;
	position:relative;
	clear:both;
	z-index:1;	
	margin:0px auto;
}	

.FA_overall_container_smoke  a:focus {
	outline:0px;
}
focus {
	outline:0px;
}

.FA_overall_container_smoke  h3.FA_title_section { 	
	padding:0px;
	margin:0px;
}

.FA_overall_container_smoke .FA_featured_articles {
	display:block;
	position:relative;
	clear:both;
	height:400px;
	overflow:hidden;
	width:100%;
}

.FA_overall_container_smoke .FA_featured_articles .FA_article{
	display:block;
	position:relative;
	clear:both;
	/* if you plan on using left slide morph, set width on the elements */
	width:100%;
	height:100%;
	padding:0px;
	overflow:hidden;
}
	.FA_overall_container_smoke .FA_featured_articles .FA_wrap{
		width:100%;
		height:20%;
		margin-right:0%;
		padding:0px;
		display:block;
		position:absolute;
		overflow:hidden;
		top:0px;
		left:0px;
	}
	.FA_overall_container_smoke .FA_featured_articles .FA-remove-bg{
		background:none;
	}

.FA_overall_container_smoke .FA_featured_articles .FA_article h2{
	margin:0px;
	padding:0px;
	border:none;	
	clear:none;
	text-align:left;
	z-index:1;
}
	.FA_overall_container_smoke .FA_featured_articles .FA_article h2 a{
		color:#FFF;
	}

.FA_overall_container_smoke .FA_featured_articles .FA_article span.FA_date{
	padding:0px;
}

.FA_overall_container_smoke .FA_featured_articles .FA_article div.fa_content{
	margin:0px;
	padding:30px 0px 30px;
	line-height:18px;
}

.FA_overall_container_smoke .FA_featured_articles .FA_article a.FA_read_more{
	padding:0px;	
	padding:10px;
	float:right;
}

/* Sideways navigation */
.FA_overall_container_smoke .FA_back{
	display:block;
	position:absolute;
	left:10px;
	bottom:10px;
	width:20px;
	height:20px;
	line-height:18px;
	text-align:center;
	z-index:110;
}
.FA_overall_container_smoke .FA_next{
	display:block;
	position:absolute;
	left:32px;
	bottom:10px;
	width:20px;
	height:20px;
	line-height:18px;
	text-align:center;
	z-index:110;
}



.FA_overall_container_smoke .FA_navigation {
  border: medium none;
  display: block;
  float: right;
  list-style-type: none;
  margin: -30px auto 0;
  padding: 0;
  position: relative;
  z-index: 9999;
}

.FA_overall_container_smoke .FA_navigation li {
  border: medium none;
  display: block;
  float: left;
  padding: 11px 2px;
  position: relative;
  right: 50%;
  width: auto !important;
}