/*
Theme Name: Erich Klausener Realschule
Theme URI: http://www.erich-klausener-realschule.de
Description: Wordpress-Theme für die EKS Dorsten
Version: 1.0
Author: Dominik Hanke
Author URI: http://www.bitte-nicht-lesen.de/

Die Formatierungen für das Seitenlayout finden sich in der Datei /layout.css
*/
body, th, td, input, textarea, select, option {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size:   12px;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Verdana, serif;
	font-weight: normal;
	color:       #000;
}

h1 {
	display:         block;
	width:           100%;
	padding:         0 0 4px 12px;
	margin:          0 0 1em 0;
	border-bottom:   1px dotted #13692c;
	text-decoration: none;
	font-size:       14px;
	font-weight:     bold;
	cursor:          default;
}

h1 a {
	margin:  0;
	padding: 0;
}

h2 {
	font-size:   13px;
	font-weight: bold;
	padding:     0 0 4px 12px;
	margin:      0 0 0.5em 0;
	border-bottom: 1px dotted #a0a0a0;
}

h3 {
	font-size:   12px;
	font-weight: bold;
	padding:     0 0 4px 0;
	margin:      0 0 0.3em 0;
}

p {
	margin:      0 0 1em 0;
	padding:     0;
	font-size:   12px;
	text-align:  justify;
	line-height: 18px;
}

a {
	color: #000;
}

div.post-content {
	margin: 12px;
}

#content img {
	padding: 2px;
	border:  1px solid #c0c0c0;
}

/*start WP image styles*/

/*	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; width: auto; }
.alignleft { float: left; width: auto; }
	
/*WP image styles end*/

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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.clear { clear: both; }