/*****************************************************************
1. INITIAL SETTINGS
Styl stworzony przez 123 http://fluxbb.net.pl/forum/profil/8/ 
*****************************************************************/

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

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,700,600italic,700italic,800,800italic&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,latin-ext,cyrillic'); 



html, body, .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 legend .pun img,
.pun abbr, .pun cite {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

.pun select {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 1px;
}

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

.pun {
	font: 81.25%/1.462em "Open Sans", Helvetica, sans-serif;
}

.pun table, .pun td, .pun th, .pun input, .pun select, .pun optgroup, .pun textarea, .pun legend {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 1em;
}

.pun pre, .pun code {
	font: 100% "Courier New","Andale Mono",monospace;
}

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

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

.pun h1 {
	font:2.154em/1em  "Open Sans", Helvetica, sans-serif;
	padding: 7px 0;
}

.pun h2, .pun .hd h2 {
	font: 1.462em/1em "Open Sans", Helvetica, sans-serif;
	padding: 7px 0;
}

.pun h3 {
	font-size: 1.154em;
	line-height: 1.267em;
	padding: 7px 0;
}

.pun h4 {
	font-size: 1.077em;
	font-weight: bold;
	padding: 7px 0;
}

.pun h5, .pun h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 7px 0;
}

.pun p, .pun ul, .pun ol, .pun dl, .pun th, .pun td, .pun legend {
	padding: 7px 0;
}

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

.pun em {
	font-style: italic;
}

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

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

.pun .actions span {
	padding-right: 8px;
	display: inline-block;
	line-height: normal;
}

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

#brdfooter h2, #brdstats h2, #debug h2, #brdstats .conl dt, #brdstats .conr dt, #modcontrols dt,
#searchlinks dt, div.postright h3, .pun .subscribelink span, #announce .hd, #reportform h2, #punmoderate #vf h2,
#punviewforum #vf h2, .pun .required strong span, .pun .icon div {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	width: 0;
}

/* Generic Float Clear
----------------------------------------------------------------*/

.pun .inbox, .pun #brdmain, .pun .crumbs, .pun .pagepost, .pun .block2col {
	min-height: 1px;
}

* html .pun .inbox, * html .pun #brdmain, * html .pun .infldset, * html .pun .crumbs, * html .pun .pagepost, * html .pun .block2col {
	display: inline-block;
}

* html .pun .inbox, * html .pun #bdrdmain, * html .pun .infldset, * html .pun .crumbs, * html .pun .pagepost, * html .pun .block2col {
	display: block;
}

.pun .inbox:after, .pun #brdmain:after, .pun .crumbs:after, .pun .pagepost:after, .pun .block2col:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.pun .block2col .inbox:after {
	content: none;
	clear: none;
}

.clearl {
	clear: left;
}


/*****************************************************************
2. COMMON STYLES
*****************************************************************/

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

.pun {
	padding: 30px 40px;
}

#punredirect, #punmaint {
	padding: 60px 20% 12px 20%;
}

#puninstall, #pundb_update {
	padding: 20px 10%;
}

.pun .punwrap {
	border: 1px solid;
	padding: 18px;
}

#punmaint h2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 3px;
}

#punredirect{
    border: 1px solid  #F6F4EC;
	border-radius:2px;
}

/* Section Spacing and Borders
----------------------------------------------------------------*/

#brdmain {
	border-style: solid none;
	border-width: 0px 0;
	margin-bottom: 12px;
	padding: 12px 0;
}

#punindex #brdmain {
	padding-top: 24px;
}

#punredirect #brdmain, #punmaint #brdmain {
	border: 0;
	margin: 0;
	padding: 0;
}

#brdstats {
	border-style: solid none none none;
	border-width: 0px 0 0 0;
	margin-top: 24px;
	padding-top: 12px;
}

#quickpost {
	border-style: solid none none none;
	border-width: 0px 0 0 0;
	margin-top: 12px;
	padding-top: 12px;
}

#announce {
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02) inset;
	padding: 5px;
	font-weight: 400;
	background:#eee;
    color: rgb(109, 110, 113);
	
}

/*****************************************************************
3. COMMON BOARD ELEMENTS
*****************************************************************/

/* Logo, Description and Main Menu
----------------------------------------------------------------*/

#brdtitle h1 {
	padding: 0 0 10px 0;
}

#brddesc {
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 10px 0;
}

#brdtitle h1 a:link, #brdtitle h1 a:visited {
	color: rgb(119, 119, 119);
}

#brdtitle h1 a:hover, #brdtitle h1 a:active, #brdtitle h1 a:focus {
	color: rgb(119, 119, 119);
}


#brddesc p {
	padding: 0;
}

