/*****************************************************************
1. INITIAL SETTINGS
*****************************************************************/

/* Limited Reset
----------------------------------------------------------------*/

.pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,
.pun h4, .pun h5, .pun pre, .pun blockquote, .pun ul, .pun ol, .pun li, .pun dl,
.pun dt, .pun dd, .pun th, .pun td, .pun fieldset, .pun img, .pun abbr, .pun cite {
	margin: 0;
	padding: 0;
	border: 0;
	}

.pun ul, .pun ol {
	list-style: none
	}


/* Structural Settings
----------------------------------------------------------------*/

.pun .clearer, .pun .nosize {
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
	}

.pun .clearer, .pun .clearb {
	clear: both
	}

.pun .nosize {
	position: absolute;
	left: -9999em;
	text-indent: -9999em;
	width: 0;
	}

* html .inbox, * html .inform, * html .pun, * html .tclcon, * html .codebox {
	height: 1px
	}

.pun, .pun .inbox, .pun .inform, .pun .tclcon, .pun .codebox {
	min-height: 1px
	}

.clearl {
	clear: left;
	}

/* Hidden Elements
----------------------------------------------------------------*/

#brdfooter h2, #brdstats h2, #brdstats .conl dt, #brdstats .conr dt,
#modcontrols dt, #searchlinks dt, div.postright h3, span.closedtext,
.pun .required strong span {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	left: -9999em;
	text-indent: -9999em;
	}

/*****************************************************************
2. TEXT & CONTENT
*****************************************************************/

/* Text Defaults
----------------------------------------------------------------*/

.pun {
	font: 18px/1.5em 'ABeeZee', sans-serif;
	line-height: 1.5em;
	}

.pun table, .pun td, .pun th, .pun input, .pun select, .pun optgroup, .pun textarea, .pun samp, .pun legend {
	font-size: 1em;
	font-family: 'ABeeZee', sans-serif;
	}

.pun pre, .pun code {
	font-size: 16px;
	font-family: 'Source Code Pro', consolas, monaco, monospace;
  }
  
.pun p>code {
  color: #6DD;
}

.pun pre code {
	font-size: 1em;
	}

.pun strong {
	font-weight: bold;
	}

.pun em {
	font-style: italic;
	}
/* Pretty printing styles. Used with prettify.js. */

