/*

 ChemtTown Theme by Stefan Jenkner <stefan@jenkner.org>
 Inspired by Kubrick

*/



/* Schrift und Farbe */
body {
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #fff;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

#header {
	background: url('/static/townwide.png') repeat-x top;
	}

#headerimg {
	background: #fff url('/static/town.png') no-repeat center top;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#extra {
	padding-top: 50px;
	}

#footbar {
	background-color: #eee;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: none;
	}

#footbar ul li a, #footbar ul li a:hover, #footbar ul li a:visited {
	color: #333;
	}

#footbar div ul, #footbar div ul li em small {
	font-size: 1.1em;
	line-height: 1.6em;
	}


#footer {
	background-color: #399;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, #footer p, #footer a {
	text-decoration: none;
	color: white;
	}

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

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p, .column p {
	font-size: 1.1em;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li {
	border-left: 1px solid #399;
	}

.commentlist li.alt {
	border-left: 1px solid #ddd;
	}

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

pre {
	background-color: #eee;
	font-size: 1.1em
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #399;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.tag-1 { font-size: 12px; }
.tag-2 { font-size: 13px; }
.tag-3 { font-size: 14px; }
.tag-4 { font-size: 15px; }
.tag-5 { font-size: 16px; }
.tag-6 { font-size: 17px; }
.tag-7 { font-size: 18px; }
.tag-8 { font-size: 19px; }



/* Struktur */

body {
	margin: 0;
	padding: 0;
}

.column {
	width: 500px;
	margin: 0px auto;
	}

.halfcolumn {
	width: 250px;
	}

.quatercolumn {
	width: 125px;
	}

.halfcolumn, .quatercolumn {
	float: left;
	margin: 0;
	}

.column, .halfcolumn, .quatercolumn {
	text-align: left;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	text-align: center;
}

.justify {
	text-align: justify;
	}

.clear {
	clear: both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


#header {
	margin: 0;
	padding: 0;
	height: 300px;
	}

#headerimg {
	margin: 0px auto;
	height: 300px;
	width: 700px;
	}


#footbar {
	margin-top: 50px;
	padding: 20px 0;
	clear: both;
	}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/* Headlines */

h1 {
	padding-top: 50px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* Bilder */

p img {
	padding: 0;
	max-width: 100%;
	margin: 0px auto;
	}

#footbar a img {
	border: 2px solid white;
	padding: 0;
	margin: 1px;
}



/* Navigation */

ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	}

ul#navigation li {
	display: block;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
	}


/* Listen */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

#footbar div ul {
	padding-left: 0;
	margin-left: 0;
	}

#footbar div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}


.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
	display: inline;
	float: right;
	}

ul.iconlist {
	margin-bottom: .8em;
}

.iconlist li {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.comments-feed { background-image: url(/static/comments-feed.png); }
li.feed { background-image: url(/static/feed.png); }


/* Formulare */

select {
	width: 130px;
	}

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

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

#commentform #submit {
	margin: 0;
	}


/* Kommentare */

ol.commentlist, ul.commentlist {
	margin-left: 1px;
	padding-left: 0;
	}

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

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

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform p {
	margin: 5px 0;
	}




/* HTML structs  */
acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

pre {
	overflow: auto;
	padding: 10px;
	margin: 0;
	width: 480px;
}

