/*  
Theme Name: SpiekermannPartners Project Blogs
Description: The Spipa Project Conversations
Version: 1.0
Author: Marcus Scheller
Author URI: http://www.marcusscheller.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Marcus Scheller

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/* twitter */

	div.startWrapper { width: 972px; background-color: #D6D6CC; border: none; margin-bottom: 0; }
	div.startPostWrapper { width: 720px; border: none; margin-bottom:0; background-color: white; }
	div.maincontent.start { background: url(images/back-maincontent-twitter.gif) no-repeat; }


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}

.widecolumn {
	line-height: 1.2em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f6f9f3;
	}

small {
	font-family: Lucida, Helvetica, Arial, Sans-Serif;
	line-height: 1.5em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited,.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 {
	}



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



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

a:hover {
	color: #147;
	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 Structure */

#page {
	background-color: yellow;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post, .comments {
	border-bottom: 1px dotted #A9A99D;
	background-color: white;
	padding-top: 2em;
	padding-bottom: 3em;
}

.post hr {
	display: block;
	}

.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 p {
	margin: 0;
	padding: 20px 0;
	}
/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 6px 0;
	display: inline;
	}

.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;
	list-style: none;
	} 

html>body .entry li {
}

.entry ul li:before, #sidebar ul ul li:before {
	cxontent: "\009B \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-bottom: 15px;
	}

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

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

#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: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#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 Comments*/


.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 Sidebar */
#sidebar
{
	padding: 0;
	}

#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 30px 10px;
	padding-left: 20px;
	border-left: 5px solid #fff;
	color: #fff;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* @group My Group */
*, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #d5d6d7 url('http://spiekermann.com/_static/back_site.gif') fixed;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #303030;
}

p, address {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-right: 1.2em;
}

address {
	font-weight: normal;
	font-style: normal;
}

p, li {
	line-height: 1.6em;
}

a, a:link, a:visited, h2 a:link, h2 a:visited, div#welcome h2 {
	color: #D40000;
	text-decoration: none;
}

a:hover, h2 a:hover {
	cursor: pointer;
	text-decoration: underline;
}

div.post p.postmeta a {
	color: #999;
}

.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
	width: 97.2em;
}

.header {
	margin-bottom: 1.2em;
	background: url(images/back_header.gif) no-repeat right bottom;
}

.innerwrapper {
	background-color: #fff;
	padding-left: 1.2em;
}

.homefeature {
	color: white;
	width: 94.8em;
	margin-bottom: 5em;
}

.homefeature div.image {
	float: left;
	border-right: 1.2em solid white;
	padding: 0;
	margin-right: 1.2em;
	width: 46.6em;
}

.homefeature div.image img {
	border: 1px solid #F7F7F7;
	float: left;
	height: 32.3em;
}

.homefeature, .homefeature img, #portraits div.modul02 img {
	float: left;
}

.homefeature img {
	border-right: 1.2em solid white;
	margin-right: 1.2em;
}

h1, .homefeature p {
	font-size: 1.8em;
}

.description h2 {
	color: #D40000;
	font: 2.4em Georgia, "Times New Roman", Times, serif;
}

.description p {
	color: #A9A99D;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}

/* @group navi */

.mainnav {
	float: left;
	margin-right: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
}

.mainnav a:link, .mainnav a:visited {
	border-style: none;
	color: #7f7f7f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.mainnav a:hover {
	color: #303030;
}

.mainnav li {
	margin-bottom: .2em;
}

.featurenav {
	font-size: 1.2em;
	padding-bottom: 1em;
	text-align: right;
	padding-right: 2em;
}

.featurenav li {
	display: inline;
}

.featureprev a {
	padding-right: 0.8em;
	padding-bottom: 0.4em;
}

.featurenext a {
	padding-left: 0.8em;
	padding-bottom: 0.4em;
}

/* @end */

/* @group module */

.modul01, .modul02, .modul03, .modul04, .modul05, .modul06, .modul07, .modul08, .homefeature  {
	margin-bottom: 1.2em;
	border-left: 1.2em solid white;
}

.modul01, .modul02, .modul03, .modul04, .modul05, .modul06, .modul07, .modul08  {
	float: left;
}

.modul01, .mainnav {
	width: 10.8em;
}

.modul02 {
	width: 22.8em;
}

.modul03 {
	width: 34.8em;
}

.modul04 {
	width: 46.8em;
}

.modul05 {
	width: 58.8em;
}

.modul06 {
	width: 70.8em;
}

.modul07 {
	width: 82.8em;
}

.modul08 {
	width: 94.8em;
}

li {
	list-style-type: none;
}

div.post div.modul01 {
	border-left-style: none;
	width: 12em;
}

div.alt .modul01, div.alt .modul04, div.alt .modul02 {
	border-color: #f6f9f3;
}

/* @end */

.additional {
	border-top: 1px dotted #A9A99D;
	padding-top: 2em;
	background: url(../_images/dotted.gif) repeat-x;
	border-bottom: 1px dotted #A9A99D;
}

img {
	border-style: none;
}

.maincontent {
	background: url(images/back_maincontent.gif) no-repeat;
	padding-top: 3em;
}

.maincontent_cats {
	background: url(images/back_maincontent_cats.gif) no-repeat;
}

.additional h3 {
	margin-bottom: 1em;
	font-size: 1.1em;
}

.additional p {
	color: #808080;
}

.additional p, .additional h3 {
	color: #808080;
}

#desc li {
	list-style-type: none;
	margin-bottom: 0.6em;
	font-size: 1.2em;
	background: url(../_images/rsaqo.gif) no-repeat 0 4px;
	padding-left: 0.68em;
	text-indent: -8px;
}

