/* style.css */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, sans-serif;
	color: #f7f7f7;
	line-height: 17px;
	background: url(../images/background.jpg) no-repeat center #1d1304;
	background-position: top;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	cursor: hand;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#logo {
	position: absolute;
	left: 43%;
	top: 40px;
	z-index: 10000;
}

#navigation {
	position: relative;
	width: 955px;
	height: 245px;
	background: url(../images/background-navigation.jpg) no-repeat;
}

#navigation .top {
	height: 30px;
	padding: 68px 7px 0 0;
}

#navigation .bottom {
	width: 955px;
	height: 30px;
	padding: 91px 0 0 0;
}

#navigation .bottom .inner {
	width: 939px;
	padding: 0 6px 0 6px;
	position: relative;
}

#head-image {
	width: 955px;
	height: 160px;
}

#footer {
	width: 955px;
	height: 200px;
	background: url(../images/background-footer-new-2010.jpg) no-repeat;
	margin: 30px 0 0 0;
}

#footer .left {
	width: 430px;
	padding: 20px 0 0 25px;
}

#footer img {
	float: left;
}

.freshbeats {
	width: 144px;
	height: 50px;
	margin: 0 20px 0 0; 
}

.planetradio {
	width: 65px;
	height: 50px;
	margin: 0 7px 0 0;
}

.jumpoff {
	width: 90px;
	height: 50px;
}

.myspace2 {
	margin: 0 0 0 2px;
	width: 97px;
	height: 50px;
}

.facebook {
	width: 110px;
	height: 50px;
	margin: 0 0 0 2px;
}

.myspace {
	width: 245px;
	height: 35px;
	margin: 85px 10px 0 0;
}

#content {
	width: 945px;
	margin: 30px 0 0 0;
}

.module-left {
	width: 590px;
	background: #140e04;
}

.module-left .inner {
	padding: 5px;
	text-align: left;
}

.image {
	width: 160px;
	margin: 0 20px 20px 0;
}

.newsText {
	width: 400px;
}

.space-top {
	margin: 10px 0 0 0;
}

.space-bottom {
	margin: 0 0 10px 0;
}

.headline {
	margin: 0 0 10px 0;
}

.module-right {
	width: 340px;
	background: #140e04;
}

.module-right .inner {
	padding: 5px;
	text-align: left;
}

.text {
	margin: 0 0 5px 0;
}

.text strong {
	color: #ff6600;
}

.text strong.white {
	color: #FFF;
}

.fakeTable-tips {
	width: 576px;
	padding: 2px;
	text-align: left;
}

.fakeTable-tips .head {
	color: #ff6600;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.fakeTable-tips .columnOne {
	float: left;
	width: 327px;
	height: 25px;
}

.fakeTable-tips .columnTwo {
	float: left;
	width: 249px;
	height: 25px;
}

.table-tips {
	width: 580px;
}

.table-tips th {
	padding: 2px;
	vertical-align: top;
	color: #ff6600;
	font-weight: bold;
}

.table-tips th.interpret {
	/*width: 145px;*/
	width: 165px;
}

.table-tips th.title {
	width: 125px;
}

.table-tips td {
	/*width: 145px;*/
	padding: 3px 5px 0 0;
	vertical-align: top;
}

.table-tips td.interpret {
	width: 165px;
}

.table-tips td.title {
	width: 125px;
}

.guestbook-entry {
	width: 275px;
	margin: 0 0 15px 0;
}

.guestbook-textarea {
	width: 100%;
	margin: 0 0 15px 0;
}


.gallery-middle {
	margin-left: 35px;
}

.gallery-space {
	margin-bottom: 10px;
}

.gallery-space-top {
	margin: 25px 0 0 0;
}

.gallery-middle-top {
	margin: 25px 0 0 35px;
}

.gallery-entry {
	width: 170px;
	height: 200px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

.gallery-entry .gTeaser {
	width: 170px;
	float: left;
}

.gallery-entry a img {
	padding-bottom: 10px;
}

.gallery-image {
	width: 170px;
	height: 127px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.gallery-image a img {
	padding-bottom: 10px;
}

.video-entry {
	width: 170px;
	height: 250px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.video-entry a img {
	padding-bottom: 10px;
}

.track-entry {
	width: 170px;
	height: 70px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.track-entry a img {
	padding-bottom: 10px;
}

.trackLastRow {
	margin-bottom: 10px;
}

.clear {
	float: right;
	margin-right: 0;
}

.specialClear {
	float: left;
	margin-right: 0;
}

.clearMargin {
	margin-top: 30px;
	margin-bottom: 5px;
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}

a.more:link, a.more:visited, a.more:focus, a.more:hover, a.more:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
}

a.more:hover {
	text-decoration: underline;
}

.orange {
	color: #ff6600;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 10px;
}

h1 {
	font: 14px Arial, sans-serif;
	color: #ff6600;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

h2 {
	font: 18px Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding: 0;
}

.noOverlay {
	z-index: 0;
}

#video {
	visibility: visible;
}	

.counter {
	position: absolute;
}
