/*  
Theme Name: Bloodpit
Theme URI: http://bloodpitband.com/
Author: Not Evil Music / Niklas R&auml;m&ouml;
*/

/* Begin Typography & Colors */

html, body {height:100%;}

body {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
  	background: #000000 url(images/bloodpit-bg.jpg) no-repeat center top;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
  	width: 100%;
  	overflow:auto;
	}
	
#page-wrap1{}

#page-wrap2{}

#header {
  height: 222px;
  z-index: 2; /* fix for stupid ie6/7 bug */
  position:relative;
	}
	
.topfillblock {
  height: 163px;
  width:100%;
	}
	
#page {
	background:transparent;
    border: none;
	text-align: left;
    color: #000;
    margin: 0 auto;
	padding: 0;
	width: 650px;
	height:auto;
	}
	
p, li { line-height: 1.5em; }
	
#content ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
	} 

#content ul li {
	padding-left: 2em;
    background: url(images/bloodpit-bullet.png) no-repeat; 
    background-position: 0 3px;
	margin: 1em 0 0 0;
	} 

#content ul.gigpress-related-show {
	list-style-type: none;
	margin: 0;
	padding: 0;
	} 
	
#content ul.gigpress-related-show li {
	padding: 0 0 0 1em;
    background: none;
	margin: 0.7em 0 0 0;
	} 

#footer {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 11px;
    font-weight: normal;
	border: none;
    color: #000;
    text-align: left;
    padding: 0;
	margin: 0 auto;
	width: 650px;
    height: 30px;
	clear: both;
	}
	
#footer p {} 
	
#sidebar1, #sidebar2 {
	float: left;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 12px;
    color: #000;
    text-align: left;
    text-decoration: none;
    margin: 0px 0px 10px 0;
	width: 150px;
	}

#sidebar1 p, #sidebar2 p {
    margin: 1em;
	}

small {
	font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
    color: #000;
    line-height:1.5em;
	}
	
input, textarea {
	background: transparent;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 12px; 
	text-decoration: none; 
	border: 1px solid #5b3518;
	}
	
h2,h2 a,h2 a:visited {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
    font-weight: bold;  
	font-size: 13px;
	color: #000;
	margin: 1.4em 0 0 0;
	text-align: left;
	}
	
h3 {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
    font-weight: bold;  
	font-size: 12px;
	color: #000;
	padding: 0 0 0 0;
	margin: 1.4em 0 0 0;
	text-align: left;
	}
	
h3 a, h3 a:visited {
	color: #000;
	text-decoration: none;
	}
    
a, a:visited, p a, p a:visited {
	color: #cc0000;
	text-decoration: none;
	}  
	
a:hover, p a:hover {
	color: #444444;
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #header h5 a:hover, #index h2:hover, #page h2 a:hover {
	color: #444444;
	text-decoration: none;
	}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn, .widecolumn {
	float: right;
	padding: 0;
	margin: 0px 85px 10px 15px;
	width: 400px;
	height:430px;
	overflow:auto;
	}

.post {
	margin: 0 0 2em 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: left;
	}
    
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 4px 0 10px 0;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 4px 10px 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */

/* Lists */
ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

ol li {
	margin: 0;
	padding: 0;
    list-style: decimal outside;
	}
	
#twitter_div {
	height:174px;
	overflow:auto;
	margin: 20px 0 0 0 !important;
	}

ul#twitter_update_list {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	}

ul#twitter_update_list li {
	color:#ffffff;
	padding: 5px !important;
	margin: 0 !important;
	font-size:11px !important;
	line-height:1.2em !important;
	}


/* End Lists */

/* Misc */

select {
	width: 130px;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	}
	
.floatclear {
	clear: both
	}

.updated-time { 
	color:#5b3518 !important;
	font-size:10px !important; 
	}
	
.ymp-skin { 
	background-image: url(images/yahoo-media-player.png) !important;
	}

/* End Misc */	

/* Menu */
	
#imap {
  margin:0;
  padding:0;
  display:block; 
  width:650px; 
  height:46px; 
  background:transparent; 
  position:relative;
  }

