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

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/Oxygen_cs.css);

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

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 84.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.47em; }
#brdtitle H1 {FONT-SIZE: 2em}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4; font-size: 110%;}
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: normal; }
/****************************************************************/
/* 3. LINKS */
/****************************************************************/

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

.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;  font-size:10.5pt;
}

#brdmenu A:link, #brdmenu A:visited {
font-style: italic; text-decoration: underline; font-size:11pt;
}

/* 3.2 Underline on hover for links in headers and main menu */
.pun h2 a:link, .pun h2 a:visited, #brdmenu a:link, #brdmenu a:visited  { color:#444;}
#brdmenu A:visited  {color:#222;} 
.blockpost H2 A:visited { color:#475360;}
#brdmenu A:hover { background: #ECF4F9;color:#444; }
.blockpost H2 A:hover { color:#475360;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;
	background:#fff;
}

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

#brdheader DIV.box {BORDER:none;  background-color:#fff;}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none;
	border-color:#eee;


}

.pun .tcl { BORDER-LEFT: none;}
.pun td.tcl {  color:#555; vertical-align:top;}
/* 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 */

HTML, BODY {MARGIN: 0; PADDING: 0;//width:100%; }
HTML { background:#000;height:100%;}
body { background:#fff url(../../img/bodytop.gif) left top repeat-x; //text-align:center; }
html>body #top-container { min-width:950px; max-width:1640px;}
#top-container { margin:0 auto;
 width:expression(document.body.clientWidth < 951? "950px" : document.body.clientWidth > 1639? "1640px" : "auto"); zoom:1; position:relative; }

html>body #punwrap {min-width:950px; max-width:1640px;}
#punwrap { margin:0 auto; padding:79px 30px 30px 30px; //text-align:left;
width:expression(document.body.clientWidth < 951? "950px" : document.body.clientWidth > 1639? "1640px" : "auto");zoom:1;}
/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
DIV.blocktable { MARGIN-BOTTOM:0; clear:both;}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 15px;}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}
#brdheader.block, #brdstats.block { margin:2px;}