#brdmenu ul {
	padding: 0;
}

#brdmenu li {
	float: left;
}

#brdmenu a:link, #brdmenu a:visited {
	border-right-style: solid;
	border-width: 1px;
	display: block;
	min-width: 60px;
	padding: 12px 16px 6px 8px;
	white-space: nowrap;
}

#brdmenu a:hover, #brmenu a:active, #brdmenu a:focus {
	text-decoration: none;
}

/* Welcome Box
----------------------------------------------------------------*/

#brdwelcome {
	padding: 10px 0;
}

#brdwelcome .conl, #brdwelcome .conr, #brdwelcome p, #brdwelcome li {
	display: inline;
	padding: 0;
}

#brdwelcome .conl {
  float: left;
}

#brdwelcome .conr {
  float: right;
}

#brdwelcome li span {
	margin-right: 3px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
}

#brdwelcome .conl li:first-child span {
	padding-left: 0;
	background: none;
}

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

#brdstats .conl {
	float: left;
}

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

#brdstats #onlinelist {
	border-top-style: dotted;
	border-top-width: 1px;
	clear: both;
}

#brdstats #onlinelist dt, #brdstats #onlinelist dd {
	display: inline;
}

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

.pun #modcontrols {
	border-style: none none dotted none;
	border-width: 0 0 1px 0;
	margin-bottom: 4px;
	text-align: center;
	width: 100%;
}

.pun #modcontrols dd {
	display: inline;
}

.pun #brdfooter #modcontrols dd span {
	display: inline-block;
	line-height: normal;
	padding-left: 8px;
	white-space: nowrap;
}

#modcontrols dd span a, #modcontrols dd span a:link, #modcontrols dd span a:visited{
    color:#999;
}

#modcontrols dd span a:hover, #modcontrols dd span a:active, #modcontrols dd span a:focus {
	color: #444;
}

.pun #brdfooter .conl {
	float: left;
}

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

.pun #brdfooter .conr a, .pun #brdfooter .conr a:link, .pun #brdfooter .conr a:visited{
    color:#999;
}

.pun #brdfooter .conr a:hover, .pun #brdfooter .conr a:active, .pun #brdfooter .conr a:focus {
	color: #444;
}

.pun #brdfooter #poweredby a {
	font-size: 1.077em;
	font-weight: bold;
}

.pun #brdfooter #qjump {
	padding-top: 5px;
}

.pun #brdfooter #qjump * {
	white-space: nowrap;
}

.pun #brdfooter #searchlinks dd span {
	background: url(Air/img/bull.png) center left no-repeat;
	display: inline-block;
	line-height: normal;
	padding-left: 18px;
	white-space: nowrap;
}

.pun #brdfooter #feedlinks {
	padding-bottom: 0;
}

.pun #brdfooter #feedlinks span {
	background: url(Air/img/feed.png) center left no-repeat;
	display: inline-block;
	padding-left: 18px;
	white-space: nowrap;
}

.pun #debugtime {
	border-style: dotted none none none;
	border-width: 1px 0 0 0;
	margin-top: 7px;
	text-align: center;
}

/* Breadcrumbs, Postlink, Pagination
----------------------------------------------------------------*/

.pun .linkst .inbox, .pun .linksb .inbox, .pun .postlinksb .inbox {
	overflow: hidden;
}

.pun .linksb, .pun .postlinksb, .pun .linkst, .pun .crumbs {
	clear: both;
	position: relative;
}

.pun .linkst .crumbs {
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.211em;
	padding: 7px 0;
}

.pun .linksb .crumbs, .pun .postlinksb .crumbs {
	font-family: "Open Sans", Helvetica, sans-serif;
}

.pun .linkst .crumbsplus .pagepost {
	border-top-style: dotted;
	border-top-width: 0px;
}

.pun .linksb .crumbsplus .pagepost, .pun .postlinksb .crumbsplus .pagepost {
	border-bottom-style: dotted;
	border-bottom-width: 0px;
}

.pun .postlinksb .crumbs {
	margin-right: 11em;
}

.pun .crumbs li {
	float: left;
	padding-right: 0.4em;
	white-space: nowrap;
}

