/*  
Theme Name: WordPress Kulturraumverdichter
Description: Kulturraumverdichter, theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.1
Author: Jens von Fintel
Author URI: http://www.vonfintel.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
  border-bottom: 1px solid #070;
  margin-top:15px;
width: 780px;

	}

#headercont { 
  height: 94px; 
  width: 780px; 
  background: #fff url('images/header.1.1b.png') no-repeat bottom center;
  text-align:right;

}

.headerfunc img {
  vertical-align:middle; 
}

.headerfunc {
  margin-right: 15px;
  padding-top: 5px;
}

#headercont a{ 
  color:#070;
  font-size: 1.4em;
  text-decoration: none;
}
#headercont a img { 
  margin-left:10px;
}

#headercont #searchform {
  margin: 10px 0 0 0;
  text-align:right;
}

#headercont #searchform #s {
  width: 160px;
  padding: 2px;
}

#headercont #searchsubmit {
	padding: 1px;
background: #bfddbf url('images/search_bg.png') no-repeat bottom center;
color:#fff;
font-weight:bold;
margin: 0;
width:50px;
height:32px;
	}

 

#content {
	font-size: 1.2em
	}

.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;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	}

h1 {
  display:none;
  margin:0;
  padding:0;
  float:left;
	}

#header .description {
padding-top: 20px;
padding-bottom: 3px;
color: #070;
clear:both;
	}


h2.pagetitle {
	font-size: 1.4em;
	}



h3 {
	font-size: 1.5em;
	}

h3 a {
text-decoration:none;
color:#000;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

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: #007;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev 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 Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	}



.narrowcolumn {
	float: left;
	padding: 0 15px 20px 0px;
	width: 500px;
border-right: 1px dotted #75bb7f;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;

	}

.post {
	margin: 0 0 40px;
	}

#content h2 {
  font-size:1.05em;
  /* text-transform: uppercase; */
color:#070;
}

#content h2 a {
  text-decoration:none;
  color:#070;
}

#content h2 a:hover {
  text-decoration:underline;
  color:#007;
}

.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;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
border-top: 1px dotted #75bb7f;
border-top: 1px solid #070;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Archives */

#content h3.archive {
  font-size:1em;
}

p.archivemore {
  width:500px;
  border-bottom: 1px solid #070;
  padding-bottom: 20px;
}

archiveleft {
  float:left;
}

#content p.archivemore .archiveright {
  text-align: right;
}

/* End Archives */


/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h5 {
	padding: 0;
	margin: 10px 0 0 0;
}

/* 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.right {
	margin: 5px 0 10px 20px;
	display: inline;
width: 240px;
	float: right;
	}

img.left {
	margin: 5px 20px 10px 0;
	display: inline;
width: 240px;
float: left;
	}

img.leftsmall {
	margin: 5px 20px 10px 0;
	display: inline;
width: 120px;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */








/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0 0 0;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 175px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
background-color:#070;
color:#fff;
	}

.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: 490px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
color:#fff;
background-color:#070;
width:60px;
	}
/* End Form Elements */



/* Begin Comments*/
h3#comments {
  text-transform:uppercase;
  font-size: 1em;
  color:#070;
}
h3#respond {
  text-transform:uppercase;
  font-size: 1em;
  color:#070;
}	

.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;
	}
/* End Comments */







/* 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 */

p.mediadata {
  background-color:#e5f1e5;
  padding: 5px;
  font-size: 0.9em;
  line-height:1.2em;
}

 ul.mediadata {
  background-color:#e5f1e5;
  font-size: 0.9em;
  line-height:1.2em;
}

p.postmetadata {
  padding-bottom: 2px;
  border-top: 1px dotted #070;
  border-bottom: 1px dotted #070;
  font-size:0.9em;
}
p.postmetadata a {
  text-decoration:none;
}
p.postmetadata a:hover {
  text-decoration:underline;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #e5f1e5;
font-size: 0.95em;
line-height: 1.3em;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size:0.9em;
        border-top: 1px dotted #070;
}

.navigation .alignleft {
	text-align: left;
	width:240px;
}

.navigation .alignright {
	text-align: right;
	width:240px;
}

.navigation a {
	text-decoration:none;
}

.navigation a:hover {
	text-decoration:underline;
}

.description a {
  color:#070;
  text-decoration:none;
}

.description a:hover {
  color:#007;
  text-decoration:underline;
}


@media print {
  #sidebar, #header, h3.respond, form, #respond, #footer, .navigation, .postmetadata {
    display:none;
  }

  div .narrowcolumn {
    width:90%;
    border-right: 0;
  }

  body {
  font-size: 9pt;
  }
  
  .mediadata { background-color: #cfcfcf; }
  

}

/* End Various Tags & Classes*/

/* Begin Sidebar */

#sidebar {
	padding: 0 0 10px 14px;
	margin-left: 514px;
	width: 245px;
	font: 1em Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 1.26em;
	color:#070;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
        list-style-type:none;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7fbb7f;
}

#sidebar ul ul li.rss {
	list-style-image:url(http://test.kulturraumverdichtung.de/wp-content/themes/krvd/images/rss.png);
font-size:1.2em;
}

#sidebar ul ul li {
	list-style-type:square;
list-style-image:url(http://test.kulturraumverdichtung.de/wp-content/themes/krvd/images/listpunkt.png);
	margin: 0 0 5px 30px; 
	padding: 0 0 0 5px; 
	color:#7fbb7f;
	font-size:1.1em;
	border:0;
}

#sidebar ul ul ul li {
	font-size:1em;
	margin: 2px 0 3px 15px; 
}

#sidebar form {
	margin: 0;
	}

#sidebar a {
  text-decoration:none;
}
#sidebar a:hover {
  text-decoration:underline;
}

#sidebar .litlist li { color:#000; }
#sidebar .litlist h3 { font-size:100%; padding-bottom:3px; }

/* End Sidebar */

