/* Master Style Sheet For PRESSURECOOKER.net*/
/* by Adam Dobkowski*/


body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #000000;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	font-size: 10px;
	background-image: url(images/watermark_bandshot.jpg);
	background-position: 45px 100px;
	background-repeat: no-repeat;

}

html, body {
/*	height: 100%;*/
}

h1 {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom: -1px;
}

p {
	font-weight: normal;
	margin: 0px 0px 20px;
}


a:link {font-weight: bold;color: #1d508a;text-decoration: none;}
a:visited {	font-weight: bold; color: #1d508a;text-decoration: none;}
a:hover { font-weight: bold; color: #ff8a00;text-decoration: none;}


img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



#container{
/*	min-height:100%;*/
/*	margin:auto;*/
/*	position:relative;*/
	border: 1px solid #000000;
}

/** html #container {height:100%}*/

/* FULLY ENCLOSE CSS2 FLOATED ELEMENTS */
.container:after { content: ""; display: block; height: 0; clear: both; }

#headerimage{
	float: left;
}

#globalnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	width: 280px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#masthead_left{
	height: 127px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#left{
	float: left;
	position: absolute;
	top: 139px;
	left: 10px;
	width: 125px;
	z-index: 2;
}
	
/* SEARCH TOOL */
#subscribe {
	margin: 15px 0px 0px 0px;
	width: 125px;
	background-color: #E2E3DB;
	border: 1px solid #FFFFFF;
}

#subscribe form{
	margin: 0px;
}

#subscribe h1 {
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 0px;
}

#subscribe input{
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	}
	
/*input.submit{
	WIDTH: 50px;
	HEIGHT: 20px;
	margin-left: 10px;
}
*/
	
/*
input.text{
	width: 100px;
	height: 14px;
	margin-left: 10px;
}
*/


/*
#radiobutton{
	text-align: left;
	line-height: 10px;
}


input.radiobutton{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/


#verticalnav{
	margin-left: -1px;
}

* html #verticalnav {
	margin-left: 0px;
}


#soundsystem {
	margin-top:15px;
/*	border: 1px solid #FFFFFF;*/
	width:125px;
	/*border: 3px solid #cccccc;*/
}

#ContentAreaHeaderLeft{
	font-weight: bold;
	/*padding-left: 5px;*/
	padding-top: 4px;
	text-align: center;
	color: #FF9900;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 3px;
	background-color: #333333;

}





#right{
	margin-left: 135px;
	margin-bottom:25px;
	width: 895px;
}

/*IE 6 BUG FIX TO PREVENT 3 PIXEL LEFT-MARGIN INDENT ON FLOATED CONTENT "HOLLY HACK" */

* html #right {
	height: 1%;
	margin-left: 130px;
	margin-bottom:25px;
	width: 895px;
  }

#masthead_right{
	height: 243px;
	width: 895px;
}


#pclogo{
	z-index: 2;
	text-align: left;
	float: left;

}

#rotating_photo{
	z-index:1;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 15px;
	background-color: #000000;
}
  
#rotating_photo img{
/*	border: 1px solid #FFFFFF;*/
	display: block;
	margin-bottom: 5px;
}  

#footer{
	font-size: 10px;
/*	bottom: -1px;*/
/*	background-color: #333333;*/
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 15px;
/*	border: 1px solid #FFFFFF;*/
	padding: 2px;
	
}

/*-------------------------CONTENT AREA LAYOUT DEFINITIONS-------------------------*/

/* ONE COLUMN LAYOUT */
#content{
	height: 100%;
	margin-top: 0px;
	float: left;
	width: 860px;
	clear: both;
	margin-left: 9px;	
	
	
}

/* TWO COLUMN LAYOUT - LEFT COLUMN */
#contentPlusRightColumn{
	margin-left: 3px;
	width: 423px;
	float:left;
	margin-right:8px;

}

/* TWO COLUMN LAYOUT - RIGHT COLUMN */
#ContentAreaRightColumn{
	width: 423px;
	float: left;

}

/* CONTENT SECTION */
#ContentAreaSection{
	margin-bottom: 10px;
	/*background-color: #FFFFFF;*/
	padding-bottom: 2px;
	background-color: #E2E3DB;
	/*background-color: #A7B5BA;*/
	border: 1px solid #FFFFFF;
	width:100%;
	overflow:auto;
	

/*	border: 1px solid #FFFFFF;*/
}




/*CONTENT AREA HEADER DEFINITIONS*/

#ContentAreaHeader{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	color: #FF9900;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 4px;
	background-color: #0C2745;

}

#ContentAreaHeaderSectionLeft{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	color: #FF9900;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
/*	border: 1px solid #FFFFFF;*/
	padding-bottom: 4px;
}

