
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0;
	padding: 0;
	background: #000000;
	background-repeat:no-repeat; 
	background-position:top center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B6ACA2;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #CCFFFF;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul, ol { }

blockquote { }

a { color: #CCFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
	border: 1px white solid;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.text1 {
	padding: 5px 10px 5px 10px;
	background: #FF6600;
	color: #112233;
}


/* Header */

#header {
	float: left;
	width: 420px;
	margin: 165px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	border-top: 1px white solid;	
	border-right: 1px white solid;	
	border-left: 1px white solid;	
	background: #000000;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#header ul {
	float: left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
}

#header li {
	display: inline;
	font-size: 16px;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 15px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px;
	color: #ccffff;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

#header img {
	padding: 2px 0 0 0;
}


/* Page */

#page {
	width: 975px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	left: 15px; 
}



/* Content */

#content {
	float: left;
	width: 65%;
}



/* Post */

.post {
	padding-top: 15px;
	margin-bottom: 25px;
	//background-image:url(images/pattern.gif);
	background: #112233;
	border: 1px white solid;
}

.post .title {
	margin-bottom: 3px;
	padding: 2px 0px 2px 15px;
	background: url(images/img03.jpg) repeat left top;
}

.post .meta {
	margin: 0 0 3px 0;
	padding: 2px 30px 2px 15px;
	font: italic 8px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 10px 15px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

#entry .img {
	margin: 10px 0px 5px 10px;
	float: top;
	border: 1px white solid;
}




/* Release */
#release {
	float: left;
	width: 200px;
	margin: 12px 0px 10px 12px;
}

#release img {
	margin: 10px 0px 5px 10px;
	float: top;
	border: 1px white solid;
}

#release h2 {
	font-size: 12px;
	margin: 0 0 2px 10px;
	float: top;
}

#release_row {
	float: left;
}

#release_container {
	height: 630px;
	background: #112233;
	border: 1px white solid;
}

#release_artwork {
	float: left;
	height: 450px;
	width: 200px;
	margin: 12px 10px 10px 12px;
	
}

#release_artwork img {
	float: left;
	border: 1px white solid;
	margin: 10px 10px 5px 10px;
}

#release_detail {
	float: left;
	height: 450px;
	width: 400px;
	margin: 18px 20px 15px 10px;
}

#release_detail h4 {
	font-size: 10px;
	margin: 5px 0 0 0;
}

#release_detail p {
	font-size: 13px;
	margin: 15px 0 20px 0;
}

#release_track_detail {
	float: left;
	width: 220px;
}

#release_track_detail h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

#release_track_audio {
	float: right;
}

#release_track_audio h3 {
	margin-bottom: 4px;
}

#release h3 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0;
}

#release p {
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 30%;
	margin-top: 0px;
	margin-right: 30px;
	border: 1px white solid;
	background: #112233;
}

#sidebar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	//	margin-bottom: 30px;
	margin: 0 0 15px 15px;
}

#sidebar .links {
	//	margin-bottom: 30px;
	margin: 0 0 5px 15px;
}

#sidebar li ul {
	//line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar p {
	padding: 0 15px;
}

#sidebar h2 {
	margin: 0 0 0px 0px;
	padding: 20px 0 10px 15px;
	background: url(images/img03.jpg) repeat left top;
	font-size: 18px;
}


#sidebar p {
	line-height: 125%;
}

#sidebar .icon_left {
	border: 1px white solid;
	margin: 0 12px 0 0;
}

#sidebar .icon_right {
	border: 1px white solid;
}

#sidebar_twitter {
	padding: 0 0 20px 17px;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageDataContainer a {
	color: #000000;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
