/*- PUNBB DEFAULT STYLES
-----------------------------------------------------------------------------*/
@import url(imports/base.css);


/*- GLOBAL & BASIC TEXT
-----------------------------------------------------------------------------*/
* {	margin: 0; padding: 0; }

body {
	font: normal 62.5% normal Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 16px 0;
	background: #2A2A2A url(http://www.zen57616.zen.co.uk/witchhunter/bg.jpg) top center;
	color: #999;
	}

#punwrap {
	width: 740px;
	margin: 0 auto;
	background: transparent url(http://www.zen57616.zen.co.uk/witchhunter/bg_container.gif);
	}
	
.pun {	font-size: 1.1em; }

.pun table,
.pun td,
.pun th,
.pun input,
.pun select,
.pun optgroup,
.pun textarea {
	font: normal 1em normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.postmsg p {
	line-height: 1.4;
	}

.postleft dt {
	font-size: 1.1em;
	}
	
.pun pre {
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	color: #6B8DA6;
	padding-bottom: .8em;
	}

.scrollbox {height: auto !important; }

.resized { cursor: pointer; }

/*- HEADERS
-----------------------------------------------------------------------------*/
.pun h2,
.pun h4 {
	font-size: 1em;
	}
	
.pun h2 {
	color: #26BBD9;
	padding: 16px 0;
	}
	
.pun h3 {
	font-size: 1.2em;
	}
	
/*- GLOBAL LINKS
-----------------------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

/*- PUNBB STUFF
-----------------------------------------------------------------------------*/
#viewprofile {
	padding: 0 48px;
	}

div.blockmenu {
	padding-left: 48px;
	}
	
.pun p,
.pun ul, 
.pun dl, 
.pun label, 
div.blockmenu li {
	padding: 3px 0;
	}
	
div.blockmenu li, 
div.rbox input {
	line-height: 1.4em;
	}
	
#viewprofile dt, 
#viewprofile dd {
	padding: 0 3px;
	line-height: 2.0em;
	}

.pun td p {
	padding-top: 5px;
	}

dd.usercontacts {
	margin-top: 5px;
	}
	
/*- avatar style */
dd.postavatar img {
	margin: 5px 5px 5px 0;
	padding: 4px;
	border: 1px solid #555;
	}

div.postsignature,
div.postmsg p.postedit {
	padding-top: 16px
	}
	
/*- Margin for code and quote boxes */

div.postmsg h4 {
	margin-bottom: 10px;
	}
	
/*- padding for the action links and online indicator in viewtopic */

div.postfootleft p,
div.postfootright ul,
div.postfootright div {
	padding: 10px 6px 5px;
	}
	
/* - Input on moderators multi-delete view */

div.blockpost input,
div.blockpost label {
	padding: 3px;
	display: inline
	}
	
p.multidelete {
	padding-top: 15px;
	padding-bottom: 5px ;
	}

div.postmsg p {	padding: 0; }

div.postleft dt,
div.postmsg h4,
td.tcl h3,
div.forminfo h3,
.blockmenu li,
.warntext {
	font-weight: bold;
	}

li.postreport A:link, 
li.postreport A:visited, 
TR.iclosed td.tcl A:link, 
TR.iclosed td.tcl A:visited {
	color: #888
	}
	
li.postreport A:hover, 
TR.iclosed td.tcl A:hover {
	color: #AAA
	}
	

li.maintenancelink A:link, 
li.maintenancelink A:visited {
	color: #FF4000
	}
	
li.maintenancelink A:hover {
	color: #FF5010
	}

#viewprofile dt {
	color: #666;
	}

div.block2col div.blockform,
div.block2col div.block,
#viewprofile dd {
    margin-left: 18.0em;
	}

/*- HEADER
-----------------------------------------------------------------------------*/
#brdtitle {
	width: 100%;
	height: 180px;	
	margin: 0 auto;
	text-align: -999en;
	background: transparent url(http://www.zen57616.zen.co.uk/witchhunter/bg_header.jpg) no-repeat center top;
	}

#brdtitle h1,
#brdtitle p {
	position: absolute;
	top: -999px;
	left: -999px;
	hright: 0;
	width: 0;
	overflow: hidden;
	}

