/*
  subBlack theme for phpBB version 2+
	Created by Gamerhaven
	http://www.gamerhaven.com
	Based on the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    margin: 0;
    padding: 0;
	background: #382c20 url(http://joepurdy.com/_images/bg.jpg) repeat-x;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #534131; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #a77e60; }
hr	{ height: 0px; border: solid #382c20 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #17110b; border: none; }

ul, li { list-style-type: none; }

h1, ul, li { margin: 0; padding: 0; }

a, a:visited {
    outline: none;
}

/**header*********************************************************************
******************************************************************************/
	
	span.none {
		display: none;
	}
	
	div#b_wrapper {
		background: #17110b;
		border: 1px solid #382c20;
		border-width: 0 1px;
		margin: 0 auto;
		width: 860px;
	}
	
	div#b_header {
		height: 100px;
		border-bottom: 1px solid #382c20;
		position: relative;
	}
	
	h1#logo {
		height: 100px;
		width: 130px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
	}
	
	h1#logo a {
		display: block;
		height: 100px;
		background: url(http://joepurdy.com/_images/logo.gif) no-repeat;
	}
	
	h1#logo a:hover {
		background-position: 0 -100px;
	}
	
	
	div#b_message_board h2 {
		padding: 0;
		margin: 0;
		height: 50px;
		background: url(http://joepurdy.com/_images/h2_titles.gif) no-repeat;
	}
	
	div#b_message_board h2 { background-position: 0 -150px; }
	
    div#b_nav {
        width: 800px;
        padding: 12px 0 0 20px;
        height: 24px;
        background: url(images/nav_bg.gif) no-repeat;
        margin: 10px auto 0 auto;
        font-size: 10px;
        font-family: Arial;
    }
    
    div#b_nav a {
        color: #4b3a2c;
    }
    
    div#b_new_topic {
        margin-bottom: 15px;
    }
    
    div#b_index {
        font-size: 20px;
        color: #b9b7b6;
        line-height: 30px;
        font-family: Arial, sans-serif;
    }
    
    div#b_index p {
        font-family: Arial, sans-serif;
        font-weight: normal;
    }
    
    div#b_index p.b_dark_font {
        color: #534131;
    }
    
    span.b_index_text, span.b_index_text a {
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: lighter;
        color: #b9b7b6;
    }
    
    span.b_index_text a {
        color: #a77e5c;
        text-decoration: underline;
    }
    
    span.b_index_text_dark {
        font-family: Arial, sans-serif;
        font-size: 18px;
        color: #534131;
    }
    
    span.b_index_text_dark a {
        color: #a77e5c;
        text-decoration: underline;
    }
    
    
/**header*********************************************************************
******************************************************************************/

	/* div#header {
		height: 100px;
		position: relative;
	}

	h1#logo {
		height: 100px;
		width: 130px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
	}

	h1#logo a {
		display: block;
		height: 100px;
		background: url(../_images/logo.gif) no-repeat;
	}

	h1#logo a:hover {
		background-position: 0 -100px;
	} */

/**main nav*******************************************************************
******************************************************************************/

	ul#main_nav {
		height: 30px;
		margin-top: 58px;
		float: left;
	}

	ul#main_nav li {
		height: 30px;
		float: left;
	}

	ul#main_nav li a {
		display: block;
		height: 30px;
		background: url(http://joepurdy.com/_images/main_nav.gif) no-repeat;
	}

	li#nav_music { width: 49px; }
	li#nav_live { width: 35px; }
	li#nav_photos { width: 58px; }
	li#nav_videos { width: 54px; }
	li#nav_message_board { width: 104px; }

	li#nav_music a#n_music { width: 49px; }
	li#nav_live a#n_live { width: 35px; background-position: -49px 0; }
	li#nav_photos a#n_photos { width: 58px; background-position: -84px 0; }
	li#nav_videos a#n_videos { width: 54px; background-position: -142px 0; }
	li#nav_message_board a#n_message_board { width: 104px; background-position: -196px 0; }

	li#nav_music a#n_music:hover { background-position: 0 -30px; }
	li#nav_live a#n_live:hover { background-position: -49px -30px; }
	li#nav_photos a#n_photos:hover { background-position: -84px -30px; }
	li#nav_videos a#n_videos:hover { background-position: -142px -30px; }
	li#nav_message_board a#n_message_board:hover { background-position: -196px -30px; }

/**mini nav*******************************************************************
******************************************************************************/

	ul#mini_nav {
		top: 0;
		right: 0;
		padding: 10px 20px 0 0;
	}

	ul#mini_nav li {
		float: right;
		padding-left: 15px;
	}

	ul#mini_nav li a {
		color: #55544c;
		text-decoration: none;
		font: 10px lucida grande, tahoma, arial;
	}

	ul#mini_nav li a:hover {
		text-decoration: underline;
	}