#gallery {
	margin-bottom: 0;
	width: 600px;
}

#gallery img {
	border: 1px solid #eee;
	float: left;
	margin-bottom: 1.2em;
}

#contact {
	width: 72em;
}

#portraits div.modul02 img {
	margin-right: 1.2em;
}

#portraits div.modul02 {
}

/* Formatierungen */

.test {
	margin-left: 1.2em;
	background-color: #ff0300;
}

a.image {
	
}

.print {
	display: none;
}

.clear {
	clear: both;
	line-height: 0;
}

.intro {
	font-weight: bold;
}

#gallery_nav li {
	float: left;
	margin-right: 1.2em;
}

#clients div.modul01 img, #clients div.modul01 a:link img, #clients div.modul01 a:visited img {
	border: 0.1em solid #F7F7F7;
}

#clients div.modul01 a:hover img, #gallery a:hover img {
	border: 1px dotted #303030;
}

#noborder {
	border-left-style: none;
}

.noborder {
	border-left-style: none;
}

.post h2, #search h2, .responses, div.twitter h2 {
	margin-bottom: 6px;
	font: 1.8em Helvetica, "Times New Roman", Times, serif;
}

.entry p, .modul04 p {
	line-height: 1.8em;
}

.entry {

}

.entry img {
	margin-right: 1em;
}

.entry ul {
	font-size: 1.2em;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

.entry li {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0.4em;
	background: url(images/list.gif) no-repeat left;
}



.date {
	background: url(images/back_date.gif) no-repeat;
	color: white;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 10px;
}

.profile {
	background: url(images/back_profile.gif) no-repeat;
	color: white;
	font-weight: bold;
	padding-top: 0.2em;
}

#postmeta p {
	border-left: 1px solid #bfbfb1;
	color: #5E5E5E;
	padding-bottom: 3em;
}

#indicate {
	text-align: right;
}

.foo {
	background: url(images/back_foo.gif) no-repeat 0 bottom;
	padding: 1.2em 0 0 1.2em;
	color: #999;
}

.cmd-avatar {
	display: block;
	margin-bottom: 1em;
}

#search {
	border-bottom: 1px dotted #008400;
}

#search h2 {
	color: #008400;
}



#welcome {
	padding: 0px;
	margin-left: 1.2em;
	width: 948px;
	border-bottom-style: none;
}

div#welcome .modul04, div#welcome .modul02 {
	border-style: none;
	border-left-color: #eaeee2;
}

.comment {
	border-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 1.6em;
	background-color: #D6D7CA;
}

div.comment .modul01, div.comment .modul01, div.comment .modul02,  div.comment .modul04 {
	border-left-color: #D6D7CA;
}

/* @group pagenav */

#pagenav {
	background-color: white;
	border-bottom: 1px dotted #A9A99D;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

#pagenav ul {
	list-style:none;
	float: none;
	margin-left: 12.5em;
}

#pagenav li {
	float:left;
	font-size: 1.2em;
	margin-right: 0.5em;
}

#pagenav li {

}
#pagenav li a {
	float:left;
	text-decoration:none;
	font-weight:bold;
	color: #7F7F7F;
	width: 50px;
	background:url("images/back_arrows.gif");
	height: 50px;
}

#pagenav li#older a {
	background: url("images/back_arrows.gif") right top;
}

#pagenav li#older a:hover {
	background: url("images/back_arrows.gif") right bottom;
}

#pagenav li#newer a:hover {
	background: url("images/back_arrows.gif") left bottom;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#pagenav a {float:none;}
/* End IE5-Mac hack */
#pagenav a:hover {
  color:#333;
  }
#pagenav #current {
  background-image:url("images/tableft.gif");
  }
#pagenav #current a {
  background-image: url("images/tabright.gif");
  color: #7F7F7F;
  padding-bottom:5px;
}
.xx {
	padding-top: 0.4em;
	float: left;
}
.initial_image {
	padding-top: 0.4em;
	float: left;
}

/* @end */

/* @end */

div.comment div.modul05 {
	 border-left-color: #D6D7CA;
}

div.search {
	width: 24.8em; border:none; margin-bottom:0; text-align:right; padding-top:0.4em;
}

div.erik {
	background-color: #bcbdb2;
}

div.erik div.modul01, div.erik div.modul05, div.erik div.modul02 {
	border-left-color: #bcbdb2;
}

div.erik div.modul05 p {
	color: black;
}

object {
	padding:12px 0 12px 0;
}

div.wp_followme_c2 object {
	padding: 0;
}

span.initialimage {
padding: 0 12px 12px 0;
float:left;
}

/* temp */

a.twitlink {
	color: #97988F;
	font-style: italic;
}