#imap dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
  
/* Menu-navigation */
#imap #picplayer {
  left:0px; 
  top:22px; 
  z-index:20;
  }

#imap #picnews {
  left:167px; 
  top:23px; 
  z-index:20;
  }
#imap #picband {
  left:198px; 
  top:10px; 
  z-index:20;
  }
  
#imap #pictour {
  left:232px; 
  top:23px; 
  z-index:20;
  }
  
#imap #picreleases {
  left:259px; 
  top:5px; 
  z-index:20;
  }
  
#imap #picvideos {
  left:285px; 
  top:24px; 
  z-index:20;
  }

#imap #picphotos {
  left:327px; 
  top:4px; 
  z-index:20;
  }

#imap #picextra {
  left:349px; 
  top:21px; 
  z-index:20;
  }

#imap #picstore {
  left:393px; 
  top:8px; 
  z-index:20;
  }
  
#imap #piccontact {
  left:440px; 
  top:21px; 
  z-index:20;
  }
  
#imap #picpress {
  left:453px; 
  top:6px; 
  z-index:20;
  }
  
#imap #picguestbook {
  left:493px; 
  top:24px; 
  z-index:20;
  }
  
#imap #picen {
  left:589px; 
  top:16px; 
  z-index:20;
  }
  
#imap #picfin {
  left:598px; 
  top:30px; 
  z-index:20;
  }

/* button sizes */

#imap a#menuplayer {
  display:block; 
  width:146px; 
  height:22px; 
  text-decoration:none; 
  z-index:20;
  }

#imap a#menunews {
  display:block; 
  width:52px; 
  height:15px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuband {
  display:block; 
  width:47px; 
  height:13px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menutour {
  display:block; 
  width:47px; 
  height:14px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menureleases {
  display:block; 
  width:65px; 
  height:18px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuvideos {
  display:block; 
  width:62px; 
  height:20px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuphotos {
  display:block; 
  width:48px; 
  height:17px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuextra {
  display:block; 
  width:44px; 
  height:16px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menustore {
  display:block; 
  width:47px; 
  height:17px; 
  text-decoration:none; 
  z-index:20;
  }

#imap a#menucontact {
  display:block; 
  width:46px; 
  height:18px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menupress {
  display:block; 
  width:49px; 
  height:15px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuguestbook {
  display:block; 
  width:80px; 
  height:20px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menuen {
  display:block; 
  width:26px; 
  height:14px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menufin {
  display:block; 
  width:24px; 
  height:15px; 
  text-decoration:none; 
  z-index:20;
  }

/* button hover */

#imap a#menuplayer:hover {
  background:transparent url(images/menu-hover.jpg) 0px -22px no-repeat; 
  z-index:30;
  }
  
#imap .current a#menunews, #imap a#menunews:hover {
  background:transparent url(images/menu-hover.jpg) -167px -23px no-repeat; 
  z-index:30;
  }

#imap .current a#menuband, #imap a#menuband:hover {
  background:transparent url(images/menu-hover.jpg) -198px -10px no-repeat; 
  z-index:30;
  }

#imap .current a#menutour, #imap a#menutour:hover {
  background:transparent url(images/menu-hover.jpg) -232px -23px no-repeat; 
  z-index:30;
  }
  
#imap .current a#menureleases, #imap a#menureleases:hover {
  background:transparent url(images/menu-hover.jpg) -259px -5px no-repeat; 
  z-index:30;
  }
  
#imap .current a#menuvideos, #imap a#menuvideos:hover {
  background:transparent url(images/menu-hover.jpg) -285px -24px no-repeat; 
  z-index:30;
  }

#imap .current a#menuphotos, #imap a#menuphotos:hover {
  background:transparent url(images/menu-hover.jpg) -327px -4px no-repeat; 
  z-index:30;
  }
  
#imap .current a#menuextra, #imap a#menuextra:hover {
  background:transparent url(images/menu-hover.jpg) -349px -21px no-repeat; 
  z-index:30;
  }  

#imap a#menustore:hover {
  background:transparent url(images/menu-hover.jpg) -393px -8px no-repeat; 
  z-index:30;
  }  

