/* Poll */
.pun .poll { margin-top:2em; padding-bottom:1em; background-color:#2A2A2A;	border:1px solid #857b63; }
.poll legend { font-weight:normal; }
.poll p { font-weight:bold; }
.pun .poll ol {	list-style:none outside none; padding:0px; }
.pun .poll ol label { padding:0px; background-color:#F9F5D1; border:0 none; }
.pun .poll li {	padding:0; margin-bottom:0.5em; }
.pun .poll label { padding:0px; }
.poll .percent { font-size:0.8em; margin-left:10px; }
.poll .progressbar { height:10px; border:1px solid #365925;	width:60%; }
.poll .progressbar span { background-color:#87BF2C; width:100%; height:10px; display:block; font-size:0; overflow:hidden; }
.poll .progressbar span span { display:none; }
.poll .total { color:#515151; margin-top:0.5em; font-style:italic; }
.poll .poss { color:#959595; font-style:italic; }
.pun .poll_mess { font-weight:bold; text-align:center; }
.pun .pollbut { font-size:0.8em; padding:7px 0 0 30px; }
.pun .pollbut input { margin-right:12px; }

/* Growl messages */
#growlcontainer { position:fixed; right:20px; top:20px; width:500px; font-size:12px; z-index:1000; }
#growlcontainer p { font-family:Arial,sans-serif; margin:0; }
.growlstatus { position:relative; color:#000; min-height:48px; /* icon height */ padding:10px; margin-bottom:5px; background-color:#F1EDCA; border:1px solid #888;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.growlstatus:hover { border-color:#777; opacity:0.9; }
.growlstatus .growltitle { }
.growlstatusclose { visibility:hidden; float:right; width:16px; height:16px; cursor:pointer; margin:0 0 3px 5px; background:url(../img/icon_cancel.png) no-repeat; }
.growlstatus:hover .growlstatusclose { display:block; visibility:visible; }
.growlwithicon { padding-left:68px; background-position:10px 10px; background-repeat:no-repeat; }
.growlicon_info { background-image:url(../img/icon_info.png); }
.growlicon_error { background-image:url(../img/icon_error.png); }

/* Spoiler_tag */
.spoiler_wrap { padding:0px 5px !important; border:1px solid #e2e3d2 !important; background:#f3f4d3; }
.spoiler_head { cursor:pointer; color:#611; font-weight:bold; }
.spoiler_head span { font-weight:normal; }
.spoiler_text { padding-bottom:5px !important; display:none; color:#333; cursor:auto; }

/* Emoticons */
#post .txtarea textarea { line-height:1.4em; /* x20 */}
#smilies_box { width:23%; float:right; margin-top:34px; text-align:justify; overflow-x:hidden; overflow-y:auto; }
#smilies_box ul { font-size:12px; height:28em; }
#smilies_box li { display:inline; cursor:pointer; }

.modlist { display:none; }

input[type=text],
input[type=password],
textarea { padding:1px; border:1px solid #A7A37E; }
.pun input[type=submit] { cursor:pointer; color:#7B6E6E; font-size:11px; font-weight:bold; background-color:#E9E3AA; border:1px solid #979887; }
.pun input[type=submit]:hover { color:#811; }

.pun .postheadline { font-size:11px; }
.pun .postheadline a { color:#578D04; }
.blockpost .username img { vertical-align:middle; }
.blockpost .usertitle strong { font-weight:normal; }

body > .pun { min-width:960px; max-width:1200px; margin:12px auto; }
.pun span.bbs { text-decoration:line-through; }
.pun .postmsg { font:normal 12px/1.75em verdana,arial,sans-serif; }
.pun .postsignature p { max-height:7.5em; line-height:1.5em; padding:0; overflow:hidden; }

.pun .postleft .email a,
.pun .postleft .website a,
.pun .postleft .pw a { display:inline-block; width:16px; height:16px; margin-right:0.5em; background-position:0 0; background-repeat:no-repeat; }
.pun .postleft .email a { background-image:url(../img/icon_email.png) }
.pun .postleft .website a { background-image:url(../img/icon_world.png) }
.pun .postleft .pw a { background-image:url(../img/icon_script.png) }

#search_google { margin-bottom:1.5em; }

#ansifoot { font-size:1em; padding:3px 0; }

/*****************************************************************
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,
.pun .required strong span {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	left: -9999em;
	text-indent: -9999em;
}

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

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

.pun {
	font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
	}

.pun table, .pun td, .pun th, .pun input, .pun select, .pun optgroup, .pun textarea, .pun small, .pun samp, .pun legend {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
}

.pun pre, .pun code {
	font-size: 1.182em;
	font-family: consolas, monaco, "bitstream vera sans mono", "courier new", courier, monospace
	}

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

.pun strong {
	font-weight: bold;
	}

.pun em {
	font-style: italic;
	}
.pun ins { color:#000; }


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

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

.pun h2 { font-size:12px; padding:4px 7px; }

.pun .blocktable h2 {
    color:#578D04;
	font-weight:bold;
    background-color:#C9EC8C;
}
.pun div[id^=idx] > h2 {
    cursor:pointer;
}

.pun h3 {
	font-size: 1.091em;
	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 { text-decoration:line-through; }

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

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

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


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

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

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

.pun {
	margin: 12px 20px
	}

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


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

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

#announce, #brdstats { margin:1em 0 2em; }
#announce-block { border:1px solid #666; }

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

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

#postreview .blockpost {
	margin-bottom: -1px;
	}

.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;
	}

#brdheader .box { border-top-width:2px; }

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

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

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

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

#brdtitle h1 {
	font-size: 1.454em;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0 0 0;
	}

#brddesc {
	padding: 3px 0;
	}

#brdmenu li {
	display: inline;
	margin-right: 12px;
	}

#brdmenu a:link, #brdmenu a:visited {
	text-decoration: none
	}

#brdmenu a:hover, #brdmenu a:active {
	text-decoration: underline
	}

#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 {
    display:inline-block;
    padding:0 25px 0 40px;
    color:#7B6E6E;
    line-height:23px;
	text-decoration:none;
    background:#E9EBB9 url(../img/icon_reply.gif) 0 50% no-repeat;
    border:1px solid #FFF;
    -moz-border-radius:3px;
}

.pun .postlink a:hover { text-decoration:none; }

#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;
	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;
	}


/*****************************************************************
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;
	line-height: 1.273em;
	text-align: left;
	font-weight: normal;
	}

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

.pun .tcl { width:auto; border-left:0; }
.pun tr.topic > td { padding:8px 6px; }

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

.pun .tcr {
	width: 30%;
	}

.pun .tcl h3 { font-size:13px; font-weight: bold; margin-bottom:0.25em; }
.pun .tcl h3 a { color:#470E0E; }

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

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

.pun .closedtext,
.pun .stickytext { float:left; width:16px; height:16px; text-indent:16px; margin-right:0.5em; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; }
.pun .stickytext { background-image:url(../img/icon_anchor.png); }
.pun .closedtext { background-image:url(../img/icon_lock.png); }
.pun .isticky .tclcon a { font-weight:bold; }

.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%; font-size:11px; color:#555; overflow:hidden; }

.pun .icon {
	border-width: 7px;
	border-style: solid;
	height: 0;
	width: 0;
	overflow: hidden;
	float: left;
    margin-top:3px;
}

.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:0 12px;
	border-style: solid;
	border-width: 1px
}
.pun .box fieldset{ background-color:#F9F5D1; }

.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;
	}

.pun .checklist .checklist-item {
	position: relative;
	margin: .2em 0;
	}

.pun .checklist .checklist-item label {
	padding: 0 0 0 2.1em;
	}

.pun .checklist .checklist-item .fld-input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	}

.pun .checklist .checklist-item input {
	margin: 0;
	height: 1.15em;
	width: 1.55em;
	}

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

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

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

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

.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: 0.75em 6px;
	}

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

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

.pun .blockpost dt {
	font-size: 1.091em;
	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: 6px 6px 6px 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 .codebox {
	border-style: solid;
	border-width: 1px;
	margin:0.75em 1em 0;
	padding: 0;
	}

.pun .quotebox {
	border-style: solid;
	border-width: 1px;
	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 {
	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
	}

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

.pun .postsignature hr {
	margin-left:0;
	width:200px;
	text-align:left;
	height:1px;
	border:none
}
.pun .postsignature p { padding:0; line-height:1.5em; max-height:7.5em; overflow:hidden; }

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

.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 { color:#333; background:#FFFEEE; }

.pun {
	color: #333
	}

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

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

.pun #brdmenu { color:#FFF; background-color:#87BF2C; }

.pun th { background-color:#dbd6ad; }

.pun legend { color:#282; font-size:11px; }

.pun .blockmenu li.isactive a, #posterror li strong {
	color:#711;
    text-decoration:underline;
}

.pun .usercontent * {
	background: transparent;
}

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

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

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

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

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

.pun .postleft, .pun .postfootleft, .pun .blockpost label, .pun .codebox, .pun .quotebox {
	background-color:#F3EEC2;
}

#punhelp .codebox, #punhelp .quotebox {
	background-color: #f9f9f9;
	}

.pun .blockpost h2 {
	background-color:#C9EC8C;
}

.pun .blockpost h2 span.conr {
	color:#666;
}

.pun hr { color:#BBB; margin-bottom:0.25em; background-color:#BBB; }

.pun .postleft { color:#4A4636; }

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

.pun .box { border-color:#AAA; }

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

.pun th, .pun fieldset { border-color:#DBD6AD; }

#adminconsole td, #adminconsole th { border-color:#FFF; }

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

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

/* Links
----------------------------------------------------------------*/

.pun a { color:#711; text-decoration:none; }
.pun a:hover { color:#911; text-decoration:underline; }

.pun .postmsg a { color:#911; }
.pun .postmsg a :hover { color:#B11; }

#brdmenu a { color:#FFF; }
#brdmenu a:hover { }

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
	border-color: #b42000;
}

.pun h2 a:link, .pun h2 a:visited,
#brdmenu a:link, #brdmenu a:visited {
/*	color: #fff*/
	}

.pun h2 a:hover, .pun h2 a:active,
#brdmenu a:hover, #brdmenu a:active {
	color: #fff
	}

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

.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: #b42000
	}

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

.pun .postleft a { color:#58623A; }
.pun .postleft a:hover { color:#452; }

.pun .tclcon a { font-size:12px; } /* lista tematów */

.pun .postleft .email a,
.pun .postleft .website a,
.pun .postleft .pw a { display:inline-block; width:16px; height:16px; margin-right:0.5em; background-position:0 0; background-repeat:no-repeat; }
.pun .postleft .email a { background-image:url(../img/icon_email.png) }
.pun .postleft .website a { background-image:url(../img/icon_world.png) }
.pun .postleft .pw a { background-image:url(../img/icon_script.png) }

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

.pun .icon {
	border-color: #e6e6e6 #dedede #dadada #e2e2e2
	}

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

.pun .inew .icon {
	border-color:#B7B38E #A7A37E #97936E #A7A37E;
}