@CHARSET "UTF-8";

body {
	background: #000000 url(../img/BG.jpg) repeat-x 0px 0px;
}
body, input, textarea {
	font-family: Georgia, Garamond, Times, Serif;
	font-size: 15px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

#app {
	margin: 0px auto 0px auto;
	width: 960px;
	line-height: 30px;
}

.grid1 {
	width: 80px;
}
.grid12 {
	width: 480px;
}
.grid13 {
	width: 520px;
}
.grid16 {
	width: 640px;
}
.grid20 {
	width: 800px;
}
.grid7 {
	width: 260px;	
}
.grid3 {
	width: 120px;
}
.grid4 {
	width: 200px;	
}

p {
	
}
p.centered, div.centered {
	text-align: center;	
}

h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
}

p em, em {
	color: #979797;
	font-style: normal;
}
.grey {
	color: #979797;
}

/** Header **/
#header {
	background: url(../img/headerBG.jpg) no-repeat 0px 0px;
	height: 270px;
	margin-bottom: 40px;
}
#header .vertigoFM {
	position: relative;
	top: 47px;
	left: 0px;
	float: left;	
}
#header .widgetButton {
	position: relative;
	top: 139px;
	left: -158px;
	float: left;
	width: 200px;
	height: 89px;
	display: block;
}

/** Login Box **/
#loginBox {
	background: url(../img/loginBoxBG.jpg) no-repeat 0px 0px;
	width: 160px;
	height: 207px;
	position: relative;
	left: 134px;
	top: 0px;
	float: left;	
	font-size: 11px;
	text-align: center;
}
#loginBox.loggedin {
	background: url(../img/loginBoxBGloggedin.jpg) no-repeat 0px 0px;
}
#loginBox form fieldset {
	float: left;
	margin: 30px 0px 0px 0px;
}
#loginBox form fieldset p {
	margin: 0px 0px 22px 12px;
}
#loginBox fieldset input {
	width: 130px;
}
#loginBox fieldset input.submit {
	background: url(../img/btnLogin.gif) no-repeat 0px 0px;
	width: 120px;
	height: 32px;
	margin: -5px 0px 0px 19px;
	cursor: pointer;
}
#loginBox fieldset input.submit:hover {
	background: url(../img/btnLogin.gif) no-repeat 0px -31px;	
}


/** Main Menu **/
#mainMenu {
	float: left;
	position: relative;
	top: 208px;
	left: -32px;
	height: 20px;
}
#mainMenu a {
	background: url(../img/mainMenuBG.gif) no-repeat 0px 0px;
	display: table;
	float: left;
	height: 20px;
	background-color: red;
}
#mainMenu a span {
	display: none;
}
#mainMenu a.index {
	width: 49px;
	background: url(../img/mainMenuBG.gif) no-repeat 0px 0px;
}
#mainMenu a.index:hover, #mainMenu a.index_selected {
	background: url(../img/mainMenuBG.gif) no-repeat 0px -21px;
}
#mainMenu a.bands {
	background: url(../img/mainMenuBG.gif) no-repeat -51px 0px;
	width: 59px;
	margin-left: 37px;
}
#mainMenu a.bands:hover, #mainMenu a.bands_selected {
	background: url(../img/mainMenuBG.gif) no-repeat -51px -21px;
}
#mainMenu a.yourtribute {
	background: url(../img/mainMenuBG.gif) no-repeat -112px 0px;
	width: 126px;
	margin-left: 37px;
}
#mainMenu a.yourtribute:hover, #mainMenu a.yourtribute_selected {
	background: url(../img/mainMenuBG.gif) no-repeat -112px -21px;
}


/** Form **/
.errorMessage {
	width: 480px;
	color: #ff0000;
	margin: 0px auto 20px auto;	
}
form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}
form fieldset p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	clear: both;
}
form fieldset p label {
	width: 240px;
	display: block;
	float: left;
	text-align: right;
	margin: 0px 20px 0px 0px;
	color: #d5d5d5;
	font-size: 14px;
}
input, text {
	background: #5e5f5f;
	border: none;
	height: 19px;
	padding: 3px 3px 0px 3px;
	width: 300px;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	background-color: #474747;
}
input.radio {
	width: auto;
	height: auto;
	background: transparent;
	margin-left: 10px;
}
form fieldset p.radio label {
	text-align: left;
	width: 310px;
	float: left;
	margin: 0px 0px 10px 0px;
}
form fieldset p.radio span {
	text-align: right;
	width: 240px;
	display: table;
	float: left;
	margin-right: 20px;	
}

#registerForm {
	width: 595px;
	margin-left: 185px;	
}
#registerForm input.submit {
	background: url(../img/btnRegister.gif) no-repeat 0px 0px;
	width: 154px;
	height: 26px;
	margin: 20px 0px 0px 260px;
	cursor: pointer;
}

