/*  
Theme Name: bla. - deutsche version
Theme URI: http://wordpress.org/
Description: Basierend auf dem Kubrick-Template dem Design meiner <a href="http://nebelschwade.kulturinventur.de/blog/">privaten Homepage</a> entstand dieses Wordpress-Theme.
Version: 1.1 fork 2.0 by pantoffelpunk
Author: Steffen Becker / pantoffelpunk
Author URI: http://nebelschwade.kulturinventur.de/
bla. v1.1 - deutsche version powered by
http://nebelschwade.kulturinventur.de/
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Dieses Theme wurde bearbeitet und erstellt von Steffen Becker aka nebelschwade.
Ich wuerde mich freuen, wenn ihr einen Link auf meine Homepage setzen wuerdet, sofern
ihr dieses herrlische Theme verwendet. Und zoegert nicht mich bei Fragen, Kritik
oder Anregungen zu kontaktieren: http://nebelschwade.kulturinventur.de/kontakt
***********************************************************************************/

.wp-flattr-button, .tw_button {margin:0 0 0px 30px; float:left; height:20px;}
.wp-flattr-button a{margin-top:-20px;}
#fcbk_share {clear:none!important; float:left; margin-top:2px; height:20px!important;}
h1#respond {margin-top:20px;} 

.authcomment p, .authcomment .meta {padding:8px;}
.tweetmeme_button {float:none!important;}

div.entry > div.meta { margin-top:12px; }

div.yarr
{
	color:#801C1A;
	font-weight:bold;
	font-size:9px;
	align:left;
	position:relative;
}

