#container {
	overflow: visible;
}

nav.main {
	border-radius: 6px;
	-moz-border-radius: 6px;
}

nav.main li ul {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#content {
	background-color: inherit;
	color: white;
	padding: 0px;
	width: 100%;
}

#billboard {
	display: block;
	width: 100%;
	height: 320px;
	background-color: red;
	background-color: rgba(255, 0, 0, 0.3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 20px 0px;
}

/*#billboard:hover {
	background-color: rgba(255, 0, 0, 0.7);
	box-shadow: 0 0 8px #777;
	-moz-box-shadow: 0 0 8px #777;
	-webkit-box-shadow: 0 0 8px #777;
}*/

#billboard > a {
	display: block;
	width: 100%;
	height:100%;
	text-decoration: none;
}

#bbtxt {
	color:#000;
	float:left;
	height: 100%;
	padding:8px;
	text-align:left;
}

#bbtxt a.event {font-size:1.2em;}
#bbtxt a.event:hover {font-style: italic;}

.feature {
	display: block;
	float: left;
	width: 306px;
	height: 176px;
	background-color: blue;
	background-color: rgba(0, 0, 255, 0.3);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.1s ease-out;
}

#content div:nth-child(3) { margin: 0 21px; }

/*.feature:hover {
	background-color: rgba(0, 0, 255, 0.6);
	box-shadow: 0 0 8px #777;
	-moz-box-shadow: 0 0 8px #777;
	-webkit-box-shadow: 0 0 8px #777;
}
*/
.feature a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#headlines {
	width: 100%;
	padding: 8px;
	margin-top: 20px;
	background-color: #404040;
	background-color: rgba(64, 64, 64, 0.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 12px;
}

#headlines td:first-child { width: 76px; }

#headlines a {
	color: #BBB;
}

.newsticker {
	border-left: 1px solid white;
	padding-left: 4px;
}

.newsticker ul li {
	list-style:none;
	display:block;
}
.newsticker ul li div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 690px;
}

/* Countdown */

.hasCountdown {
	color: #EEE;
	margin: 140px auto 0px auto;
	font: 64px Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.65);
}

.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%;
}

