/*  
Theme Name: standard
Theme URI: http://www.sitescriptor.de/category/wordpress/generic-theme/
Description: WP Basic theme 3 cols 20071215 
Version: 0.5 wp2.3.1+
Author: fawnt.com
Author URI: http://fawnt.com/

Based on:
Theme  generic_theme
Theme URL  http://www.sitescriptor.de/category/wordpress/generic-theme/
Description  WP Generictheme 20061018-20071127  in deutscher Sprache.
Version Nr: 2.2-5 wp2.3.1+
Author Gerd Franke
Author URL  http://sitescriptor.de/

	Abgeleitet vom Theme: Kubrick v1.5  http://binarybonsai.com/kubrick/ 
	aus WordPress Standard DE-Edition 1.6
	Eingedeutscht von Michael Heilemann http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Element Definitions */
body
{
	margin: 0px;
	font-family: Tahoma, Garamond,Times New Roman,Verdana, Arial, Sans-Serif;
	background-color: #303030; /* dark grey */
	background-color: #fff;
	color: #3F3A3A;
	text-align: center;
	font-size: 100%;
	line-height: 1.125em;
}


a,a:link,a:visited,a:active,a:hover
	{color: maroon;
	font-weight: normal; text-align: left; text-decoration: none;
	}

ul,	li
	{
/*	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
*/	}

div, h1,h2,h3,h4,h5,h6
	{margin: 0px;
	text-align: left;
	}
	
	h2 {
		font-size: 0.9em;
	}
	
div.clearall
	{	clear: both;}
	
/* -- the pagebox is the wrapper for all content -------------------------------- 
Überschrift und Fusszeile !!
*/
#pagebox 
	{
	width: 980px;
	margin: 10px auto; /* 10 from top; centered */
	font-size: 0.8em;
	text-align: left;
	background-color: transparent; /* just if you whish it ...*/
/*	background-color: #efefef;*/
	border: 10px solid #FFDEAD;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: url(images/header.gif) no-repeat;
	background: #4f4a4a  url(images/photo.jpg) no-repeat;

}

/* -- the headerbox is the header -------------------------------- */
#headerbox
{
	float: none;
	width: auto;
	margin-right: 0px;
	border: 0px;
	margin: 0px;
	padding: 3px;
	background-color: transparent;
	display: block;
	height: 150px;

}
	#header
	{border: 0px solid blue;background-color: transparent;	
	
		}
	
	#headerbox h1
		{	margin: 5px 10px; padding: 3px 0 ;
			font-size: 1.5em; color: maroon;	
			background-color: transparent;
				text-align: right;
		}
	#headerbox h1 a
		{
	letter-spacing: 0em;
	font-size: 1.3em;
	font-weight: bold;
	background-color: transparent;
	color: #fff;
	
}
	#headerbox h2		
		{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0em;
	text-align: right;
}

		
/* --------- the  container is sector with 3 cols ---------------- */
#container {position:relative; display:block; background: transparent; 
		border-left:200px solid transparent; 
	border-right:130px solid transparent; 
	overflow: visible;}		
		
/* now the 3 cols are build  ---- */		
/* the right sidebox */
#sidebox2
	{float:right; position:relative; width:128px; margin-right:-129px; display:inline;	border: 0;
	color: yellow; 
}
/* the left sidebox */
#sidebox
	{
	height: auto;
	border: 0;
	font-size: 10px;
	background-color: transparent; /* background is set in container / border-left */
	float: left;
	position: relative;
	width: 198px;
	margin-left: -197px;
	margin-left: -187px;
	display: inline;
	color: white;
}
	#sidebox ul.navi,#sidebox ul.navi li
		{margin: 0px; padding: 0px;	list-style-type: none;
		list-style-position: inside;	background-color: transparent;/* background is set in container / border-right */

		}

		#sidebox a {
			color: white;
		}
		
	#sidebox ul.navi 		
		{	margin: 0 0 0 0;padding: 0 0 0 0;
			font-size: 0.9em; list-style-type: none; list-style-position: inside;
			background-color: transparent;
			
		}
	#sidebox ul.navi li{float: none;	margin: 0px;			}
		
	#sidebox ul.navi li ul li	{margin-left: 10px;	font-size: 0.9em;}

	#sidebox ul.navi a, #sidebox ul.navi a:visited
		{	display: block;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			color: white;font-size: inherit;	letter-spacing: 0em;font-weight: bold;
			background-color: transparent;
		}
	#sidebox ul.navi li ul li a, #sidebox ul.navi li ul li a:visited
		{	padding: 0px 0px 0px 0px;
			color: white; font-size: 0.8em;
		}
	#sidebox ul.navi a:hover		
		{border: 0px solid #bbb;	color: red;	}
		
	/*--------  ------------*/

/* the main middle column  */
#contentbox {
	width: auto;
	min-height: 200px;
	padding: 3px;
	border: 3px solid grey;
	font-family: Verdana, Sans-Serif; font-size: 0.8em;
	background-color: white;
	/*
	overflow: auto;
*/
	}

	#contentbox h2 {padding: 15px 0 0 0}; 
  
	#contentbox div.post{
	margin: 0px 0px 0px 0px;
	color: black;
	font-size: 13px;
	border: 0px solid silver;
	background-color: transparent;
	}
	/* ------------------------------ */
	#contentbox div.post h2
		{
		width: auto;
		margin: 0px 0px 0px 0px;
		color: #333;
		border-bottom: 1px solid #aaa;
		padding-bottom: 4px;
		font-size: 18px; letter-spacing: 0em;
		background-color: transparent;
		}
		
	#contentbox div.postbycatbox	
		{
		margin: 0px 0px 0px 0px;
		width: auto;
		overflow: auto;
		color: black;
		font-size: 12px;
		border: 1px solid green;
		background-color: white;
		}
		
	#contentbox div.postbycatbox div.plus
		{
		clear: both;
		margin: 0px ;
		border-width: 1px 0px 1px 0px;
		border: 0px solid #aaa;
		color: black;	
		background-color: transparent;
		}
		
	#contentbox div.postbycatbox div.entry
		{margin: 0px 0px 0px 0px;	}
		
	#contentbox div#home.postbycatbox div.plus
		{
/*
		margin: 4px 0px 2px 0px;
		width: 400px;
		color: black;
		font-size: 14px;
		background-color: transparent;
*/
		}
		
		#contentbox div.postbycatbox div.plus h4
		{margin: 0px 0px 4px 0px;
		color: #333;
		font-size: 0.9em;
		background-color: transparent;
		}
	
		#contentbox div.postbycatbox div.plus img
		{float: none;
		width: 300px;
		height: auto;
		margin: 0px 0px 0px 0px;
		border: 0;
		}

	#contentbox div.entry a {
	font-size: smaller;
	color: maroon;
}
		
/*-------- the foote ------------*/
		div#footerbox {
			clear: both;
			margin: 0px ; padding: 3px ; border-width: 0;
			border: 0px solid #000;
			background-color: transparent;
			color: white; font-family: Verdana, Sans-Serif;	font-size: 0.7em;
			line-height: 1em;text-align: center;	letter-spacing: 0em;
			}
		#footerbox ul,
		#footerbox li
			{display: inline;}
		#footerbox a,
		#footerbox a:visited
			{color: red;	}
		#footerbox a:hover
			{color: fuchsia;}
	
	
/* --------- E N D -------------- */

/* WIDGET */

.widgettitle {
	font-size: 0.9em;
}