.yarr:hover { color:#826e4b; }

.yarr span
{
	cursor:pointer;
	bottom:0;
	right:0
}

.yarr img { vertical-align:-2px }

li:hover .yarr { visibility:visible }

/* HINTERGRUND-BILDER UND FARBEN */

/*********************************/

#m_head { background: url(imgs/main_head2.jpg) no-repeat; }

#m_content { background: #EDC url(imgs/main_cont.jpg) repeat-y; }

#m_foot { background: url(imgs/main_foot.jpg) no-repeat; }

#n_head { background: url(imgs/nav_head.jpg) no-repeat; }

#n_content { background: #EDC url(imgs/nav_cont.jpg) repeat-y; }

#n_foot { background: url(imgs/nav_foot.jpg) no-repeat; }

/* PFLICHTPROGRAMM */
/*******************/
#ed_toolbar input
{
	background: #14181B;
	color: white;
	border:2px dashed #323136;
	padding: 0px;
	width: 65px;
}

#ed_toolbar input:hover
{
	background: #323136;
	color: white;
	border:2px dashed #14181B;
	padding: 0px;
	width: 65px;
}

body
{
	font: normal 11px Verdana, sans-serif;
	color: #000;
	background-color: #333;
	/* background-image: URL(http://blog.pantoffelpunk.de/wp-content/themes/bla/imgs/anschlag.png); */
background-repeat:no-repeat;
	background-attachment:fixed;
	background-z-level:2;
	padding:0px;
	margin: 0px;
}

blockquote
{
	border-top:1px solid #986c3d;
	border-bottom:1px solid #986c3d;
	/* border-left:6px solid #d3b28e; */
color: #986c3d;
	background-image: URL(http://blog.pantoffelpunk.de/wp-content/themes/bla/imgs/blockquote.jpg);
	padding: 5px 5px 5px 5px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 15px;
	font-size:0.9em;
	display:table;
	white-space:normal;
	width:90%;
}

div
{
	position: relative;
	margin: 0px;
}

/* LINKS */
/*********/
a
{
	color: #700;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	color: #826e4b;
	text-decoration: none;
}

a.st_tag {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

/* link layout fuer die navigationsleiste */
#nav a
{
	color: #700;
	font-size:9px;
}

#nav a:hover
{
	color: #826e4b;
	text-decoration: none;
}

/* link layout fuer den footer und header in weiss und monospace */
#m_foot_title a, #m_title a { color: #FFF; }

/* link layout fuer die ueberschriften der beitraege in schwarz */
.post h1 a
{
	color: #000;
	text-align:left!important;
}

.post h1 a:hover
{
	color: #700;
	text-decoration: none;
}

/* TEXT */
/********/

b, strong { font-weight: bold; }
i, em { font-style: italic; }
h1, h2, h3
{
	/* font: normal 17px Verdana, serif; */
	font-weight:bold;
	margin: 5px 0 15px 0;
}
p { margin-bottom: 15px; }

/* wie pack ich das datum direkt unter eine ueberschrift? */
.post h1 { margin: 0px; }
.post div.entry { margin-top: 15px; }

/* GRAFIKEN */
/************/
/* max-width wird nich vom ie6 interpretiert, deshalb trotzdem auf max 450px bilder-breite achten */
a img, img
{
	border: 0px;
	max-width: 100%;
}

.post img
{
	align:center;
	margin: 0 10px 10px 0;
}

/* als extra-klasse fuer lustige kleine bildchen */
.postimg { align: center; }
img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* DIVS */
/********/
div.post
{
	margin-bottom: 15px;
	text-align: justify;
}

div.post h1 { text-align:left; }
div.meta, small
{
	font-size: 10px;
	text-align: right;
clear:both;
}
div.center { text-align: center; }
div.line
{
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 100px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #000;
}

/* FORMULARE */
/*************/
#commentform input, #commentform textarea, #searchform input, select
{
	font: normal 11px Arial, sans-serif;
	background: #efdfce;
	border: 1px solid #000;
}
#commentform textarea
{
	width: 450px;
	height: 200px;
}

/* NAVIGATIONSLISTEN */
/*********************/
#nav ul, #nav li
{
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
#nav ul li ul
{
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav h1, #nav h2, #nav h3 { margin: 0 0 0 0; }

/* KOMMENTARLISTEN */
/*******************/

#main ol li { margin: 0 20px 10px 0; }

/* NAVIGATION IM ARCHIV */
/************************/
.alignright { float: right; }
.alignleft { float: left }
/* DAS EIGENTLICHE DESIGN, BABY */
/********************************/
#container
{
	width: 770px;
	margin: 0 auto 20px auto;
}

/* die m_-divs, der inhalt auf der linken seite */
#m_container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 548px;
}

#m_head
{
	width: 548px;
	height: 260px;
}

#m_title
{
	font: normal 16px Courier New, monospace;
	text-align: center;
	color: #FFF;
	left: 347px;
	top: 70px;
	width: 120px;
	z-index: 2;
}

#m_content
{
	width: 548px;
	padding-bottom: 40px;
}

#m_foot
{
	margin: 0px;
	width: 588px;
	height: 155px;
	z-index: 1;
}

#m_foot_title
{
	font: normal 12px Courier New, monospace;
	text-align: center;
	left: 86px;
	top: 30px;
	width: 90px;
	z-index: 2;
}

/* hier kommt letztendlich alles rein */

#main
{
	text-align: justify;
	margin-bottom: 25px;
	width: 450px;
	left: 63px;
	top: 20px;
}

/* und die n_-divs, die navigation auf der rechten seite */
#n_container
{
	position: absolute;
	top: 30px;
	left: 549px;
	width: 218px;
	z-index:1;
}

#n_head
{
	width: 218px;
	height: 110px;
}

#n_content
{
	width: 217px;
	padding-bottom: 20px;
}

#n_foot
{
	width: 217px;
	height: 100px;
}

/* hier kommt letztendlich die navigation (sidebar) rein */
#nav
{
width: 176px;
	top: 10px;
	left: 28px;
}
.meta
{
	font-size:9px;
	color:#5b5b5b;
}

/* jo, das wars. viel spass damit */

label
{
	display:block;
	width:300px;
}

.contact { width:250px; }
.authcomment { background: url(imgs/author.png) repeat-y; }
h1#comments
{

}