/*Theme Name: Extrablatt
Description: Theme for Extrablatt München based on the wonderful Mimbo theme by Darren Hoyt http://darrenhoyt.com
Author: Pascal Jeschke
Author URI: http://pascaljeschke.de
*/

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #DDD;
	color: #545454;
	padding: 15px 0 25px 0;
	}

body, select, input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #0b50a2;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height: 1px;
	background: #b6b6b6;
	border: 0;
	}

img, a:link img, a:visited img {
	border: 0;
	}
	
		

/* Structure */

#page {
	width: 830px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 19px;
	background: #FFF;
	padding: 25px 25px 35px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	float:right
	}

#leftcol {
	width:287px;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	border-left:1px solid #b6b6b6;
	}
	
.nachrichten {
	margin-bottom: 30px;
	}


/*Main Navbar */

#nav {
	font-size: 13px;
	border-top: 1px solid #b6b6b6;
	border-bottom: 3px double #b6b6b6;
	padding: 16px 0;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	color: #333;
	border:none;
	}

#nav li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing: 2px;
	float: left;
	list-style: none;
	border-right: 1px dotted #b6b6b6;
	padding: 0 12px;
	}

#nav a, #nav a:visited {
	display: block;
	font-weight: bold;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration:none;
	color: #0b50a2;
	}


/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited, .wp-tag-cloud li a {
	display:block;
	padding: 4px 4px 4px 0;
	border-bottom:1px dotted #b6b6b6;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}

.wp-tag-cloud {
	
	}

	
/*	Headers */

h1 {
	text-indent:-9999px;
	overflow: hidden;
	margin: 0;	padding: 0;
	height: 0;
	font-size: 0;
	}
	
h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #0b50a2;
	}
	
h3, #sidebar h2 {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:3px double #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	padding:13px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:12px;
	}

h4 {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 15px 0;
	}
	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	padding: 15px 0 15px 0;
	}
	
.feature p, #rightcol p {
	margin: 15px 0 0 0;
	}

.feature img, #rightcol img {
	border:1px solid #b6b6b6;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 4px 0;
	padding: 1px;
	border:1px solid #b6b6b6;
	background-color: #f6f6f6;
	}

#lead {
	margin-top:22px;
	border-top: 1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title, #leftcol .title, #rightcol .title {
	font: 22px Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	padding-bottom: 7px;
	}

#rightcol img {
	float:left;
	padding: 1px;
	border:1px solid #b6b6b6;
	margin:3px 10px 4px 0;
	background-color: #f6f6f6;
	}

#leftcol img {
	float:left;
	padding: 1px;
	border:1px solid #b6b6b6;
	margin:3px 10px 4px 0;
	background-color: #f6f6f6;
	}

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.postmetadata {
	margin: 30px 0;
	}	

.entry {
	padding-bottom:28px;
	}
	
h3 a:link, h3 a:visited {
	color: #5f5f5f; 
	}
	
.navigation .alignleft, .navigation .alignright {
	border: 0;
	}

.ads {
	text-align: center;
	}
	
.info {
	font-style: italic;
	background-color: #EEE;
	padding: 10px;
	margin-top: 15px;
	overflow: auto;
	}
	
.info a {
	text-decoration: underline;
	}
	

/*Post Formatting*/

.alignleft {
	float: left;
	padding: 1px;
	border: 1px solid #b6b6b6;
	margin: 3px 14px 10px 0;
	}

.alignright {
	float:right;
	padding: 1px;
	border: 1px solid #b6b6b6;
	margin: 3px 0 10px 14px;
	}
	
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li, .post ol li {
	margin-left: 30px;
	}
	
.post h3 {
	margin-top: 22px;
	border-top: 1px solid #b6b6b6;
	padding-top: 15px;
	}
	
.static {
	margin-top: 22px;
	border-top: 1px solid #b6b6b6;
	padding-top: 15px;
	}
	
.archives {
	margin: 22px 0;
	border-top: 1px solid #b6b6b6;
	padding-top: 15px;
	}
	
em {
	font-size: 11px;
	}


/* Captions */

.wp-caption {
    border: 1px solid #b6b6b6;
    text-align: center;
    background-color: #f6f6f6;
    padding-top: 5px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 16px;
    padding: 5px;
    margin: 0;
}


/* Form Elements */

select {
	background:#FFF;
	border:1px solid #DDD;
	width:100%
	}
	
.suchfeld {
	background-color: #DDD;
	color: #333;
	border-width: 0;
	border-bottom: 1px dotted #b6b6b6;
	height: 16px;
	width: 160px;
	margin: 0;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display: inline-block;
	}

.clearfloat {
	display:block
	}
	
	
/* Footer*/

#footer {
	margin: 0 auto;
	width: 850px;
	font-size: 11px;
	padding-top: 15px;
	color: #333;
	}

#footer a {
	color: #333;
	}