#mt {
	display: block;
	position: absolute;
	right: 48px;
	bottom: -33px;
	z-index: 1000;
	}

#announce {
	display: block;
	margin: 0 48px;
	padding: 0 0 8px 0;
	}

#announce h2 {
	display: none;
	}
	
/*- NAVIGATION
-----------------------------------------------------------------------------*/
#brdmenu { 
	padding: 3px 48px;
	background: #222;
	border-bottom: 1px solid #222;
	/*text-shadow: 2px 2px 1px #485731;*/
	}

#brdmenu ul {
	position: relative;
	overflow: visible;
	padding: 6px 0 6px 0;
	text-transform: uppercase;
	font-size: .9em;
	}

#brdmenu li {
	margin-right: 12px;
	}
	
/*- USER/STATS
-----------------------------------------------------------------------------*/
#brdwelcome {
	line-height: 1.4em;
	padding: 3px 48px;
	}

#brdwelcome ul.conl li {
	color: #666; 
	}

#brdwelcome ul.conl li:first-child {
	color: #B4B4B4;
	}

#brdstats {
	background-color: #333;
	margin: 0 0 -20px;
	padding: 3px 48px;
	}
	
/*- PAGINATION/BREADCRUMBS
-----------------------------------------------------------------------------*/
div.postlinksb,
div.linkst,
div.linksb {
	background-color: #333;
	padding: 4px 48px; 
	margin: 0;
	}

div.linkst {
	border-bottom: 1px solid #222;
	}

div.linksb {
	margin: 0 0 -20px;
	}

.postlink a:link, /* POST MESSAGE BUTTON */
.postlink a:visited {
	color: #26BBD9;
	}

p.postlink,
div.linkst li,
div.linksb li,
div.postlinksb li {
	font-weight: bold;
	}
	
/*- FOOTER
-----------------------------------------------------------------------------*/
#brdfooter { 
	background: #222;
	margin: 32px 0 0 0;
	}

#brdfooter div.box {
	padding: 3px 48px;
	}
	
#brdfooter p.logos1 {
	margin: 4px 0 0 0;	
	}
	
/*- LIST VIEWS
-----------------------------------------------------------------------------*/
div.icon { display: none; }

#idx1 { margin-top: 0; /*was 28*/ }

#idx1 h2,
.blocktable h2 {
	display: none; 
	}

.blocktable table,
.blocktable th,
.blocktable td {
	background: transparent;
	border: none;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	}

.blocktable th {
	color: #26BBD9;
	}
	
#postreview {
	padding: 0;
	}

#postreview .box {
	padding: 4px 48px;
	}

#postreview h2 span {
	display: none;
	}

#postreview .box.rowodd,
.roweven,
.blocktable th,
.blocktable tr.alt td {
	background-color: #222;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	}
	
/*.firstpost {
	
	}*/

.roweven {
	background-color: #333;
	border: none;
	}

.rowodd {
	background-color: #1f1f1f;
	border: none;
	}

.stickytext {
	color: #29D0F2;
	font-size: 9px;
	}
	
.blocktable tr.isticky td {
	color: #ffc;
	background: #555; 
	}

.blocktable tr.isticky.alt > td {
	background-color: #8E834D;
	border-top: 1px solid #708C4B;
	border-bottom: 1px solid #708C4B;
	}

.blocktable tr.isticky.iclosed td.tcl a:link,
.blocktable tr.isticky.iclosed td.tcl a:visited {
	color: #fff;
	}

/*- HIGHLIGHTED ROWS WHEN NEW MESSAGE IS MADE ------------------- */	
.blocktable tr.inew td {
	background: #1D3042;
	color: #A2CAFF;
	}

.blocktable tr.inew.alt > td {
	background: #202935;
	border-bottom: 1px solid #111;
	}
/* ------------------- ------------------- ------------------- END*/
	

tr.inew .stickytext {
	color: #eee;
	}

th.tcl,
td.tcl {
	padding:  12px 48px;
	}

th.tcr,
td.tcr {
	white-space: nowrap;
	padding-right: 48px;
	}
	
/*- POSTS
-----------------------------------------------------------------------------*/
.pun blockquote,
div.codebox {
	background: #000;
	border: 1px dotted ccc;
	margin: 0 0 15px;
	padding: 8px;
	}

.pun div.blockmenu li.isactive a,
#posterror li strong {
	color: #97EFFF;
	text-decoration: none;
	cursor: default;
	}
	

