/* @override http://www.evewhite.com/wp-content/themes/bla_v1.1.1_de/style.css */

/* @override http://www.evewhite.com/wp-content/themes/bla_v1.1.1_de/style.css */

/* @override 
	http://www.evewhite.com/wordpress/wp-content/themes/bla_v1.1.1_de/style.css
	http://www.evewhite.com/wp-content/themes/bla_v1.1.1_de/style.css
*/


/* HINTERGRUND-BILDER UND FARBEN */
/*********************************/

#m_head			{ background: none no-repeat; }
#m_content		{ background: none no-repeat; }
#m_foot			{ background: transparent none no-repeat; }
#n_head			{ background: no-repeat; }
#n_content		{ background: transparent repeat-y; }
#n_foot			{ background: no-repeat; }

/* PFLICHTPROGRAMM */
/*******************/

body {
	font: normal 11px "Courier New", Courier, mono;
	color: white;
	margin: 0px;
	background: black url(imgs/motecdaniel.gif) repeat;
	text-transform: lowercase;
}
div {
	position: relative; 
	margin: 0px;
}

/* LINKS */
/*********/

a {
	color: white; 
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: black;
}
a:hover {
	color: #fff;
	text-decoration: line-through;
	font-style: normal;
	font-weight: normal;
}
/* link layout fuer die navigationsleiste */
#sidebar a {
	color: white;
	font-style: normal;
	font-weight: normal;
	background-color: none;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: line-through;
}
/* link layout fuer den footer und header in weiss und monospace */
#m_foot_title a, #m_title a {
	color: #FFF;
	background-color: transparent;
}
/* link layout fuer die ueberschriften der beitraege in schwarz */
.post h1 a {
	color: #fff;
	background-color: #000000;
}
.post h1 a:hover {
	color: #fff;
	text-decoration: none;
}

/* TEXT */
/********/

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3 {
	font: 13px "Courier New", Courier, mono;
	margin-top: 10px;
	margin-left: 0px;
	background-color: #000000;
	
	text-transform: uppercase;
	letter-spacing: 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 6px;
}
p {
	margin-bottom: 15px;
	background-color: none;
}
/* wie pack ich das datum direkt unter eine ueberschrift? */
.post h1 {
	margin: 0px;
}
.post div.entry {
	margin-top: 15px;
	background-color: transparent;
	background-image: none;
}

/* 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 {
	margin: 0 10px 10px 0;
}
/* als extra-klasse fuer lustige kleine bildchen */
.postimg {
	float: left;
}

/* DIVS */
/********/

div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta, small {
	font-size: 10px;
	text-align: right;
}
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 {
	font: normal 11px "Courier New", Courier, mono;
	border: 1px solid #000;
	background-color: white;
}
#commentform textarea {
	width: 573px;
	height: 100px;
}

/* NAVIGATIONSLISTEN */
/*********************/

#sidebar ul, #sidebar li {
	margin-top: 3px;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	list-style: none;
}
#sidebar ul li ul {
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	list-style: none;
	
}
#sidebar h1, #sidebar h2, #sidebar h3 {
	margin: 0px;
}

/* KOMMENTARLISTEN */
/*******************/

#main ol li {
	margin: 0 20px 10px 0;
}

/* NAVIGATION IM ARCHIV */
/************************/

.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* DAS EIGENTLICHE DESIGN, BABY */
/********************************/
#container {
	width: 720px;
	margin: 0 0 0px 0px;
}
/* die m_-divs, der inhalt auf der linken seite */
#m_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 538px;
	border: 20px none white;
}
#m_head {
	width: 1247px;
	height: 432px;
	background: url(imgs/evewhiteblog_typo.gif) no-repeat;
}
#m_title {
	font: normal 10px "Courier New", Courier, mono;
	
	text-align: left;
	color: #FFF;
	left: 20px;
	top: 333px;
	width: 664px;
	z-index: 2;
}
#m_content {
	width: 640px;
	padding-bottom: 120px;
	border-right-style: dotted;
	border-right-width: 1px;
}
#m_foot {
	margin: 0px;
	width: 548px;
	height: 155px;
	z-index: 1;
}
#m_foot_title {
	font: normal 11px "Courier New", Courier, mono;
	text-align: center;
	left: 86px;
	top: 30px;
	width: 90px;
	z-index: 2;
}
/* hier kommt letztendlich alles rein */
#main {
	text-align: left;
	margin-bottom: 10px;
	width: 573px;
	left: 20px;
	top: 0px;
}		
/* und die n_-divs, die navigation auf der rechten seite */
#n_container {
	position: absolute;
	top: 0px;
	left: 630px;
	width: 218px;
}
#n_head {
	width: 218px;
	height: 28px;
}
#n_content {
	width: 217px;
	padding-bottom: 20px;
}
#n_foot {
	width: 217px;
	height: 100px;
}
/* hier kommt letztendlich die navigation (sidebar) rein */
#sidebar {
	text-transform: lowercase;
	width: 160px;
	top: 10px;
	left: 27px;
}

img.eve {
	background:none;
	padding:0 0 0 0;
	border:none;
	float:none;
	position: fixed;
	
	top: 0px;
	left: 815px;
}

/* jo, das wars. viel spass damit */

