@charset "UTF-8";
/* CSS Document */


body {   
	
	background-image: url(../images/pigbag_background.gif);
	background-repeat: repeat-y;
	background-position:top center; 
	background-attachment: fixed;
	margin-left: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #000000;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 35px 0 35px;
}
.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: #4d4d4f 1px solid;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}


#pigbag_logo {
    width: 390px;
	height:100px;
	background: #000000; 
	padding: 0px;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#follow_us {
    width: 390px;
	height:100px;
	background: #000000; 
	padding: 0px;		
	margin-left: 390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	
}
#follow_us_content {    
	position:relative;
	top:60px;
	
	}
	
	
#follow_us_home {
    width: 390px;
	height:20px;
	background: #000000; 
	padding: 0px;		
	margin-left: 390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	
}
#follow_us_content_home {    
	position:relative;
	top:10px;
	
	}	
	
	
	
	
	
	
	

.oneColFixCtrHdr #main_navigation {
	background: #000000; 
	padding: 0px;
	border-top: #4d4d4f 1px solid;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent_remix {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image: url(../images/remix_grab.jpg);
}

.oneColFixCtrHdr #mainContent_home {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image: url(../images/pigbag_Vol1_inner.jpg);
}

.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#vol_container {
 width: 780px;	
	margin-top: 10px;	
	margin-bottom: 10px;
	background-color: #000000;
	text-align: left;
	border-top:#4d4d4f 1px solid;
	
}

#vol1_booklet_container {
 width: 780px;
 height:395px;
 border:#666666 1px solid;	
	margin-top:35px;	
	margin-bottom: 10px;
	background-color: #000000;
	text-align: left;	
	background-image: url(../images/Pigbag_vol1_booklet.png);
	
}

#home_cont h1 {
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	margin-left:30px;	
}



#home_left_box {
 width: 380px;	
	margin-top: 10px;	
	float:left;
	font-size:20px;		
	
}
#home_right_box {
 width: 380px;	
	margin-top: 10px;		
	float:right;
	padding-left: 0px;	
	border-left:#4d4d4f 1px dotted;
	font-size:20px;		
}





strong{
font-weight:bold;
}


#left_box {
 width: 390px;	
	margin-top: 10px;	
	float:left;	
	
}
#right_box {
 width: 360px;	
	margin-top: 10px;		
	float:left;
	padding-left: 20px;	
	border-left:#4d4d4f 1px solid;	
}

#home_cont {
width:780px;	
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;	
	float:left;
	font-size:20px;	
} 






#credits_box {
 width: 770px;	
	margin-top: 10px;		
	float:left;		
	border-top:#4d4d4f 1px solid;	
}


p.track_listing {
    font-family: Helvetica, Arial;
	font-size: 15px;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom: 7px;	
	line-height:20px;
}
p.title_vol1 {
    font-family: Helvetica, Arial;
	margin-top: 0px;
	font-size: 18px;
	color: #62a644;		
	line-height:18px;
}

p.title_vol2 {
    font-family: Helvetica, Arial;
	margin-top: 0px;
	font-size: 18px;
	color: #ea9224;		
	line-height:18px;
}

p.title_home {
    font-family: Helvetica, Arial;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 20px;
	color: #ffffff;		
	line-height:18px;
}


p.main_heading {
    font-family: Helvetica, Arial;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #62a644;		
	line-height:16px;
}
p.credits {
    font-family: Helvetica, Arial;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0px;	
	line-height:17px;
}





h1 {
font-family:Helvetica;
	font-size: 20px;
	font-weight:normal;
	color: #FFFFFF;
	margin-top: 10px;	
	margin-bottom: 10px;
}

p {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	
}

p.nav {
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 10px;	
	margin-bottom: 10px;
	
}

p.papa {
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;	
	margin-bottom: 10px;
	margin-left: 18px;
	line-height: 20px;	
	
}

p.follow {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 0px;
	
}




.small {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	
}

.medium {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	
}



a:link {
	color: #FCD901;
	text-decoration: none;
	
	
}
a:visited {
	text-decoration: none;
	color: #FCD901;
	text-decoration: none;
	
	
}
a:hover {
	text-decoration: none;
	color: #5BA541;
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	color: #FCD901;
	text-decoration: none;
	
}




#flash {
	width: 850px;	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#navigation {
	width: 780px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 0px;	
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top: #4d4d4f 1px solid;
	border-bottom: #4d4d4f 1px solid;
}



#historybox {
	width: 200px;
	height: 200px;		
	float: left;	
	margin-right: 19px;
	margin-left: 19px;
	margin-top: 12px;
    margin-bottom: 38px;
	border: #4d4d4f 1px solid;	
}


#history_container {
	width: 724px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	margin-right: auto;
	margin-left: auto;
	
	background-image: url(../images/pigbag_japanese_booklet_bg.jpg);	
}

#navhello {
	width: 780px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	margin-right: auto;
	margin-left: auto;
	
	background-image: url(../images/pigbag_japanese_booklet_bg.jpg);	
}





#nav {
	width: 850px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;
}

#navpic {
	width: 780px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pigbag_japanese_booklet_780.jpg);	
}

#navasitwas {
	width: 780px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;
	
	margin-left: 35px;
	background-image: url(../images/pigbag_japanese_booklet7_780.jpg);	
}


#live {
	width: 780px;	
	margin-top: 0px;
	background-color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	margin-right: auto;
	margin-left: auto;
	
	
}
#live p {
font-weight:normal;	
	
	
}
#live img {
margin-left:20px;

	
}

#live_line {
width:410px;
height:1px;
background-color:#333333;
margin-top:10px;
margin-bottom:10px;


	
}



#left {
	width: 200px;
	float: left;	
	margin-left: 35px;
}

#mid{
	width: 250px;
	float: left;	
	margin-left: 35px;
}

#line{
	width: 780px;
	float: left;	
	margin-left: 35px;
	margin-right: 35px;	
	margin-bottom: 15px;
	border-top: #4d4d4f 1px solid;
}



/* 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 Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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 */ 
	