div.blockpost h2 {
	position: relative;
	padding: 0;
	}
	
div.blockpost h2 span {
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1000;
	padding: 0 0 0 4px;
	line-height: 8px;
	border-left: 8px solid #447096;
	}

div.blockpost h2 span.conr {
	display: none;
	}

div.blockpost h2 span a:link,
div.blockpost h2 span a:visited {
	color: #666;
	}
	
div.postsignature {
	color: #777;
	border-top: 1px solid #555;
	margin-top: 12px;
	}
	
div.postsignature a {
	color: #fff;
	}
	
.pun hr {
	background-color: transparent;
	color: transparent;
	}
	
div.postsignature hr {
	display: none;
	}

#punpost .linkst ul {
	margin: 0;
	}

div.blockpost {
	padding: 16px 48px;
	}

div.blockpost div.postleft {
	padding-top: 32px;
	}

#postreview div.postleft {
	padding: 0;
	}

#postreview div.postleft strong {
	color: #FFF;
	}
	
div.postfootleft p,
div.postfootright ul {
	padding: 24px 0 0;
	}

div.postright {
	color: #B4B4B4;
	}
	
div.postright strong {
	color: #26bbd9;
	}
	
	
/* hehe, messing about... ------------------------------ */
div.postright a[href="http://www.witchhunter.co.uk"] { 
	color: #7cc34d;
	}
	

div.postright,
div.postfootright {
	border: none;
	margin-left: 18.0em;
	}


.pun .postright a:link,
.pun .postright a:visited {
	text-decoration: underline;
	}
.pun .postright a:hover {
	text-decoration: none;
	}
	
#quickpost { margin: 24px 0 0 0; }

/*- FORMS
-----------------------------------------------------------------------------*/
div. form,
div.fakeform {
	padding: 20px 20px 15px;
	}

div.inform {
	padding-bottom: 12px;
	}

.pun fieldset {
	padding: 0px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #222 #333 #333 #222;
	}

#punviewtopic fieldset {
	border-color: #292929 #3C3C3C #3C3C3C #292929;
	}

div.infldset {
	padding: 9px 0px 12px;
	}

.pun legend {
	padding: 0px 6px;
	color: #97EFFF;
	}

div.forminfo {
	margin-bottom: 12px;
	}

.pun .blockform {
	margin-bottom: 1.0em;
	padding-left: 48px; 
	padding-right: 48px;
	}

div.blockform form,
div.fakeform {
	padding: 0;
	}

.pun textarea, .pun input, .pun select {
	border: 1px solid #222;
	}

.pun textarea, 
.pun input {
	background: #eee;
	}

/* post text areas and subject */	
div.inform textarea {
	padding: 2px;
	background: #000;
	color: #76D6E9;
	}
	
.pun input.longinput {
	background: #000;
	color: #fff;
	}


#punviewtopic .blockform {
	background-color: #333;
	margin-bottom: -16px;
	position: relative;
	}

#punviewtopic form,
#punpost form {
	max-width: 600px;
	}

div.txtarea {
	width: auto;
	}

p.reminder {
	margin: 1.0em -12px 0;
	padding: 6px 14px;
	color: #FFF;
	background-color: #555;
	border-bottom: 1px solid #303030;
	text-shadow: 2px 2px 1px #485731;
	}

div.rbox input,
div.blockform p input {
	margin-right: 8px;
	}
	



/* STUFF */

.postmsg {
	overflow: hidden;
	}	

.postmsg img {
	max-width: 444px;
	}
	
.postmsg a img {
	margin: 0 0 6px 0;
	}

.postmsg a:hover img {
	margin: 0 0 3px 0;
	border-bottom: 3px solid #2EA8D9;
	}
	
.postmsg a:hover,
.postmsg a:focus,
.postmsg a:visited {
	outline: none;
	}