.pun .crumbs li strong {
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.pun .crumbs li a:link, .pun .crumbs li  a:visited {
	text-decoration:none;
	padding:3px;
	color:#999;
}

.pun .crumbs li a:hover, .pun .crumbs li a:focus, .pun .crumbs li a:active {
    color:#777;
	padding:3px;
}

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

.pun .pagelink strong, .pun .pagelink span.spacer {
	display: inline-block;
	text-decoration:none;
	margin-right: 0px;
	font:  normal 13px "Open Sans", Calibri, Verdana, Geneva, sans-serif;
	background:#00539F;
    border-radius: 3px;
	padding: 5px 8px;
	margin-left: 1px;
	font-weight:bold;
	color: #ffffff;
	border: 1px solid #00539F;
}
   

.pun .pagelink a{
    font:  normal 13px "Open Sans", Calibri, Verdana, Geneva, sans-serif;
	border: 1px solid  #ddd;
	height: 15.99px;
	padding: 5px 8px;
	margin-left: 1px;
	background: none;
	text-decoration:none;
	color: #444;
    border-radius: 3px;
}

.pun .pagelink a:link, .pun .pagelink  a:visited {
	color:#999;
}

.pun .pagelink a:hover, .pun .pagelink a:focus, .pun .pagelink a:active {
    color:#444;
}

.pun .pagelink .item1 {
	border: 0px solid  #ebebeb;
	text-decoration:none;
}

.pun .pagelink .pages-label {
	display: inline-block;
}

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

.pun .postlink  a, .pun .postlink  a:link, .pun .postlink  a:visited{
    color: #fff;
	background-image: linear-gradient(rgb(60, 136, 204), rgb(39, 97, 149));
    background-color: rgb(39, 97, 149);
	text-decoration:none;
	padding:6px;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    height: 2.5em;
    line-height: 2.5em;
}


.pun .postlink  a:hover,.pun .postlink  a:active, .pun.pun .postlink  a:focus {
	color: #fff;
	text-decoration:none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 12px 24px 2px rgb(48, 137, 216) inset;
	padding:6px;
	background-image: linear-gradient(rgb(39, 97, 149),rgb(60, 136, 204));
	background-color:rgb(39, 97, 149);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    height: 2.5em;
    line-height: 2.5em;
}


.pun .modbuttons {
	float: right;
	padding: 5px 0 3px 0;
}

.pun .modbuttons input {
	margin-left: 8px;
	color: #fff;
	text-decoration:none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 12px 24px 2px rgb(48, 137, 216) inset;
	background-image: linear-gradient(rgb(39, 97, 149),rgb(60, 136, 204));
	background-color:rgb(39, 97, 149);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
	border:0;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	padding:3px;
}

.pun .modbuttons input[type="submit"]:hover{
    color: #fff;
	background-image: linear-gradient(rgb(60, 136, 204), rgb(39, 97, 149));
    background-color: rgb(39, 97, 149);
	text-decoration:none;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
	border:0;
	padding:3px;
}

.pun .subscribelink {
	position: absolute;
	right: 0;
	text-align: right;
	top: 100px;
}

.pun .subscribelink a, .pun .subscribelink a:link, .pun .subscribelink a:visited{
    color:#999;
}

.pun .subscribelink a:hover, .pun .subscribelink a:active, .pun .subscribelink a:focus {
	color: #444;
}

#punindex .subscribelink {
	top: 0px;
}

#punindex .linksb {
	height: 12px;
}

/*****************************************************************
4. MAIN TABLES
*****************************************************************/

.pun #brdmain .blocktable {
	position: relative;
}

#punindex #brdmain .blocktable h2, #punsearch #vf h2 {
	font: 1em/1.462em "Open Sans", Helvetica, sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 1px;
	padding-left: 8px;
	position: absolute;
	left: 0;
	white-space: nowrap;
	z-index: 100;
}

#punindex .blocktable th.tcl, #punsearch #vf th.tcl {
	font-size: 0;
	text-indent: -9999em;
}

.pun .blocktable .box {
	border-style: solid;
	border-width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}

* html .pun .blocktable .box {
	display: inline-block;
}

.pun .blocktable table {
	table-layout: fixed;
	margin-bottom: -1px;
}

.pun .blocktable th {
	padding: 7px 8px;
	border-style: none none solid none;
	border-width: 1px;
	text-align: left;
}

.pun .blocktable td {
	padding: 7px 8px;
	line-height: 1.3077em;
	border:1px solid #eee;
	border-right:none;
	color: rgb(147, 149, 152);
    background:#fff;
	text-align: left;
	height: 100%;
}

.pun .blocktable h3 {
	font-size: 1.077em;
	font-weight: bold;
	padding: 0;
}

.pun .blocktable p {
	padding: 0;
}

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

.pun .blocktable .tcl {
	width: auto;
}

.pun .blocktable .tc2, .pun .blocktable .tc3, .pun .blocktable .tcmod {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 11%;
}

.pun .blocktable .tcr {
	width: 30%;
}

.pun .blocktable td .newtext, .pun .blocktable td .pagestext, .pun .blocktable td .byuser {
	white-space: nowrap;
}

