/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #9f9f9f;
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
}

p {
	padding-bottom: 15px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table p {
	padding-bottom: 0px;
}

table th {
	color: #eeeeee;
}

table th, table td {
	padding: 2px 5px 3px 4px;
	vertical-align: top;
	text-align: left;
}

td.right {
	text-align: right;
}

table td {
	border: 1px dashed transparent;
}

table tr:hover td {
	background: #111111;
	border-top: 1px dashed #752355;
	border-bottom: 1px dashed #752355;
}

table tr:hover td:first-child {
	border-left: 1px dashed #752355;
}

table tr:hover td:last-child {
	border-right: 1px dashed #752355;
}

h1 {

}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #eeeeee;
	text-transform: uppercase;
	padding-left: 13px;
	padding-top: 2px;
	background: url(../img/headline_active.png) no-repeat 0px 2px;
}

h3 {

}

ul {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

form {
	text-align: left;
}

fieldset {
	border: none;
	width: 100%;
}

label {
	font-size: 10px;
}

input, textarea, select  {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

input.button {
	width: auto;
}

a, a:link, a:visited {
	color: #eeeeee;
	text-decoration: none;
}

a:hover {
	color: #752355;
	text-decoration: none;
}

a.hover {
	color: #752355;
}

a.pdf {
	padding-left: 15px;
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

a.mp3 {
	padding-left: 27px;
	background-image: url(../img/icon_mp3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

a.zip {
	padding-left: 24px;
	background-image: url(../img/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.showBtn {
	padding-left: 12px;
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.hideBtn {
	padding-left: 12px;
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

img {	
	border: 1px dashed #eeeeee;
}

img:hover {
	border: 1px dashed #752355;
}

img.hover {
	border: 1px dashed #752355;
}

a img, a:link img, a:visited  img, a:hover img {

}

.message {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 15px;
}

.error-message {
	color: #ff0000;
	margin-bottom: 15px;
	margin-top: -10px;
}

/*------------------------------
=WRAPS
------------------------------*/

#wrapLayer1 {
	display: table;
	width: 100%;
}

#wrapLayer1Left {
	display: table-cell;
	width: 35%;
	max-width: 35%;
	background: url(../img/bg_4.png) no-repeat bottom right;
}

#wrapLayer1Center {
	display: table-cell;
	width: 1000px;
	max-width: 1000px;
	min-width: 1000px;
	background: url(../img/bg_3.png) no-repeat top right;
}

#wrapLayer1Right {
	display: table-cell;
	background: url(../img/bg_2.png) no-repeat;
	width: 100%;
}

/*------------------------------
=HEADER
------------------------------*/

#header {
	width: 100%;
	height: 200px;
	background: url(../img/header.png) no-repeat;
}

/*------------------------------
=NAVIGATION
------------------------------*/

#navlist {
	padding: 107px 0px 0px 250px;
	width: 550px;
}

a.nav_button {
	float: left;
	margin-right: 15px;
}

a.nav_button, a.nav_button:link, a.nav_button:visited {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #eeeeee;
	padding-left: 13px;
	padding-top: 1px;
	background: url(../img/headline.png) no-repeat 0px 2px;
}

a.nav_button:hover {
	background: url(../img/headline_active.png) no-repeat 0px 2px;
}

a.active, a.active:link, a.active:visited  {
	background: url(../img/headline_active.png) no-repeat 0px 2px;
}

/*------------------------------
=CONTENT
------------------------------*/

#content {
	display: table;
	width: 100%;
	margin-top: -42px;
	margin-bottom: -42px;
}

#leftContent {
	display: table-cell;
	vertical-align: top;
	width: 160px;
	text-align: left;
	font-size: 11px;
}

#centerContent {
	display: table-cell;
	width: 30px;
	background: url(../img/bg_5.png);
}

#rightContent {
	display: table-cell;
	vertical-align: top;
	width: 810px;
	background: url(../img/bg_7.png) no-repeat top right;
	text-align: left;
	overflow: hidden;
}

#innerRightContent {
	width: 100%;
	min-height: 300px;
	background: url(../img/bg_6.png) no-repeat right 230px;
	overflow: hidden;
}

.contentRight {
	margin: 0px 115px 0px 15px;
	width: 680px;
}

.contentLeft {
	margin: 0px 0px 0px 10px;
	width: 150px;
}

.items {
	margin-bottom: 15px;	
}

.item {
	margin-bottom: 10px;
}

/*------------------------------
=FOOTER
------------------------------*/
#footer {
	display: table;
	width: 100%;
	height: 250px;
	background: url(../img/footer.png) no-repeat;
}

#footerLeft {
	display: table-cell;
	vertical-align: top;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

#footerLeft .logos {
	margin: 30px 0px 0px 25px;
}

#footerLeft .logos a img{
	margin-bottom: 15px;
	background: none;
}

#footerCenter {
	display: table-cell;
	vertical-align: top;
	width: 440px;
	min-width: 440px;
	max-width: 440px;
}

#footerCenter .text {
	margin: 183px 0px 0px 90px;
	width: 300px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid white;
}

#footerRight {
	display: table-cell;
	vertical-align: top;
}

#footerRight .text {
	margin: 65px 0px 0px 180px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}



/*------------------------------
=News / Comments
------------------------------*/

.newsItem {
	border-bottom: 1px dashed #444444;
}

.newsItem:last-child {
	border: none;
}

.newsItem h2 {
}

.subHead {
	font-size: 10px;
	padding-left: 13px;
	margin-top: -13px;
	margin-bottom: 5px;
}

.comment {
	border: 1px dashed #444444;
	padding: 10px;
	margin-bottom: 15px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.commentHead {
	border-bottom: 1px dashed #444444;
}

.commentAuthor {
	font-weight: bold;
	color: #ffffff;
}

.commentDate {
	float: right;
	font-size: 10px;
}

.commentContent {
	margin-top: 5px;
}
/*------------------------------
=News Archive
------------------------------*/

.upcoming {
	
}

.upcomingTitle {
	
}

.upcomingDate {
	font-size: 10px;
}

.upcomingLocation {
	font-size: 10px;
}

/*------------------------------
=Latest Releases
------------------------------*/

.latestrelease .pic  {
	margin-top: 5px;
	margin-left: 0px;
}

.latestrelease .title  {

}

/*------------------------------
=Upcming Listings
------------------------------*/



/*------------------------------
=Releases
------------------------------*/

.releaseItem {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	width: 100px;
}

.releaseItem .title {
	margin-bottom: 10px;
	font-size: 81%;
	height: 60px;
}

.releaseItem .number {
	font-size: 10px;
}

.releaseItem .artist {
	font-size: 10px;
}

/*------------------------------
=Artists
------------------------------*/

.artistItem {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	width: 100px;
}

.artistItem .name {
	margin-bottom: 10px;
}

/*------------------------------
=About
------------------------------*/

img.logo {
	border: none;
	width: 145px;
}


/*------------------------------
=Gallery
------------------------------*/

.gallery {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
}

/*------------------------------
=Links
------------------------------*/

.linkItem {
	width: 22%;
	margin-right: 3%;
	margin-bottom: 15px;
	float: left;
	text-align: left;
	height: 80px;
}










/*------------------------------
=General Items
------------------------------*/

.textPic {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.last {
	margin-right: 0px;
}










