﻿/*
Theme Name: Wolle und Magic 2.0 Theme
Theme URI: http://wordpress.org/
Description: -
Version: 1.0
Author: team4media GmbH
Author URI: http://www.team4media.net/
Tags: custom header, fixed width, two columns, widgets

	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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #b06e3b url('images/bg.jpg');
	background-position:center;
	color: #333333;
	text-align: center;
}

/* PAGE ------------------------------------------------------------------------------------------------------------- */

#page {
	width: 1059px;
	margin: 0 auto;
	border-width: 0;
	text-align: left;
}

#sitenav {
	width: 741px;
	float: left;
	list-style:none;

	height: 60px;
	padding: 0 0 0 20px;
	margin: 0;
}



#sitenav ul {
	padding: 0;
	margin: 0;
}
#sitenav li {
	float: left;background-image:url(images/pnav_r.png);
	background-position:right top;
}
#sitenav li a {
	float: left;
	height: 15px;
	padding: 14px;
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #353535;
	background-image:url(images/pnav_l.png);
	background-position:left top;
	background-repeat:no-repeat;
}



#sitenav li.current_page_item {
	background-image:url(images/pnav_rc.png);
}
#sitenav li.current_page_item a {
	background-image:url(images/pnav_lc.png);
}

/* CONTENT ---------------------------------------------------------------------------------------------------------- */

#content {
	width: 741px;
	float: left;
	position: relative;
	margin-left: 7px;
	top: -35px;
}

#content div.start {
	padding: 0;
	margin: 0;
	height:18px;
	width: 741px;
}

#content a {
	color: #ab4702;
	text-decoration: none;
}

#content div.border_left {
	background-image:url(images/border_l.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
}

#content div.border_right {
	background-image: url(images/border_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	
}

#content div.in {
	background-color:#eeeeee;
	background-image:url(images/con_bg.jpg);
	background-position:left top;
	padding: 0;
	margin: 0 9px;
	width: 723px;
}

#content div.spacer {
	position: relative;
	left: -10px;
}

#content div.ende {
	padding: 0;
	margin: 0;
	height:18px;
}



#content div.post {
	padding: 0 15px;
	margin: 0;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 1px solid #b6b5ae;
	padding-bottom: 6px;
	float:left;
	width: 100%;
	
}
h2 a {
	font-family:"Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	float:left;
}
h2 small {
	margin-top: 5px;
	float:right;
	display:inline;
	font-weight:normal;
	font-size: 9px;
}

.postmetadata {
	border-top: 1px solid #b6b5ae;
	padding-top: 6px;
}
.postmetadata a {
	color: #ab4702;
	text-decoration:none;
}

div.alignleft {
	float:left;
	width: 50%;
	text-align:left;
}
div.alignright {
	float:left;
	width: 50%;
	text-align:right;
}

#content div.navigation {
	padding: 10px 15px 0;
	margin: 0;
	height:13px;
}
#content .navigation a {
	color:#000000;
	text-decoration: none;
}



/* Comments ---------------------------------------------------------------------------------------------------------- */

#content div.post {
	padding: 0 15px;
	margin: 0;
}

#comments,
#respond {
	padding: 0 15px 5px;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
}

#commentform {
	padding: 0 15px;
	margin: 0;
	width: 685px;
}

#commentform input,
#commentform textarea {
	display: block;
	font-size: 11px;
	width: 690px;
}
#commentform textarea {
	height: 90px;
}

#content .commentlist {
	padding: 0 15px;
	margin: 0;
	width: 685px;
}
#content .commentlist .alt {
	margin: 0 18px;
	padding: 0;
}
#content .commentlist cite {
	font-style:normal;
}
#content .commentlist a {
	color: #ab4702;
	text-decoration: none;
}

/* SIDEBAR ---------------------------------------------------------------------------------------------------------- */

#sidebar {
	width: 240px;
	float: left;
	top: -35px;
	position: relative;
	
	margin-left: 30px;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


li.widget,
li.widget div {
	padding-bottom: 0px;
	position:relative;
}
div.hbg {
	position: relative;
	top: +19px;
}
div.hbg_l {
	float: left;
	width: 9px;
	height: 37px;
	background-image: url(images/titel_l.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: 15px;
}
div.hbg_c {
	float: left;
	height: 29px;
	background-image: url(images/titel_c.png);
	background-position: left top;
	padding: 8px 15px 10px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}
div.hbg_r {
	float: left;
	width: 9px;
	height: 37px;
	background-image: url(images/titel_r.png);
	background-position: left top;
	background-repeat: no-repeat;
}



div.ifb_bt {
	float: left;
	height: 19px;
	width: 253px;
	background-image:url(images/ifb_bt.png);

}
div.ifb_bl {
	float: left;
	width: 250px;
	background-image:url(images/ifb_bl.png);
	background-repeat:repeat-y;
	background-position:left;
}
div.ifb_br {
	float: left;
	width: 250px;
	background-image:url(images/ifb_br.png);
	background-repeat:repeat-y;
	background-position: right;
}
div.ifb_bb {
	height: 19px;
	width: 253px;
	background-image:url(images/ifb_bb.png);
	height: 10px;
	clear: left;
	display: block;
}
div.ifb_c {
	float: left;
	background-image:url(images/ifb_bg.jpg);
	width: 218px;
	margin: 0 10px;
	padding: 0 6px;
}

.ifb_c li {
	padding: 3px 0;
}
.ifb_c li,
.ifb_c,
.ifb_c a {
	font-size: 11px;
	color: #353535;
}

#wp-calendar {
	width: 200px;
	margin: 0 auto;
	background-image:url(images/kalender_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
#wp-calendar caption {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	padding: 4px 0 3px;
}
#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
}


/* FOOTER ----------------------------------------------------------------------------------------------------------- */

#footer {
	text-align:center;
	clear: left;
}
#footer a {
	color: #333333;
}
