/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

BODY {BACKGROUND-COLOR: #FFFFFF}

.pun {COLOR: #000000}

DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND: url(../../img/Chronicles/gbg.jpg)}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #000000)}

/* 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 {BACKGROUND: url(../../img/Chronicles/gbg1.jpg)}

TH.tc3 {width: 70px}

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

.pun H2, #brdmenu {BACKGROUND: url(../../img/Chronicles/bel.gif); COLOR: #C0C0C0;font-weight: bold; height: 16px;}
.pun H2 {font-weight: bold;BACKGROUND: #555 url(../../img/Chronicles/bel.gif);border-top: 1px solid #000000;border-left: 1px solid #000000;border-right: 1px solid #000000; height: 16px;}

/* 1.4 Table header rows */

.pun TH {BACKGROUND: url(../../img/Chronicles/gbg.jpg); color : #FFE081; } 
.pun TH.tcl , TH.tc2 , TH.tc3 , TH.tc4 , TH.tc5 , TH.tcr , TH.tcmod {background-image : url(../../img/Chronicles/bel1.jpg); color : #FFE081; font-weight : bold;}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #000000}

/* 1.6 Highlighted text for various items */

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

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

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

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND: url(../../img/Chronicles/gbg.jpg)}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #000000}
DIV.postleft {BORDER-RIGHT: 1px solid #000000}
DIV.postleft, DIV.postfootleft {BACKGROUND: url(../../img/Chronicles/gbg.jpg)}
DIV.blockpost LABEL {BACKGROUND-COLOR: #000000}

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

DIV.blockpost H2 {BACKGROUND-COLOR: #000000}
DIV.blockpost H2 SPAN.conr {COLOR: #C0C0C0}

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

.pun HR {BACKGROUND-COLOR: #000000; COLOR: #000000}

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

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #000000}

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

/*DIV.blockpost DIV.box {BORDER-COLOR: #000000 #000000 #000000}*/
DIV.blockpost DIV.box {BORDER: 1px solid  #000000;BORDER-TOP: 1px solid #000000;}

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

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

/* 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: #000000 #000000 #000000 #000000}
.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo {background: url(../../img/Chronicles/gbg2.jpg); color : #FFE081;}

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

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

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

.pun A:link, .pun A:visited {COLOR: #F8EABF; text-decoration: none;}
.pun A:hover {COLOR: #FFE081}

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

/* 4.3 This is for closed, sticky, redirec 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: #C0C0C0}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #777777}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #F8EABF}
LI.maintenancelink A:hover {COLOR: #FFE081}
TR.isticky TD.tcl A:link, TR.isticky TD.tcl A:visited {COLOR: #733A1A}
TR.isticky TD.tcl A:hover {COLOR: #FFE081}

/****************************************************************/
/* 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: url(../../img/Chronicles/folder.gif);}
DIV.inew {BACKGROUND: url(../../img/Chronicles/folder_new.gif);}
TR.isticky DIV.icon {background:url(../../img/Chronicles/folder_stiky.gif)} 
TR.isticky DIV.inew {background:url(../../img/Chronicles/folder_stiky_new.gif)}
TR.iclosed DIV.icon {background:url(../../img/Chronicles/folder_closed.gif)}
TR.iclosed Div.inew {background:url(../../img/Chronicles/folder_closed_new.gif)} 
TR.iredirect DIV.icon {background:url(../../img/Chronicles/folder_link.gif)}
/****************************************************************/
/* 6. EXTRAS */
/****************************************************************/
#brdmenu {BACKGROUND: url(../../img/Chronicles/bel.gif);border-top: 1px solid #000000;border-bottom: 1px solid #000000;}
/* header logo */
 
.pun H1 span
{
color: #000000;
font-size: 20px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.pun H1 
{
background-repeat: no-repeat;
background-position: 0px;
display: block;
height: 50px;
border-top : 0px solid #FFE081;
border-bottom : 0px solid #FFE081;
}