/** index page **/
#teaserRegister, #teaserYourTribute {
	background: url(../img/teaserRegisterBG.jpg) no-repeat 0px 0px;
	width: 280px;
	height: 360px;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
#teaserRegister {
	margin-right: 60px;	
}
#teaserRegister p, #teaserYourTribute p {
	text-align: center;
	width: 160px;
	padding-top: 150px;
	margin: 0px 0px 15px 65px;
}
#teaserRegister a, #teaserYourTribute a {
	margin-left: 45px;
	display: block;
	width: 195px;
	height: 80px;
	background: url(../img/btnTeaserRegister.jpg) no-repeat 0px 0px;	
}
#teaserRegister a:hover {
	background: url(../img/btnTeaserRegister.jpg) no-repeat 0px -80px;
}
#teaserRegister a span, #teaserYourTribute a span{
	display: none;
}

#teaserYourTribute {
	background: url(../img/teaserYourTributeBG.jpg) no-repeat 0px 0px;	
}
#teaserYourTribute a {
	background: url(../img/btnTeaserYourTribute.jpg?r=1) no-repeat 0px 0px;
}
#teaserYourTribute a:hover {
	background: url(../img/btnTeaserYourTribute.jpg?r=1) no-repeat 0px -82px;
}

#teaserCurrentSong {
	text-align: center;
	margin: 0px 60px 0px 0px;
	float: left;
	font-size: 14px;
	line-height: 22px;
}
#teaserCurrentSong p {
	margin: 10px 0px 0px 0px;
	color: #d5d5d5;
}


/** Band website **/
.bandsVideo {
	width: 200px;
	height: 210px;
	font-size: 11px;	
	float: left;
	background: transparent url(../img/unreleasedVideo84d5dBG.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
}
.bandsVideo img {
	margin-bottom: -5px;	
}
.bandsVideo a {
	text-decoration: none;
}
.u84d5d {
	background: transparent url(../img/unreleasedVideo84d5dBG.gif) no-repeat 0px 0px;
}
.u7e926  {
	background: transparent url(../img/unreleasedVideo7e926BG.gif) no-repeat 0px 0px;
}
.u04293 {
	background: transparent url(../img/unreleasedVideo04293BG.gif) no-repeat 0px 0px;
}
.u6cf51 {
	background: transparent url(../img/unreleasedVideo6cf51BG.gif) no-repeat 0px 0px;
}
.u0baba {
	background: transparent url(../img/unreleasedVideo0babaBG.gif) no-repeat 0px 0px;
}
.u6cf51 {
	background: transparent url(../img/unreleasedVideo6cf51BG.gif) no-repeat 0px 0px;
}
.bandsVideo div.unreleased {
	display: table;
	width: 200px;
	height: 150px;
	text-align: center;
	margin-bottom: 0px;
}
.bandsVideo div.unreleased span {
	font-size: 24px;
	margin-top: 58px;
	display: block;	
	color: #d5d5d5;
}
#bandvideo {
	margin: 0px 0px 9px 0px;
	float: left;
}
#video {
	line-height: 22px;
	width: 480px;
	height: 440px;
	float: left;
	border-bottom: 1px solid #535353;
}
#video em {
	color: #979797;
}
#video .left {
	float: left;
	width: 280px;
}
#video .right {
	padding-top: 10px;
	text-align: right;
	width: 170px;
	float: left;
}
.originalCover {
	width: 200px;
	height: 220px;
	float: left;
	font-size: 12px;
	background: transparent url(../img/bandBG.gif) no-repeat 0px 0px;	
	text-align: center;
	line-height: 20px;
}
.originalCover img {
	margin-bottom: 1px;	
}
.currentInfo {
	display: table;
	float: left;
	margin-right: 40px;
	color: #d5d5d5;
	font-size: 14px;
	line-height: 22px;
}
.currentInfo .currentInfoAlbum {
	margin: 0px 40px 0px 0px;
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	
}
.currentInfo .currentInfoAlbum img {
	margin-bottom: 1px;	
}

/** your tribute **/
.videolist {
	margin: 30px 0px 10px 240px;
	border: 0px;	
}
.videolist a {
	margin-right: 40px;
}
.videolist a.last {
	margin: 0px;	
}


/** Footer **/
#footer {
	text-align: center;
	font-size: 11px;
	color: #979797;
	margin: 20px 0px 0px 0px;
	padding: 170px 0px 90px 0px;
	background: url(../img/footerBG.jpg) no-repeat 88px 30px;
}
#footerMenu {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
#footerMenu a {
	padding: 0px 3px 0px 3px;
}
#footerMenu a.selected {
	text-decoration: none;
}