DIV.blockpost h2 { background-color:#ECF4F9;

color:#2E4158;
font-size:13pt;
font-weight:bold;padding-left:3px;}
.pun DIV.blockpost h2 a, .pun div.blockpost h2 span.conr  { color:#475360;}
div.blockpost div.box { border:solid 1px #E5EAF0; border-top-width:1px;  }
 html>/**/body div.blockpost div.box {width:100%;}
div.blockpost div.box, div.postright, div.postfootright { background-color:#fff;}
div.postright, div.postfootright  { border-left-color:#FcFcFc;}
div.postleft, div.postfootleft, div.blockpost label { background:#FcFcFc;}
.blockpost .postleft dt a { font-size:1.2em;}
/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

/*DIV.linkst {MARGIN-TOP: -20px;}
DIV.linksb {MARGIN-TOP: -14px;}
*/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: 0px 0px 7px; background-color:#fff;}
#brdfooter DIV.inbox, #brdstats DIV.inbox, #brdwelcome { padding:0;}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 4px 0}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle { padding:3px 0;}
#brdtitle h1 { font-family:Georgia, "Times New Roman", Times, serif; color:#0056AB; font-size:21pt;}
#brdtitle P {PADDING-TOP: 0px}
#brdtitle P span { font-size:0.85em; color:#777;}
DIV.linkst { PADDING: 0 0 3px 0; }
DIV.linksb, DIV.postlinksb {PADDING: 0 0 0 6px; }
#brdwelcome, DIV.blockmenu LI,#brdfooter DL A, DIV.rbox INPUT  { LINE-HEIGHT: 1.2em;}
#brdwelcome a { }
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}
.pun .conl li { font-size:0.85em; color:#777; }
.pun .conl li strong { color:#333; font-weight:bold; font-size:1.15em;}
/* 6.4 Create some horizontal spacing for various elements */

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

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

.pun TH, .pun TD {PADDING:6px;}
.pun TD P {PADDING: 5px 0 0 0}
.pun TH { border-top:none; color:#333; font-weight:bold;}
/****************************************************************/
/* 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-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 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 {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

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

/* 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; }
.pun .postfootright a { font-size:1em;}

/* 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; font-weight:normal;}
.pun LEGEND {PADDING: 0px 6px; color:#333; font-size:1.15em; font-weight:bold; }
.pun div > fieldset { border-color:#ccc; background:#f9f9f9;}
/* 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-TOP: 0.3em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid;
	border-color:#e5f5fe #d6eaf5 #d0e6f2 #deeffa;}
div.inew {
border-color:#0080D7 #0065C0 #0058B3 #0072CA;
}

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; line-height:1.45em; }
.pun h2 { background-color:#ecf4f9; color:#000; border:none; /*border-bottom:none;*/ font-size:1.45em; color:#2e4158; font-weight:bold; padding:2px 10px; }
#brdmenu { background-color:#fff; color:#fff; font-size:13pt; font-weight:bold; }
.pun h2 span {}
div.box { 
border-color:#e5eaf0; border-top-width:1px;
}
.pun a:link, .pun a:visited { color:#0043A7; text-decoration:none; }
.pun a:hover { color:#B42000; text-decoration:underline;}

.postlink a { display:block; float:right; line-height:27px; padding:3px 10px 0 0; position:relative;}
#punviewforum .postlink a { width:162px; overflow:hidden;background:url(../img/newtopic.gif) right center no-repeat; }
#punviewtopic .postlink a { width:132px; overflow:hidden;background:url(../img/reply.gif) right center no-repeat; }

td.tc2, td.tc3, td.tcmod, #postpreview, #viewprofile dd,  #adminconsole fieldset td, div.blockmenu div.box, #adstats dd { background-color:#f9f9f9;}
div.forminfo { background:#F7F7DD;}
.pun td.tc2, .pun td.tc3 { vertical-align:middle;}
div.box, .pun blockquote, div.codebox, #adminconsole fieldset th, .rowodd, .roweven { background-color:#fff;}
#adminconsole td, #adminconsole th {
border-color:#F9F9F9;
}
#brdstats div.box, #brdfooter div.box { border:none; background:none; }
/*#brdfooter .conr { border:solid 1px #BBCEDE; background:#F4F9FC;}
*/
/*main-navigation*/
.main-navigation { height:50px; white-space:nowrap; margin-left: 20px; z-index:10; position:relative; }
.main-navigation ul, .main-navigation li { font-family: Helvetica, Arial; font-weight: bold; float:left;  list-style:none; white-space:nowrap;height:57px;padding:0; margin:0;}
.main-navigation li {  margin:0;  text-align:left; }
.main-navigation li.active { font-size:17pt; color:#000000;}
.main-navigation li img, .right-item img { float:left; vertical-align:middle; margin:2px 2px 0 0; text-decoration:none;}
.main-navigation a { color:#ddd; font-size:13pt;font-weight:bold; text-decoration:none; display:block;padding:10px 10px 0px; line-height:13pt; }
.main-navigation a:visited {color:#ddd; }
.main-navigation a:hover { text-decoration:none;color:#fff;}

.main-navigation li.active.communitycolor { background:url(../../img/communitycolor.gif) center top no-repeat; width:166px; text-align:center;}

a.topmenu-subscript {font-size: 8.5pt; color: #888; padding: 0px 10px; font-weight: normal; }
a.topmenu-subscript:visited {color: #888;}
a.topmenu-subscript:hover {color: #888;}

#topmenu_selected_supersection { font-size:17pt; line-height:19.5pt; color:#000000; padding: 15px 5px 15px 0;}

.right-item { position:absolute; top:0px; right:10px;height:20px;  line-height:20px; font-family:'Trebuchet MS'; }
.right-item a { color:#ccc; font-size:9pt; padding-right:15px; width:auto; font-weight:normal; float: none; display: inline;  text-decoration: underline; }
.right-item a:visited { color:#ccc;}
.right-item a:hover { text-decoration:underline;color:#fff;}
.right-item { position:absolute; top:0px; right:20px;height:20px; line-height:20px; white-space:nowrap; font-size:9pt;  }
.right-item.open { background:#f3f3f3; color:#000; font-size:9pt;padding:0 15px; height:20px;}
.right-item img { vertical-align:middle; //vertical-align:bottom; margin-right:3px; border:none; }





.home-text { position:absolute; right:0px; top:42px; z-index:15; line-height:1em;  width:46%; padding:5px; }

.home-text p { padding:0; font-size:10pt; margin:0.5em 10px 0.5em 0.5em; /*background: #ECF4F9;*/ color: #333; font-style: italic; text-align: right; }
.home-text a { color:#0043A7; font-style: italic; }
#punviewforum div.linkst .inbox { }
div.linkst .conr{ position:relative; top:-1.5em; margin-bottom:-1.5em;}
#punindex .tclcon { font-size:0.9em;} 

/* common for linemenu*/
.line-menu ul , .line-menu li { display:inline; white-space:nowrap; list-style:none;}
.line-menu li { padding:10px 0; padding-right: 15px; font-size:11.5pt; line-height:30px; font-family: 'Trebuchet MS', Arial; }
.line-menu li.tm-active { position:relative;}

/*tmenu*/
.line-menu.tmenu { background: #eed; position:absolute; left: 0px; top: 50px; padding: 15px 0 0 0; width: 100%; overflow:hidden;}
html:first-child .line-menu.tmenu ul { display:block;} 
.line-menu.tmenu li { display:block; float:left; width:auto; padding: 5px 20px; }
.line-menu.tmenu a { font-size:13pt; padding:2px 8px; color:#0043A7; }
.line-menu.tmenu strong { font-weight: normal;padding:2px 8px; font-size:13pt; }
.line-menu li.tm-active strong {background: #fff; padding:10px 8px 25px 8px; }


/*
.community .line-menu { left: 0px; top: 0px; padding: 15px 0 0 8px; width: 100%; }
.community .line-menu.tmenu { background: #eed;  }
.community .line-menu.tmenu li { padding: 5px 20px; }
.community .line-menu.tmenu a { font-size:13pt; padding: 2px 8px; }
.community .line-menu.tmenu strong { font-weight:normal;padding:2px 8px; font-size:13pt;}
.community .line-menu li.tm-active strong {background: #fff; padding:10px 8px 25px 8px; }
*/



.line-menu.bmenu { text-align:center;padding:30px 0 0 0; min-width: 950px; max-width:1640px; margin:0 auto;
width:expression(document.body.clientWidth < 951? "950px" : document.body.clientWidth > 1641? "1640px" : "auto"); color:#777;  }
.line-menu.bmenu a { font-size:9pt;}
.line-menu.bmenu a:link { color:#777;}
.line-menu.bmenu a:hover { background: #1f1f1f; }
.line-menu.bmenu a:visited { color:#777;}

#footer-container { background: #000; margin:0 auto;
 width: 100%;position:relative;  z-index:10; clear: both; font-family: 'Trebuchet MS', Arial; }
#footer-container .wrapper {  min-width:950px; max-width:1640px; margin:0 auto;
 width:expression(document.body.clientWidth < 951? "950px" : document.body.clientWidth > 1641? "1640px" : "auto");}

.copyright { color:#555; font-size:8.5pt; padding-top: 15px;}
.copyright a, .copyright a:visited { color:#444; font-weight: bold; }


/*div.linkst .conl { float:left;}*/
/*#punviewforum div.linkst .inbox { position:relative; z-index:1; }
#punviewforum .blocktable { position:relative; top:-15px; margin-bottom:-15px;}
#punviewforum div.linkst .inbox p { position:relative; }
#punviewforum div.linkst .inbox p.conl { top:30px; left:44em;z-index:1;}
#punviewforum div.linkst .inbox p.conr { top:20px;z-index:1;}
#punviewforum div.linkst .inbox ul { position:relative; top:30px;z-index:1;}
#punviewtopic  div.linkst p.conl,#punviewtopic  div.linkst ul { position:relative; top:10px;z-index:1;}
#punviewforum .linksb .inbox p.conl { position:relative;left:44em;z-index:1;}
*/
