/* 
Announcer Admin theme
By : Aakash Chakravarthy (www.aakashweb.com)
Version : 1.6
*/

.wrap h3 {
	font: italic 21px "Times New Roman", Times, serif;
	color: #333333;
}
.leftColumn{
	width: 75%;
	float: left;
}
.boxes {
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 3px solid #666666;
	background: #FFFFFF;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	margin-top: 5px;
	margin-bottom: 25px;
}
.boxes:hover{
	border-bottom-color: #FFCC00;
}
#announcer_content{
	width: 100%;
}
.smallText{
	font-size: 10px;
	color: #666666;
}

.wrap #preview_box {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 10px;
	margin-top: -10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar{
	float: right;
	width: 25%;
	margin: 30px 0px 0px;
}
#sidebar ul{
	width: 90%;
	border: 1px solid #E9E9E9;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #FFFFFF;
	padding: 5px;
	margin: 0px 15px 5px 0px;
}
#sidebar li{
	display: block;
	padding: 3px;
	border-bottom: 1px solid #E2E2E2;
}
#sidebar li a{
	text-decoration: none;
}
#sidebar h4{
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

#donators li{
	display: inline;
	font-size: 9px;
	line-height: 1px;
	text-decoration: none;
	border-bottom-style: none;
}
.donateBt{
	text-align: center;
	border-bottom: 2px solid #FF9900;
	width: 95%;
}

.minBox{
	width: 65%;
	margin: 50px auto auto;
	padding-left: 15px;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
}
.announceStatus{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 5px;
	border: 1px solid #FEFDBC;
	text-align: center;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: #000 0px 1px 1px;
}

.announceStatusButtonGreen{
	background:#00FF00 url(images/yellow-shine.png) no-repeat center top;
	-webkit-transition: background 0.8s ease-in-out;
}
.announceStatusButtonOrange{
	background:#ffcc00 url(images/yellow-shine.png) no-repeat center top;
	-webkit-transition: background 0.8s ease-in-out;
}