/*  
Theme Name: stcb-varianteeins
Theme URI: http://supatopcheckerbunny.de/
Description: Custom theme for supatopcheckerbunny.de
Version: 0.1 - 14.04.2008 22:30
Author: Kaspar Metz
Author URL: http://metzwerk.net/
*/

/*
Containers
*/

body{
	font-family: Helvetica, Swiss, sans-serif;
	font-size:80%;
	line-height:1.5em;
	margin:0;
	padding:0;
	/*padding-top:23px;*/
	background-image: url(/wp-content/themes/stcb-minn/images/bg.gif);
}


a {
	color:#1F1F1B;
	text-decoration:underline;
 }
a:visited {
	color:#1F1F1B;
	text-decoration:underline;
}
a:hover {
	/*color:#FF9900;
	text-decoration:underline;*/
	color: #000;
	background-color:/*#FFD17C; */ #9BCAFE;*/
}
#sidebar .current_page_item, #sidebar .current-cat {
	padding-left: 5px;
}

#sidebar .current_page_item a, #sidebar .current-cat a{
	/*background-color: #9BCAFE;*/
	text-decoration: underline;
	/*color: #fff;
	background-color: #000;*/
	
}

div#wrap{
	margin:0 auto;
	text-align:left;
	width: 750px;
	padding: 0px 10px;
	background-color: #fff;
	background-image: url(/wp-content/themes/stcb-minn/images/wrap_bg.jpg);
}
div#headerlink {
	width: 750px;
	height: 125px;
}
div#header{
	width: 750px;
	height: 180px;
	/*border: 3px solid #333;*/
	background-image: url(/wp-content/themes/stcb-minn/images/header.jpg);
	text-align: center;
	padding-bottom: 10px;
}
div#navigation{
	width:750px;
	height: 60px;
	margin-left: 10px;
	/*border: 1px solid #333;*/
	/*border-left: 3px solid #333;
	border-right: 3px solid #333;*/
	text-align: center;
}

div#sidebar_wrap {
	float: left;
	height: 100%;
	width:200px;
	padding: 0;
	margin: 0;
}
div#sidebar{
	font-size:1em;
	width: 180px;
	padding: 5px 5px 5px 15px;
	list-style: none;
	overflow:none;
	background-image: url(/wp-content/themes/stcb-minn/images/sidebar_bg.jpg);
}
div#sidebar_top {
	width: 200px;
	height: 10px;
	background-image: url(/wp-content/themes/stcb-minn/images/sidebar_top.jpg);
}
div#sidebar_bottom {
	width: 200px;
	height: 10px;
	background-image: url(/wp-content/themes/stcb-minn/images/sidebar_bottom.jpg);
}


.sidebar-separator {
	margin: 10px 0;
}


div#content_wrap{
	float:right;
	width:550px;
}
div#content{
	font-size:1em;
	width:500px;
	padding: 5px 25px;
	min-height: 500px;
	background-image: url(/wp-content/themes/stcb-minn/images/content_bg.jpg);
}
div#content_top {
	width: 550px;
	height: 10px;
	background-image: url(/wp-content/themes/stcb-minn/images/content_top.jpg);
}
div#content_bottom {
	width: 550px;
	height: 10px;
	background-image: url(/wp-content/themes/stcb-minn/images/content_bottom.jpg);
}


div#footer{
	clear: both;
	width: 550px;
	color:#333;
	font-size:0.8em;
	padding:0.5em;
	text-align: right;
	/*border: 2px solid #ff5;*/
}

/*
ul#titlenav {
	list-style:none;
	margin: 0;
    zoom:1;
}
ul#titlenav li{
	display:inline;
	display:-moz-inline-stack;
    *display:inline; /-* IE *-/
    vertical-align:bottom; /-* safari: for overlap *-/
    cursor:pointer; /-* gecko: due to -moz-inline-stack on anchor *-/
    zoom:1; /-* IE: kill space between horizontal tabs *-/
}*/

div#navigation img, div#navigation a{
	width: 185px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}


/*
 H & P
*/
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	
}
h3 {
	font-size: 1em;
}
 h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited{
	text-decoration: none;
}



/*
 Entry
*/
 
.entry{
	margin-bottom: 30px;
}
.entry img {
	margin: 10px;
 }

.entrytitle h2 a:hover {
	text-decoration: none;
}

.entrymeta h3, .entrymeta h3 a{
	font-size: 10px;
	color:#aaa;
}



/*
 Sidebar
*/

#sidebar ul{
	list-style-image:url(/wp-content/themes/stcb-minn/images/kringel.gif); 
	list-style-position: outside;
	padding: 0px 0px 0px 12px;
	margin: 0;
	text-align: left;
	/*font-size: 14px;*/
	font-weight: bold;
	letter-spacing: 0.05em;
}
#sidebar ul li{
	margin: 10px 0px;
	/*padding: 0.1em 0em 0.1em 0.7em;*/
}

#sidebar a{
	text-decoration:none;
}



.widget {
	margin: 15px 0;

}


/*
 Comments
*/

.commentsblock{
	/*margin:0.5em;*/
	/*padding:1em;*/
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#fffeef;
	border:1px solid #a1a1a1;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#444;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	border:1px dotted #d1d1d1;
	padding:0.5em;
}


/*
 Extra
*/

/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/

.alignleft { text-align: left; }
.alignright { text-align: right; }

.noborder {
	border: none;
}

.imagecaptioneasy {
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

