/****************************************************************/
/* 1. background AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

html BODY { MARGIN: 10px; PADDING: 0; BACKGROUND-COLOR: #fff; background-image: url(../../img/Quartz/background.png); }

.pun {COLOR: #333}

BODY #punwrap { 
margin:auto; 
width: 82%; 
padding: 10px;
BORDER-WIDTH: 1px;
BORDER-STYLE:SOLID;
BORDER-COLOR:  #CCC;
BACKGROUND-COLOR: #fff }


DIV.box, DIV.blockmenu DIV.box, #adminconsole FIELDSET TH, .rowodd, .roweven {background-color: #F2F4F3; }

#adminconsole TD, #adminconsole TH {background-image:none; BORDER-COLOR: #F2F4F3}

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo {background-color: #eee; }

/* 1. 2 Darker background colours */


#adminconsole FIELDSET TD, #adstats DD {background-color: #eee;}
TD.tc2 , TD.tc3 , TD.tc4 , TD.tc5 , TD.tcmod , #postpreview , #viewprofile DD {background-color : #f0f0f0; }

/* 1.4 Table header rows */

.pun TH {background-color: #EEE;}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #111}

/* 1.6 Highlighted text for various items */

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

/****************************************************************/
/* 2. POST backgroundS AND TEXT */
/****************************************************************/

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

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {background-color: #F2F4F3}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #EEE}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {background-color: #EEE}

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

.pun #brdmenu { padding-top: 5px; padding-bottom: 10px; }

.pun H2 span { font-weight:bold;
background-position : 0% 50%; background-repeat : no-repeat; background-image : url(../../img/Quartz/arrow.png); 
padding : 12px;
}
.pun H2 span.conr {background-image : none; padding : 0; }

.pun H2, #brdmenu {background-color: transparent; background-image : url(../../img/Quartz/h2.png); COLOR: #333;}

DIV.blockpost H2 SPAN.conr {COLOR: #AAA;}

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

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

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

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #CCC; }

.pun H2, DIV.blockpost H2 {border: 1px solid #CCC; border-bottom: none}

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

DIV.blockpost DIV.box { BORDER-COLOR: #CCC}

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

.pun TD { BORDER-COLOR: #fff } 
.pun TH { BORDER-COLOR: #EEE; background-image : url(../../img/Quartz/cellpix1.png); }


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

.pun BLOCKQUOTE, DIV.forminfo, DIV.blockpost LABEL, .pun DIV.codebox{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 {COLOR: #333}
.pun A:hover {COLOR: #FF6000}

/* 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 {COLOR: #333}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FF6000}

/* 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 {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {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 { background-image : url(../../img/Quartz/no_new_post.png); }
TR.inew Div.icon { background-image : url(../../img/Quartz/new_post.png); } 
TR.isticky DIV.icon { background-image : url(../../img/Quartz/sticky_post.png); }
TR.iclosed Div.icon { background-image : url(../../img/Quartz/locked_post.png); }
TR.iredirect Div.icon { background-image : url(../../img/Quartz/pix.gif); } 
