/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
/****************************************************************/
/* 1. initial settings */
/****************************************************************/
.pun table,.pun div,.pun form,.pun p,.pun h1,.pun h2,.pun h3,.pun h4,.pun pre,.pun blockquote,.pun ul,.pun ol,.pun li,.pun dl,.pun dt,.pun dd,.pun th,.pun td,.pun fieldset,.pun img {
margin:0;
padding:0;
font-weight:400;
list-style:none;
}

.pun img {
border:none;
}

.pun input,.pun select,.pun textarea,.pun optgroup {
margin:0;
}

/****************************************************************/
/* 2. structural settings - very important - do not change */
/****************************************************************/
/* 2.1 clearing floats and invisible items */
.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:-10000px;
}

/* 2.2 overflow settings for posts */
div.blockpost div.box,div.postleft,div.postsignature,div.postmsg {
overflow:hidden;
}

/****************************************************************/
/* 3. bug fixes - very important - do not change */
/****************************************************************/
/* 3.1 this attempts to eliminate rounding errors in gecko browsers. */
div>div>div.postfootleft,div>div>div.postfootright {
padding-top:1px;
margin-top:-1px;
}

/* 3.2 this is only visible to ie6 windows and cures various bugs. do not alter comments */
/* begin ie6win fix \*/
* html .inbox,* html .inform,* html .pun,* html .intd,* html .tclcon {
height:1px;
}

* html .inbox div.postmsg {
width:98%;
}

/* end of ie6win fix */
/* 3.3 this is the equivelant of 3.2 but for ie7. it is visible to other browsers
but does no harm */
/*begin ie7win fix */
.pun,.pun .inbox,.pun .inform,.pun .intd,.pun .tclcon {
min-height:1px;
}

/* end of ie7win fix */
/****************************************************************/
/* 4. hidden elements */
/****************************************************************/
/* these are hidden in normal display. add comments to make them visible */
#brdfooter h2,#brdstats h2,#brdstats .conl dt,#brdstats .conr dt,#modcontrols dt,#searchlinks dt,div.postright h3 {
position:absolute;
display:block;
width:1em;
left:-999em;
}

/****************************************************************/
/* 5. box containers and floats */
/****************************************************************/
/* 5.1. setup all left and right content using floats. */
.conr {
float:right;
text-align:right;
clear:right;
width:40%;
}

.conl {
float:left;
width:55%;
overflow:hidden;
white-space:nowrap;
}

label.conl {
width:auto;
overflow:visible;
margin-right:10px;
}

/* 5.2 set up page numbering and posts links */
div.linkst .conl,div.linksb .conl,div.postlinksb .conl {
width:18em;
}

div.linkst .conr,div.linksb .conr,div.postlinksb .conr {
width:16em;
}

form div.linksb .conr {
width:32em;
}

/* 5.3 keep breadcrumbs from shifting to the right when wrapping */
.linkst ul,linksb ul,.postlinksb ul {
margin-left:18em;
}

/* 5.4 settings for profile and admin interface.*/
div.block2col {
padding-bottom:1px;
}

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

div.blockmenu,#viewprofile dt {
float:left;
width:13em;
}

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

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

/****************************************************************/
/* 6. table setup */
/****************************************************************/
/* 6.1 table basic setup */
.pun table {
width:100%;
}

/* 6.2 fixed table setup */
#punindex table,#vf table {
table-layout:fixed;
}

.tcl {
text-align:left;
width:50%;
}

.tc2,.tc3,.tcmod {
width:9%;
text-align:center;
}

.tcr {
width:32%;
text-align:left;
}

#punsearch #vf .tcl,#punmoderate #vf .tcl {
width:41%;
}

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

.tcl,.tcr {
overflow:hidden;
}

/* 6.3 other table setup */
#users1 .tcl {
width:35%;
text-align:center;
}

#users1 .tcr {
width:20%;
text-align:center;
}

#users1 .tc2 {
width:20%;
text-align:center;
}