/*.codebox,*/
.pun .codebox { 
  font-size: 16px;
	width: auto; 
	background-color: #111;
	color: #C0C0C0; 
	border-color: #565656;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	}

/*.codebox pre,*/
.pun .codebox pre {
	background: transparent;
	overflow: auto;
	width: 100%;
	overflow-y:hidden;
	margin: 0;
	border-radius: 5px;
	}
	
/*.codebox pre code,*/
.pun .codebox pre code {
	display: inline-block;
	padding: 0.75em;
	font-family: 'Source Code Pro', monospace;
	tab-size: 4;
	}
	
/*.codebox pre.vscroll ,*/
.pun .codebox pre.vscroll {
	height: 32em;
	overflow: auto;
	overflow-y: auto
	}
	
/*.codebox pre.vscroll,*/
.pun .codebox pre.vscroll {
	height:auto;
	}
	

.pun .codebox pre code { 
	display: inline-block; 
	}
	
.pun .codebox {
	padding: 5px;
	}
	
.pun .codebox ol.linenums {
  list-style-type: none;
  margin: 0 0;
}

.pun .codebox ol.linenums > li {
  counter-increment: linecounter;
  margin-left: -2.5em;
}

.pun .codebox ol.linenums > li:before {
  content: counter(linecounter) " ";
  font-weight: light;
  float: left;
  width: 3em;
  background-color: #2B343B;
  color: #40C3F4;
  text-align: right;
  display: block;
  border-right: 2px solid #97B2C8;
  padding-right: 0.25em;
  margin-right: 0.25em;
  font-weight: light;
}

.pun .codebox ol.linenums:first-child {
  counter-reset: linecounter;
}

.str { color: #FF8080; }
.kwd { color: #FFB871; }
.fnc { color: #FFB871; }
.com { color: #8FEF8F; font-style: italic; }
.typ { color: #606; }
.lit { color: #FF8080; }
.pnc { color: #C0C0C0; }
.pln { color: #C0C0C0; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
.scr { color: #FFB871; }
.obj { color: #58E55A; }
.glo { color: #58E55A; }
.con { color: #FF8080; }


/* Content Defaults
----------------------------------------------------------------*/

.pun p, .pun ul, .pun ol, .pun dl {
	font-size: 1em;
	padding: 3px 0;
	}

.pun h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 4px 6px;
	}

.pun h3 {
	font-size: 1.1em;
	padding: 3px 0;
	}

.pun table p, .pun table h3 {
	padding: 0;
	}

.pun span.warntext, .pun p.warntext {
	font-weight: bold
	}

/* User Content (Announcements, Rules, Posts)
----------------------------------------------------------------*/

.pun .usercontent p, .pun .postmsg p {
	padding: 0.75em 0
	}

.pun .usercontent ul, .pun .postmsg ul {
	padding: 0.75em 1em 0.75em 2.5em;
	list-style: disc
	}

.pun .usercontent ol, .pun .postmsg ol {
	padding: 0.75em 1em 0.75em 2.5em;
	list-style: decimal
	}

.pun .usercontent ol.alpha, .pun .postmsg ol.alpha {
	list-style: lower-alpha
	}

.pun .usercontent li ol, .pun .usercontent li ul, .pun .postmsg li ol, .pun .postmsg li ul {
	padding: 0.25em 1em 0.75em 2.5em
	}

.pun .usercontent li p, .pun .postmsg li p {
	padding: 0
	}

.pun .usercontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.75em 0 0 0
	}

.pun .usercontent h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.75em 0 0 0
	}

.pun .usercontent h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.75em 0 0 0
	}

.pun .usercontent h4, .pun .usercontent h5, .pun .usercontent h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 0.75em 0 0 0
	}

.pun .quotebox cite {
	font-weight: bold;
	font-style: normal;
	padding: 0.75em 0.75em 0 0.75em
	}

.pun span.bbu {
	text-decoration: underline
	}

.pun span.bbs, .pun del {
	text-decoration: line-through;
	}

.pun .postmsg ins, #punhelp samp ins {
	text-decoration: none;
	}

.pun div.postmsg h5, #punhelp h5 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.75em 0 0.75em 0;
	text-decoration: underline;
	}


/*****************************************************************
3. COMMON STYLES
*****************************************************************/

/* Page Layout
----------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0
	}

.pun {
	margin: 0;
	}

#punredirect, #punmaint, #puninstall, #pundb_update {
	margin: 50px 20% 12px 20%
	}


/* Vertical Element Spacing
----------------------------------------------------------------*/

#brdheader {
	margin: 0 0 12px 0;
	}

#brdtitle p {
	padding-top: 0px
	}

#announce, #brdstats {
	margin: 12px 0 12px 0;
	}

.pun .blocktable, .pun .block, .pun .blockform, .pun .block2col, #postreview {
	margin-bottom: 12px
	}

#punindex .blocktable, .pun .blockpost {
	margin-bottom: 15px
	}

#postreview .blockpost {
	margin-bottom: -1px;
	border-top: 1px solid #444;
	}

.pun .block2col .blockform, .pun .block2col .block {
	margin-bottom: 0px
	}

.pun .linkst, .pun .linksb {
	margin-top: -12px
	}

.pun .postlinksb {
	margin-top: -6px
	}


/* External Borders
----------------------------------------------------------------*/

.pun .box {
	border-style: solid;
	border-width: 1px;
	border-radius: 0 0 10px 10px;
	}

#brdheader .box {
	background-color: #222;
	border-color: #777 #222 #222 #222;
	border-radius: 10px;
	}
	
#brdmain .box {
	background-color: #222;
	border-color: #222;
	border-radius: 0 0 10px 10px;	
	}
	
