/*  
Theme Name: GL-EDIT
*/
/*
Theme URI: http://wordpress.org/
Description: Das komplett eingedeutschte Standard-Theme - basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.9
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #112233;
	color: #222222;
	text-align: center;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 890px;
	position: relative;

	}

#header {
	background: url('images/head_bg.gif') no-repeat top center;
	height: 150px;
	margin: 10px 0 0 0px;
	padding: 0;
	}

#headerimg 	{
	margin: 0;
	width: 890px;
	padding: 36px 0 0 0;
	}

#content {
	font-size: 1.2em;
	height: auto !important;
	min-height: 550px;
	height: 550px;
	width: 650px;
	float:left;
	background:#FFFFFF;
	}

content-wrap {
	overflow: hidden;
	}

#content-content {
	width:650px;
	float: left;
	overflow:hidden;
	clear:left;
	}

#content_padding {
	padding: 0px 15px;
	}

#newsteaser h2, #googlemap h2 {
	padding-bottom: 15px;
}

#newsteaser ul {
	margin: 0px;
	padding: 0px;
	}
	
#newsteaser ul li h2 {
	background:none;
}

#googlemap {
	width:620px;
	padding-bottom: 15px;
}
	
#content_top, #content_bottom {width: 650px;height: 15px;overflow: hidden; }
#content_top {background: #fff url(images/nc_top.gif) no-repeat top left;}
#content_bottom {background: #fff url(images/nc_bottom.gif) no-repeat bottom left;float: left;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('images/footer.gif') no-repeat top;
	}

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: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	color: #000000;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
li h2 {
		background: url(images/trenner.gif) no-repeat;
		background-position: bottom;
		display:block;
		height:17px;
		content:"";
		color: #ffffff;
	}

h3 {
	font-size: 1.3em;
	}

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

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

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

a:visited, a:active {
	focus:none;
	text-decoration: none;
	background: none;
	}

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

#sidebar {
	font: 1em;
	color: #cccccc;
	}

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

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

a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.date a {
	font-weight:bolder;
	color: #999;
	text-decoration: none;
	}
	
.date a:hover {
	color:#999;
	text-decoration: underline;
	}

p {margin: 0px; padding-bottom:10px; text-align:left;}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}


#headerimg {
	margin: 0;
	width: 100%;
	}

.post {
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
	}

#newsteaser .entry {
	margin:0px 0px 10px;
}

.entry {
	margin:10px 0;
	text-align: left;
	overflow: hidden;
	}

.post hr {
	display: block;
	}

.date {
	width: 100%;
	clear: both;
	overflow: hidden;
	}
	
.date small {float:left;}

.postmetadata {
	float:left;
	text-align:left;
}

#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 890px;
	height: 75px;
	clear: both;
	}
	
#footer_text {
	position: relative;
	text-align: center;
	color: #FFDD00;
	top: 30px;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

/*	Begin Headers */
h1, h2, h3 {
	padding: 0px;
	margin: 0;
	}
/* End Headers */

/* 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 {
	}

img.alignleft {
	}

.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. */

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: "\25CF \0020";
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 4px 0;
	}

#sidebar ul li ul {
	padding: 2px 0 1px;
	}
	
#sidebar ul li ul li a {
	background: url(images/ul.gif) no-repeat top left;
	padding: 3px 0 0 15px;
	font-size: 0.9em;
	text-decoration: none;
	}
	
#sidebar ul li ul li a:hover {
	text-decoration:underline;
	}	
#sidebar ul li a {
	padding: 0;
	color:#FFFFFF;
}

a {
	text-decoration: none;
	color: #000080;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	font-size: 0.8em;
	}
#footer_text small {
	font-size: 0.6em;
	color: #fff;
	}
	
li {
	list-style: none;
	list-style-position:outside;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#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 Sidebar */
#sidebar {
	color:#FFFFFF;
	float:left;
	padding:0 0 0 10px;
	width:230px;
	overflow: hidden;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* 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;
	}

hr {
	display: none;
	}

#content img {
	padding: 0px 10px 10px 0;
	float: left;
	overflow: hidden;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top:10px;
	}

.navigation a, a:visited {
	color:#999;
	}
.navigation a:hover {text-decoration: underline;}

.more-link a, .more-link a:hover, .more-link a:active, .more-link a:visited {
	color: #000080;
}
	
/* End Various Tags & Classes*/

.sidebar_headline {
color: #FFFFFF;
font-size: 18px;
line-height: 19px;
font-weight: bold; 
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin-bottom: 10px;
}

div.sidebar_headline {
		background: url(images/trenner.gif) no-repeat;
		background-position: bottom;
		display:block;
		content:"";
		padding-bottom: 4px;
	}

#sidebar_top, #sidebar_bottom {width: 230px;height: 15px;overflow: hidden;}
#sidebar_top {background:url(images/sidebar_top.gif) no-repeat top left;}
#sidebar_bottom {background:url(images/sidebar_bottom.gif) no-repeat bottom left;}

#counter {
	height: 50px;
	width: 230px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0px;
	background:url(images/counter.gif);
	background-repeat: no-repeat;
	text-align:center;
	position: relative;
	}
	
#pageedit {
	margin-top: 3px;
	color: #FFDD00;
	}
	
#side {
	background-color: #2d6e89;
	}

#counter ul {
text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fd0;
	top: 10px;
	margin: 0px 0 0 8px;
	padding: 3px 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	background-color: #000000;
	width: 110px;
	height: 18px !important;
	overflow-y: hidden;
}

#countdown {
	font-size:16px;
	padding-bottom: 8px;
	color:#333;
	font-weight:bold;
	}
	
span.go {
	color:#44991F;
	}

span.togo {
	color:#A01721;
	}

/* TABLES */

table, td, tr {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

