/* Begin Typography & Colors */
body {
	background: #ffffff url('http://www.intelligentnoise.com/img/bg.jpg') repeat-y fixed;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

table,th,td, table table td {font-size:inherit;font:100%; vertical-align:top; color:#000}

h1, h2, h3 {font-family: Arial, Helvetica, sans-serif;}
h2, h2 a:link, h2 a:hover {font-size: 13px; color:#ff3366; margin: 10px 0 10px 0; text-decoration:none; text-transform:uppercase;}

h1 {font-size: 15px; height: 55px; padding:5px; margin:20px 0 20px 0; text-transform:uppercase; color:#ff3366; background: url('http://www.intelligentnoise.com/img/hdr.gif') no-repeat;}
h3 {font-size: 15px; xheight: 30px; padding:5px 0px; xmargin:10px 0 5px 0; text-transform:uppercase; color:#ff3366; text-align:left; background: url('http://www.intelligentnoise.com/img/xhdr.jpg') no-repeat;}

a {color: #ff3366; text-decoration: none;}
a:hover {color: #cc3366;text-decoration: underline;}

p {margin:0px 0 10px 0;}

abbr {border: none; text-decoration: none;}
/* End Typography & Colors */



/* Begin Structure */
body {margin: 0 0 0 0; padding: 0;}

#page {
	margin: 0px 0 0 0px;
	padding: 0;
	width: 1100px;
	background: #fff;
	}

#header {
	background: #fff;
	margin: 0px; 
	padding: 0px; 
	height: 100px; 
	width: 100%;
	}
	
#heading {
	height: 30px; 
	padding:0px; 
	text-transform:uppercase; 
	color:#000; 
	xbackground: url('http://www.intelligentnoise.com/img/hdr_upcoming.jpg') no-repeat;
}

.upcoming {background: url('http://www.intelligentnoise.com/img/hdr_upcoming.jpg') no-repeat; margin:10px 0 5px 0; }
.mailing {background: url('http://www.intelligentnoise.com/img/hdr_mailing.jpg') no-repeat; margin:10px 0 5px 0; }
.releases {background: url('http://www.intelligentnoise.com/img/hdr_releases.jpg') no-repeat; margin:10px 0 5px 0; }
.releasesblk {background: url('http://www.intelligentnoise.com/img/hdr_releases_blk.jpg') no-repeat; margin:10px 0 5px 0; }
.latest {background: url('http://www.intelligentnoise.com/img/hdr_latest.jpg') no-repeat; margin:30px 0 5px 0;}
.artists {background: url('http://www.intelligentnoise.com/img/hdr_artists.jpg') no-repeat; margin:30px 0 5px 0;}
.contact {background: url('http://www.intelligentnoise.com/img/hdr_contact.jpg') no-repeat; margin:30px 0 5px 0;}
.tours {background: url('http://www.intelligentnoise.com/img/hdr_upcoming_blk.jpg') no-repeat; margin:30px 0 5px 0;}

#menu {
	background: #cc0033;
	margin: 0 0 20px 0;
	padding: 0px;
	height: 30px;
	width: 100%;
	text-transform:uppercase;
	}
	
#menu a, #menu a:visited {color: #ffffff; text-decoration:none; padding:0 10px 0 0; border-right: dotted 0px}
	
#leftcolumn {
	float: left;
	background: #fff url('http://www.intelligentnoise.com/img/xmenu.jpg') no-repeat;
	padding: 0px;
	margin: 0px;
	width: 340px;
	height: 650px;
	position:fixed;
	}
		
#midcolumnwrap {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 750px;
	}

#midcolumn {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0 0 0 25px;
	color:#ffffff;
	}

#midcolumn td {color:#ffffff;}
	

#footer {
	background-color:#ffffff;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	}
	
/* End Structure */



/* Begin Images */
p img {padding:0;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.alignleft {padding: 0px;margin: 0 10px 5px 0;display: inline;}
img.albumthumb {float: left; padding: 0px;margin: 0 10px 30px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left}



span.artist {
	font-weight: bold;
	color: #ff3366;
	text-transform: uppercase;
	}
/* End Images */

/* Begin Sidebar
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
#sidebar {
	float: right;
	margin: 0px;
	padding: 50px 0 0 15px;
	width: 240px;
	color: #000;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#sidebar li{
	margin: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 100%;
	}

#sidebar li ul li {
	margin: 0 0 5px 0;
	display: block;
	padding: 0;
	color: #000;
	text-decoration: none;
	width: 100%;
	}
	
#sidebar li ul li li {
	margin: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 100%;
	}

html>body #sidebar li a {width: auto;}
/* End Sidebar */


.post {margin:0 0 30px 0;}


/* Begin Various Tags & Classes */
.center {text-align: center;}

hr {display:none; margin:20px 0px 0px 0px; border-bottom: 0px solid #ffffff}

a img {border: none;}
/* End Various Tags & Classes*/