/*
 Css for the Energy theme options */

.wrap{
	width:98%;
	max-width:955px;
}

.options_wrap{
	float:left;
	line-height:1.5em;
	width:97%;
	max-width:950px;
	height:auto;
}

.options_wrap h2{
	font-size:28px;
	font-weight: 600;
	font-style:italic;
	margin-bottom:20px;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);

}

.top-notice{
	margin-bottom:25px;
}
.section_wrap{
	float:left;
	margin-bottom:25px;
	width:650px;
}

.section_body{
	-moz-border-radius:0 0 6px 6px;
	border-radius:0px 0px 10px 10px;
	border:1px solid #C0C0C0;
	border-top:0;
	background:#C2D2DF;
	float:left;
	width:648px;
}

h3.section_title{
	-moz-border-radius:6px 6px 6px 6px;
	border-radius: 6px 6px 0px 0px;
	background:transparent url(../images/menu-bits.gif) no-repeat scroll 625px -109px;
	background-color:#DCDCDC;
	border:1px solid #E1E1E1;
	clear:both;
	color:#4E4C41;
	cursor:pointer;
	font-size:1.1em;
	margin:0;
	padding:6px 27px 6px 13px;
}

h3.section_title:hover{
	background:transparent url(../images/menu-bits.gif) no-repeat scroll 625px -109px;
	background-color:#f0f0f0;
	border:1px solid #CFCFCF;
}

h3.open {
	background-position:10px -25px;
}

h3.section_title span{
	color:#666;
	float:right;
	font-size:0.9em;
	font-weight:normal;
}

.options_input {
	clear:both;
	margin:35px 20px;
	padding:10px;
	overflow:hidden;
}

.options_desc{
	background-color: #D1E2F0;
	border: 1px solid #9EAAB5;
	color:#666;
	float:right;
	padding:15px;
	width:300px;
}

.labels{
	color:#555;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

label{
	color:#555;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.options_input input[type="text"], .options_input select{
	background:#FFF;
	border-color:#DFDFDF;
	color:#666;
	font-size:12px;
	padding:5px;
	width:150px;
	height:auto;
}

#multicheck select{
	height:auto;
}

.options_input input:focus, .options_input textarea:focus{
	background:#fff;
}

.options_input textarea{
	background:#FFFFFF;
	border-color:#DFDFDF;
	color:#000000;
	padding:5px;
	margin-top:20px;
	width:585px;
	height:135px;
}

.textarea_desc{
	background-color: #D1E2F0;
	border: 1px solid #9EAAB5;
	color:#666;
	float:right;
	margin-top: 10px;
	padding:15px;
	width:430px;
}

 span.submit{
	float:left;
	margin:0 30px 30px 0;
	padding:0;
	width:15%;
}

 .section_wrap span.submit{
	float:left;
	margin:0 20px 30px 30px;
	padding:0;
	width:15%;
}

.sidebox {
	-moz-border-radius:6px 6px 6px 6px;
	border:1px solid #ddd;
	background:#F2F2F2;
	color:#4D5253;
	float:right;	
	font-size:11px;
	margin-top:55px;
	padding:20px;
	width:200px;
}

.sidebox h2{
	color:#000;
	font-size:22px;
	line-height:1;
	margin:0 0 10px 0;
	padding:0;
}

.sidebox p{
	font-size:11px;
}

.sidebox hr{
	border:0;
	border-top:1px solid #DDD;
	margin:15px 0;
}

.sidebox ol li, .sidebox ul li{
	font-size:11px;
}

.notice{
	color:#888;
	font-size:10px;
}

.button-right{
	float:left;
	text-align:left;
	width:250px;
}

.button-right span{
	color:#777;
	display:block;
	font-size:0.9em;
	text-align:left;
	width:78%
}

.info-box{
	background-color:#c2d2df;
	border: 1px solid #9EAAB5;
	padding:10px;
	position: fixed;
	left: 855px;
	width: 200px;
	height:417px;
}

.reset-box{
	background-color:#D1E2F0;
	border: 1px solid #9EAAB5;
	height: 125px;
	padding: 5px;
	margin-top: 11px;
}

.donate-box{
	background-color:#D1E2F0;
	border: 1px solid #9EAAB5;
	padding: 5px 5px 0px 20px;
	margin-top: 11px;
}

.support-box{
	background-color:#D1E2F0;
	border: 1px solid #9EAAB5;
	padding: 5px 5px 5px 5px;
	margin-top: 11px;
}