/*
 * Minimalist Dark Theme
 */
#leFooter-content{
	background-color: #000;
	color: #fff;
}
#leFooter .le-opener{
	width: 46px;
	height: 30px;
	background: #000 url('../images/open.png') 50% 65% no-repeat;
	overflow: hidden;
	text-indent: -999px;

	behavior:url(../PIE.htc);
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;

}
#leFooter.opened .le-opener{
	background-image: url('../images/close.png'); 
}
#leFooter #leFooter-content{
	border-top:3px solid #000;
}

/*
 * General
 */
#leFooter-inner .widgettitle{
	padding-bottom: 12px;
	border-bottom: 2px solid #fff;
}
#leFooter-inner h1, #leFooter-inner h2, #leFooter-inner h3, #leFooter-inner h4, #leFooter-inner h5,#leFooter-inner h6{
	color: #fff;
}
#leFooter-inner a{
	color: #fff;
}
#leFooter-inner .widget li{
	padding: 10px 0px;
	border-bottom: 1px solid #373737;
}
#leFooter-inner input[type="submit"]{
	border:0px;
	background: #454545;
	padding:7px 15px;
	color:#fff;
}
