/*
Theme Name: Museum Neukölln
Theme URI: http://headland-berlin.de/
Description: WordPress theme für 99xNeukölln.
Version: 2.0
Author: Headland, Claudia Heckel
Author URI: http://headland-berlin.de/
Tags: two columns, widgets
Text Domain: kubrick

	

*/

/* Begin Structure */
BODY {
	width:						98%;
	height:						100%;
	margin:						0px;
	padding:					0px;
	position:					absolute;
	top:						0px;
	left:						0px;
	background-color:			#ffffff;
	background-image:			url(hintergrund.gif);
	background-repeat:			repeat-x;
	background-position:		0px 68px;

}
DIV#container {
	margin-bottom:				64px;
}
DIV#logo,
DIV#headerWidth,
DIV#navigation,
DIV#contentWrap {
	width:						960px;
	margin-left:				auto;
	margin-right:				auto;	
}

DIV#headerWidth {
	position:					relative;
}

DIV#header {
	height:						245px;
}

DIV#logo1 {
	position:					absolute;
	top:						0px;
	/* left:						0px; */
	width:						315px;
	height:						68px;
	z-index:					1;
}

DIV #logo1 A IMG {
	border:						0px;
}

DIV#logo2 {
	position:					relative;
	top:						0px;
	left:						852px;
	width:						87px;
	height:						68px;
	z-index:					1;
}

DIV #logo2 A IMG {
	border:						0px;
}

DIV#headerBg {
	width:						102%;
	height:						177px;
	background-color:			#CA0003;
	position:					absolute;
	top:						68px;
	left:						0px;
}

DIV#navigation {
	margin-bottom:				28px; /* 34px; */
}

DIV#navigation UL {
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
}

DIV#navigation UL LI {
	float:						left;
	margin:						0px;
	padding:					0px;
}

DIV#navigation UL LI A {
	display:					block;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navigation li {
	float:	left;
	}

#navigation li a:link,
#navigation li a:active,
#navigation li a:visited,
#navigation li a:hover {
	text-transform: uppercase;
	letter-spacing: 0.065em;
	font-size:	12px;
	font-weight: bold;
	color: #ca0003;
	display: block;
	background: #fff;
	background-image: none !important;
letter-spacing:0;
	padding: 5px 12px;
	text-decoration: none;
	width: auto !important
	
	}

/* IE 7 */ 
* + html #navigation li a:link,
* + html #navigation li a:active,
* + html #navigation li a:visited,
* + html #navigation li a:hover {
  padding: 5px 14px;
}

#navigation li a:hover,
#navigation li a.active  {
	background: #ca0003;
	color: #fff;
	
	}


#logos a {
	background: url(museum-neukoelln.gif) top left no-repeat;
	text-indent:-30000px;
	display: block;
	width: 315px;
	height: 68px;
	float: left;
}

#logos a#logo {
	background: url(museum-neukoelln-logo.gif) top left no-repeat;
	width: 87px;
	height: 68px;
	float: right;
}

#header-red {
	background-color: #ca0003;
	height: 177px;
	}

#header {
	position: relative;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	left: 250px;
	}

#header h1 a {
	background: url(99xNeukoelln.gif) top left no-repeat;
	text-indent:-30000px;
	display: block;
	width: 412px;
	height: 37px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

div.widecol {
	width: 745px;
	float: left;
	overflow:	hidden;
}

div#sidebar div.textwidget a:link,
div#sidebar div.textwidget a:active,
div#sidebar div.textwidget a:hover,
div#sidebar div.textwidget a:visited,
div#sidebar h2.widgettitle,
div#sidebar .widget span {
	color: #ca0003;
	text-transform: uppercase;
	font-size: 12px;
}

div#sidebar .widget span {
	text-transform:		none;
}

div#sidebar .widget h2.widgettitle a span {
	font-weight:		normal;
}

div#sidebar .widget h2.widgettitle a:hover span {
	font-weight:			bold;
}

