/* CSS Document */

/************* MENU BAR *****************/
#menuBar {
	height: 40px;
	width: 100%;
	padding-top: 10px;
	position: relative;
}

#searchButton {
	left: 20px;
}
#realInterviews {
	left: 193px;
}
#realGigs {
	left: 366px;
}
#randomButton {
	left: 540px;
}
#randomButton, #searchButton, #realGigs, #realInterviews {
	top: 5px;
}

.dash { /* For Accessibility */
	display: none;
}
/************* end of MENU BAR *****************/

/************* For COLUMNS *****************/
#holdingDiv {
	top: 200px;
	position: absolute;
	height: auto;
}
#ACWD {
	position:absolute;
	margin-top: 30px;
	top: 850px;
}

#adverts, #newTracks, #mostDownloaded {
	border: medium solid #666666;
	background-color: #000000;
	margin-right: 3px;
	float: left;
	min-height: 500px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

#newTracks, #mostDownloaded {
	width: 250px;
}

#adverts {
	width: 170px;
	margin-right: 0px;
	float: right;
	height: 602px;
}
.trackListing .bandNameHighlight {
	font-size: 18px;
	color: #7760B4;
}
.bandPic {
	width: 50px;
	height: 50px;
	float: left;
	margin: 2px 0px;
}
/************* WITHIN ADVERT COLUMN (RHS) *****************/
#adverts img {
	border: none;
}
.logo img {
	border: none;
	margin: 3px;
	width: 100px;
}
.largeText {
	font-weight: bold;
	font-size: 15px;
}
.adText a {
	padding-left: 3px;
	font-size: 15px;
	text-decoration: none;
}

