/*  
Theme Name: Bitsundso Theme
Theme URI: http://bitsundso.de
Description: Semi-commercial Theme für famous German Bitsundso Podcast show
Version: 1.0
Tags: bus, sus, fus
Author: Gerrit van Aaken
Author URI: http://praegnanz.de/

	Bitsundso Theme
	http://bitsundso.de

	This theme was designed and built by Gerrit van Aaken,
	whose blog you will find at http://praegnanz.de/

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

*/

/* ----------------------------------------------------- Page layout */

body {
	background: url(css/img/back.gif) 0 0 repeat-x;
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
	color: #ccc;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

#wrapper {
	margin: 0 -23px;
	margin-top: 43px;
	width: 940px;
	padding: 0 53px;
	background: url(css/img/pageback.png) 0 0 repeat-y;
}

#header {
	position: relative;
	top: -43px;
	margin: 0 -53px;
	background: url(css/img/pagetop.png) 0 0 no-repeat;
	padding: 53px;
}


#footer {
	position: relative;
	top: 43px;
	margin: 0 -53px;
	background: url(css/img/pagebottom.png) 0 100% no-repeat;
	padding: 0 53px 8px 53px;
}

#logo {
	float: left;
	margin: -11px;
	margin-left: -7px;
}

#header .hr {
	clear: both;
	float: left;
	margin: 20px -30px -10px -30px;
	height: 2px;
	background: url(css/img/line.gif) 50% 50% no-repeat;
	width: 1000px;
}

#main {
	margin-bottom: -45px;
	overflow: hidden;
	clear: both;
	width: 940px;
}

#col3-left {
	width: 220px;
	float: left;
}

#col3-right {
	width: 160px;
	float: right;
}

#col3-middle {
	width: 500px;
	float: left;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 0 5px 20px;
	margin: 0 20px;
}

#col1 {
	width: 900px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}

#col2-right {
	width: 660px;
	float: left;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 20px 0 20px;
	margin: 0 0 0 20px;
}

.clear {
	clear: both;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

blockquote {
	padding-left: 3.5em;
	margin-left: -7px;
	color: #888;
	margin-bottom: 1em;
	background: url('css/img/quotes.gif') 0 3px no-repeat;
}


/* ----------------------------------------------------- Columns */

.column h2 {
	color: #77bd11;
	border-top: 1px solid #77bd11;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.4em;
	padding-top: 0.125em;
	line-height: 1.25em;
}

.column a:link,
.column a:visited {
	color: #ccc;
}

.column a:focus,
.column a:hover,
.column a:active {
	color: #77bd11;
}

.column .box {
	margin: 0 0 2.5em 0;
	overflow: hidden;
}

.crew li {
	float: left;
	margin-right: 4px;
}

.undsoversum li {
	float: left;
	margin-right: 10px;
}

.undsoversum {
	width: 170px;
}

.column p {
	margin-bottom: 0.75em;
}

.rssicon {
	float: left;
	margin: 6px 10px 10px 0;
}

.column .list {
	margin-top: 16px;
}

.sparbits {
	margin-top: 8px;
}

.column .bullets li:before {
	content: "» ";
}

.tagcloud ul {
	text-align: center;
}

.tagcloud a {
	text-decoration: none;
	line-height: 17px;
	margin: 0 0.2em;
}

/* ----------------------------------------------------- Content */

.content {
	color: #333;
}

.post {
	border-top: 1px solid #40982f;
	margin-bottom: 20px;
	width: 220px;
	margin-right: 20px;
	background: #eee;
	padding: 0 5px 7px 5px;
	float: left;
	min-height: 4em;
}


#firstpost .post {
	width: 480px;
	background: none;
	padding: 0 0 8px 0;
	margin-bottom: 15px;
}

.single-post {
	width: 480px;
	background: #fff;
	padding: 0;
}

.content h1,
.content h2 {
	font: normal 21px/1.2em "Trebuchet MS", arial, sans-serif;
	margin: 0 0 0.5em 0;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}

.content p,
.content ul,
.content ol {
	margin-bottom: 0.8em;
}


.content li {
	list-style: square outside;
	margin-left: 25px;
	margin-bottom: 0.5em;
}

.content ol li {
	list-style: decimal outside;
}

.content ol.commentlist {
	margin-bottom: 3em;
}

.content ol.commentlist li {
	border-top: 1px solid #bbb;
	list-style: decimal inside;
	margin-left: 0;
	padding-top: 5px;
	width: 480px;
	overflow: auto;
	position: relative;
	font-weight: bold;
}

.content ol.commentlist li p {
	margin-top: 7px;
	font-weight: normal;
}

.content ol.commentlist li small {
	background: #bbb;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding: 0 4px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
}
.content ol.commentlist li small a {
	color: #fff;
}




#col1 p a {
	text-decoration: underline;
}

.content .post h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0.3em 0 0 0;
	
}

.content #firstpost h2,
.content .single-post h2,
.content h3#comments,
.content h3#respond {
	font: normal 26px/1.2em "Trebuchet MS", arial, sans-serif;
	margin: 0 0 0.7em 0;
}

.content h3#respond {
	margin-top: 1em;
}


#main .content .prehead {
	margin: 4px 0 0 0;
	font: normal 16px/1em "Trebuchet MS", arial, sans-serif;
}

.content a:link,
.content a:visited {
	color: #40982f;
	text-decoration: none;
}

.content a:focus,
.content a:hover,
.content a:active {
	color: #000;
}

#main .content h2 a {
	text-decoration: none;
	display: block;
}

.postimage {
	float: left;
	width: 250px;
	margin-bottom: 1.5em;
}

.postimage img {
	border: 1px solid #999;
}