#brdfooter .box {
	background-color: #222;
	border-color: #777 #222 #222 #222;
	border-radius: 10px;
}

#postreview .box {
	border-radius: 0px;
}

#postreview .blockpost:last-of-type .box {
	border-radius: 0 0 10px 10px;
}

/* Default Internal Spacing
----------------------------------------------------------------*/

.pun .block .inbox, .pun .blockmenu .inbox {
	padding: 3px 6px
	}

/*****************************************************************
4. COMMON BOARD ELEMENTS
*****************************************************************/

/* Board Header
----------------------------------------------------------------*/

#brdtitle {
	display:none;
	}
	
#brdtitle h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 0 0 0;
	}

#brdmenu {
	text-align:center;
	padding-top: 0;
	}
#brdmenu ul {
	margin: 0;
	padding: 0;
	}
	
#brdmenu li {
	text-transform:uppercase;
	display: inline;
	}

#brdwelcome .conl {
	float: left;
	}

#brdwelcome .conr {
	float: right;
	text-align: right;
	}

/* Breadcrumbs and Post Links
----------------------------------------------------------------*/

.pun .linkst {
	padding: 8px 6px 3px 6px
	}

.pun .linksb, .pun .postlinksb {
	padding: 3px 6px 8px 6px
	}

.pun .crumbs {
	clear: both;
	width: 100%;
	overflow: hidden;
	}

.pun .crumbs li {
	display: inline;
	white-space: nowrap;
	font-weight: bold;
	}

.pun .pagelink {
	float: left;
	white-space: nowrap;
	}

.pun .postlink {
	font-weight: bold;
	white-space: nowrap;
	}

.pun .postlink, .pun .modbuttons {
	float: right;
	text-align: right;
	}

.pun .modbuttons {
	padding: 1px 0;
	white-space: nowrap;
	}

.pun .modbuttons input {
	margin-left: 6px;
	}

.pun .postlink a:link, .pun .postlink a:visited {
	text-decoration: none
	}

.pun .postlink a:hover, .pun .postlink a:active {
	text-decoration: underline;
	}

#punindex .subscribelink {
	margin-top: 6px;
	}

/* Board Footer
----------------------------------------------------------------*/

#brdfooter .conl {
	float: left;
	}

#brdfooter .conr {
	float: right;
	text-align: right;
	}

#brdfooter #modcontrols {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	}

#brdfooter #modcontrols dd {
	display: inline;
	margin:0 6px;
	}


/* Board Stats
----------------------------------------------------------------*/

#brdstats .conl {
	float: left;
	}

#brdstats .conr {
	float: right;
	text-align: right;
	}

#onlinelist dd, #onlinelist dt {
	display: inline;
	}
	
#brdstats .box {
	border-radius: 10px;
	border-color: #777 #222 #222 #222;
	}
	
	
/*****************************************************************
5. MAIN TABLES
*****************************************************************/

.pun table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	}

.pun .blocktable table {
	table-layout: fixed;
	}

.pun td, .pun th {
	padding: 4px 6px;
	text-align: left;
	font-weight: normal;
	}

.pun td, .pun th {
	border-style: solid none none solid;
	border-width: 1px;
	}

.pun .tcl {
	border-left: 0;
	width: auto;
	}

.pun .tc2, .pun .tc3, .pun .tcmod {
	width: 10%;
	text-align: center;
	padding: 4px 0;
	}

.pun .tcr {
	width: 30%;
	}

.pun .tcl h3 {
	font-size: 1.1em;
	font-weight: bold;
	}

.pun .tcl h3 span.newtext {
	font-size: 1em;
	}

.pun .tcl span.newtext, .pun .tcl span.pagestext {
	white-space: nowrap;
	font-weight: normal;
	}

.pun td span.byuser {
	white-space: nowrap;
	}

.pun .tcl p {
	padding: 5px 0 0 0
	}

#punsearch #vf .tc2 {
	width: 18%;
	text-align: left;
	padding: 4px 6px;
	}

