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

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

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

/* 2.1 This sets the default Font Group */

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

.pun {FONT-SIZE: 12px; 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: 1.4em}
.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.8}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 13px}

/* 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;
	text-shadow: 1px 1px #aaa;
}

/* 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;
	BORDER-LEFT: none;
}

.pun .tcl {BORDER-LEFT: none}

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

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;
}

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

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0; background-color: #ddd;}
#punwrap {margin:0px 20px; width: 950px;margin-left: auto;margin-right: auto;}

/* 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.postlinksb {MARGIN-TOP: -6px}
.linksb .inbox, .postlinksb .inbox, .linkst .inbox {padding-left: 10px;padding-right: 10px;font-size: 12px;}

/* 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: 10px 10px}

/* 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: 12px}

/****************************************************************/
/* 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-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}

/* 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: 30}

/****************************************************************/
/* 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-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}

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}

/* RJ */
.pun .table_bottom {font-size: 5px;padding: 0px;}
div.postright {border-color: #73aab4;}
.linkst ul {font-size: 12px;}
#idx1 h2, #idx2 h2, #idx3 h2 {color: #c4cb8c;font-size: 14px;}
DIV.status_icon {
	FLOAT: left;
	MARGIN-TOP: 0px;
	DISPLAY: block;
	BORDER-WIDTH: 1px;
}
.news_title, .news_title a:link, .news_title a:visited {color: #3f4f50;font-size: 18px;font-weight: bold;}
.news_title {width: 441px;height: 49px;}
#num_comments {float: right;width: 40px;height: 28px;margin-top: 0px;padding: 7px 0px 0px 0px;margin-left: 50px;cursor: hand;cursor: pointer;font-size: 12px;text-shadow: none;color: #3f2569;text-align: center;background: url(../img/teal/comment_bubble.png) no-repeat;}
#num_comments a:link, #num_comments a:visited {color: #3f2569;text-decoration: none;}
#num_comments a:hover {color: #e25d63;}
.rowodd, .roweven {margin-top: 30px;}
#article_content {padding: 0px 25px 15px 30px;font-size:13px;line-height: 23px;}
.article_title {font-size: 18px;color: #29424b;}
.user_comment {padding-left: 25px;display: table;}
.comment_box_small_font {font-size: 10px;}
IMG.postimg {clear: both;border-width: 0px;border-style: solid;border-color: #8c3902;float: right;margin-left: 10px;margin-bottom: 10px;}
IMG.postimg_in_forums {border-width: 0px;border-style: solid;border-color: #8c3902;float: right;margin-left: 10px;margin-bottom: 10px;}
.pun BLOCKQUOTE {-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;BORDER-COLOR: #999;}
.post_links li {display: inline;margin-right: 15px;font-size: 12px;}
.blockform h3 {font-size: 15px;color: #394f42;margin: 10px 0px 0px 15px;}

/* Posts */
div.post_left {float: left;width: 130px;padding: 0px 15px 15px 25px;}
div.post_right {width: 634px;padding: 15px 25px 15px 40px;min-height: 100px;background: url(../img/teal/post_box.png) no-repeat 0px 0px;}
div.post_bottom {width: 654px;padding: 1px 15px 15px 30px;}
div.post_right_container {font-size: 13px;line-height: 21px;width: 700px;padding: 0px 0px 15px 170px;}


div.posted {font-size: 10px;margin-top: -30px;margin-bottom: 7px;color: #888888;}

/* Home layout*/
#left_content {float: left;margin: 0px;}

#left_box_top {width: 619px;height: 58px;background: url(../img/teal/left_box_top.png) no-repeat;}

#left_box_middle, #left_box_middle_white {width: 646px;padding-bottom: 10px;padding-top: 10px;color: #3f4f50;font-size: 15px;line-height: 24px;}
#left_box_middle {background: url(../img/teal/left_box_middle.png) repeat-y;}
#left_box_middle_white {background: url(../img/teal/left_box_middle_white_649.png) repeat-y;}

#left_box_bottom, #left_box_bottom_white {width: 646px;height: 22px;}
#left_box_bottom {background: url(../img/teal/left_box_bottom.png) no-repeat;}
#left_box_bottom_white {background: url(../img/teal/left_box_bottom_white_649.png) no-repeat;}

.right_box_top, .right_box_top_296 {display: inline-block;height: 22px;margin: 0px;}
.right_box_top {width: 325px;background: url(../img/teal/right_box_top.png) no-repeat 0px 1px;}
.right_box_top_296 {width: 296px;background: url(../img/teal/right_box_top_296.png) no-repeat 0px 1px;}

.right_box_middle, .right_box_middle_296 {font-size: 12px;line-height: 14px;display: inline-block;}
.right_box_middle {width: 248px;background: url(../img/teal/right_box_middle.png) repeat-y; }
.right_box_middle_296 {width: 223px;background: url(../img/teal/right_box_middle_296.png) repeat-y;}
.right_box_middle li, .right_box_middle_296 li {margin-top: 7px;margin-bottom: 9px;}
.right_box_middle a:link, .right_box_middle a:visited, .right_box_middle_296 a:link, .right_box_middle_296 a:visited {color: #464d67;}
.right_box_middle a:hover, .right_box_middle_296 a:hover {color: #e25d63;}

.right_box_bottom {display: inline-block;width: 331px;height: 23px;background: url(../img/teal/right_box_bottom.png) no-repeat;}
.right_box_bottom_296 {display: inline-block;width: 296px;height: 23px;background: url(../img/teal/right_box_bottom_296.png) no-repeat;}

#news_layout_table {border-width: 0px;width: 950px;}

#news_layout_table td {border-width: 0px;}

div.sidebar_title {color: #29424b;font-size: 15px;font-weight: bold;}
div.home_news_item {font-size: 13px;}
.header_nav {border-width: 0px;}
div.menu_item, div.menu_item a:link, div.menu_item a:visited {color: #29424b;text-decoration: none;}
div.menu_item {cursor: hand;cursor: pointer;width: 100%;}
.menu_item_text {display: block;padding: 5px;}
.nav_text {visibility: hidden;}
#menu a:visited, #menu a:link {color: #3f4f50;}
.go_icon {border-width: 0px;vertical-align: text-bottom;}
.app_image {border-width: 0px;width: 80px;height: 80px;}
#profile ul a:link, #profile ul a:visited {font-size: 15px;color: #723c53;text-shadow: 1px 1px #ccc;}
#profile li {margin: 7px;}
#profile .isactive a:link, #profile .isactive a:visited {color: #a15042;text-decoration: underline;}
#punwraphome {margin:0px 20px; width: 100%;margin-left: auto;margin-right: auto;}
.right_box_middle li, .right_box_middle_296 li {border-bottom-color:#526168;border-bottom-width: 1px;border-bottom-style: dotted;padding-bottom: 6px;margin-top: -4px;}
.article_commenter {font-size: 13px;margin-top: 0px;}
img.article_commenter_avatar {margin-bottom: 4px;}
.incqbox h4 {font-size: 13px;}
#footer, #home_footer {width: 500px;text-align: center;margin: auto;padding: 15px 0px 17px 0px;font-size: 11px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
#footer, #footer a:link, #footer a:visited {color: #444;}
#home_footer, #home_footer a:link, #home_footer a:visited {color: #eee;}
#punviewtopic .linkst {margin-top: 0px;padding-top: 10px;}
img.app_image {margin: 10px 10px 2px 10px;border: 1px solid #777777;}
DIV.forminfo {border-width: 0px;background-image: url("../img/white_background.png");}
#punregister .box {border: 0px;border-top: 1px dotted;}
textarea {position: relative;}
.app_item {text-align: center;font-size: 11px;line-height: 100%;}
.app_delete {cursor: hand;cursor: pointer;}
img.device_icon {margin: 3px 1px -5px 0px;}
#article_content_big {width: 96%;background-image: url("../img/white_background.png");font-size: 14px;line-height: 180%;padding: 20px;}
#article_content_big h3 {font-weight: bold;margin-top: 18px;}
#article_content_big p {margin-bottom: 5px;margin-top: 5px;}
#article_content_big ul li {list-style-position: outside;list-style-type: square; margin-top: 20px;}