@charset "UTF-8";

a:link {
	color: 006699;
	text-decoration: none;
}
a:visited {
	color: 006699;
	text-decoration: none;
}
a:hover {
	color: 999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.container {
	width: 780px;
	margin-left: -390px;
	left: 50%;
	position: absolute;
	background-color: #FFFFFF;
	top: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.headernav {
	height: 115px;
	width: 780px;
}
.sidebar {
	width: 260px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.maincontent {
	height: 100%;
	width: 490px;
	margin-left: 280px;
	position: relative;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.bandlist {
	margin-top: 10px;
	font-family: helvetica, arial, sans;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
}
dategreen {
	font-family: helvetica, arial, sans;
	font-size: 10px;
	color: #7FA900;
}.smgreen {
	font-family: helvetica, arial, sans;
	font-size: 10px;
	color: #006699;
}

.releases {
	padding-bottom: 13px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.releasesbig {
	padding-bottom: 13px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 13px;
}


.releases {
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.releaseinfo {
	font-family: helvetica, arial, sans;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

.releaseinfogrey {
	font-family: helvetica, arial, sans;
	font-size: 16px;
	font-weight: bold;
	color: #141414;
	line-height: 20px;
}

.smalltext {
	font-family: helvetica, arial, sans;
	font-size: 10px;
	color: #141414;
}

.smalltextlight {
	font-family: helvetica, arial, sans;
	font-size: 10px;
	color: #999999;
}