#users1 .tcr {
	width: 25%
	}

#users1 .tc2 {
	width: 25%;
	text-align: left;
	padding: 4px 6px;
	}

#debug .tcl {
	width: 10%
	}

#debug .tcr {
	width: 90%;
	white-space: normal
	}

#punindex .tcr .byuser {
	display: block
	}

.pun .blocktable .tclcon {
	padding: 0 11px 0 12px;
	overflow: hidden;
	height: 1%;
	min-height: 1px;
	position: relative;
	}

.pun .blocktable .tclcon div {
	width: 100%;
	overflow: hidden;
	}

.pun .icon {
	margin: 0.2em 0 0 0.2em;
	border-width: 0.6em;
	border-style: solid;
	height: 0;
	width: 0;
	overflow: hidden;
	float: left;
	}

.pun .icon div {
	position: absolute;
	left: -9999em;
	text-indent: -9999em;
	height: 0;
	}

.pun .iposted .ipost {
	position: absolute;
	left: 0;
	font-weight: bold;
	width: 8px;
	padding-left: 4px;
	text-align: center;
	top: 0;
	}

/*****************************************************************
6. MAIN FORMS
*****************************************************************/

.pun .blockform form, .pun .fakeform {
	PADDING: 20px 20px 15px 20px
	}

.pun .forminfo {
	margin-bottom: 12px;
	padding: 9px 10px;
	border-style: solid;
	border-width: 1px;
	}

.pun .forminfo h3 {
	font-weight: bold;
	}

.pun .inform {
	padding-bottom: 12px
	}

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

.pun legend {
	padding: 0px 6px
	}

.pun .infldset {
	padding: 9px 0px 12px 0
	}

.pun label {
	display: block;
	padding: 3px 0
	}

.pun label.conl {
	float: left;
	overflow: visible;
	margin-right: 10px
	}

.pun fieldset .rbox br {
	display: none;
	}

.pun fieldset .rbox label {
	padding: 3px 0 3px 25px;
	position: relative;
	vertical-align: middle;
	}

.pun fieldset .rbox input {
	margin: 0 9px 0 -25px;
	padding: 0;
	width: 16px;
	position: relative;
	vertical-align: middle;
	}

.pun .txtarea {
	width: 75%
	}

.pun .txtarea textarea, .pun input.longinput {
	width: 100%
	}

.pun .bblinks {
	padding-bottom: 10px;
	padding-left: 4px
	}

.pun .bblinks li {
	display: inline;
	padding-right: 20px
	}

.pun .blockform .buttons {
	padding-left: 12px;
	}

.pun .blockform .buttons input {
	margin-right: 8px;
	}

#posterror ul {
	list-style: square;
	padding: 3px 0 3px 24px;
	}

.pun .deletemsg {
	border-style: solid;
	border-width: 1px;
	padding: 6px 15px;
	}

.pun p.actions span {
	margin-right: 12px;
	}

.pun .multiselect {
	float: left;
	padding-bottom: 7px;
	}

.pun .checklist {
	border-width: 1px;
	border-style: solid;
	max-height: 9em;
	width: 20em;
	overflow: auto;
	padding: 0.3em 0.5em;
	margin: 0.25em 16px 0 0.15em;
	}

.pun .checklist fieldset {
	border: 0;
	padding: 0;
	}

.pun .checklist legend {
	padding: 0;
	}

.pun .checklist legend span {
	width: auto;
	max-width: 25em;
	}

/*****************************************************************
7. PROFILES AND ADMIN
*****************************************************************/

.pun .block2col {
	padding-bottom: 1px
	}

.pun .block2col .blockform, .pun .block2col .block {
	margin-left: 14em
	}

.pun .blockmenu {
	float:left;
	width: 13em
	}

.pun .blockmenu li {
	padding: 3px 0;
	font-weight: bold;
	}

.pun .blockmenu a:link, .pun .blockmenu a:visited {
	text-decoration: none
	}

