/*
Pseudometadaten
Autor: Steven "Kreuvf" Koenig
Inhalt: ergänzende CSS-Angaben, die für board.warzone2100.de gültig sind
Erstelldatum: 23.02.2008
Letzte Änderung: 23.02.2008

Pseudo meta data
Author: Steven "Kreuvf" Koenig
Content: additional CSS-declarations that valid for board.warzone2100.de only
Date of creation: 2008-02-23 (YYYY-MM-DD)
Last change: 2008-02-23 (YYYY-MM-DD)
*/

/* ELEMENTE UND VERSCHACHTELTE ELEMENTE
ELEMENTS AND NESTED ELEMENTS */
H1 {
	font-size: 2em;
	font-weight: 700;
	margin-top: 0em;
	margin-bottom: 0em;
}

H2 {
	font-size: 1.75em;
	font-weight: 700;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000000;
	background-color: #CFCFCF;
}

H3 {
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0em;
	margin-bottom: 0em;
}

H4 {
	font-size: 1.25em;
	font-weight: 500;
}

H5 {
	font-size: 1em;
	font-weight: 600;
}

H6 {
	font-size: 1em;
	font-weight: 500;
	font-style: italic;
}

B {
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0em;
}
I {
	font-size: 1em;
	font-style: italic;
}
U {
	font-size: 1em;
	text-decoration: underline;
}

/* KLASSEN UND ELEMENTE MIT KLASSEN
CLASSES AND ELEMENTS WITH CLASSES */
/* Blog-Beschreibung
Blog description */
.description {
	font-size: 0.8em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Meta-Bereich im Post
Meta area of a post */
.meta {
	font-size: 0.8em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid black;
}

/* Blogpost
Blog post*/
.post {
	padding-left: 1em;
	padding-right: 1em;
}

/* Postüberschrift
Post heading aka story title */
.storytitle {}

/* ID-SPEZIFISCHE ANGABEN
ID-SPECIFIC DECLARATIONS */
/* Inhaltsbereich
Content area */
#content {
	float: left;
	max-width: 66%;
	width: 66%;
}

/* Fußzeile
Footer */
#footer {
	clear: both;
}

/* Leiste mit Zusatzkram
Bar with additional stuff */
#specialbar {
	float: left;
	max-width: 34%;
	width: 34%;
}

#specialbar INPUT {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #7F7F7F;
}

#specialbar UL {
	list-style-type: none;
	padding: 0em 0em 0em 1em;
	margin: 0em 0em 0em 0em;
}

#specialbar LI > UL {
	list-style-type: square;
	padding: 0em 0em 0em 1em;
	margin: 0em 0em 0em 0em;
}
