/*  
Theme Name: WhiteRose 
Theme URI: http://whitedarkness.de/ 
Description: Das Theme für die Whitedarkness als Wordpress-Blog. Jetzt neu und noch besser...
Version: 1.01 beta
Author: Elias Schwerdtfeger
Author URI: http://www.tamagothi.de/
*/



/*
** Grundlegende Designeinstellungen.
*/

body {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #eee;
	color: #333;
	font-family: Arial,helvetica,sans-serif;
	font-size: 11pt;
}

div {
	margin: 0px;
	padding: 0px;
}
	
div.inner, div.textwidget {
	padding: 4px;
}

hr {
	visibility: hidden;
}

a, a:visited {
	text-decoration: none;
	color: #006;
}

a:active, a:hover {
	text-decoration: underline;
	color: #c00;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #000;
}


blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 4px;
	padding-left: 8px;
	background-color: #f8f8f8;
	border-left: 6px solid #eee;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

/*
** Formatierung des Titelbereiches.
** Das sieht ziemlich schlimm aus, weil die Texte auf unsichtbar
** gesetzt werden, während die grafischen Elemente mit Metaformaten
** eingefügt werden. Ich weiß auch nicht, ob das mit jedem Browser
** funktioniert.
*/

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background-color: #fff;
	background-image: url(images/headerneu.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #444;
	cursor: pointer;
	overflow: hidden;
}

#header h1, #header h2, #header a {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	visibility: hidden;
}


/*
** Formatierung des Suchfeldes und der direkten Seitennavigation
** Dies ist eine Design-Altlast aus den Mambo-Zeiten, aber das Design
** sollte so wenig wie moeglich verändert werden, um eine leichte
** Wiedererkennung zu gewaehrleisten.
*/

#topbar {
	position: absolute;
	left: 0px;
	top: 81px;
	height: 18px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #444;
	font-size: 13px;
	overflow: hidden;
}

#quicksearch {
	float: left;
	width: 184px;
	padding-right: 8px;
}

input.searchit {
	border: 0px;
	border-right: 1px solid #444;
	padding: 1px;
	padding-left: 4px;
	width: 179px;
	height: 16px;
	font-height: 14px;
	color: #a00;
}

input.searchsubmit {
	visibility: hidden;
	width: 0px;
	height: 0px;
} 

#topbar ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

#topbar ul li {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	height: 18px;
}

#topbar ul li.current {
	font-weight: bold;
}

#topbar ul li.current a, #topbar ul li.current a:visited {
	color:#333;
}

/*
** Formatierung des Anzeigebereiches
*/

#content {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	background-color: #eee;
}

/* Die Ueberschrift der Navigation erscheint nur, wenn der Browser kein CSS kann */

#navtitle {
	height: 0px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}


/*
** Formatierung des Anzeigebereiches für die Posts
*/

#postdisplay {
	position: absolute;
	left: 20%;
	top: 12px;
	width: 60%;
	overflow: hidden;
	background-color: transparent;
	padding-bottom: 12px;
}


/*
** Formatierung der Sidebars
** WIP!
*/

.sidebar {
	position: absolute;
	width: 18%;
	top: 8px;
	overflow: hidden;
	background-color: transparent;
	font-size: 85%;
	padding: 0px;
	margin: 0px;
}

#leftbar {
	left: 1%;
}

#rightbar {
	left: 81%;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #fff;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.sidebar ul li {
	margin: 0px;
	padding: 0px;
}

.sidebar ul li h2 {
	margin: 0px;
	padding: 4px;
	letter-spacing: 1px;
	text-align:center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9pt; 
	background-image: url(images/headbg.jpg);
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}

.sidebar ul li h2 a {
	color: #000;
	text-decoration: none;
}

.sidebar ul li ul {
	list-style-type: none;
	border: 0px;
}

.sidebar ul li ul li {
	margin: 4px;
	padding: 0px;
}

.sidebar ul li ul li ul li {
	padding-left: 1.2em;
}

.sidebar ul li p {
	margin: 4px;
}

.widgettitle img {
	width:0px;
	height:0px;
	visibility: hidden;
}

/*
** Formatierung der Postanzeige
*/


.postsingle {
	border: 1px solid #888;
	background-color: #fff;
	margin-bottom: 1em;
	clear: both;
}

.postsingle h2 {
	background-image: url(images/headbg.jpg);
        background-repeat: repeat-x; /* Elias, 07-12-19 */
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #888; 
	font-weight: normal;
	letter-spacing: 1px;
}

.postsingle h2 a {
	display: block;
}

.postsingle h2 a, .postsingle h2 a:visited {
	color: #000;
}

.postsingle h2 a:hover {
	color: #a00;
}

p.postmeta, p.postlinks {
	font-size: 85%;
	color: #666;
}

p.postmeta {
	margin-top: 0px;
	margin-bottom: 1em;
}

p.postlinks {
	margin-top: 1em;
	margin-bottom: 0px;
	text-align: center;
}

p.postlinks a {
	color: #666;
}

p.postlinks a:active, p.postlinks a:hover {
	color: #a00;
}

p.postmetalong {
	margin: 0.5em;
	border: #888;
	padding: 0.5em;
	font-size: 85%;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}

.postnav {
	font-size: 85%;
	margin-bottom: 1.5em;
}

.postnavprev {
	display: inline;
	float: right;
}

.postnavnext {
	display: inline;
	float: left;
}

/*
** Formatierung der Kommentare und der Kommentarform
*/

h3.respond {
	font-weight: normal;
	font-size: 110%;
}

h3.respond a {
	color: #000;
	text-decoration: none;
}

#com_author, #com_email, #com_url, #com_comment {
	width: 90%;
	margin-left: 5%;
}

.clabel, #submit {
	margin-left: 5%;
}

li.alt, li.nalt {
	margin-right: 5%;
	margin-bottom: 1em;
	padding: 4px;
}

/*
** fuer unterschiedlich eingefaerbte Kommentare 
*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* 
** braucht man immer 
*/
acronym, abbr, span.caps {
	cursor: help;
}

/*
** Mailform
*/

form dl, dl.labels {
	margin:0em;
	font-size:100%;
	margin-top:0.5em;
}

form dt, dl.labels dt {
	float:left;
	width:7em;
	margin-bottom:0.8em;
	color:#555;
	text-align:right;
	font-weight:400;
	position:relative; /* IEWin hack */
}

form dd, dl.labels dd {
	margin-left:8em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	text-align:left;
	padding-left:0.5em;
}

form dd.submit, dl.labels dd.submit  { 
	margin-top:2em;
}

.error_msg {
	font-weight:700;
	color:#FF0000;
}

.pxs_css_spamcheck {
	display: none !important;
}

#your_name, #email, #blog, #msg, #your_subject {
	width: 60%;
}


/*
** Galeriebild in der Sidebar
*/

#wpg2-sbar-block div {
 text-align: center;
}

.giDescription {
 font-size: 10pt;
 font-weight: bold;
}


/*
** It must be a starving man who likes to hear the crippled minds talk...
** (Wolfsheim, Elias)
*/