.pun .blockmenu a:hover, .pun .blockmenu a:active {
	text-decoration: underline
	}

#viewprofile dl {
	float: left;
	width: 100%;
	overflow: hidden
	}

#viewprofile dd {
	margin-left: 14em;
	padding: 3px;
	}

#viewprofile dt {
	float: left;
	width: 13em;
	margin: 3px 0;
	}

#profileavatar img {
	float: right;
	margin-left: 1em
	}

#adintro ul {
	list-style-type: disc;
	margin-left: 8px;
	padding-left: 16px;
	}

/*****************************************************************
8. MAIN POSTS
*****************************************************************/

.pun .blockpost h2 a:link, .pun .blockpost h2 a:visited {
	text-decoration: none;
	}

.pun .blockpost h2 a:hover, .pun .blockpost h2 a:active {
	text-decoration: underline;
	}

.pun .blockpost h2 .conr {
	float: right;
	text-align: right;
	}

#punsearch .blockpost h2 span {
	white-space: nowrap;
	}

.pun .blockpost .box {
	overflow: hidden;
	}

.pun .postleft, .pun .postfootleft {
	float:left;
	width: 18em;
	position: relative;
	overflow: hidden;
	}

.pun .postleft dl {
	padding: 6px;
	}

.pun .postleft .usercontacts, .pun .postleft .icon {
	margin-top: 6px
	}

.pun .postleft .postavatar, .pun .postleft .usertitle {
	margin-bottom: 6px;
	display: block;
	}
	
.pun .postleft .postavatar img {
	border-radius: 15px;
}

.pun .blockpost dt {
	font-size: 1.1em;
	font-weight: bold;
	}

.pun .blockpost dt a:link, .pun .blockpost dt a:visited {
	text-decoration: none;
	}

.pun .blockpost dt a:hover, .pun .blockpost dt a:active {
	text-decoration: underline;
	}

.pun .postright, .pun .postfootright {
	border-left-width: 18em;
	border-left-style: solid
	}

#postpreview .postright {
	border-left: 0
	}

.pun .postright {
	padding: 0 6px;
	}

.pun .postfootright, .pun .multidelete {
	text-align: right
	}

.pun .postmsg {
	width:98%;
	overflow: hidden;
	padding-bottom: 6px;
	word-wrap: break-word;
	}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
.pun .postfootleft p {
	padding: 10px 6px 5px 6px;
	}

.pun .postfootright li {
	display: inline;
	}

.pun .postfootright li:before {
	content: " | ";
	}

.pun .postfootright li:first-child:before {
	content: "";
	}

.pun .postfootright a:link, .pun .postfootright a:visited {
	text-decoration: none
	}

.pun .postfootright a:hover, .pun .postfootright a:active {
	text-decoration: underline
	}

.pun .spoilerbox {
	background-color: #4448;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px #000;
	margin: 0.75em 1em;
	padding: 0 0.75em;
	}

.pun .spoilerbox details,
.pun .spoilerbox summary {
	outline: none;
    overflow: hidden;
    width: 100%;
	}

.pun .codebox {
	border-style: solid;
	border-width: 1px;
	margin: 0.75em 1em;
	padding: 0;
	}

.pun .quotebox {
	background-color: #4448;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px #000;
	margin: 0.75em 1em;
	padding: 0 0.75em;
	}

.pun .quotebox cite {
	display: block;
	padding: 0.75em 0 0 0;
	}

.pun .quotebox blockquote {
	width: 100%;
	overflow: hidden
	}

.pun .codebox pre {
	background-color: #111;
	overflow: auto;
	width: 100%;
	overflow-y:hidden
	}

* html .pun .codebox pre {
	padding-bottom: 10px;
	}

*+html .pun .codebox pre {
	padding-bottom: 10px
	}

.pun .codebox pre code {
	display: block;
	padding: 0.75em;
	}

.pun .codebox pre.vscroll {
	height: 32em;
	overflow: auto;
    overflow-y: auto;
    position: relative;
    }

