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

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

body {
	position: relative;
	top: 20px;
}

* html #bnc_earth_hour {
	position: absolute;
	margin: 0;
	padding: 0;
}

#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 !important;
	border-bottom: 1px solid #57565f;
	height: 20px;
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 10px/10px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#bnc_earth_hour #inner {
	position: absolute;
	right: 5px;
	top: 4px;
	margin: 0;
	padding: 0;
}

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

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

#bnc_earth_hour a#banner {
	background: url(../images/banner-earth.png) no-repeat 3px 0;
	font-weight: bold;
	color: #c6c6c6;
	margin: 0;
	width: auto;
	float: left;
	position: absolute;
	top: 3px;
	left: 1px;
	height: 13px;
	padding: 2px 0 0 25px;
	text-shadow: #222 1px 1px 1px;
}

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