/*
Theme Name: Blog für Hamburg
Theme URI: http://www.blog-fuer-hamburg.de/
Description: Layout für den Blog für Hamburg
Version: 1.0
Author: Marco Grätsch
Author URI: http://www.magdev.de/
*/

body {
	font-size: 62.5%; 				/* Größen auf 1em==10px */
	font-family: Verdana, Arial, Sans-Serif;	/* Globale Schriftart */
	color: #333;					/* Globale Textfarbe */		
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	background-color: white;
	text-align: left;
	margin: 0 auto;			
	padding: 0;
	width: 900px;  					/* Breite nicht ändern, korrespondiert mit Hintergrund in Kopf und Fuß */ 
}


#header {
	margin: 1px 0 0 1px; 			/* Erster Wert: Abstand Flagge<>Navigation */
	padding: 10px 0 0 20px;			/* Abstand Seitentitel<>Navigation */
	height: 80px;					/* Höhe des Headers */
	background: url(./images/logo-hamburg.png) no-repeat 642px 0; /* Position der Flagge */
}
#header .description {
	font-size: 1.3em;
	text-align: left;
	padding-left: 3em;				/* Einrückung Untertitel */
	font-style: italic;
}



#content {
	font-size: 1.2em;
	float: left;
	padding: 0 0 20px 20px;
	margin: 0;
	width: 490px;					/* Breite der Hauptspalte */
}




.entry p {
	font-size: 1.05em;
}

.entry {
	line-height: 1.4em;
}


.postmetadata {
	text-align: left;
	padding-top: 5px;
	clear: both;
}
.postmetadata p {
	padding-left: 53px;				/* Resultiert aus Hintergrundgrafik */
	font-size: 80%;
	margin: 0;
}
p.tags, .postmetadata p.metarow {
	padding: 1px 3px;
	border-bottom: 1px solid #ddd;
	color: #999;
}
p.tags {
	font-size: 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
}
.info, .alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.info {								/* Hintergrund postmetadata */
	background: #f8f8f8 url(./images/dialog-information.png) no-repeat 5px 5px;
}




#footer {
	border: none;
	padding: 20px 0 5px 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background: #d40b2d url(./images/backtop.gif) no-repeat top left;
}

#footer a {
	color: #fff;					/* Linkfarbe Fuss */
}

#footer a:hover {
	color: #eee;					/* Linkfarbe Fuss bei hover */
	text-decoration: none;
}

#footer ul {
	list-style-type: none;
}

#footer ul li ul {
	padding-left: 0;
}

#footer .widget {
	text-align: left;
	width: 180px;
	float: left;
	min-height: 140px;				/* Minimale Höhe der Widgets im Fuß */
	/* IE-Hack min-height */
	-height: 140px;
	-overflow: auto;
	/* IE-Hack */
	margin-left: 10px;				/* Abstand der Widgets */
	border-right: 1px solid #eee; 	/* Spaltentrenner Fuß */
	padding-right: 5px;				/* Rechter Abstand des Spaltentrenners */
}

#footer .widget:first-child {
	border-left: 1px solid #eee;	/* Spaltentrenner erstes Widget links */
	padding-left: 10px;				/* Linker Abstand des Spaltentrenners */
}

#footer .widget h2 {
	margin: 0;
	color: #333;					/* Farbe der Widget-Überschriften im Fuß */
}

#footer .widget ul li {
	padding: 4px 8px;				/* Innenabstände der Listenelemente im Fuß */
	font-size: 1.2em;
	display: block;
}

#footer .widget ul li:hover,#footer .widget ul li:hover a {
	background-color: #eee;			/* Hintergrund der Listenelemente im Fuß bei hover */
	color: #942820;					/* Linkfarbe der Listenelemente im Fuß bei hover */
}

#footer p {							/* Unterste Fußzeile */
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

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

h1 {
	font-size: 2em;
	margin: 0;
}


h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 14px;
	text-align: left;
}
.post h2,
.post h3,
h2.pagetitle {
	border-bottom: 1px solid #bbb;	/* Unterstreichung der Überschriften in der Hauptspalte */
	margin-bottom: 2px;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h1,h1 a,h1 a:hover,h1 a:visited {
	text-decoration: none;
}


a:hover {
	color: #147;					/* Linkfarbe, hover */
	text-decoration: underline;
}
h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
	color: #333;					/* Linkfarbe in Überschriften */
}

a,h2 a:hover,h3 a:hover {
	color: #06c;					/* Linkfarbe in Überschriften bei hover */
	text-decoration: none;
}

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

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

.commentlist li,#commentform input,#commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}


.commentmetadata {
	font-weight: normal;
}


small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
	color: #777;
}

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

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




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

.post hr {
	display: block;
}
.dateicon, .commenticon, .usericon, .catsicon {
	padding: 2px 19px;				/* Zweiter Wert resultiert aus Icon im Hintergrund */
	height: 16px;
	
}
.dateicon {							/* Icon für Datum im Postheader */
	background: url(./images/view-calendar-list.png) no-repeat 0 0;
}
.commenticon {						/* Icon für Kommentare im Postheader */
	background: url(./images/comment.png) no-repeat 0 0;
}
.usericon {							/* Icon für Autor im Postheader */
	background: url(./images/user_suit.png) no-repeat 0 0;
}
.catsicon {
	background: url(./images/folder.png) no-repeat 0 0;
}