.pun .codebox pre.expand {
    height: auto;
    }

.pun .codebox span.expand {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #565656;
    border-bottom-left-radius: 8px;
    color: #DDD;
    cursor: pointer;
    font-family: "Mondo", sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    }

.pun .postmsg img {
	vertical-align: bottom;
	}

.pun .postsignature hr {
	margin-left: 0px;
	width: 200px;
	text-align: left;
	height: 1px;
	border:none
	}

.pun .postmsg .postimg img {
	max-width: 98%;
	vertical-align: middle;
	margin: 7px 0.5em 7px 0;
}

.pun .postmsg .postimg.fright {
  clear: right;
  float: right;
  margin-left:1em;
}

.pun .postmsg .postimg.fleft {
  float: left;
  clear: left;
  margin-right: 1em;
}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
	border-style: solid;
	border-width: 2px;
}

.pun .blockpost label {
	padding: 3px 6px;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
	display: inline-block;
	}

.pun .blockpost label * {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}

/****************************************************************/
/* 9. HELP FILES AND MISC. */
/****************************************************************/

#punhelp h2 {
	margin-top: 12px
	}

#punhelp div.box {
	padding: 10px
	}

#debugtime {
	margin-top: -12px;
	text-align: center;
	}

#brdwelcome, #brdfooter dl a, div.blockmenu li, div.rbox input {
	line-height: 1.4em
	}

#announce div.inbox div {
	padding: 3px 0
	}

/*****************************************************************
COLOUR SCHEME
*****************************************************************/

/* Background / Text
----------------------------------------------------------------*/

body {
	background:#000 url(/images/35/bg_page.png) repeat scroll top left;
	color: #bbb;
	padding: 16px 32px;
	}

.pun {
	color: #bbb
	}

.pun .box, #adminconsole fieldset th {
	background-color: #383838
	}

.pun td.tc2, .pun td.tc3, .pun td.tcmod, /*#postpreview,*/ #viewprofile dd, .pun .forminfo,
#brdfooter #modcontrols, #adminconsole fieldset td, .pun .blockmenu .box, #adstats dd {
	background-color: #424242
	}

.pun h2 {
	border-radius:10px 10px 0 0;
	background-color: #565656;
	color: #ccc
	}
	
/*.pun h2, #brdmenu {
	background-color: #565656;
	color: #d4d4d4
	}

.pun th {
	background-color: #484848
	}

.pun legend {
	color: #FC7C13
	}

.pun .blockmenu li.isactive a, #posterror li strong {
	color: #d4d4d4
	}

.pun .usercontent * {
	background: transparent;
	color: #d4d4d4
	}

.pun textarea, .pun input, .pun select {
	background-color: #2a2a2a;
	color: #d4d4d4
	}

.pun .multiselect, .pun .checklist {
	color: #D4D4D4;
	}

.pun .checklist {
	border-color: #666;
	}

/* Posts
----------------------------------------------------------------*/

.pun .blockpost .box, .pun .postright, .pun .postfootright, .pun .deletemsg {
	background-color: #222;
	}

.pun .postright, .pun .postfootright {
	border-left-color: #424242
	}

.pun .postleft, .pun .postfootleft, .pun .blockpost label, .pun .codebox {
	background-color: #424242
	}

.pun .blockpost h2 {
	background-color: #565656
	}

.pun .blockpost h2 span.conr {
	color: #bbb
	}

.pun .postmsg ins, #punhelp samp ins {
	background-color: #ff0;
	}

.pun hr {
	background-color: #606060;
	color: #606060
	}

/* Borders
----------------------------------------------------------------*/

.pun .box {
	border-color:#565656
	}

.pun td, #brdfooter #modcontrols {
	border-color: #565656;
	}

.pun th {
	border-color: #484848
	}

.pun fieldset {
	border-color: #565656
	}

#adminconsole td, #adminconsole th {
	border-color: #383838
	}

.pun .quotebox, .pun .codebox, .pun .forminfo, .pun .spoilerbox,
.pun .blockpost label, .pun .deletemsg {
	border-color: #565656
	}