.postimage a:hover img {
	border: 1px solid #000;
}



.post small {
	float: right;
	background: #40982f;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	padding: 0 4px;
	margin-left: 45px;
	margin-right: -5px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

#firstpost small,
.single-post small {
	margin-right: 0;
}

#main .podPress_content {
	clear: both;
	padding-top: 10px;
	font-size: 1em;
}

#main #col3-middle .podPress_content {
	clear: both;
	padding: 10px 10px 0 10px;
	font-size: 1em;
	border: 1px solid #40982F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1.5em 0 0 0;
}

.podPress_content a {
	white-space:nowrap;
	margin: 0;
}

#podPressPlayerSpace_1_PlayLink,
#podPressPlayerSpace_2_PlayLink,
#podPressPlayerSpace_3_PlayLink,
#podPressPlayerSpace_4_PlayLink,
#podPressPlayerSpace_5_PlayLink,
#podPressPlayerSpace_6_PlayLink,
#podPressPlayerSpace_7_PlayLink,
#podPressPlayerSpace_8_PlayLink,
#podPressPlayerSpace_9_PlayLink,
#podPressPlayerSpace_10_PlayLink {
	display: none;
}

#main .podPress_imgicon {
	display: none;
}


#firstpost .postmetadata,
.single-post .postmetadata {
	margin-left: 250px;
}


h3.topics {
	padding-left: 20px;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	background: url(css/img/icon-tags.gif) 0 0 no-repeat;
}

h3.comments {
	margin: 10px 0 0 0;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(css/img/icon-comments.gif) 0 0 no-repeat;
}

#main h3.comments a:link,
#main h3.comments a:visited {
	color: #222;
}

#main h3.comments a:focus,
#main h3.comments a:hover {
	color: #40982f;
}


.content .single-post .entry h3 {
	border-top: 1px dotted #40982F;
	margin-top: 2em;
	padding-top: 0.3em;
	clear: both;
}

.content .single-post .entry ul ul li {
	font-size: 10px;
	line-height: 1.4em;
	color: #666;
}

.content .single-post .entry ul ul  {
	margin-top: 4px;
}

#commentform {
	padding-bottom: 1em;
}

textarea#comment {
	width: 470px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	padding: 3px;
}

#commentform small {
	font-size: 10px;
	color: #777;
	line-height: 1.4em;
}

#commentform label small {
	font-size: 12px;
	color: #222;
	margin-left: 0.5em;
}


/* ----------------------------------------------------- Menu */

.content .menu {
	background: #222;
	margin: 0 -20px;
	overflow: hidden;
	height: 25px;
	position: relative;
	width: 520px;
}

#col1 .menu {
	margin: -20px;
	margin-bottom: 20px;
	width: 940px;
}

#col2-right .menu {
	width: 700px;
}

.content .menu li a {
	height: 24px;
	padding: 0 7px;
	line-height: 24px;
	display: block;
	border-bottom: 1px solid #222;
}

.content .menu li {
	margin-left: 0;
	list-style: none;
	float: left;
	background: #b3b3b3;
	margin-right: 2px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.content .menu li:hover {
	background: #ccc;
}

.content .menu li.current_page_item {
	background: #fff;
}

.content .menu li.current_page_item a {
	border-bottom-color: #fff;
}

.content .menu a:link,
.content .menu a:visited {
	color: #333;
	text-decoration: none;
}

.content .menu li.searchform {
	float: right;
}

.content .menu li form {
	background: #222;
}

.content .menu input {
	padding: 0;
}

#s {
	width: 100px;
}


/* ----------------------------------------------------- Footer */

#footer a:link,
#footer a:visited {
	color: #222;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #888;
}

#footer p {
	position: relative;
	top: 33px;
	right: -15px;
	color: #222;
	padding-bottom: 20px;
	text-align: right;
}


/* ----------------------------------------------------- Ads */

#menuads {
	margin: 6px 0 20px 0;
}

#topbanner {
	float: right;
	padding-top: 8px;
	background: url(css/img/werbung.gif) 100% 0 no-repeat;
}

#sidebanner {
	padding-top: 8px;
	background: url(css/img/werbung.gif) 100% 0 no-repeat;
}

.contentads {
	width: 468px;
	float: none;
	clear: both;
	margin: 20px 0;
	padding-right: 12px;
	background: url(css/img/werbung2.gif) 100% 0 no-repeat;
}


/* --------------------------------------------------- Bits und so Plus */

#busplus {
  background:url("http://www.bitsundso.de/wp-content/uploads/2009/01/gradient.jpg") repeat-x top;
  //font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size:110%;
  letter-spacing:0.1em;
  color:white;
  display:none;
}

.busplus h2 {
   padding-top:1em;
}

p.busplus_anrede {
   width:70%;
}

ul.busplus_smallprint {
	font-size: x-small;
    list-style-type:none;
    margin-left:10px;
    padding-bottom:2em;
    
	line-height: 1.4em;
}

table.busplus_pricing {
	margin-left: 50px;
	margin-top: 50px;
	margin-right:50px;
	float:left;
	border-width: 1px;
	border-color: white;
	border-style:solid;
	border-spacing:0px;
	}

.busplus_pricing th {
   background-color:grey; 
   color:white;
}

.busplus_pricing td, .busplus_pricing th  {
	padding: 15px 20px;
	margin:0px 0px 0px 0px;
	border-width: 1px;
	border-color: white;
	border-style:solid;
	}

ul.busplus_starlist {
	list-style-image:url(http://www.bitsundso.de/wp-content/uploads/2009/01/bullet_star-gold.png);
    margin-left:10px;
}


/* --------------------------------------------------- Payment Forms */
.clickandbuy label
{
    width:150px;
    float:left;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

