/*
  subBlack theme for phpBB version 2+
	Created by Gamerhaven
	http://www.gamerhaven.com
	Based on the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* Genereller Seitenstyle. Die Scrallbarfarben nur sichtbar in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

/* Generelle Schriftarten für common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #634A31; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #AFAFAF; }
hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}

/* Das Banner und dessen Hintergrund in overall_header.tpl */
.banner { 
        background-image: url(images/banner/sepia_01.jpg); 
        height: 150px; 
        width: 800px; 
}

/* Das ist die Rahmen & Hintergrundfarbe um die ganze Seite Herum */
.bodyline	{ background-color: #000000; border: 1px #212121 solid; }

/* Das ist die Umrandum um die Hauptforen Table */
.forumline	{ background-color: #000000; border: 2px #212121 solid; }


/* Haupttable Zellenfarbe und Hintergrund */
td.row1	{ background-color: #000000; }
td.row2	{ background-color: #212121; }
td.row3	{ background-color: #000000; }


/*
  Das ist für die Tabellenzelle über den Topics, Posts & Zuletzt geposted auf der index.php
  Als Standart ist das schwarzgrau farbverlaufende Hintergrund
  Kann man auch durch Bitmaps spezifisch für jedes Forum ersätzen
*/
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Kopfzeilen - die schwarzgau verlaufenden Hintergründe */
th	{
	color: #AFAFAF; font-size: 12px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#000000; border: #FFCC66; border-style: solid; height: 28px;
}


/*
  Setze zusätzlich hübsche innere Umrandungen für die Haupttabellenzellen
  Die Namen geben an auf welcher Seite die Umrandung sein wird
  Kümmer dich nicht drum wenn du das nicht verstehst, ignoriere es einfach
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFCC66; border-style: solid; height: 25px; }
td.row3Right,td.spaceRow {
	background-color: #000000; border: #FFCC66; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* Der größte Text der in Indexseitenname und Topictitel usw verwendet wird*/
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #AFAFAF;
}


/* Genereller Text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #AFAFAF; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #AFAFAF; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #AFAFAF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #634A31; text-decoration: none; }


/* Die Register, Login, Search etc Links oben auf der Seite */
.mainmenu		{ font-size : 11px; color : #A38369; }
a.mainmenu		{ text-decoration: none; color : #A38369;  }
a.mainmenu:visited { text-decoration: none; color : #A38369; }
a.mainmenu:hover{ text-decoration: none; color : #634A31; }


/* Forumkathegorie Titel */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #AFAFAF}
a.cattitle		{ text-decoration: none; color : #AFAFAF; }
a.cattitle:visited { text-decoration: none; color : #AFAFAF; }
a.cattitle:hover{  color: #634A31; text-decoration: none; }


/* Forum Titel: Text und Link zu den Foren benutzt in index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #AFAFAF; }
a.forumlink 	{ text-decoration: none; color : #AFAFAF; }
a.forumlink:visited { text-decoration: none; color : #AFAFAF; }
a.forumlink:hover{ text-decoration: none; color : #634A31; }


/* Der Navigationstext, (Page 1,2,3 etc) und die Navigationsleiste im Forum */
.nav			{ font-weight: bold; font-size: 11px; color : #A38369;}
a.nav			{ text-decoration: none; color : #A38369; }
a.nav:visited { text-decoration: none; color : #A38369; }
a.nav:hover		{ text-decoration: none; color : #634A31; }


/* Topictitel: kann auch die Farbe für besuchten Link spezifizieren */
.topictitle			{ font-weight: bold; font-size: 11px; color : #AFAFAF; }
a.topictitle:link   { text-decoration: none; color : #A38369; }
a.topictitle:visited { text-decoration: none; color : #A38369; }
a.topictitle:hover	{ text-decoration: underline; color : #634A31; }


/* Name des Posters in viewmsg.php und viewtopic.php etc */
.name			{ font-size : 11px; color : #AFAFAF;}

/* Herkubft, Anzahl Beiträge, Eintragsdatum etc */
.postdetails		{ font-size : 10px; color : #AFAFAF; }


/* Postingtext (body of text) */
.postbody { font-size : 12px; color: #AFAFAF;}
a.postlink:link	{ text-decoration: none; color : #A38369; }
a.postlink:visited { text-decoration: none; color : #A38369; }
a.postlink:hover { text-decoration: none; color : #634A31; }


/* Zitate & Code Blöcke */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #afafaf;
	background-color: #0B0B0B; border: #afafaf; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #afafaf; line-height: 125%;
	background-color: #0B0B0B; border: #afafaf; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright und Footer Info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: -1px;}
a.copyright		{ color: #000000; text-decoration: none;}
a.copyright:link   { color : #000000; text-decoration: none;}
a.copyright:visited { color : #000000; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Formularelemente */
textarea, select {
	color : #AFAFAF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #AFAFAF;
}

/* Hintergrund für Texteingabefelder */
input.post, textarea.post, select {
	background-color : #000000;
	color : #AFAFAF;
}

input { text-indent : 2px; 
	color : #000000; }

/* Die Buttons für BBCode in Messagetexten */
input.button {
	background-color : #000000;
	color : #AFAFAF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Die Hauptübermittlungsbutton Option */
input.mainoption {
	background-color : #000000;
	color : #AFAFAF;
	font-weight : bold;
}

/* Übermittlungsbutton nicht Fett */
input.liteoption {
	background-color : #000000;
	color : #AFAFAF;
	font-weight : normal;
}

/* Das ist die Zeile auf der Postingeingabeseite die die Rollover
  Hilfezeile anzeigt. Das ist zwar eine Textbox, aber wenn da die selbe
  Farbe wie der Hintergrund gesetzt ist wird das niemand je erfahren ;)
*/
.helpline { color : #AFAFAF; background-color: #212121; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
