@charset "UTF-8";
/* --- WombatFx | CSS Document | www.wombatfx.ch / s.rossetti - 2009 --- */
/* --- tags --- */
*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}
html,
body{
	height:100%;
}
body{
	background:#2a2020 url(../__layout/__statics/_wfx_body_bg.png) repeat 0 0;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ccc;
	letter-spacing:1px;
	line-height:1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6{
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:3px;
	margin-bottom:5px;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#ccc;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}
a.sharer{
	border:none;
}
/* --- cms and site --- */
#site{
	width:100%;
	height:100%;
}
#__connexion{
	position:fixed;
	right:10px;
	top:10px;
	color:#1f0b0b;
	cursor:pointer;
}
/* --- wfx --- */
#wfx{
	position:relative;
	background:#2a2020;
	margin:0 auto;
	top:30px;
	width:908px;
}
#wfx_banner,
#wfx_content,
#wfx_footer,
#wfx_menu li{
	background-color:#3c3c3c;
	position:relative;
	width:876px;
	border:1px solid #000;
	border-radius:5px;								/* --- css3 version --- */
	-moz-border-radius:5px;							/* --- moz version --- */
	-webkit-border-radius:5px;						/* --- webkit version --- */
	box-shadow:3px 3px 5px #111;					/* --- css3 version --- */
	-moz-box-shadow:3px 3px 5px #111;				/* --- moz version --- */
	-webkit-box-shadow:3px 3px 5px #111;			/* --- webkit version --- */
	padding:3px 15px;
	margin-bottom:3px;
}
#wfx_banner{
	background-color:#3c3c3c;
	height:65px;
	text-align:center;
	z-index:99;
}
#wfx_banner a img{
	margin-top:-1px;
}
#wfx_menu{
	position:relative;
	z-index:80;
	margin:-20px 0 -25px 15px;
}
#wfx_menu li{
	display:inline-block;
	width:auto;
	padding:20px 5px 5px;
	margin:0 3px 0 0;
}
	#wfx_menu a{
	}
	#wfx_banner a,
	#wfx_menu a{
		border:0;
	}
	#wfx_menu a.selected{
		color:#fff;
	}
#wfx_footer li{
	display:inline;
	border-right:1px solid #fff;
	padding:2px 10px 2px 5px;
}
#wfx_footer li.last{
	border:0;
}
#wfx_content{
	background-color:#454545;
	min-height:250px;
	padding-top:40px;
}
	#wfx_footer{
		font-size:0.8em;
		text-align:center;
	}
#wfx_footer ul{
	list-style-type:none;
}
/* --- articles --- */
/* --- porfolio --- */
#wfx_content .item,
#wfx_content .portfolio_item{
	display:block;
	float:left;
	background-color:#585858;
	border:1px solid #6e6e6e;
	border-radius:5px;								/* --- css3 version --- */
	-moz-border-radius:5px;							/* --- moz version --- */
	-webkit-border-radius:5px;						/* --- webkit version --- */
	box-shadow:3px 3px 5px #2A2020;					/* --- css3 version --- */
	-moz-box-shadow:3px 3px 5px #2A2020;			/* --- moz version --- */
	-webkit-box-shadow:3px 3px 5px #2A2020;			/* --- webkit version --- */
	width:277px;
	height:100px;
	padding:2px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:7px;
}
#wfx_content .item img,
#wfx_content .portfolio_item img{
	width:100px;
	float:left;
	margin-right:4px;
}
#wfx_content .item a,
#wfx_content .portfolio_item a{
}
#wfx_content .item h1,
#wfx_content .portfolio_item h1{
	font-size:1.2em;
	margin-left:110px;
}
#wfx_content .item p,
#wfx_content .portfolio_item p{
	margin-left:110px;
	font-size:0.9em;
	line-height:1.2em;
}

#wfx_content .page{
	width:600px;
	margin:0 auto;
}

/* --- contact form --- */
#wfx_contact{
	width:320px;
	padding-top:10px;
}
#wfx_contact ul{
	list-style-type:none;
}
#wfx_contact li{
	padding-bottom:10px;
}
#wfx_contact label,
#wfx_contact input,
#wfx_contact textarea{
	width: 314px;
	padding:3px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#ccc;
	color:#333;
}
#wfx_contact label{
	display:block;
	background-color:#666;
	color:#ccc;
	width: 314px;
}
#wfx_contact input.submit{
	width:315px;
}

/* --- sharer and tags ---*/
#wfx_sharer,
#wfx_tags{
	position:relative;
	padding-top:5px;
	background:url(../__layout/__statics/_wfx_body_bg.png) repeat fixed 0 0;
	text-align:right;
}
#wfx_sharer{
	background:none;
	float:right;
}
#wfx_sharer a,
#wfx_tags a{
	border:none;
}
#wfx_sharer img{
	opacity:0.3;
}

/* --- milkbox --- */
#mbDescription a{
	color:#666;
}

/* --- tooltips --- */
.tips{
	width:200px;
	height:40px;
	background-color:#999;
	border:1px solid #2a2020;
	border-radius:3px;					/* --- css3 version --- */
	-moz-border-radius:3px;				/* --- css3 version --- */
	-webkit-border-radius:3px;			/* --- css3 version --- */
	padding:3px;
	font-size:0.8em;
	line-height:1em;
}

/* --- classes --- */
.left{
	float:left;
	padding:5px;
}
.right{
	float:right;
	padding:5px;
}
h3.alert,
h3.confirm{
	padding-top:5px;
	color:#f50;
}
h3.confirm{
	color:#fff;
}
.hider{
	display:none;
}
