/*
Theme Name: Stefanie Trambow
Theme URI: http://wordpress.org/
Description: Based on default WordPress theme.
Version: 1
Author: Michael Dawart
Author URI: http://www.liioo.com
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: trambow

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	font-family:Arial, Helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(style/bg-main.jpg) left top repeat-x;
	color:#78746c;
	font-size:.75em;
}

a {
	color:#78746c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0 none;
}

h2, 
h2 a,
.archive h3 a {
	font-family:"Times New Roman", Times, serif;
}

#site_holder {
	width:955px;
	margin:55px auto 0 auto;
}

#logo_wrap h1 a {
	background:url(style/logo.png) left top no-repeat; 
	width:315px;
	height:112px;
	display:block;
}

#logo_wrap h1 a span,
#logo_wrap p {
	display:none;
}

#navi_wrap ul {
	list-style-type:none;
}

#navi_wrap ul li {
	display:inline;
	text-transform:uppercase;
}

#navi_wrap ul li.active,
#navi_wrap ul li.active a {
	color:#c20056;
}

#logo_wrap, #navi_wrap {
	float:left;
}

#navi_wrap {
	margin:90px 0 0 0;
}

.rightcol {
	width:340px;
}

.leftcol {
	width:560px;
	margin:0 55px 0 0;
}

#site_body {
	margin:0 0 1em 0;
}

#site_body .leftcol,
#site_body .rightcol {
	float:left;
	margin:65px 0 0 0;
}

#site_body .leftcol {
	margin:65px 55px 0 0;
}

#site_body .leftcol_start {
	margin:55px 55px 0 0 !important;
}

#site_body .rightcol {
	margin:65px 0 0 0;
}


#site_body h2,
#site_body h2 a,
#site_body .archive h3 a{
	font-weight:normal;
}

#site_body h2 a,
#site_body .archive h3 a{
	color:#c20056;
}


#site_body .archive h2 {
	color:#78746c;
}

#site_body h2 {
	font-size:1.8em;
}

#site_body .archive h3 a {
	font-size:1.5em;
}


#site_body h2 a {
	font-size:.9em;

}


#site_body h2 small,
#site_body .archive h3 small {
	color:#78746c;
	font-weight:normal;
}

#site_body h2 small {
	font-size:.6em;
}

#site_body .archive h3 small {
	font-size:.8em;
}

#site_body p {
	margin:0.5em 0 0.5em 0;
	line-height:1.4em;	
}

#site_footer {
	text-transform:uppercase;
}

#footer_right {
	float:right;
}

#site_footer, #site_footer a {
	color:#cdc6b9;
	font-size:.9em;
}

#madeby a {
	background:url(style/neuewerte.png) left 0 no-repeat;
	width:70px;
	display:inline-block;
	height:8px;
}

#madeby a span {
	display:none;
}

.clearer {
	clear:both;
}

div.post {
	margin:0 0 1em 0;
}



.navigation {
	margin:1em 0 1em 0;
	font-size:.9em;
	text-transform:uppercase;
}

.navigation a {
	color:#CDC6B9;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#sidebar ul {
	list-style-type:none;
}


/* home slides */

#homeslidenavi {
	float:right;
}

#homeslidenavi ul {
	list-style-type:none;
}

#homeslidenavi li {
	margin:0 0 0 3px;
	padding:1px 0 0 0;
	background:#fff;
	color:#CDC6B9;
	width:13px;
	height:12px;
	text-align:center;
	display:block;
	float:left;
	font-size:.75em;
	cursor:pointer;
}

#homeslidenavi li.active {
	background:#CDC6B9;
	color:#fff;
}

#homeslides {
	background:url(style/slideshadow.png) left top no-repeat;
	width:549px;
	height:281px;
	padding:0 18px 18px 18px;
	left:-18px;
	position:relative;
}

#homeslidehead {
	height:18px;
}

#homeslides .slide_image {
	background-repeat:no-repeat;
	height:97px;
	width:543px;
	padding:160px 0 0 0;
	border:3px solid #fff;
}

#homeslides .slide_txt_content {
	background:#fffefd;
	opacity : .8;
	filter:alpha(opacity=80);
	height:77px;
	padding:10px;
}

.homeslide_slide {
	display:none;
}

#homeslide1 {
	display:block;
}

	
/* sociable */

div.sociable { margin: 1em 0; }

div.sociable_tagline { display:inline; }
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.post h3 {
	font-size:1em;
	margin:1em 0 .5em 0;
}