.clear {
	clear: both;
}




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

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



/*	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 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 {
	font-size: 1em;
	width: 335px;					/* Gesamtbreite der Sidebar */
	margin-left: 555px;				/* Linkausrichtung der Sidebar, korrespondiert mit Breite der Hauptspalte */
}

#sidebar1 {
	width: 160px;					/* Breite der linken Sidebar */
	float: left;
}

#sidebar2 {
	padding: 0 20px;
	width: 160px;					/* Breite der rechten Sidebar */
	float: right;
}

#sidebar .widget h2 {
	margin: 2em 0 0 0;				/* Erster Wert: Abstand der Widgets untereinander */
	padding: 0;
	font-size: 1.15em;
	color: #999;					/* Farbe der Widgetüberschriften */
	text-transform: uppercase;		/* Widget-Überschrift in Großbuchstaben */
	border-bottom: 1px solid #ccc;	/* Unterstreichung der Widget-Überschriften */
}

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

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

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 2px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {		/* Linklisten in Sidebar */
	margin: 0 0 3px 0;						/* Dritter Wert:Abstand der Links in Listen */
	padding: 1px 0;
	display: block;
	font-size: 1.2em;
}
#sidebar ul ul li:hover,
#sidebar ul ol li:hover {
	background-color: #ddd;					/* Hintergrundfarbe der Links in Listen */
}
#sidebar form {
	margin: 0;
}



/* End Entry Lists */ /* Begin Form Elements */
#searchform, #searchnform {
	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;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	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;
}






#wp-calendar {
	border: 0;						/* Rahmen um Kalenderwidget */
	text-align: center;
	empty-cells: show;
	margin: 0 auto 0;
	width: 155px;					/* Breite des Kalenderwidgets */
	font-size: 95%;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 1em;
}

#wp-calendar #next a {
	padding-right: 2px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 2px;
	text-align: left;
}

#wp-calendar caption {				/* Kopf des Kalenderwidgets */
	font: bold 1.3em;
	text-align: center;
	width: 155px;
	border: 0;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color: #ddd;			/* Farbe der Spaltenheader im Kalenderwidget */
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { 
	background-color: #fff;
}





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: 20px;
}


.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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







.accordion {
	height: 0px;
	overflow: hidden;
	background-color: #d40b2d;
}

.navmenu {
	margin: 0 auto;
	font-size: 1.3em;
}

.navmenu ul {
	list-style-type: none;
	width: 450px;					/* Breite des Navigationsmenüs, korrespondiert mit Breite des Suchfeldes */
	float: left;
	margin: 1em 0 0 6em;			/* Abstände des Navigationsmenüs */
}

.navmenu ul li {
	display: inline;
}

.navmenu ul li a {
	color: #fff;					/* Linkfarbe im Header */
	padding: 0 0.5em;				/* Zweiter Wert x 2: Abstand der Links im Navigationsmenü */
}

.navmenu ul li a:hover {
	color: #eee;					/* Linkfarbe im Header bei hover */
	text-decoration: none;
}

.navmenu .sf {
	float: right;
	width: 260px;					/* Breite des Suchfeldes */
}

.navbar {							/* Navigationsmenü */
	color: #fff;					
	height: 17px;					
	background: transparent url(./images/maxmin.gif) no-repeat;
	cursor: pointer;
}

.navbar:hover {						/* Navigationsmenü bei hover */
	background: transparent url(./images/maxmin_hover.gif) no-repeat;
}

noscript .navmenu {
	height: 40px;
	background-color: #d40b2d;
}
noscript .navbar {
	margin-top: 0;
}


#sidebar ul p.eventdate {
	padding: 0;
	margin: 0;
	font-size: 0.8em;				/* Größe des Datums im Eventwidget */
	color: #999;					/* Farbe des Datums im Eventwidget */
}

#sidebar .widget_sidestep .navbutton {
	padding-left: 18px;
}
#sidebar .widget_sidestep .next {
	background: url(./images/next.png) no-repeat top left;
}
#sidebar .widget_sidestep .prev {
	background: url(./images/prev.png) no-repeat top left;
}

.events ul {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0 0 0 10px;
}
.events ul li {						/* Icon der Events auf der Übersichtsseite */
	background: url(./images/view-calendar-list.png) no-repeat 3px 0;
	padding-left: 22px;
	
}
.events h3 {
	padding: 0;
	margin: 3px 0;
}
.events p {
	margin: 0;
	font-size: 90%;
}


#profile dl {
	padding: 0 10px;				/* Zweiter Wert: Linker Innenabstand der Profildaten */
}
#profile dl dt {
	font-size: 0.9em;
	font-weight: bold;
}
#profile ul {
	padding: 0 10px;				/* Zweiter Wert: Linker Innenabstand der Artikelliste im Profil */
	list-style-type: none;
}
#profile ul li {
	padding-bottom: 1em;			/* Abstand der Artikel im Profile */
}
#profile ul li h4 {
	margin: 0 0 3px 0;				/* Dritter Wert: Abstand Artikeltitel<>Infozeile */
	font-size: 1.2em;
	border-bottom: 1px solid #eee;	/* Unterstreichung der Artikeltitel */
}

a.object-link {
	text-align: right;
}