div#sidebar .widget .catlist {
	margin-top:			0;
}

div#sidebar .widget .catlist li a, div#sidebar .widget .catlist li a:hover {
	color:				#999;
	background:			none;
}

div#sidebar div.textwidget a:hover,
div#sidebar .widget .catlist li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div#sidebar .widget .catlist li a:hover {
	padding-right:	0;
}

div#sidebar ul li a {
	color: #ca0003;
	font-size: 12px;
}

div#sidebar ul li a:hover,
div#sidebar ul li a.active {
	font-weight: bold;
	text-decoration: none;
	background: url(navi_pfeil_over.gif) center right no-repeat;
	padding-right: 12px;
}

div#sidebar ul li.mytagcloud a:hover {
	font-weight: normal;
	text-decoration: underline;
	background: none;
	padding-right: 3px;
}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

}

#footer {
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	
	}

#page {
	width: 100%;
	text-align: left;
	}

.maincol {
	width: 960px;
	margin:	0 auto;
	text-align:left;
	}
	

#mainnavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#mainnavigation li {
	float:	left;
	}

#mainnavigation li a:link,
#mainnavigation li a:active,
#mainnavigation li a:visited,
#mainnavigation li a:hover {
	text-transform: uppercase;
	letter-spacing: 0.065em;
	font-size:	1.1em;
	font-weight: bold;
	color: #ca0003;
	display: block;
	background: #fff;
	padding: 5px 10px;
	text-decoration: none;
	}

#mainnavigation li a:hover  {
	background: #ca0003;
	color: #fff;
	
	}

div#headerBlog {
	background-image:url(99xNeukoelln.gif);
	background-image:url(museum-neukoelln-blog.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height:138px;
	position:relative;
	top:0;
	left: 202px;
	width:732px;
}

#content {
	font-size: 1.2em;
	padding-top: 10px;
	line-height: 1.5em;
	}



#time-counter, .post {
	ppadding-left: 10px;
	}

#time-counter {
	font-size: 1.92em;
	color: #ca0003;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0;
	padding-left: 10px;
	}

body.single #time-counter,
body.error404 #time-counter,
body.search #time-counter,
body.archive #time-counter {
	padding-left: 290px;
}

body.home #time-counter {
	font-size: 2.333em;
	padding-left: 20px;
	}

	
#time-counter span {
	background: #ca0003;
	color: #fff;
	padding: 2px 5px;
	}

.postmetadata-main,
div.lastposts h2,
div.lastposts h4,
h3#comments {
	background: #ca0003;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	margin-top: 0;
	}

div.lastposts h4 {
	font-size: 1em;
	margin: 0;
}


h3#comments {
	font-size: 12px;
	margin-left: 10px;
}

div#respond {
	margin-top:		20px;
	mmargin-left: 10px;
	margin-bottom: 30px;
}

div.comment-author {
	background: #e5e5e5;
	padding: 3px 6px;
	font-weight: normal;
	color: #000;
}

div.comment-author a {
	color: #000;
	font-weight: normal;
}

div.comment-author span.author,
div.comment-author span.author a.url{
	font-weight: bold;
	}
	
.post .postmetadata {
	background: #e5e5e5;
	padding: 14px 10px 10px 10px;
	color: #000;
	margin-top: 30px;
}

.post .postmetadata p {
	margin: 0 0 4px 0 ;
	padding: 0;
}

.post .postmetadata p a {
	color: #000;
}

.read-comments {
	background: url(kommentare.gif) top left no-repeat;
	padding-left: 20px;
	}
	
.write-comments {
	background: url(kommentar-schreiben.gif) top left no-repeat;
	padding-left: 20px;
	}

div.lastposts {
	mmargin-left: 10px;
	}
	
ul.lastposts {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	border-top: solid 1px #ca0003;
	}
	
