/*
	hellcat records stylesheet 
	coded by: paul jarvis of twothirty.com
	
	last edited: may 02, 2006
		
*/

* { padding: 0; margin: 0; border: 0; } 

body {
	font: 11px/1.3 arial, sans-serif;
	background: #000 url("/_img/back.gif") top center no-repeat;
	color: #fff;
	text-align: center;
	}

/* interface
-------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 975px;
	margin: 0 auto;
	text-align: left;
	}

	#header, #content, #footer {
		position: relative;
		float: left;
		width: 100%;
		}
		
	#header {
		position: relative;
		height: 180px;
		}
		
	#footer {
		padding: 21px 0 60px 0;
		}

		.col, .col-wide, .col-end, .col-wide-end {
			position: relative;
			float: left;
			display: inline;
			}

			.col { width: 315px; }
			.col-end { width: 300px; }
			.col-wide { width: 630px; }
			.col-wide-end { width: 630px; }
            .col-end, .col-wide-end { margin-left: 0 !important; } /* for the furthest right column */
    
    .home-wrapper {
        float: left;
        width: 650px;
    }
    
    .home-promo {
        float: left;
    }
    
    .home-edge {
        float: left;
        width: 300px;
    }
    
    .home-middle {
        float: left;
        width: 300px;
        margin-left: 25px;
    }