.pun .blocktable .tcl h3 span.newtext {
	font-size: 0.929em;
	font-weight: normal;
}

.pun #vf td.tcl span.stickytext, .pun #vf td.tcl span.closedtext {
	font-size: 1em;
	font-weight: bold;
}

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

#users1 .tcr {
	width: 25%;
}

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

#debug {
	margin-top: 12px;
}

#debug .tcl {
	width: 10%;
}

#punredirect #debug .tcl, #punmaint #debug .tcl {
	width: 20%;
}

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

#punindex .tcr .byuser {
	display: block
}

#punindex td.tc2, #punindex td.tc3, #punindex td.tcr, .pun #vf td.tc2, .pun #vf td.tc3,
.pun #vf td.tcr, #punindex td.tcl div.forumdesc, .pun #vf td.tcl span {
	font-size: 0.923em;
}

.pun #vf td.tcl a {
	font-weight: bold;
}

.pun #vf td.tcl span a {
	font-weight: normal;
}

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

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

.pun .icon {
	border-style: solid;
	border-width: 8px;
	float: left;
	height: 0;
	overflow: hidden;
	width: 0;
}

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

/*****************************************************************
MAIN POSTS
*****************************************************************/

/* Structure
----------------------------------------------------------------*/

.pun .blockpost {
	border-style: solid;
	border-width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}

* html .pun .blockpost {
	display: inline-block;
}

.pun .blockpost h2 {
	font: 1em/1.462em "Open Sans", Helvetica, sans-serif;
	white-space: nowrap;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 1.462em;
	padding: 0.538em 8px 0.538em 236px;
	font-weight: normal;
}

#punsearch .blockpost h2 {
	height: auto;
	padding-left: 6px;
	white-space: normal;
}

#punsearch .blockpost h2 span span {
	white-space: nowrap;
	display: inline-block;
	font: 1.077em "Open Sans", Helvetica, sans-serif
}

#punsearch .blockpost .icon {
	position: absolute;
	top: 0;
	margin-top: 2.154em;
	border:0;
	background:none;
}

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

.pun .blockpost .inbox {
	float: right;
	position: relative;
	width: 100%;
}

.pun .blockpost .postbody, .pun .blockpost .postfoot {
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	margin-right: -218px;
	position: relative;
	text-align: left;
	width: 100%;
}

.pun .blockpost .postleft, .pun .blockpost .postfootleft {
	width: 194px;
	padding: 7px 12px 7px 12px;
	float: left;
	margin-left: -218px;
	position: relative;
}

.pun .blockpost .postleft a, .pun .blockpost .postleft a:link, .pun .blockpost .postleft a:visited, .pun .blockpost .postleft a:hover, .pun .blockpost .postleft a:active, .pun .blockpost .postleft a:focus {
	color: #999;
}

.pun .blockpost .postleft dl {
	padding: 0;
}

#punviewtopic .blockpost dt, #punmoderate .blockpost dt {
	display: block;
	position: absolute;
	padding: 5px;
	height: 1.5em;
	left:10px;
	top: -2.455em;
	overflow: hidden;
}

#punviewtopic .blockpost dt a, #punviewtopic .blockpost dt a:link, #punviewtopic .blockpost dt a:visited, #punviewtopic .blockpost dt a:hover, #punviewtopic .blockpost dt a:active, #punviewtopic .blockpost dt a:focus {
	color: rgb(51, 51, 51);
	text-decoration:none;
}

#punmoderate .blockpost dt a, #punmoderate .blockpost dt a:link, #punmoderate .blockpost dt a:visited, #punmoderate .blockpost dt a:hover, #punmoderate .blockpost dt a:active, #punmoderate .blockpost dt a:focus {
	color: rgb(51, 51, 51);
	text-decoration:none;
}

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

.pun .blockpost .postleft dd {
	font-size: 0.923em;
}

.pun .blockpost .postleft .usertitle {
	padding: 4px 0 6px 0;
	font-size: 1em;
}

.pun .blockpost .postleft .postavatar {
	display: block;
	margin: 0 0 4px 0;
}

.pun .blockpost .postright {
	position: relative;
	padding: 4px 230px 7px 18px;
}

.pun .postmsg {
	width:100%;
	overflow: hidden;
	word-wrap: break-word;
}

.pun .blockpost .postfootright {
	position: relative;
	padding: 7px 230px 7px 18px;
	text-align: right;
}

.pun .postfoot p, .pun .postfoot ul {
	padding: 0;
}

.pun .blockpost .postfootright li {
	display: inline;
}

.pun .blockpost .postfootright li span {
	display: inline-block;
	padding-left: 14px;
	line-height: normal;
}