ul.lastposts li {
	border-bottom: solid 1px #ca0003;
	border-top: solid 1px #fff;
	background: #fff;
	padding: 3px 10px;
	}

ul.lastposts li.even {
	background: #e5e5e5;
	}

div#respond h3 {
	color: #ca0003;
	font-weight:bold;
	font-size: 1.5em;
	margin-top: 0;
}

.commentlist {
	margin-left: 10px;
	}

.commentlist div.text {
	margin-left: 25px;
	padding-bottom: 10px;
	}

body.error404 h2 {
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
}

body.single .entry {
	margin-left: 25px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	

}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

p {
	margin: 5px 0;
	padding: 0;
	}
	
h2 {
	font-size: 1.25em;
	color: #ca0003;
	text-transform: uppercase;
	margin: 15px 0;
	}

h2.noposts {
	margin-left: 10px;
	margin-top: 0;
}
	
.post h2  a:link,
.post h2  a:active,
.post h2  a:visited,
.post h2  a:hover,
.post h3 a:link, 
.post h3 a:active,
.post h3 a:visited,
.post h3 a:hover {
	color: #ca0003;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	text-align:	left;
	}

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;
	}

a:link, a:visited, a:active, a:hover, h2 a:hover, h3 a:hover {
	color: #ca0003;
	text-decoration: none;
	}

a:hover {
	color: #ca0003;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */







/*	Begin Headers */
h1 {
		color:#CA0003;
	font-size:20px;
	font-weight:bold;
	margin:5px auto 8px auto;
	padding:2px 0 0 155px;
	text-transform:uppercase;
	text-align:left;
	width:	725px;
	}


h2 { 
	margin: 15px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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 {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}


	
/* 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: "\00BB \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 {
	padding-left:	10px;
	padding-right:	10px;
}
#sidebar ul ul{
	padding-left:	0;
	padding-right:	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 20px 0;
	}

#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 {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar #tagesbeitrage ul li {
	float: left;
	margin-right: 5px;
	text-align:right;
	width:18px;
}

#sidebar #tagesbeitrage ul li a,
#sidebar #tagesbeitrage ul li span {
	font-weight: bold;
	padding: 0 1px;
}

#sidebar #tagesbeitrage ul li span {
	color: #999;
}

#sidebar #tagesbeitrage ul li a:hover,
#sidebar #tagesbeitrage ul li span {
	text-decoration:		none;
	color:					#fff;
	background:				#CA0003;
}


#sidebar li.twitterlink {
	margin-bottom:		25px;
}

#sidebar li.twitterlink a {
	background:	none !important;
}

#sidebar li.twitterlink a:hover {
	padding-right:0;
}

/* 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: left;
	width: 195px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	
}

/*
body.single .wp-caption,
body.single img,
body.single .entry object {
	float: none;
	display: block;
	margin-bottom: 15px;
}

body.home img,
body.home .entry object {
	margin-right: 20px;
	margin-bottom: 10px;
}
*/
 .wp-caption,
 img,
 .entry object {
	float: none;
	display: block;
	margin-bottom: 15px;
}

.entry object {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#sidebar .mytagcloud a {
	padding-right: 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;
}

body.single .wp-caption p.wp-caption-text {
	margin: 0 0 0 0;
}
/* End captions */

div.objectlist ul {
	width:		48%;
	float:		left;
}

span.mystory {
	/*background:		url(mystory2.gif) right 3px no-repeat;
	padding-right:	25px;*/
}

.widget_tagesbeitraege h2 span {
	/*background:		url(mystory1.gif) right 1px no-repeat;
	padding-right:	20px;*/
}

.entry.mystory div.text {
	float:			left;
	width:			495px;	
}

.entry.mystory div.image {
	float:			left;
	width:			0;
	margin-left:	25px;
}

.entry.mystory div.image img {
	margin-bottom:	0;
}


body.hhhome div#maincolhome {
	width: 748px;
	margin-right: 6px;
}