/**newsletter*****************************************************************
******************************************************************************/

	div#newsletter {
		width: 261px;
		height: 47px;
		padding: 5px 0 0 15px;
		margin: 10px 20px 0 0;
		float: right;
		clear: right;
		position: relative;
		background: url(http://joepurdy.com/_images/newsletter_bg.gif) no-repeat;
	}

	input#newsletter_in {
		width: 170px;
		padding-left: 3px;
		margin: 12px 10px 0 0;
		float: left;
		color: #aaa;
	}

	input#nl_signup {
		margin-top: 10px;
		float: left;
	}

	div#newsletter a#newsletter_close {
		width: 11px;
		height: 11px;
		position: absolute;
		background: url(http://joepurdy.com/_images/newsletter_x.gif) no-repeat;
		top: 4px;
		right: 4px;
	}		

    
/**footer*********************************************************************
******************************************************************************/

	div#footer {
		height: 300px;
		padding: 20px;
		color: #55544c;
	    font: 9px lucida grande, tahoma, arial;
		line-height: 175%;
		border-top: 1px solid #382c20;
	}

	div#footer p {
	    padding: 0;
	    margin: 0;
	    color: #55544c;
	    font: 9px lucida grande, tahoma, arial;
		line-height: 175%;
		margin-bottom: 25px;
	}

	div#footer a {
	    text-decoration: none;
	    color: #b3ada7;
	}
	
	div#footer a:hover {
	    color: #fff;
	}

	a#tag_medium_blend {
	    display: block;
	    width: 110px;
	    height: 40px;
	    background: url(../_images/tag_medium_blend.gif) no-repeat;
	    background-position: -1px 0;
	}

	a#tag_medium_blend:hover {
	    background-position: -1px -40px;
	}
    
    
    
    
    
    
    
    
    .b_error, .b_error tr, .b_error td {
        background: #ddd;
        color: #222;
        font-weight: bold;
    }
    
    .b_error td {
        padding-top: 10px;
        padding-bottom: 20px;
    }


/* This is the outline round the main forum tables */
.forumline	{ background: #17110b; border: 0px #1e160e solid; }

.forumline tr td { border-bottom: 1px solid #1e160e; }


/* Main table cell colours and backgrounds */
td.row1	{ /* background-color: #17110b; */ padding-top: 15px; padding-bottom: 15px; }
/* td.row2	{ background-color: #17110b; }
td.row3	{ background-color: #17110b; } */


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #17110b;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the black gradient backgrounds */
th	{
	color: #d0cfcd; font-size: 12px; font-weight : bold;
	/* background-color: #17110b; */
	height: 25px;
	background: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#17110b; border: #FFCC66; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	/*font-weight: bold;*/ border: #FFCC66; border-style: solid; height: 40px; color: #17110b; }
td.row3Right,td.spaceRow {
	background-color: #17110b; border: #FFCC66; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: normal; font-size: 20px; font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #b9b7b6;
}

a.maintitle { color: #b9b7b6; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed { color : #534131; text-decoration: none; }
a.gen,a.genmed { color: #534131; text-decoration: none; }
a.gensmall,.gensmall { color: #534131; text-decoration: none; }


a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #534131; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #534131; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #534131; }
a.mainmenu		{ text-decoration: none; color : #534131;  }
a.mainmenu:visited { text-decoration: none; color : #534131; }
a.mainmenu:hover{ text-decoration: underline; color : #534131; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #d0cfcd}
a.cattitle		{ text-decoration: none; color : #d0cfcd; }
a.cattitle:visited { text-decoration: none; color : #d0cfcd; }
a.cattitle:hover{  color: #a77e60; text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #d0cfcd; }
a.forumlink 	{ text-decoration: none; color : #d0cfcd; }
a.forumlink:visited { text-decoration: none; color : #d0cfcd; }
a.forumlink:hover{ text-decoration: none; color : #a77e60; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #b9b7b6;}
a.nav			{ text-decoration: none; color : #d0cfcd; }
a.nav:visited { text-decoration: none; color : #d0cfcd; }
a.nav:hover		{ text-decoration: none; color : #a77e60; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-size: 15px; color : #d0cfcd; }
a.topictitle:link   { text-decoration: none; color : #d0cfcd; }
a.topictitle:visited { text-decoration: none; color : #d0cfcd; }
a.topictitle:hover	{ text-decoration: underline; color : #a77e60; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #534131;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #534131; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color: #b9b7b6;}
a.postlink:link	{ text-decoration: none; color : #d0cfcd; }
a.postlink:visited { text-decoration: none; color : #d0cfcd; }
a.postlink:hover { text-decoration: none; color : #a77e60; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #17110b;
	background-color: #382c20; border: #a77e60; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #17110b; line-height: 125%;
	background-color: #382c20; border: #a77e60; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #a77e60; letter-spacing: -1px;}
a.copyright		{ color: #d0cfcd; text-decoration: none;}
a.copyright:link   { color : #d0cfcd; text-decoration: none;}
a.copyright:visited { color : #d0cfcd; text-decoration: none;}
a.copyright:hover { color: #a77e60; text-decoration: underline;}


/* Form elements */
textarea, select {
	color : #a77e60;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #a77e60;
}


#b_login_box table tr td, #b_login_box tr {
    border: none;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #d0cfcd;
	color : #333;
}

input { text-indent : 2px; 
	color : #333; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #382c20;
	color : #a77e60;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #382c20;
	color : #a77e60;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #382c20;
	color : #a77e60;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { color : #a77e60; background-color: #17110b; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