#users1 .tc3 {
width:10%;
text-align:center;
}

#users1 .tc4 {
width:15%;
text-align:center;
}

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

#punindex td.tcr span.byuser {
display:block;
}

/****************************************************************/
/* 7. viewtopic setup */
/****************************************************************/
/* 7.1 this is the basic structure. */
div.postleft,div.postfootleft {
float:left;
width:18em;
overflow:hidden;
position:relative;
}

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

div.postfootright,p.multidelete {
text-align:right;
}

div.blockpost>div>div.inbox {
padding-bottom:1px;
}

/* 7.3 this is the div which actually contains the post and is inside .postright */
div.postmsg {
width:100%;
}

/* 7.4 these items control overflow and scrolling within posts. */
div.incqbox {
width:100%;
overflow:hidden;
}

div.scrollbox {
width:100%;
overflow:auto;
}

img.postimg {
max-width:100%;
}

a .postimg {
max-width:100%;
}

/* 7.5 turn off the poster information column for preview */
#postpreview div.postright {
border-left:none;
}

/* 7.6 create the horizontal line above signatures */
div.postsignature hr {
margin-left:0;
width:200px;
text-align:left;
height:1px;
border:none;
}

/* 7.7 maximum height for search results as posts. position go to post link */
div.searchposts div.postmsg {
height:8em;
}

div.searchposts dd p {
padding-top:3em;
}

/* 7.8 class for bbcode [u] */
span.bbu {
text-decoration:underline;
}

/****************************************************************/
/* 8. lists special settings */
/****************************************************************/
/* 8.1 horizontal display of online list, main navigation menu and breadcrumbs */
#onlinelist dd,#onlinelist dt,#brdmenu li,div.linkst li,div.linksb li,div.postlinksb li,div.postfootright li,ul.bblinks li {
display:inline;
height:0;
}

/* 8.2 turn on square icon for posterror list */
#posterror ul li {
list-style:square inside;
}

/* 8.3 right alignment of descriptions in ordinary member view of other members profiles */
#viewprofile dt {
text-align:right;
}

/****************************************************************/
/* 9. form settings */
/****************************************************************/
/* 9.1 makes textareas and long text inputs shrink with page */
div.txtarea {
width:75%;
}

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

.pun label {
display:block;
}

#qjump select {
width:50%;
}

/****************************************************************/
/* 10. help files and misc. */
/****************************************************************/
/* 10.1 put some space between sections of the help file */
#helpfile h2 {
margin-top:12px;
}

/* 10.2 internal padding */
#helpfile div.box {
padding:10px;
}

/* 10.3 other templates */
#punredirect div.block,#punmaint div.block {
margin:50px 20% 12px;
}

/****************************************************************/
/* 11 user blogs extra */
/****************************************************************/
#blogmain {
margin-left:0;
padding-top:12px;
}

#blogwrap {
width:100%;
float:right;
margin-left:-180px!important;
margin-left:-215px;
}

.blogmenu fieldset {
padding:0 12px;
}

div.blogform {
padding:30px 12px 12px;
}

.blogcat {
float:left;
text-align:left;
clear:right;
font-size:1em;
margin-left:0;
}

.blog_menu {
text-align:left;
font-size:1em;
margin-right:2em;
}

div.blog_menu {
margin-right:1em;
margin-left:1em;
}

div.linkbl .conl,div.linkbl .conl,div.postlinkbl .conl {
width:18em;
}

div.linkbl .conr,div.linkbl .conr,div.postlinkbl .conr {
width:16em;
}

form div.linkbl .conr {
width:32em;
}

.linkbl ul,linkbl ul,.postlinkbl ul {
margin-left:2em;
}

div.blogleft dt a:link,div.blogleft dd a:link,div.blogleft dt a:visited,div.blogleft dd a:visited,.blog_menu dt a:link,.blog_menu dd a:link,.blog_menu dt a:visited,.blog_menu dd a:visited,#blogmenu a:link,#blogmenu a:visited {
text-decoration:none;
}

