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

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

/* ELEMENTE UND VERSCHACHTELTE ELEMENTE
ELEMENTS AND NESTED ELEMENTS */

/* KLASSEN UND ELEMENTE MIT KLASSEN
CLASSES AND ELEMENTS WITH CLASSES */
/* Nichtgedruckte Bereiche
Non-printed areas */
.donotprint {
	display: none;
}

/* Blog-Beschreibung
Blog description */
.description {
	font-size: 8pt;
	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: 8pt;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #000000;
}

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

/* Postüberschrift
Post heading aka story title */
H3.storytitle A {
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	margin-top: 0em;
	margin-bottom: 0em;
	page-break-inside: avoid;
}

.storytitle {
}

/* ID-SPEZIFISCHE ANGABEN
ID-SPECIFIC DECLARATIONS */
/* Inhaltsbereich
Content area */
#content {
	float: none;
	clear: both;
}

/* Leiste mit Zusatzkram
Bar with additional stuff */
/* Fußzeile
Footer */
#footer {
	display: none;
}

#specialbar {
	display: none
}
