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

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

/* Import the colour scheme */
@import url(imports/BlueGalaxy1000_cs.css);
.tclcon p {
display: none;
}

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

/* 2.1 This sets the default Font Group */
.pun, .pun input, .pun select, .pun textarea, .pun optgroup { font-family: Lucida Grande, Bitstream Vera Sans, Verdana, 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: 1.1em; }
.pun h3 { font-size: 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, .pun h2, .pun span.stickytext { font-weight: bold; }

th { font-size: 10px; }

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */
.pun a:link, .pun a:visited { text-decoration: none; }
.pun a:hover { text-decoration: underline; }
#brdmenu a:hover { text-decoration: none; }

/* 3.2 Menu bar links */
#brdmenu a {
	margin: 0;
	padding: 0 10px;
	float: left;
	display: block;
	line-height: 29px;
	height: 29px;
	background: url('../img/BlueGalaxy1000/menu_item.png') 100% 0 no-repeat;
}

#brdmenu a:hover { background: url('../img/BlueGalaxy1000/menu_item_over.png') 100% 0 no-repeat; }

/****************************************************************/
/* 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, div.block h2, div.blocktable h2, div.blockmenu label,
div.block h2, div.blockform h2, div.blockmenu h2, div.blockpost h2 {
	border-style: solid;
	border-width: 1px
}
.pun th { border-top: none; }
div.block h2, div.blocktable h2, div.blockform h2, div.blockmenu h2, div.blockpost h2 { border-bottom: none; }

/* 4.2 Special settings for the board header. */
#brdheader div.box { border-width: 0; }

/* 4.3 Borders for table cells */
.pun td, .pun th {
	border-bottom: none;
	border-right: none
}
.pun .tcl { border-left: none; }

/* 4.4 Special setting for fieldsets to preserve IE defaults */
div fieldset {
	border-style: solid;
	border-width: 1px
}

.pun textarea, .pun input, .pun select {
	border-style: solid;
	border-width: 1px
}

div.postleft, div.postfootleft {
	border-right-style: solid;
	border-right-width: 1px;
}

div.postfootleft, div.postfootright {
	border-left-width: 0;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-width: 1px;
}
DIV.postright { border-left-width: 1px; border-left-style: solid; }

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

/* 5.1 Page margins */
html, body { margin: 0; padding: 0; }

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

/* 5.5 Left and right margins for main elements, except header */
div.blocktable, div.block, div.blockform, div.block2col, #postreview, div.blockpost { margin-left: 20px; margin-right: 20px; }
div.linkst, div.linksb, div.postlinksb { margin-left: 15px; margin-right: 15px; }
#brdheader { margin: 0; }

.pun h2 span { padding-left: 12px; }
.pun { padding-bottom: 10px; }

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

.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}
#brdheader div.inbox, #brdheader div.inbox {padding: 0 20px; }
#brdmenu { padding: 0 5px !important; }
#brdwelcome { padding-top: 8px !important; }

/* 6.4 Create some horizontal spacing for various elements */

DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px}
#brdmenu ul {
	padding: 0;
}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun th { padding: 1px 6px; }
.pun td {padding: 4px 6px}
.pun td p {padding: 5px 0 0 0}
#punviewforum th.tc2, #punviewforum th.tc3, #punindex th.tc2, #punindex th.tc3 { padding: 1px 0; }

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}
DIV.postright { margin-left: 18em; }

/* 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: 2px 6px 2px 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;
	margin-top: 0.1em;
	margin-left: 0.2em;
	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}


/****************************************************************/
/* 11. WIDTH AND HEIGHT */
/****************************************************************/

#brdtitle { height: 72px; }
#brdtitle * { display: none; }

#punwrap {
	width: 1000px;
	margin: 0 auto 20px auto;
}


#brdmenu {
	height: 32px;
	line-height: 29px;
}

#brdwelcome {
	height: 52px;
}

#brdwelcome .conr { width: 55%; }
#brdwelcome .conl { width: 40%; }

/****************************************************************/
/* 12.  CATEGORIES PICTURES */
/****************************************************************/

#idx1 h2 span {
background: transparent url(../img/image_categorie_1.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}

#idx2 h2 span {
background: transparent url(../img/image_categorie_2.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}

#idx3 h2 span {
background: transparent url(../img/image_categorie_3.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}

#idx4 h2 span {
background: transparent url(../img/image_categorie_4.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}

#idx5 h2 span {
background: transparent url(../img/image_categorie_6.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}

#idx6 h2 span {
background: transparent url(../img/image_categorie_5.png) no-repeat 0 0;
padding-left: 25px;
height: 22px;
display: block;
}