.pun .blockpost .usercontacts {
	padding: 7px 0;
}

.pun .blockpost .usercontacts .email {
	background: url(Air/img/email.png) left 65% no-repeat;
	margin-right: 5px;
	padding-left: 21px;
	display: inline-block;
	line-height: normal;
}

.pun .blockpost .usercontacts .website {
	background: url(Air/img/ext.png) left 65% no-repeat;
	padding-left: 18px;
	display: inline-block;
	line-height: normal;
}

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

/* Content (includes other user content)
----------------------------------------------------------------*/

.pun .usercontent {
	padding: 7px 0;
}

.pun .postmsg p, .pun .postmsg li, #punhelp p samp {
	font-family: "Open Sans", Helvetica, sans-serif;
}

.pun .usercontent h1, .pun .usercontent h2, .pun .usercontent h3,
.pun .usercontent h4, .pun .usercontent h5, .pun .usercontent h6 {
	padding: 7px 0 0 0;
}

.pun .postmsg h5, #punhelp h5 {
	font-size: 1.231em;
	font-weight: bold;
	padding: 7px 0;
}

.pun .usercontent ul, .pun .postmsg ul {
	list-style: disc;
	padding: 4px 13px 4px 30px;
}

.pun .usercontent ol, .pun .postmsg ol {
	list-style: decimal;
	padding: 4px 13px 4px 30px;
}

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

.pun .usercontent li, .pun .postmsg li {
	padding: 0 3px;
}

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

.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 .blockpost .postmsg .postedit {
	font-size: 0.857em;
}

.pun .blockform .postsignature, .pun .blockpost .postsignature {
	font-size: 0.923em;
}

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

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

.pun .quotebox cite {
	display: block;
	padding: 0.75em 0 0 0;
	font-weight: bold;
	line-height: 1.462em;
}

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

.pun .codebox pre {
	overflow-y:hidden;
	overflow: auto;
	width: 100%;
	direction: ltr;
	text-align: left;
}

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

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

.pun .codebox pre code {
	padding: 0.75em;
	white-space: pre;
}

.pun div[class*=codebox] pre code {
	display: inline-block;
}

* html .pun .codebox pre code {
	display: block;
}

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

.pun .postmsg img, #punhelp samp img {
	vertical-align: text-top;
}

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

/*****************************************************************
MAIN FORMS
*****************************************************************/

#punedit .blockform h2, #punpost .blockform h2, .pun #reportform h2, #pundelete .blockform h2 {
	font: 1em/1.462em "Open Sans", Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 19px 4px 37px;
	border: 0;
}

#posterror h2{
    font: 1em/1.462em "Open Sans", Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px 1px 1px 1px;
	border: 0;
}


#postpreview h2{
    border: 0;
	padding: 7px 10px 7px 10px;
	border-bottom:1px solid #4D4E53;
	color:#4D4E53;
}

#punpost .blockform h2, #punedit .blockform h2,
#pundelete .blockform h2 {
	margin: -10px 0px 0 -17px;
	padding-left:15px;
	font-size: 1.271em;
	font-weight: 400;
    color: rgb(109, 110, 113);
	width: 25em;
	position: absolute;
	z-index: 100;
}

.pun #quickpost h2{
    margin: 0 1px 0 1px;
	width: 25em;
	position: absolute;
	z-index: 100;
}

.pun #quickpost legend, #punpost legend, #punedit legend {
	width: 25em;
	overflow: hidden;
	white-space: nowrap;
}

.pun .blockform .box {
	border-style: solid;
	border-width: 1px;
	padding-bottom: 12px;
}

.pun #posterror {
	border-style: solid;
	border-width: 0px;
}

.pun #posterror .box {
	padding: 0 1px 1px 1px;
}

* html .pun .blockform .box, * html .pun #posterror {
	display: inline-block;
}

.pun .blockform .forminfo, .pun .error-info {
	padding: 12px 18px;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.pun .blockform .forminfo {
	margin-top: 12px;
}

#pundelete .blockform .forminfo {
	margin-top: 33px;
}

.pun .forminfo h3 {
	padding-bottom: 0;
}

.pun .error-list li {
	padding-left: 24px;
	background: url(Air/img/exclaim.png) center left no-repeat;
}

.pun .inform {
	padding: 0;
}

.pun legend {
	font-weight: bold;
	padding: 10px 19px 4px 1px;
}

* html .pun legend {
	margin-left: -7px;
}

*:first-child+html .pun legend {
	margin-left: -7px;
}

.pun .infldset {
	border-style: solid;
	border-width: 1px;
	padding: 12px 18px;
}

#punregister #rules .infldset {
	padding: 5px 18px;
}

