/*  
Theme Name: Elektronik-Fibel
Description: Theme für Elektronik-Fibel
Version: 1.1
Author: Patrick Schnabel
*/

/* Begin Typography & Colors */
body {
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	background: #D5D6D7 url('images/losemymindbgcolor.jpg');
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}

#page {
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	background-color: white;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	background: url('images/losemymindbgwide.jpg') repeat-y top;
	}

#header {
	background: url('images/losemymindheader.jpg') no-repeat bottom center;
	margin: 0 0 0 1px;
	padding: 0;
	height: 20px;
	width: 758px;
	}

#content {
	margin: 0 40px 0 40px;
	width: 680px;
	}

.post {
       margin-top: 10px;
	}

.post p {
	text-align: justify;
        }

.entry {
	font-size: 16px;
	}

.entry p {
        line-height: 1.2em;
        }

.entry-meta {
	border-top: thin solid #69F;
	border-bottom: thin solid #69F;
	color: #999;
	font-size: 12px;
	line-height: 4px;
	margin: 0 50px 0;
	}

.entry-related {
	margin: 0 50px 0 50px;
	}

.post hr {
	display: block;
	}

#pingbox { padding: 20px 70px 10px 70px; width: 620px; clear: both; }

#footer {
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	background: #E7E7E7 url('images/losemymindfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-size: 12px;
	}

a, a:visited {
	color: #C00;
	text-decoration: none;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 48px;
	padding: 0px;
	margin: 20px 0px;
        color: #C00;
        text-align: center;
	}

h2 {
	margin: 20px 0px 40px 0px;
	font-size: 28px;
        text-align: center;
	}

h2 .comments {
	color: #DDD;
	}

h2.pagetitle {
	text-align: center;
	padding-top: 40px;
	}

h3 {
	font-size: 20px;
	padding: 0px;
	margin: 25px 0px;
	}

h2, h2 a, h2 a:visited, h3 {
	color: #666;
	}

h3 a, h3 a:visited {
	color: #9BF;
	}

h3 a:hover {
	color: #666;
	border: none;
	}

.entry a:hover {
text-decoration:underline
	}

.entry a:visited {
	color: #B85B5A;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 16px "Verdana", Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	}

#commentform p {
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.subscribe-to-comments {
	font-size: 12px;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 0.7px;
	}


/* End Typography & Colors */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.archive-list li a:hover {
	border: none;
	}

.entry ul {
	padding: 0 0 0 20px;
	margin: 0;
	} 

.entry ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0 50px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	margin: 0 50px 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0px;
        line-height: 1.5em;
        text-decoration: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-size: 26px;
	display: block;
	text-align: center;
	margin-top: 30px;
	}

.navigation a:hover {
	border: none;
	color: #666;
	}
/* End Various Tags & Classes*/