/* navigation
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: 0; left: 0;
	width: 251px; height: 228px;
	background: url("/_img/hellcat-logo.gif") no-repeat;
	}

	#replacelogo h1, #replacelogo a {
		display: block;
		width: 251px; height: 228px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		} 

ul#nav {
	position: relative;
	width: 618px; height: 69px;
	float: right;
	}

	ul#nav li {
		float: left;
		}
	
	ul#nav li a {
		top: 0; height: 69px; 	
		position: absolute;
		}

		ul#nav li#artists a { 
			left: 0; width: 104px; 
			background: url("/_img/nav.gif") 0 0 no-repeat;
			}
		ul#nav li#releases a { 
			left: 104px; width: 102px; 
			background: url("/_img/nav.gif") -104px 0 no-repeat;
			}
		ul#nav li#tours a { 
			left: 206px; width: 81px; 
			background: url("/_img/nav.gif") -206px 0 no-repeat;
			}
		ul#nav li#videos a { 
			left: 287px; width: 87px; 
			background: url("/_img/nav.gif") -287px 0 no-repeat;
			}
		ul#nav li#photos a { 
			left: 374px; width: 90px; 
			background: url("/_img/nav.gif") -374px 0 no-repeat;
			}
		ul#nav li#news a { 
			left: 464px; width: 76px; 
			background: url("/_img/nav.gif") -464px 0 no-repeat;
			}
		ul#nav li#press a { 
			left: 540px; width: 78px; 
			background: url("/_img/nav.gif") -540px 0 no-repeat;
			}

ul#nav li a span { display: none; }

ul#nav li#artists a:hover 		{ background-position: 0px -69px; }
ul#nav li#releases a:hover 		{ background-position: -104px -69px; }
ul#nav li#tours a:hover 		{ background-position: -206px -69px; }
ul#nav li#videos a:hover 		{ background-position: -287px -69px; }
ul#nav li#photos a:hover 		{ background-position: -374px -69px; }
ul#nav li#news a:hover 			{ background-position: -464px -69px; }
ul#nav li#press a:hover 		{ background-position: -540px -69px; }

ul#bot {
	position: relative;
	width: 948px; height: 54px;
	}

	ul#bot li {
		float: left;
		}
	
	ul#bot li a {
		top: 0; height: 54px; 	
		position: absolute;
		}
	
	ul#bot li#copy span {
		padding: 24px 0 0 21px;
		display: block;
		color: #000;
		font-weight: bold;
		}

		ul#bot li#copy { 
			left: 0; height: 54px; width: 324px; 
			background: url("/_img/bot.gif") 0 0 no-repeat;
			}
		ul#bot li#home a { 
			left: 324px; width: 104px; 
			background: url("/_img/bot.gif") -324px 0 no-repeat;
			}
		ul#bot li#about a { 
			left: 417px; width: 93px; 
			background: url("/_img/bot.gif") -417px 0 no-repeat;
			}
		ul#bot li#contact a { 
			left: 497px; width: 113px; 
			background: url("/_img/bot.gif") -497px 0 no-repeat;
			}
		ul#bot li#machete a { 
			left: 610px; width: 330px; 
			background: url("/_img/bot.gif") -610px 0 no-repeat;
			}

ul#bot li a span { display: none; }

ul#bot li#home a:hover 		{ background-position: -324px -54px; }
ul#bot li#about a:hover 	{ background-position: -417px -54px; }
ul#bot li#contact a:hover 	{ background-position: -497px -54px; }

#artistsbox {
	position: absolute;
	visibility:hidden;
	width: 610px;
	left: 330px; top: 70px;
	background: #000;
	z-index: 1000;
	}

	#artistsbox ul {
		padding: 6px 0 6px 6px;
		float: left;
		display: block;
		width: 100%;
		}

		#artistsbox li {
			float: left;
			}
	
			#artistsbox li a {
				display: block;
				float: left;
				width: 150px;
				margin: 0 1px 1px 0;
				padding: 0;
				}

/* non-navigation links
-------------------------------------------------------- */
a, a:link, a:active, a:visited {
    color: #999;
    background-color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    background-color: #fff;
}

	a.button, a.listen {
		position: relative;
		height: 15px !important;
		text-align: center;
		width: 65px;
		display: block;
		float: left;
		margin: 0 2px;
		text-decoration: none;
		color: #fff !important;
		font-size: 10px !important;
		}
		
		a.listen {
			padding-left: 18px;
			width: 57px;
			text-align: left;
			}
			
		.normalbox a.button, a.button 	{ background: #000 url("/_img/button.gif") no-repeat !important; }
		.whitebox a.button 				{ background: #fff url("/_img/button-white.gif") no-repeat !important; }
		.greybox a.button 				{ background: #2a2a2a url("/_img/button-grey.gif") no-repeat !important; }

		.normalbox a.listen, a.listen 	{ background: #000 url("/_img/listen.gif") no-repeat !important; }
		.whitebox a.listen 				{ background: #fff url("/_img/listen-white.gif") no-repeat !important; }
		.greybox a.listen				{ background: #2a2a2a url("/_img/listen-grey.gif") no-repeat !important; }
		
		a.button:hover, a.listen:hover { background-position: 0 -15px !important; }
    
	.pagination li a, .pagination span {
		margin: 0 3px;
		float: left;
		padding: 0 2px;
		text-decoration: none;
		}

	.pagination a.active {
		background: #fff;
		color: #000;
		text-decoration: none;
		}

	.tracks a.mp3 {
		position: relative;
		background: #3a3a3a url("/_img/mp3.gif") top left no-repeat; 
		padding-left: 30px;
		margin-left: -30px;
		display: block;
		float: left;
		}

a:link img {
	padding: 0 !important;
	background: none !important;
}

#artistsbox li.cd a { background: #4d4d4d url("/_img/artist-cd.gif") top right no-repeat; }
#artistsbox li.cd a:hover { background: #fff url("/_img/artist-cd.gif") top right no-repeat; }

#ml {
	position: absolute;
	top: 90px; right: 0;
	width: 118px; height: 37px;
	background: url("/_img/button-ml.gif") no-repeat;
	}

#ml span, #ml a {
	display: block;
	width: 118px; height: 37px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
	background: url("/_img/button-ml.gif") no-repeat;
	} 

#ml a:hover {
	background-position: 0 -37px;
	}

/* pagination
-------------------------------------------------------- */
.pagination {
	float: left;
	width: 100%;
	margin: 15px 0;
	}
	
	.displaying, .pagination li {
		float: left;
		}
	
	.pages {
		margin-left: 250px;
		}
	
	.col-wide .pages, .col-wide-end .pages {
		margin-left: 80px;
		}
		
	.col .pages {
		margin-left: 50px;
		}
	
	.prev-next {
		float: right;
		text-align: right !important;
		margin-right: 15px;
		}
	
	.col .prev-next, .col-wide .prev-next, .col-end .prev-next {
		margin-right: 0;
		}
	
	.pages, .pages li {
		float: left;
		}

/* content area
-------------------------------------------------------- */
.normalbox, .greybox, .whitebox {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	display: inline;
	}

	.col .normalbox, .col .greybox, .col .whitebox { width: 300px; }
	.col-end .normalbox, .col-end .greybox, .col-end .whitebox { width: 300px; }
	.col-wide .normalbox, .col-wide .greybox, .col-wide .whitebox { width: 615px; }
	.col-end .normalbox, .col-end .greybox, .col-end .whitebox { width: 300px; }


* html .col { width: 300px; }
* html .col-end { width: 285px; }
* html .col .normalbox, * html .col .greybox, * html .col .whitebox { width: 300px; }
* html .col-end .normalbox, * html .col-end .greybox, * html .col-end .whitebox { width: 300px; }
* html .col-wide { width: 615px; }
* html .col-wide-end { width: 615px; }
* html .col-wide .normalbox, * html .col-wide .greybox, * html .col-wide .whitebox { width: 600px; }
	
	* html .artistpage .col-wide { width: 630px; }
	* html .artistpage .col-end .greybox { margin-left: 15px; }
	* html .col .greybox, * html .col-end .greybox {width: 285px; }
	* html .col-wide-end .col-end .greybox { margin-left: 15px; }
	
	
	
.greybox {
	padding-top: 12px;
	background: #2a2a2a;
	}

.whitebox {
	padding-top: 12px;
	background: #fff;
	color: #000;
	}
	
	.box-content {
		float: left;
		width: 180px;
		}
		
	.videos-page .box-content {
		float: left;
		width: 130px;
		}
		
	.videos .box-content {
		float: left;
		width: 130px;
		}
			
	.wide01 .box-content p, .wide02 .box-content p, 
	.wide01 .box-content h2, .wide02 .box-content h2, 
	.wide01 .box-content h3, .wide02 .box-content h3 {
		display: block;
		width: 460px;
		}
	
	.dirty-end {
		position: relative;
		float: left;
		clear: left;
		height: 20px; 
		width: 100%;
		}
		
		.dirty-end img {
			float: right;
			margin-top: -5px;
			}
		
.white01 { background: #fff url("/_img/white-col01.gif") no-repeat; }
.white01 .dirty-end { background: url("/_img/white-col01-bottom.gif") bottom left no-repeat; }

.white02 { background: #fff url("/_img/white-col02.gif") no-repeat; }
.white02 .dirty-end { background: url("/_img/white-col02-bottom.gif") bottom left no-repeat; }

.grey01 { background: #222 url("/_img/grey-col01.gif") no-repeat; }
.grey01 .dirty-end { background: url("/_img/grey-col01-bottom.gif") bottom left no-repeat; }

.grey02 { background: #222 url("/_img/grey-col02.gif") no-repeat; }
.grey02 .dirty-end { background: url("/_img/grey-col02-bottom.gif") bottom left no-repeat; }

.wide01 { background: #fff url("/_img/white-wide01.gif") no-repeat; }
.wide01 .dirty-end, .featured01 .dirty-end, .featuredartist01 .dirty-end { background: url("/_img/white-wide01-bottom.gif") bottom left no-repeat; }

.wide02 { background: #fff url("/_img/white-wide02.gif") no-repeat; }
.wide02 .dirty-end, .featured02 .dirty-end, .featuredartist02 .dirty-end { background: url("/_img/white-wide02-bottom.gif") bottom left no-repeat; }

.featured01 { background: #fff url("/_img/featured01.gif") no-repeat; }
.featured02 { background: #fff url("/_img/featured02.gif") no-repeat; }

.featuredartist01 { background: #fff url("/_img/featuredartist01.gif") no-repeat; padding-top: 42px; }
.featuredartist02 { background: #fff url("/_img/featuredartist02.gif") no-repeat; padding-top: 42px; }

.no-header {
	display: block;
	height: 43px;
	}

	.halfbox {
		width: 40%;
		float: left;
		margin-left: 30px;
		display: inline;
		}

		.halfbox p {
			display: block;
			width: 100% !important;
			}

/* art/media
-------------------------------------------------------- */
.art-album {
	float: left;
	margin: 0 0 0 6px;
	border: 3px solid #000;
	}

.art-album-big {
	display: block;
	margin: 0 0 0 6px;
	border: 3px solid #000;
	}

	.normalbox .art-album {
		border: 3px solid #222;
		}

.video, .featurecontent a:hover {
	background: #fff url("/_img/icon-video.gif") 0 2px no-repeat !important; 
	}
	
	.featurecontent .video {
		background: url("/_img/icon-video-grey.gif") no-repeat !important; 
		float: left;
		}

	.cd 	{ background: url("/_img/icon-cd.gif") no-repeat !important; }
	.lp 	{ background: url("/_img/icon-lp.gif") no-repeat !important; }
	.dvd 	{ background: url("/_img/icon-tv.gif") no-repeat !important; }

.photo-set {
	padding: 12px 0;
	float: left;
	width: 580px;
	display: block;
	}

.art-under {
	clear: left;
	margin-bottom: -12px;
	display: inline;
	}

ul.iconlist { padding: 12px 0 0 0; clear: left; }
	ul.iconlist li, .greybox li { padding: 0 6px; }
		ul.iconlist li a { padding: 2px 0 4px 15px; margin-left: 6px; }

.featurecontent h2, .featurecontent h3 {
	float: left;
	}
	
.featurecontent h3 { margin-top: 4px; }


.tracks { margin-left: 30px; }
	.tracks li { clear: left; }

/* table content
-------------------------------------------------------- */
.normalbox table {
	width: 615px;
	}
	
.event table {
	width: 480px;
	}
	
th {
	font-size: 10px;
	padding-left: 6px;
	text-align: left;
	}
	
tr td {
	font-size: 11px;
	padding: 2px 6px;
	}
	
	.normalbox tr td {
		background: #1a1a1a;
		color: #b3b3b3;
		}
		
		.normalbox tr.shade td { background: #000; }

/* text
-------------------------------------------------------- */
ul li { list-style: none; }

h2, h3, p {
	padding: 0 6px;
	}

h2 { 
	font: bold 18px "courier new", courier, mono; 
	letter-spacing: -2px;
	}
	
h3 {
	font-size: 12px; 
	}

	.normalbox h3 		{ color: #444; }
	.greybox h3 		{ color: #666; }
	.whitebox h3 		{ color: #3c3c3c; }
	
p { padding-bottom: 12px; }

	p.more { text-align: right !important; }

/*.col-wide p {
	width: 615px;
}*/

/* forms
-------------------------------------------------------- */
input, select {
	font: bold 10px "courier new", courier, mono; 
	padding: 3px;
	}
	
input { width: 220px; }
select { width: 203px; }

	input.smaller {
		width: 115px;
		margin-right: 10px;
		float: left;
		}

label {
	margin-bottom: 6px;
	display: block;
	}	

	label.submit {
		float: right;
		margin: 12px 42px 0 0;
		}
	
	label.searchlabel {
		margin-left: 6px;
		}

.catform { margin: 30px 0 0 6px; }
.searchform { margin-top: -12px; }