/* BB Theme 2010 - RJ Kromer */

/* Layout */
body
{
	text-align: center;
	background-color: black;
}

.hidden
{
	display: none;
}

#wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url('img/background.png');
	background-repeat: repeat-y;
	z-index:1;
}

/* Header */

#header
{
	position: relative;
	height: 330px;
}

#sponsors_banner
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#red_bar
{
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 11px;
	background-color: #cf003d;
	color: #cf003d;
	text-align: left;
	z-index:2;
}

#gray_bar
{
	position: absolute;
	left: 0px;
	top: 130px;
	width: 100%;
	height: 11px;
	background-color: #6c7d87;
	color: #6c7d87;
	text-align: left;
	z-index:2;
}

#bb_logo
{
	position: absolute;
	left: 140px;
	top: 140px;
	width: 135px;
	height: 179px;
	background-image: url('img/bb_2010/bb-logo-regular.png');
	background-repeat: no-repeat;
}

#bb_logo:hover
{
	background-image: url('img/bb_2010/bb-logo-whitering.png');
	background-repeat: no-repeat;
}

#main_links
{
	position: absolute;
	right: 150px;
	top: 180px;
}

.main_link
{
}

.spacer
{
}

#sub_links
{
	position: absolute;
	right: 150px;
	top: 230px;
	text-align: right;
}

.sub_link
{
	color: white;
	padding: 2px;
	font-family:"Helvetica",sans-serif;
}

#loading
{
	display: none;
	background-image: url('img/bb_2010/loading.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
	width: 95px;
	position: absolute;
	top: 0px;
	left: 325px;
	font-family:"Helvetica",sans-serif;
	font-weight: bold;
	color: white;
}

#content_wrapper
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	min-height: 300px;
}

#content
{
	display:none;
}

#footer
{
	position: relative;
	height: 80px;
	padding-top: 20px;
	clear: both;
}

/* Pages */

/* Main */

.main #panel1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	background-image:url('img/main/night.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
}

.main .menuitem
{
	margin: 5px;
	width: 300px;
	background-color: rgba(0, 0, 0, .5);
	/*filter:alpha(opacity=50);
	opacity: 0.5;*/
	padding: 50px;
	color: white;
}

.hasCountdown {

}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

