/* @override http://www.bravenewcode.com/wp-content/plugins/earth-hour/css/earth-hour.css */

body {
	margin-top: 20px !important;
}

#bnc_earth_hour {
	position: fixed;
	top: 0px;
	right: 0px;
	background: #000;
	opacity: 0.83 !important;
	filter:alpha(opacity=83) !important;
	-moz-opacity:.83 !important;
	-webkit-box-shadow: 0px 4px 8px #333;
	color: #c6c6c6;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	border-bottom: 1px solid #57565f;
	height: 20px;
	z-index: 999;
}

#bnc_earth_hour #inner {
	padding-top: 1px;
	padding-right: 5px;
}

* html #bnc_earth_hour {
	position: absolute;
}

#bnc_earth_hour #inner a {
	color: #42b01f;
	text-decoration: none;
	font-weight: normal;
}

#bnc_earth_hour a#banner {
	background: url(../images/banner-earth.png) no-repeat 3px 2px;
	width: 170px;
	text-align: left;
	font-weight: bold;
	color: #c6c6c6;
	padding-left: 24px;
	float: left;
	margin-top: 1px;
	display: block;
	height: 16px;
}

#bnc_earth_hour a#banner:hover {
	background-position: 3px -14px;
	color: #9fd2fb;
}

#bnc_earth_hour #inner a:hover {
	color: #9fd2fb;
}