.pun fieldset p {
	padding: 0 0 7px 0;
	width: 100%;
}

.pun fieldset .usercontent p {
	padding: 7px 0;
}

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

.pun label em {
	font-weight: normal;
	font-style: normal;
}

.pun .required strong {
	background: url(Air/img/asterisk.png) center right no-repeat;
	font-weight: normal;
	padding-right: 14px;
	white-space: pre;
	display: inline-block;
	line-height: normal;
}

#brdmain input[type="text"]:focus, #brdmain input[type="password"]:focus {
    border: 1px solid #ddd;
}

.pun label input {
	margin-top: 2px;
	border:1px solid #eee;
	border-radius:2px;
	padding:2px;
}

.pun label input:hover{
	border:1px solid #ddd;
}

.pun label textarea{
    margin-top: 2px;
	border:1px solid #eee;
	border-radius:3px;
	background:#fff;
	padding:4px;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02) inset;
}

.pun label select{
    margin-top: 2px;
	border:1px solid #eee;
	border-radius:2px;
	background:rgb(249, 249, 249);
	color:#999;
}


.pun label input[type="submit"]{
    margin-right: 12px;
	color: #fff;
	background-image: linear-gradient(rgb(60, 136, 204), rgb(39, 97, 149));
    background-color: rgb(39, 97, 149);
	text-decoration:none;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
	border:0;
	padding:3px;
}

.pun label input[type="submit"]:hover{
    color: #fff;
	margin-right: 12px;
	text-decoration:none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 12px 24px 2px rgb(48, 137, 216) inset;
	background-image: linear-gradient(rgb(39, 97, 149),rgb(60, 136, 204));
	background-color:rgb(39, 97, 149);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
	border:0;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	padding:3px;
}

.pun label.conl {
	display: inline-block;
	padding-right: 12px;
}

.pun form .buttons {
	padding: 8px 19px 8px 0;
	margin-bottom: -12px;
}

.pun .blockform .buttons input {
	margin-right: 12px;
	color: #fff;
	background-image: linear-gradient(rgb(60, 136, 204), rgb(39, 97, 149));
    background-color: rgb(39, 97, 149);
	text-decoration:none;
	padding:6px;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    height: 2.5em;
	border:0;
}



.pun .blockform .buttons input[type="submit"]:hover {
	color: #fff;
	text-decoration:none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 12px 24px 2px rgb(48, 137, 216) inset;
	padding:6px;
	background-image: linear-gradient(rgb(39, 97, 149),rgb(60, 136, 204));
	background-color:rgb(39, 97, 149);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    height: 2.5em;
}

.pun .rbox {
	padding: 3px 0;
}

.pun .rbox label {
	padding: 3px 0 3px 1.75em;
	position: relative;
	min-height: 1px;
}

* html .pun .rbox label {
	text-indent: -3px;
	height: 1%;
}

.pun .rbox input {
	margin: 3px 0.75em 3px -1.75em;
	float: left;
	position: relative;
	vertical-align: middle;
	padding: 0;
	height: 1em;
	width: 1em;
}

.pun input[type=text], .pun select, .pun textarea {
	font-family: "Open Sans", Helvetica, sans-serif;
}

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

.pun #quickpost .txtarea {
	padding-right: 12px;
	position: relative;
}

.pun .blockform .bblinks {
	padding-top: 0;
}

.pun .blockform .bblinks li {
	display: inline;
}

.pun .blockform .bblinks li span {
	background: url(Air/img/help.png) center left no-repeat;
	margin-right: 8px;
	padding-left: 20px;
	display: inline-block;
}

.pun #quickpost .bblinks {
	padding-top: 0;
}

.pun #quickpost .bblinks li {
	display: inline;
}

.pun #login p.clearb {
	border-top-style: dotted;
	border-top-width: 0px;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin-top: 7px;
	overflow: hidden;
	padding-bottom: 3px;
	padding-top: 7px;
	text-indent: -9999em;
	width: 100%;
}

.pun #postreview {
	padding-top: 12px;
}

.pun #postpreview, .pun #posterror {
	margin-bottom: 12px;
}

.pun #postpreview .postright {
	padding: 0;
}

.pun #postpreview .postbody {
	border-style: solid;
	border-width: 0px;
	float: none;
	padding: 4px 10px 4px 10px;
	width: auto;
}

.pun span.email {
	margin-right: 5px;
	display: inline-block;
	line-height: normal;
}

.pun span.website {
	background: url(Air/img/ext.png) left 65% no-repeat;
	padding-left: 18px;
	display: inline-block;
	line-height: normal;
}

#punmisc {
	border-style: solid;
	border-width: 0px;
	padding: 5px 18px;
}