#ContentAreaHeaderSectionRight{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	color: #FF9900;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	padding-bottom: 4px;
}

#ContentAreaHeaderRightColumn{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	color: #FF9900;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 10px;
	background-color: #0C2745;

}

/*CONTENT AREA TEXT DEFINITIONS*/

#ContentAreaText{
	text-align: left;
	line-height: 12px;
	margin: 7px 10px 10px;
	word-wrap:break-word;
	
}


/* CONTENT SECTION W BORDERS */
#ContentAreaTextBordered{
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	margin: -1px 1px 2px 0px;
	word-wrap:break-word;
	padding: 5px;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}





#ContentAreaText ul{
	
	line-height: 12px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ContentAreaText li{
	list-style-type: square;
	margin-bottom: 8px;

}

#ContentAreaText img{
	margin-bottom: 5px;
	margin-top: 5px;

}


/*THUMBNAIL CAPTION POSTIONING*/

#ContentAreaText .thumbAndCaption{
	height:74px;	
}

#floating {
	POSITION: relative; 
	HEIGHT: 100%
	
}
#floating DIV {
	POSITION: absolute;
	TOP: 40%;
	left: 75px;
	font-weight: bold;
}

#floating DIV DIV {
	POSITION: relative; TOP: -50%
}





/* NAVIGATION */




.verticalnav, .verticalnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
	width: 125px;
}

.verticalnav ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 125px;
}

.verticalnav li {
	position: relative;
	background: #333333;
	margin-bottom: -1px;
	border: 1px solid #000000;
	width: 125px;
}
.verticalnav ul>li:last-child {
 margin-bottom: 1px;
}

.verticalnav a {
	display: block;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.verticalnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.verticalnav a:hover, .verticalnav a.highlighted:hover, .verticalnav a:focus {
	color: #FF9900;
	background-color: #0C2745;
	text-decoration: none;
	font-weight: bold;
}
.verticalnav a.highlighted {
 color: #FF9900;
 background-color: #FFFFFF;
 text-decoration: none;
}

.verticalnav a .subind {
 float: right;
}

*:first-child+html .verticalnav li {
 float: left;
 width: 100%;
}

* html .verticalnav li {
 float: left;
 height: 1%;
}
* html .verticalnav a {
 height: 1%;
}

/* ALBUM DISPLAY */

/*HOMEPAGE-OLD*/
img.albumcover{
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}


#ContentAreaSectionAlbums{
	/*height: 715px;*/
	overflow:auto;
	margin-bottom: 10px;
	/*background-color: #A7B5BA;*/
	background-color: #E2E3DB;

	padding: 5px 10px 10px;

}



#albuminfo{
	height: 145px;
	width: 194px;
	float: left;
}

#albuminfobig{
	height: 300px;
	width: 194px;
}


#albuminfo ul{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
}

#albuminfo li{
	padding-left: 0px;
	margin-bottom: 5px;
}

/*DISCOGRAPHY PAGE*/

#albumDiscography{
	height: 310px;
	float: none;
	clear: both;
}

#albumDiscographyBuy{
	height: 200px;
	width: 125px;
	float: left;
	
}

#albumDiscographyBuy ul{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-left: 0px;
}

#albumDiscographyBuy li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 3px;
}

#albumTrackList{
	height: 200px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	width: 180px;
}

#albumTrackList ol{
	margin-left: 0px;
	margin-top: 0px;

}

* html #albumTrackList ol {
 margin-left: 30px;
}


#albumTrackList li{
	list-style-type: decimal;
	margin-bottom: 2px;
}


#albumFullDescription{
	margin-bottom: 10px;
	margin-left: 0px;
	width: 350px;
	float: left;

}

/*BLOG IMAGE POSITIONING*/
.floatRight{
float: right;
padding: 10px;
}

#blogEntrySection{
   min-height: 300px;
}

p.pastgiglist{
margin: 0px 0px 8px;
}

td{
font-size:10px;
}

/* VIDEO CLIPS */
#videoClip{
	float: left;
	margin-bottom: 25px;
	width: 390px;
	margin-right: 25px;
	height: 350px;

}

.video{
	height: 1500px;
}

/*WORDPRESS 06-03-09 */
.storytitle{
	font-size: 1.6em;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: none;
}

.storytitle a:link {color: #000;text-decoration: none;}
.storytitle a:visited {color: #000;text-decoration: none;}
.storytitle a:hover {color: #000;text-decoration: none;}


hr {color: #e2e3db; background-color: #e2e3db; border: 1px dotted #000000; border-style: none none dotted; }

.buycd {
	font-size:13px;
	font-weight:bold;
}

#promomessage{
	float:right;
	width:455px;
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
	margin-right:15px;
	padding-top:10px;
}


#promoconfirmed{
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
	margin-right:15px;
	padding-top:10px;
}
