/****************************************************************/
/* 1. IMpORTED STYLESHEETS */
/****************************************************************/

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

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

/* 2.1 This sets the default Font Group */

.pun, .pun input, .pun select, .pun textarea, .pun optgroup {
	font-family: verdana, geneva, lucida, 'lucida grande', 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, div.forminfo, div.blockpost LABEL {
	border-style: solid;
	border-width: 1px;
}

.pun BLOCKQUOTE, div.codebox{
border-style: solid;
	border-width: 1px;
}

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

#brdheader div.box {BORDER-TOp-WIdtH: 1px}

/* 4.3 Borders for table cells */

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

.pun TH {
BORDER-BOTTOM: none;
BORDER-RIGHT: none;
BORDER-top: 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
}

/****************************************************************/
/* 5. VERTICAL AND pAGE SpACING */
/****************************************************************/

/* 5.1 page margins */


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

#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: 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;
    display: block;
    width:20px;
    height:20px;
}

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}

