/* BlueGalaxy theme for punbb
 * Copyright 2007 Jeremie Gottero
 * Contact : jeremiegottero at gmail dot com
 * You may modify the theme the way you wish, for non-commercial use only
 * Le theme peut etre librement modifie, a usage non-commercial uniquement
 */

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

/* 1.1 Default background colour and text colour */
body { background-color: black; }
.pun { color: #7baded; }
div.postmsg { color: white; }
#adminconsole td, #adminconsole th { border-color: black; }
#brdtitle { background: url('../../img/BlueGalaxy1000/logo.png') 0 0 no-repeat; }

/* 1.3 Main headers and navigation bar background and text colour */
.pun h2, #brdmenu { background: url('../../img/BlueGalaxy1000/header.png') 0 0 repeat-x; color: white; }

/* 1.5 Fieldset legend text colour */
.pun legend { color: white; }

/* 1.6 Highlighted text for various items */
.pun div.blockmenu li.isactive a, #posterror li strong { color: white; }

/* 1.7 Dark background for form elements */
.pun textarea, .pun input, .pun select { background-color: #2a2a2a; border-color: #808080; color: white; }
.pun th { color: #808080; }

.pun h2 span { background: url('../../img/BlueGalaxy1000/h2.gif') center left no-repeat; }
.pun h2 span.conr { background: none; }

div.postsignature { color: #808080; }


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

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

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #404040;}

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

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 { color: #404040; background-color: #404040; }

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

/* 3.1 All external borders (H1 is the board title) */

div.blocktable h2, div.block h2, DIV.box, div.blockform h2, div.blockmenu h2,
div.blockpost h2, div.postleft, div.postfootleft, div.postfootright {BORDER-COLOR: #404040}

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

DIV.blockpost DIV.box {BORDER-COLOR: #565656 #525252 #525252}

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

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

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

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

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

/* 4.1 This is the default for all links */
.pun a:link, .pun a:visited { color: white; }

div.postmsg a:link, div.postmsg a:visited { color: #7baded; }

/* 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 {color: #f48400}
tr.iclosed td.tcl a:hover {color: #c0c0c0}
li.maintenancelink a:link, li.maintenancelink a:visited {color: #ff4000}
li.maintenancelink a:hover {color: #ff5010}

/* 4.4 Menu links */
#brdmenu a:link, #brdmenu a:visited { color: white; }

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

TR.iredirect DIV.icon { background: url('../../img/BlueGalaxy1000/redirect.png') 0 0 no-repeat; }
DIV.inew { background: url('../../img/BlueGalaxy1000/newpost.png') 0 0 no-repeat; }

/****************************************************************/
/* 6. BACKGROUND IMAGES */
/****************************************************************/

/* Stars background */
body, #brdheader { background-image: url('../../img/BlueGalaxy1000/stars.png'); }

/* Remove background on redirect page */
#punredirect { background: url('../../img/BlueGalaxy1000/stars.png') 0 0 repeat; }

#punwrap { background: url('../../img/BlueGalaxy1000/bg.png') 0 0 repeat-y; }
.pun { background: url('../../img/BlueGalaxy1000/footer.png') 0 100% no-repeat; }
#brdmenu { background: url('../../img/BlueGalaxy1000/navbar.png') 0 0 no-repeat; }
#brdwelcome { background: url('../../img/BlueGalaxy1000/welcome.png') 0 0 no-repeat; }
