.pageWrapper {
	width:1000px;	
	margin:auto;
}

.header {
	width:100%;
	padding: 15px 0 7px;	
}

.logo {
	float:left;
}

.logo a 
{
	display:block;
	background: transparent url(../images/battlehooch_logo_lc.gif) no-repeat 0 0;
	width:300px;
	height:43px; 
	padding:2px;
	overflow:hidden;
}

.socialLinks {
	float:right;	
}

.piecechows {
	background:transparent url(../images/battle-kraftwerk.jpg) no-repeat 0 0;
	width:1000px;
	height:664px; 
	position:absolute;
}

.piecechows div a span {
	visibility:hidden;
}

.piecechows div  {
	position:absolute;
	display:inline;
}

#hoverBubble {
	display:none;
	background:transparent url(../images/speech_bubble.gif) no-repeat 0 0;
	width:150px;
	height:125px; /*113px;*/ 
	position:absolute;
	text-align: center;
	line-height:90px;
	font-family: "Comic Sans MS", Helvetica, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}


.hint {
	font-style:italic;
	font-size:12px;
}

#footerNav {
	font-size: 12px;
	position:absolute;
	top:0px;
	right:20px;
}

.footerNav {
	margin: 0;	
}

#musicPlayer {
	position:absolute;
	top:427px;
	left:650px;
	width:340px;
}

#credits {
	visibility: hidden;
}


.ground,
.groundHolder {
	position:absolute;
	z-index: -1;
	width:100%;
	height:100%;
	left:0px;
	top:0;
	padding:0;
	margin:0;
}
.ground {
	background-color:#510128;
	top:506px;
	height:1000px;
}
.groundHolder {
	overflow:hidden;
}


/* fancy box */
body div#fancy_inner {
	background: #000;/* url(../images/black80.png);*/
	color:#FFF;
}

body div#fancy_content {
	
}

/*piecechow nav */

.piecechows div a {
	display: block;
	width:70px;
	height:100px;
	/*background:white;
	opacity:.5;*/
}

#bioChow {
	left:585px;
	top:72px;
}

#merchChow {
	left:495px;
	top:50px;
}

#pressChow {
	left:685px;
	top:85px;
}

#blogChow {
	left:0px;
	top:50px;
}

#linksChow {
	left:822px;
	top:150px;
}

#contactChow {
	left:-9999px;
	top:-9999px;
}

#mediaChow {
	left:425px;
	top:50px;
}

#showChow {
	left:355px;
	top:50px;
}
/*
#showChow a {
	display:block;
	width:50px;
	height:150px;
}
*/
/* bubbles */
.bubbles {
	position:absolute;
}

.bubble {
position:absolute;
overflow:hidden;
background-image: url(../images/black80.png);
}

#bottomBub {
width:350px;
height:220px;
top:200px;
left:20px;
}

.bubble .content {
	margin: 10px;
	overflow:auto;
	font-size: 12px;
}
.bubble .content p {
	font-size: 12px;
}

#bottomBub h2 {
	float:left;
	margin-bottom: 5px;
}

#promoBub {
	width:350px;
	height:180px;
	/*top:430px;
	left:20px;*/
	top:440px;
	left:160px;
}

#albumCover {
	width: 150px;
	float:left;
	margin:0 5px 0 0;	
}

.moreShows {
	font-size: 10px;
	float:left;
	margin-left: 10px;		
	line-height: 2.2em;
}

/*shop */
.merchCD,
.video {
	border-top: solid 1px #DD905C;
	padding: 25px 10px 50px;	
}
.merchCD:first-child,
.video:first-child { 
	border:none;
	padding-top: 0;	
}
.merchCD {
	clear:both;
	padding-bottom:0;
}
.merchCD img,
.cdInfo {
	float:left;
	padding: 0 10px;
}
.cdInfo ol {
	padding-left:21px;
	margin-top:0;
}
.merchCD .price { 
	font-size: 10px; 
}
.merchCD .price .amount {
	color:#DD905C;
	font-size: 14px; 
	font-weight: bold;
}

/*media */
.video {
	margin-right:30px;
}

/*press */
.quotes li,
.shows li {
	margin-bottom:20px;
}

/*shows */
.shows .date {
	color: #ab2837;
	font-weight: bold;	
}
.shows .location {

}
.shows .location:before {
	content: " @ ";
}
.shows .desc {
	display:block;
	font-size:12px;
	padding-left:2em;
}
	