/* Links
----------------------------------------------------------------*/
/*
.pun a:link, .pun a:visited {
	color: #FC7C13
	}

.pun a:hover, .pun a:active, .pun a:focus {
	color: #FFCC33
	}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
	border-color: #FC7C13;
}

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
	border-color: #FFCC33;
}
*/
.pun h2 a:link, .pun h2 a:visited {
	color: #bbb
	}

.pun h2 a:hover, .pun h2 a:active {
	color: #bbb
  }
  
  .pun  a {
	font-weight: bold;
	text-decoration: none;
  }
  
  .pun  a:link {
	color: #FC7C13;
  }
  .pun a:visited {
	color: #FC7C13;
  }
  .pun a:hover {
	color: #FFCC33;
	text-decoration: underline;
  }
  .pun a:active {
	color: #FFCC33;
	text-decoration: underline;
  }
	/*
#brdmenu a:link, #brdmenu a:visited {
	overflow: hidden;
	display: inline-block;
	border-top: 1px solid #555;
	border-left: 1px solid #333;
	border-right: 1px solid #111;
	border-bottom: 1px solid #000;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0px;
	padding: 4px;
	text-decoration: none;
	color: #FC7C13; 
	}

#brdmenu a:hover, #brdmenu a:active {
	color: #000;
	background-color: #FC7C13;
	text-decoration: none;
	}
  */
  
#brdmenu li:first-child a {
  border-radius: 12px 0 0 12px;
}
#brdmenu li:last-child a {
  border-radius: 0 12px 12px 0;
}

#brdmenu ul {
  margin: 0 0;
  padding: 0;
}
#brdmenu li {
  display: inline-block;
}
#brdmenu li:first-child a {
  border-radius: 12px 0 0 12px;
}
#brdmenu li:last-child a {
  border-radius: 0 12px 12px 0;
}
#brdmenu a {
  border: 1px solid;
  border-top-color: #777;
  border-left-color: #333;
  border-right-color: #111;
  border-bottom-color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  height: 24px;
}
#brdmenu a:hover {
  background-color: #FC7C13;
  color: #000;
}

#header-image a:link, #header-image a:visited, #header-image a:hover, #header-image a:active {
	background:transparent;
	border:none;
	width:auto;
	padding:0px;
}

.pun .postreport a:link, .pun .postreport a:visited,
.pun .iclosed td.tcl a:link, .pun .iclosed td.tcl a:visited {
	color: #888
	}

.pun .postreport a:hover, .pun .postreport a:active,
.pun .iclosed td.tcl a:hover, .pun .iclosed td.tcl a:active {
	color: #aaa
	}

.pun .maintenancelink a:link, .pun .maintenancelink a:visited {
	color: #ff4000
	}

.pun .maintenancelink a:hover, .pun .maintenancelink a:active {
	color: #ff5010
	}

/* Status Indicators
----------------------------------------------------------------*/

.pun .icon {
	border-color: #555555
	}

.pun .iredirect .icon {
	border-color: #383838
	}

.pun .inew .icon {
	border-color: #FFCC33
	}

/* FluxToolBar */
div#toolbar {
  padding: 4px 10px 0px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ddd;
  margin-right: -6px;
}


/* Something extra for the honeypot spam mod */     /* +MOD:honeypot-stopforumspam-mod_v1.0.1 */
.pun .usernamefield {                               /* +MOD:honeypot-stopforumspam-mod_v1.0.1 */
	display: none;                                  /* +MOD:honeypot-stopforumspam-mod_v1.0.1 */
}                                                   /* +MOD:honeypot-stopforumspam-mod_v1.0.1 */

/*  CONTRAST FILTER EFFECT  */
#contrast {
	opacity: 0.5;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: opacity 250ms linear;
}

html.filter {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter iframe {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter #disqus_thread {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter #home {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter #xot {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.filter div#toolbar {
  background-color: #111;
}