#imap .current a#menucontact, #imap a#menucontact:hover {
  background:transparent url(images/menu-hover.jpg) -440px -21px no-repeat; 
  z-index:30;
  }
  
#imap .current a#menupress, #imap a#menupress:hover {
  background:transparent url(images/menu-hover.jpg) -453px -6px no-repeat; 
  z-index:30;
  }
  
#imap a#menuguestbook:hover {
  background:transparent url(images/menu-hover.jpg) -493px -24px no-repeat; 
  z-index:30;
  } 
  
#imap a#menuen:hover {
  background:transparent url(images/menu-hover.jpg) -589px -16px no-repeat; 
  z-index:30;
  } 
  
#imap a#menufin:hover {
  background:transparent url(images/menu-hover.jpg) -598px -30px no-repeat; 
  z-index:30;
  } 
  
/* End Menu */

#imap-links {
  margin:0 0 0 21px;
  padding:0;
  display:block; 
  width:87px; 
  height:184px; 
  background:transparent; 
  position:relative;
  }

#imap-links dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }

#imap-links #picmyspace {
  left:0px; 
  top:0px; 
  z-index:20;
  }
#imap-links #piclastfm {
  left:0px; 
  top:33px; 
  z-index:20;
  }
#imap-links #picyoutube {
  left:0px; 
  top:65px; 
  z-index:20;
  }
#imap-links #picilike {
  left:0px; 
  top:90px; 
  z-index:20;
  }
#imap-links #picfacebook {
  left:0px; 
  top:113px; 
  z-index:20;
  }
#imap-links #picitunes {
  left:0px; 
  top:139px; 
  z-index:20;
  }
#imap-links #picirc {
  left:0px; 
  top:163px; 
  z-index:20;
  }

/* button sizes */

#imap-links a#menumyspace {
  display:block; 
  width:87px; 
  height:33px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-links a#menulastfm {
  display:block; 
  width:87px; 
  height:32px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-links a#menuyoutube {
  display:block; 
  width:87px; 
  height:25px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-links a#menuilike {
  display:block; 
  width:87px; 
  height:23px; 
  text-decoration:none; 
  z-index:20;
  }  

#imap-links a#menufacebook {
  display:block; 
  width:87px; 
  height:26px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-links a#menuitunes {
  display:block; 
  width:87px; 
  height:24px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-links a#menuirc {
  display:block; 
  width:87px; 
  height:21px; 
  text-decoration:none; 
  z-index:20;
  }
  
/* Hover */


#imap-links a#menumyspace:hover {
  background:transparent url(images/links-hover.jpg) 0px 0px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menulastfm:hover {
  background:transparent url(images/links-hover.jpg) 0px -33px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menuyoutube:hover {
  background:transparent url(images/links-hover.jpg) 0px -65px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menuilike:hover {
  background:transparent url(images/links-hover.jpg) 0px -90px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menufacebook:hover {
  background:transparent url(images/links-hover.jpg) 0px -113px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menuitunes:hover {
  background:transparent url(images/links-hover.jpg) 0px -139px no-repeat; 
  z-index:30;
  }
  
#imap-links a#menuirc:hover {
  background:transparent url(images/links-hover.jpg) 0px -163px no-repeat; 
  z-index:30;
  }

/* End Links */

#imap-twitter {
  margin:0;
  padding:0;
  display:block; 
  width:150px; 
  height:21px; 
  background:transparent; 
  position:relative;
  }

#imap-twitter dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }

#imap-twitter #pictwitter {
  left:0px; 
  top:0px; 
  z-index:20;
  }
  
#imap-twitter a#menutwitter {
  display:block; 
  width:150px; 
  height:21px; 
  text-decoration:none; 
  z-index:20;
  }

#imap-twitter a#menutwitter:hover {
  background:transparent url(images/twitter-hover.jpg) 0px 0px no-repeat; 
  z-index:30;
  }
