

/*  
Theme Name: Mafnifico
Description: A Business & Portfolio Theme
Version: 1
Author: Dany Duchaine
Author URI: http://themeforest.net/user/ddstudios
*/




/* ---------- Hack ---------- */

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */



/* ---------- Featured ---------- */

.featuretitle {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color:#FFFFFF;
}

#feature_wrapper {
	width: 700px;
	margin: 0 auto;
	line-height: 16px;
}
#feature_list {
	width: 680px;
	height: 185px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
#tabs {
	right: 0;
	z-index: 2;
	width: 222px;
}
#tabs li {
	font-size: 12px;
	font-family: Arial;
	height: 61px;
}
#tabs li a {
	color: #999999;
	text-decoration: none;	
	display: block;
	padding: 10px 20px 10px 35px;
	height: 61px;
	outline: none;
}
#tabs li a:hover {
	color: #393939;
}
#tabs li a.current {
	background: url(../images/feature-tab-current.png) top left no-repeat;
	color: #393939;
}
#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
#output {
	left: 0;
	width: 633px;
	height: 185px;
	position: relative;
}
#output li {
	position: absolute;
	width: 222px;
	height: 61px;
}
.outputimg {
	border: #FFFFFF solid 0px;
	outline: #CCCCCC solid 0px;
}