#rules .box{
	border-style: solid;
	border-width: 0px;
	padding: 5px 3px;
}


#punhelp .box {
	border-style: solid;
	border-width: 1px;
	padding: 7px 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.25em 0.5em;
	margin: 0.25em 16px 0 0.15em;
}

.pun .checklist legend {
	padding: 0;
}

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

/*****************************************************************
PROFILES (+ ADMIN MENU)
*****************************************************************/

/* Profile / Admin
----------------------------------------------------------------*/

.pun .blockmenu {
	width: 13em;
	float: left;
	padding-bottom: 12px;
}

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

.pun .blockmenu .block2 {
	padding-top: 19px;
}

.pun .blockmenu ul {
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 0;
}

.pun .blockmenu li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	padding: 0;
}

.pun .blockmenu a:link, .pun .blockmenu a:visited {
	display: block;
	padding: 9px 6px 3px 6px;
	min-height: 1px;
	text-decoration: none;
	color:#999;
}

* html .pun .blockmenu a:link,  * html .pun .blockmenu a:visited {
	height: 1%;
}

.pun .blockmenu a:hover, .pun .blockmenu a:active, .pun .blockmenu a:focus {
	text-decoration: none;
}

#viewprofile .box {
	border-style: solid;
	border-width: 1px;
	padding-bottom: 18px;
}

#viewprofile dt, #adstats dt {
	padding: 7px 0;
	position: absolute;
	width: 13em;
	left: 0;
}

#viewprofile dl {
	border-style: solid none none none;
	border-width: 1px;
	margin: 7px 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#adintro, #adstats {
	border-style: solid;
	border-width: 1px;
	padding: 18px;
}

#adintro li span {
	display: inline-block;
	padding-left: 16px;
	margin-left: 8px;
	line-height: normal;
	background: url(Air/img/bull.png) center left no-repeat;
}

#adstats .inbox, #adintro .inbox {
	border-style: solid;
	border-width: 1px;
	padding: 18px;
}

#adstats dl {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#viewprofile dd, #adstats dd {
	border-style: none none solid none;
	border-width: 1px;
	padding: 7px 0 7px 13em;
}

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

/* Basic defaults and Common Items
----------------------------------------------------------------*/

html, body, .pun {
    background-color:#F6F4EC;
	color: rgb(147, 149, 152);
}

.pun .punwrap {
	background: rgb(249, 249, 249);
	border-color: #eee;
	border-radius:3px;
	box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.02);
	color: rgb(147, 149, 152);
}

#brdtitle #brddesc, .pun .pagepost, #brdstats #onlinelist, #brdfooter #searchlinks, #brdfooter #modcontrols,
#punmaint h2, #punredirect h2, #adminconsole .submittop, .pun #debugtime, .pun .pagelink a, .pun .pagelink * {
	border:none;
}

.pun a, .pun a:link, .pun a:visited {
	color: rgb(39, 170, 225);
}

.pun a:hover, .pun a:active, .pun a:focus {
	color: rgb(39, 170, 225);
	text-decoration:none;
}

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

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

/* Primary Navigation
----------------------------------------------------------------*/

#brdmenu {
    background:#fff;
	border-radius:1px;
	box-shadow:0 1px 1px rgba(0,0,0,.4);
	border-top:1px solid #eee;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	color: rgb(39, 170, 225);
}

#brdmenu li.isactive {
   border-top:1px solid #4D4E53;
   margin-top:-1px;
}

#brdmenu a, #brdmenu a:link, #brdmenu a:visited {
	border-color: rgb(225, 226, 227);
	height: 70px;
    line-height: 70px;
    margin: 0px 0px 0px -1px;
    padding: 0px 15px;
    font-size: 14px;
}

#brdmenu a:hover, #brdmenu a:active, #brdmenu a:focus {
    background-color:#EA3B28;
	background-image: linear-gradient(#EA3B28,#C13832);
	border-color:  #C13832;
	color: #fff;
	text-shadow: -1px -1px rgb(221, 12, 20);
}

/* Main Tables
----------------------------------------------------------------*/

.pun .blocktable .box {
	border-color: #eee #eee;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02);
	margin-bottom:10px;
	border-radius:3px;
}

#punindex .blocktable h2, .pun #vf h2 {
	color: #999;
}

#adminconsole fieldset th, #adminconsole fieldset td {
	background: none;
	border:none;
}

.pun #users1 h2 {
	background: none;
	font-weight: 400;
    color: rgb(109, 110, 113);
}

.pun .blocktable td {
	border-color: #eee;
}

.pun .blocktable th {
	background: #F6F4EC;
	border-color: #eee;
	color: #999;
}

