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

body {
	position: relative;
}

#bnc_earth_hour {
	background: #000;
	opacity: 0.83 !important;
	filter:alpha(opacity=83) !important;
	-moz-opacity:.83 !important;
	color: #c6c6c6 !important;
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 10px/10px Helvetica, Geneva, Arial, sans-serif;
	height: 20px;
	text-transform: uppercase;
}

#bnc_earth_hour #inner {
	text-shadow: #000000 0 -1px 1px;
	position: relative;
	right: 5px;
	margin: 0;
	padding: 0;
	float: right;
	top: 5px;
}

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

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

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

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

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