#blogmenu li,div.linkbt li,div.linkbb li,div.postlinkbb li {
display:inline;
height:0;
}

.blogr {
float:left;
text-align:left;
clear:right;
margin-left:10em;
font-size:2em;
}

div.blogleft {
float:left;
width:18em;
overflow:hidden;
position:relative;
}

div.blogright {
border-left-width:18em;
border-left-style:none;
}

div.blog_menu dd {
font-size:1em;
line-height:1.3em;
}

#google_adsense_1 {
text-align:center;
}

#google_adsense_2 {
text-align:center;
}

/* accordian nav menu */
#accordion {
padding:0 0 4px;
text-align:left;
margin:0;
}

.toggler {
cursor:pointer;
}

.mySuperbColor span {
/* differentiate the colors when opened or closed on the accordian menu */
color:#E30C0C;
}

#h0,#h1,#h2,#h3,#h4,#h5,#h6,#h7,#h8,#h9,#h10 {
padding:10px;
}

.block.accordian {
margin-top:2px;
}

.mod_warn {
color: #1D69E7;
}

.mod_warn_text {
color: #E71D1D;
}

/* Import the colour scheme */
/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

body {
	background: #CCC url('../img/sBlog/bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align:center;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	color: #28567B
}

.pun hr { BACKGROUND-COLOR: #333; COLOR: #333; border-top:1px #D0D0D0 solid; border-bottom:1px #F9F9F9 solid; margin: 3px 3px 3px 3px }
.button { border: 1px solid #D1D2D2; background-color: #FFFFFF; font-size: 10px; color: #333333; font-weight: bold; font-family: verdana, sans-serif; margin-top: 2px }
.button:hover, input.button:focus { background-color: #E1E1E1; border-top: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF; color: #333333 }
html>body .button { margin-top: 2px; padding-bottom: 1px /* Mozilla fix */ }
.textbox { border: 1px solid #D1D2D2; background-color: #FFFFFF; font-family: "Lucida Sans Unicode", Verdana, sans-serif; font-size: 11px; color: #1B5A35; padding: 1px }
select.textbox { padding: 1px }
input { margin: 1px }
.bb_button { border: 1px solid #D1D2D2; background-color: inherit; padding: 1px; font-size: 9px; color: #333333; font-weight: normal; font-family: verdana, sans-serif }

.pun {background-color: inherit; COLOR: #333}

.news-links {background-color: inherit; font-size: 14px; color: #1164ED; letter-spacing: 1px; font-family: Tahoma,Verdana,Arial,Sans-Serif; font-weight: bold }
a.news-links {background-color: inherit; text-decoration: none; color: #1164ED; font-weight: bold }
a.news-links:visited {background-color: inherit; text-decoration: none; color: #1164ED }
a.news-links:hover {background-color: inherit; color: #DA1212; text-decoration: underline }


DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {color: inherit; BACKGROUND-COLOR: #F1F1F1}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #F1F1F1}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {color: inherit; BACKGROUND-COLOR: #EBEBEB}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {BACKGROUND: #0869B9 url(../img/sBlog/cellpic.png); COLOR: #FFF}
.pun H2 {BACKGROUND: #0869B9 url(../img/sBlog/cellpic.png);border-top: 1px solid #336699; border-left: 1px solid #336699;border-right: 1px solid #336699}

.announce {BACKGROUND: #831206 url(../img/sBlog/announcement.png); COLOR: #FFFFFF; border-top: 0px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
DIV.announce_box {color: #10408F; padding-left: 0px; padding-right: 4px; background: #EAEBEC url(../img/sBlog/cell_bg.gif) repeat-x center bottom; border-bottom: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
.announce span {
background-position : 0% 50%; 
background-repeat : no-repeat; 
background-image : url(../img/sBlog/announce_icon.png); 
padding : 13px; 
}

.note {BACKGROUND: #831206 url(../img/sBlog/f_announce.png); COLOR: #FFFFFF; border-top: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
DIV.note_box {color: #10408F; padding-left: 0px; padding-right: 4px; background: #EAEBEC url(../img/sBlog/cell_bg.gif) repeat-x center bottom; border-bottom: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
.note span {
background-position : 0% 50%; 
background-repeat : no-repeat; 
background-image : url(../img/sBlog/forum_arrow.gif); 
padding : 13px; 
}

.news {BACKGROUND: #831206 url(../img/sBlog/newsbox.png); COLOR: #FFFFFF; border-bottom: 1px solid #000; border-top: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
DIV.news_box {color: #10408F; padding-left: 0px; padding-right: 4px; background: #EAEBEC url(../img/sBlog/cell_bg.gif) repeat-x center bottom; border-bottom: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000}
.news span {
background-position : 0% 50%; 
background-repeat : no-repeat; 
background-image : url(../img/sBlog/news_icon.png); 
padding : 13px; 
}

/* 1.4 Table header rows */

.pun TH {background: #EAEBEC url(../img/sBlog/forum_bg.png) repeat-x center bottom; font-weight: bold; color: inherit }

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #000; background-color: inherit }

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {BACKGROUND-COLOR: inherit; COLOR: #333}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {color: inherit; BACKGROUND-COLOR: #EBEBEB}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {color: inherit; BACKGROUND-COLOR: #F1F1F1}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {color: #FFF; BACKGROUND-COLOR: #336699}
DIV.blockpost H2 SPAN.conr {COLOR: #CCC;BACKGROUND-COLOR: inherit}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */


/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #336699}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #006fC9 #0066B9 #0066B9}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #BBCEDE}
.pun TH {BORDER-COLOR: #BBCEDE}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}

/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/

/* 4.1 This is the default for all links */

.pun A:link, .pun A:visited {font-weight: normal; COLOR: #005CB1; text-decoration: none; background-color: inherit }
.pun A:hover {COLOR: #CB2817; text-decoration: underline; background-color: inherit }

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {background-color: inherit; COLOR: #FFF}
.pun H2 A:hover, #brdmenu A:hover {background-color: inherit; COLOR: #FFF}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {background-color: inherit; COLOR: #6E7F93}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {background-color: inherit; COLOR: #9F1818}
LI.maintenancelink A:link, LI.maintenancelink A:visited {background-color: inherit; COLOR: #B42000}
LI.maintenancelink A:hover {background-color: inherit; COLOR: #B42000}

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
/*TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}*/
DIV.inew {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.icon {float: left;display: block;width:28px;height:32px}
TR.iclosed Div.icon {background-image: url(../img/sBlog/closed.png);background-repeat:no-repeat;} 
Div.icon {background-image: url(../img/sBlog/normal.png);background-repeat:no-repeat;} 
TR.iredirect Div.icon {background-image: url(../img/sBlog/redirect.png);background-repeat:no-repeat;} 
TR.inew Div.icon {background-image: url(../img/sBlog/new.png);background-repeat:no-repeat;}
TR.isticky DIV.icon {background-image: url(../img/sBlog/sticky.png);background-repeat:no-repeat;}
TR.isticky.iclosed .icon {background: url(../img/sBlog/sticky_closed.png); background-repeat:no-repeat;}
.isticky .tc1 /* Highlights the background color */
{color: #333333; background-color: #E6E9EB;}
.stickytext {color: #E74C00; background-color: #E6E9EB;}
TR.isticky DIV.inew {background: url(../img/sBlog/sticky_new.png);background-repeat:no-repeat;}
TR.imoved DIV.icon {background-image: url(../img/sBlog/moved.png);background-repeat:no-repeat;}
DIV.ihot  {background: url('../img/sBlog/hot.png'); background-repeat:no-repeat;}

/* FACTICE BUTTON POST AND REPLY */
.pun p.postlink, #conr
{
/* align the text in button */
TEXT-ALIGN: CENTER;
width: auto; 
padding-left: 5px; 
padding-right: 5px;
 
/* aling the button on the border */
POSITION: RELATIVE; 
TOP : 0px;
LEFT: 6px;
}

/****************************************************************/
/* 6. EXTRAS */
/****************************************************************/

#punwrap {
	background: url(../img/sBlog/bg_root.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
.pun {
	background: url(../img/sBlog/bg_head.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #28567B;
	padding-top: 155px;
	padding-left: 20px;
	padding-right: 20px;
}

#punredirect {background-color: #CCC;
	background-image: url('../img/sBlog/bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed; color: inherit
}

/* display an icon on block title */
.pun H2 span {
background-position : 0% 50%; 
background-repeat : no-repeat; 
background-image : url(../img/sBlog/forum_arrow.gif); 
padding : 13px; 
} 
/* dot not repeat icon on block title */
.pun H2 span.conr {
background-image : none; 
padding : 0; 
}

#stats1 {
background-color : #E8ECF1;
background-image : url(../img/sBlog/cat2_bg.png);
color : #496690; 
font-weight:bold;
border-top: 0px solid #336699;
border-left: 1px solid #336699;
border-right: 1px solid #336699;
padding : 6px 6px;
} 

#stats2 {
background-color : #E8ECF1;
background-image : url(../img/sBlog/cat2_bg.png);
color : #496690; 
font-weight:bold;
border-top: 0px solid #336699;
border-left: 1px solid #336699;
border-right: 1px solid #336699;
padding : 6px 6px;
}

#stats3 {
background-color : #E8ECF1;
background-image : url(../img/sBlog/cat2_bg.png);
color : #496690; 
font-weight:bold;
border-top: 0px solid #336699;
border-left: 1px solid #336699;
border-right: 1px solid #336699;
padding : 6px 6px;
}

/* used for viewforum */

.subject-alignment .tclcon
{
	padding: 9px 4px 4px 0px;
}

#brdtitle { /* DELETE THIS IF YOU DON'T WANT A LOGO */
	background: url(../img/sBlog/logo.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 45px;
}
#brdfooter {
	background: url(../img/sBlog/bg_foot.png);
 	background-repeat: no-repeat;	
	overflow: hidden;
	padding: 20px;
	clear: both;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	background-position: bottom left;
}

#brdmenu {height:17px;padding-top:1px}


/* footer stats image */
#punforum div.box div.inbox dl.con1{
background: transparent url(../img/sBlog/stats.png) no-repeat;padding-left: 60px;height:auto;width:300px; color: inherit
}

#punforum div.box div.inbox dl.conr{
background: transparent url(../img/sBlog/stats_board.png) no-repeat;background-position:top right;padding-right: 64px;height:auto;width:250px; color: inherit
}

.pun span.byuser
{
/* your icon and position */
background-repeat: no-repeat;
background-image: url(../img/sBlog/icon_latest_reply.gif);
background-position: left;
 
/* your text position */
padding: 0px 20px 0px;
}

#onlinelist, .clearb {margin-left: 60px; }

/*****************************
    post STATUS Offline 
******************************/
.pun DIV.postfootleft p {
padding : 0; 
font-style : normal; 
font-weight : normal; /* text style */
color : #fafafa; 
text-indent : 28px; /* text position */
display : block; 
height : 38px; /* icon size */
background-image : url(../img/sBlog/offline.png); 
background-repeat : no-repeat; 
background-position : 5px 50%; /* icon position */ 
position:relative;
background-color: inherit
}
/*****************************
    post STATUS Online 
******************************/
.pun DIV.postfootleft p strong {
font-style : normal; 
font-weight : bold; /* text style */
color : #fafafa; 
text-indent : 28px; /* text posistion here */
display : block; 
height : 38px;  /* icon size */
background-image : url(../img/sBlog/online.png); 
background-repeat : no-repeat; 
background-position : 5px 50%;  /* icon position */
position:relative;
background-color: inherit
}

div#go_top {display:none} /*this will hide the navigation for browsers like IE that can't handle fixed DIV's */
body > div#go_top {display:block;position: fixed;left:0em;bottom:0em;top:auto;right:auto;} /* This shows the 'back to top' nav link for browsers with real CSS support */

.mod_title { font-family: "Verdana, Lucida Sans Unicode", Arial, sans-serif; font-size: 11px; font-weight: bold; color: #C91800; background-color: inherit }
a.mod_title { text-decoration: none; color: #1164ED; font-weight: bold; background-color: inherit }
a.mod_title:visited { text-decoration: none; color: #1164ED; background-color: inherit }
a.mod_title:hover { color: #DA1212; text-decoration: underline; background-color: inherit }
.sub_title { padding-left: 0px; font-family: "Verdana, Lucida Sans Unicode", Arial, sans-serif; font-size: 11px; font-weight: bold; color: #CA0000; background-color: inherit }
.sub_name { font-family: "Verdana, Lucida Sans Unicode", Arial, sans-serif; font-size: 11px; font-weight: normal; font-style: italic; color: #439500; background-color: inherit }

#links {
	margin: auto;
	padding: 0px;
}
h2.links {
	border-bottom: 1px solid #336699;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.links_category {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #336699;
}
p.links {
	padding-left: 5px;
	border-bottom: 1px solid #336699;
}
div.links_column_1 {
	margin: 0px;
	width: 100%;
	padding: 0% 2.21% 0% 0%;
	float: left;
}
div.links_column_2 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 1.77% 0% 1.33%;
	float: left;
}
div.links_column_3 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 1.33% 0% 1.77%;
	float: left;
}
div.links_column_4 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 0% 0% 2.21%;
	float: left;
}

#messages {
width: 155px;
}

.pm_message_align { }

.bookmarks_readmore {
	color: inherit;
	overflow: hidden; 
	width: 98.6%;  
	background-color: inherit; 
	background-image : url(../img/sBlog/stat_bg.png); 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 1px; 
	border-right: solid #FFFFFF; 
	border-right-width: 1px; 
	border-bottom: solid #FFFFFF; 
	border-bottom-width: 1px;
	height: 20px
}

.bookmarks {
	color: inherit;
	width: 97.9%; 
 	background-color: inherit; 
	background-image : url(../img/sBlog/stat_bg.png); 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 1px; 
	border-right: solid #FFFFFF; 
	border-right-width: 1px; 
	border-bottom: solid #FFFFFF; 
	border-bottom-width: 1px;
	height: 20px
}

#mod_login_password {
	background: url(../img/sBlog/icon-pass.gif) no-repeat center left;
	border:1px solid #D1D2D2;padding-left: 19px;
}

#mod_login_username {
	background: url(../img/sBlog/icon-use.gif) no-repeat center left;
	border:1px solid #D1D2D2;padding-left: 19px;
}

.icon_topics, #post_icons { 
 	border: 1px	solid #D1D2D2; 
	width: 100%;
	padding: 6px;
}

.blogcats {
	color: #FF0000;
	font-weight: bold;
}

.bloglatest {
	color: #0044CF;
	font-weight: bold;
}

.bloglatest_bloggers {
	color: #009515;
	font-weight: bold;
}

.blog_heading {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	color: #F38F00;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog_heading_latest {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	color: #F5F5F5;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog_heading_viewed {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	color: #FBDC5F;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog_heading_comment {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	color: #DDF17E;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog_postinfo {
	color: #5E6F71;
	font-weight: bold;
}

.blog_userprofile {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-variant: small-caps; 
	font-size: 1.0em;
	font-weight: bold;
	color: #29A699;
}

DIV.topiclabels { 
	padding-left: 0px; 
	text-align: left; 
	font-weight: normal; 
	color: #777777; 
}

DIV.topiclabels A:hover { 
	text-align: left; 
	font-weight: normal; 
	color: #DA0000; 
}

/* News Links on index page */

.news_subject 
{
	background-color: inherit;
	color: #005CB1;
	font: 1.6em/1.7em Georgia, "Times New Roman", serif;
	text-decoration:none; 
}

a.news_subject:hover 
{
	color: #B42000;
	text-decoration: underline;
}

.news_footer 
{
	background-color: #F8F8F8;
	color: inherit;
	border: 1px solid #59666E;
}

.byuser 
{
	font-weight: normal; 
	color: #333; 
	background-color: inherit
}

.user 
{
	font-weight: normal; 
	color: #666; 
	background-color: inherit
}

.poster 
{
	background-color: inherit; 
	color: #487FA9;
}

a.poster 
{
	background-color: inherit; 
	text-decoration: none; 
	color: #487FA9;
}

a.poster:visited 
{
	background-color: inherit; 
	text-decoration: none; 
	color: #487FA9;
}

a.poster:hover 
{
	color: #B42000;
	text-decoration: underline;
}

p.poll_info 
{
	text-align: center;
	clear: left;
	margin: 7px;
}

div.poll_question 
{
	float: left;
	clear: both;
	text-align: right;
	width: 30%;
	margin: 0.3em;
	height: 1.2em;
}

div.poll_result,div.poll_result_yesno 
{
	float: left;
	text-align: left;
	width: 45%;
	margin: 0.3em;
	padding: 0;
	height: 1.2em;
	line-height: 1.2em;
}

div.poll_result_yesno 
{
	width: 22%;
	margin-right: 0.1em;
}

img.poll_bar 
{
	border-left: 1px solid #111; 
	border-right: 1px solid #111;
	border-top: 1px solid #111; 
	border-bottom: 1px solid #111;
	background-color: #D20000;
	height: 1.2em;
	margin: 0;
}

/* PuntoolBar */
/* Main toolbar div */
div#toolbar 
{
	margin: 0;
	padding: 0.3em 1px;
	background: transparent url('../img/sBlog/misc/bg.png') repeat-x center center;
	border: 1px solid #D1D2D2;
	border-width: 1px 1px 0 1px;
	width: 100%;
}

/* Images in toolbar div */
div#toolbar img 
{
	vertical-align: middle;
	margin-left: 3px;
}

/* Smilies div */
div#smilies 
{
}

/* Images in smilies div /*/
div#smilies img 
{
	padding: 0.1em 0.3em;
	margin-right: 0.1em;
}

/* Bookmark icons */
.bookmark_icons {
background-image: url('../img/sBlog/misc/bookmarkslinks.gif'); 
background-repeat: no-repeat; 
background-position: 0em 100%;
height: 26px;
margin-top: 4px;
}

#book_links1 {
margin-top: 4px;
padding-left: 6px;
}

#book_links2 {
margin-top: 4px;
padding-right: 5px;
}

/* miscellaneous table settings */

.tc0 {
width: 28px;
text-align:center;
vertical-align:middle;
}

.tc1 {
font-weight: bold;
}

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.pun {FONT-SIZE: 11px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em}
.pun H3 {FONT-SIZE: 1.1em}
#brdtitle H1 {FONT-SIZE: 1.4em}

/* 2.4 Larger text for particular items */
DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

#punwrap {margin-top:12px}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 4px 6px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 7px}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN: 5px 0px 5px 0px;}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE, DIV.codebox {border: 1px #C1D0CC solid;  color: #00525C; MARGIN: 5px 15px 15px 15px; PADDING: 8px}
DIV.codebox {background: #FAFAFA url(../img/ShowcaseIII/bg_box_code.gif) top right no-repeat;}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}
DIV.inform {PADDING-BOTTOM: 12px}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left;
	MARGIN: auto;
	DISPLAY: block;
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}

div.codebox pre 
{
	FONT-SIZE: 12px;
    FONT-FAMILY: Consolas, "Courier New";
    COLOR: #000000;
    BACKGROUND-COLOR: lightyellow;
    PADDING: 5px;
    BORDER: rgb(190,190,190) 1px dotted;
}