.pun .blocktable td.tcl span.stickytext {
	color: #3399CC;
}

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

.pun .blockpost {
	background: rgb(238, 238, 238);
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02);
	border-color: #eee #eee;
	margin-bottom:10px;
}

.pun .blockpost h2 {
	background: #D7D3C8;
    background-image: linear-gradient(#D7D3C9,#D7D3C3);
	color: rgb(51, 51, 51);
	border-radius:3px;
	border-color:#4D4E59;
}


.pun .blockpost h2 a, .pun .blockpost h2 a:link, .pun .blockpost h2 a:visited, .pun .blockpost h2 a:hover, .pun .blockpost h2 a:active, .pun .blockpost h2 a:focus {
	color: rgb(51, 51, 51);
	padding:3px;
	text-decoration:none;
}

.pun .blockpost .postbody, .pun .blockpost .postfoot {
	background: #fff;
	border-color: #ddd;
}

.pun .blockpost .postfootright li {
	color: #fcfdfe;
}

.pun .blockpost .postfootright li  a, .pun .blockpost .postfootright li  a:link, .pun .blockpost .postfootright li  a:visited{
   color: #999;
   text-decoration:none;
}


.pun .blockpost .postfootright li  a:hover, .pun .blockpost .postfootright li a:active, .pun .blockpost .postfootright li  a:focus {
	color: rgb(51, 51, 51);
	text-decoration:none;
}

.pun .postmsg, #punhelp code, #punhelp samp {
	color: rgb(147, 149, 152);
}

.pun .postsignature, .pun .postmsg .postedit {
	color: #999;
}

.pun .quotebox {
	background: #fff;
	border-color: #eee;
	color: #999;
}

.pun .quotebox cite {
   color: rgb(147, 149, 152);
}

.pun .codebox, #punhelp .codebox code {
	border: 1px dotted rgb(203, 200, 185);
    background: rgb(246, 246, 242);
	color: rgb(51, 51, 51);
}

.pun .postmsg hr {
	background: #F6F4EC;
}

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

/* Main Forms + Profile
----------------------------------------------------------------*/

.pun .blockform .box, #adstats, #adintro, #postpreview, #posterror {
	border:none;
	background:none;
}

#punmisc #rules .box, #punhelp .box {
	border-color: #eee #eee;
	background: #D7D3C8;
	color:#777;
}

.pun #quickpost h2, #punpost .blockform h2, #punedit .blockform h2, #posterror h2 {
	background: rgb(249, 249, 249);
	color: #999;
}

#pundelete .blockform h2 {
	background: none;
	margin-top:-35px;
	left:63px;
	color: #999;
}

.pun .forminfo {
	background: #fff;
	border-color: #dfe6ee;
}

#puninstall form#install .forminfo {
	background: #44699c;
	color: #fff;
}

.pun #posterror .error-info {
	background: #fff;
	border-color: #eee;
}

#puninstall form#install .error-info {
	background: #fff;
	border-color: #eee;
	color: #333;
}

.pun .infldset, #adintro .inbox, #adstats .inbox {
	background: #fff;
	border-color: #ddd;
	border-radius:2px;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02);
}

.pun label, .pun legend, #adminconsole fieldset th {
	font-weight: 400;
    color: rgb(109, 110, 113);
}

.pun fieldset p {
	border-color: #b9c5ce;
}

.pun .blockmenu ul, .pun .blockmenu li {
	border-color: #fff;
	background:#fff;
	border-radius:1px;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02);
}

.pun .blockmenu a:hover, .pun .blockmenu a:active, .pun .blockmenu a:focus {
    color:#666;
}

.pun .blockmenu .isactive a:link, .pun .blockmenu .isactive a:visited {
	color: #444;
	border-left:1px solid #C13832;
	background:#eee;
}

.pun #viewprofile .box {
	border:none;
	background: none;
}

.pun #viewprofile dt, #adstats dt {
	color: rgb(147, 149, 152);
}

.pun #viewprofile dl, .pun #viewprofile dd, #adstats dl, #adstats dd {
	border:none;
}

#adminconsole fieldset td.nodefault {
	background: #d59b9b;
}

.pun .multiselect {
	color: rgb(109, 110, 113);
}

.pun .checklist {
	background: rgb(249, 249, 249);
	border-color: #eee;
}

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

.pun .icon {
	background: url("zilla/img/folder_generic.png") repeat-x;
padding:23px;
border:0;


}

.pun .iredirect .icon {
	background: url("zilla/img/connect.png") repeat-x;
	padding:23px;
}

.pun .inew .icon {
	background: url("zilla/img/folder_new.png") repeat-x;
}
