/*  
Theme Name: klartext magazin
Theme URI: http://klartext-magazin.de
Description: Theme für den Internetauftritt des klartext magazins. Modifikation vom Branford Magazine Theme
Version: 1.0
Author: Johannes Ewald
Author URI: 

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


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #333;
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}

a {
	color: #840000;
	text-decoration:none
	}

a:hover, a:active {
	color: #666;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#999;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px;
	}
	
strong {
	font-weight: bold;
}

/****** Images ****************************/

img, a:link img, a:visited img{border: 0}
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 15px 25px 35px 25px;
	border:3px double #333;
	}

#branding {/*where the logo sits*/
	width:625px;
	height:120px;
	padding-bottom:15px;
	background:url(../../titel_logo.jpg) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it�s the sidebar container*/
	width: 230px;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:299px;
	float: left;
	}
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:299px;
	float: right;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Arial;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font-family: Georgia, "Times New Roman", Times, serif ! important;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1em;
	padding:5px 0 5px 0;	
	border-bottom:1px solid #999;	
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#666;
	}
	
#content h3 {
	width: 625px;
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	display: inline-block;
	padding:5px 0 5px 0;
	margin-top: 80px;
	margin-bottom: 43px;
	color:#666;
}

#sidebar h3, #sidebar h2 {
	width: 100%;
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 0;
	margin:30px 0 15px 0;
	color:#666;
	}

#articlelinks h3 {
	text-align: center;
	width: 100%;
	font-size:0.9em;
	border-bottom:1px solid #666;
	border-top: 0;
	color: #ff371e;
	margin: 0px;
	margin-bottom: 10px;
}

#articlelinks a {
	color: #000;
}

#articlelinks a:hover {
	color: #ff371e;
	text-decoration: underline;
}

#articlelinks li {
	list-style-image: url(images/pfeil.gif);
	list-style-position: inside;
}
	
h3#respond {
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif ! important;
	font-size:1.5em;
	margin-bottom: 5px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:625px;
	float:left;
	padding-top:30px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background-image:url(images/backgrounds/bg_featured.jpg);
	background-position: bottom;
	background-color: #f9f9f9;
	background-repeat: repeat-x;
	margin-top: 28px;
	margin-bottom: 50px;
	padding:15px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc; 
	}

/* Formating of the Leadstory stuff in the tabbed section */
			
.leadpic {
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 0px;
	}

.title, a.title  {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	margin-bottom: 20px;
	}

#leftcol img {
	margin-bottom: 20px;
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */



.entry {
	padding-bottom:7px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	width: 605px;
	color: #666;
	font-size:0.9em;
	margin-bottom: 50px;
	padding:5px 10px;
	background:#ccc;
	border-top:1px solid #b6b6b6;	
	border-bottom:1px solid #b6b6b6;	
	}	
				
/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}
	
#s {
	padding: 1px;
}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}

/******************************************
*   klartext Zusätze                       
******************************************/

.feature-head {
	display: inline-block;
	position: relative;
	left: -16px;		/* Relativ zum .feature Objekt */
	top: -40px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
	padding: 5px;
	padding-left: 7px;
	background-color: #f9f9f9;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	font-weight:bold;
	color:#666;
	z-index: 2;
	}

.teaser {
	margin-top: -20px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.teaser p {
	margin-top: 4px;
}

#cat_header_title {
	width: 625px;
	height: 137px;
	background-repeat: no-repeat;
	background-position: top right;
}

#mitmachen {
	position: relative;
	left: 40px;
	margin-bottom: 10px;
}

.heftverweis {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	text-align: center;
	height: 140px;
}

.sidebar_widget {
	margin-bottom: 30px;
}

.sidebar_widget a {
	color: #000;
	font-weight: lighter;
}

.sidebar_widget a:hover {
	color: #840000;
	text-decoration: none;
}

.audio {
	position: relative;
	top: -22px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	width: 225px;
	background-color: #ccc;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

.audio:hover {
	background-color: #666;
	color: #EEE;
	text-decoration: none;
}

.video {
	position: relative;
	top: -22px;
	margin-top: 15px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	width: 225px;
	background-color: #ccc;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

.video:hover {
	background-color: #666;
	color: #EEE;
	text-decoration: none;
}

.av_icons {
	position: relative;
	left: 160px;
	top: 50px;
	width: 72px;
	z-index: 1;
}

.entry div {
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.entry p {
	margin-bottom: 20px;
}

.entry img {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

p.wp-caption-text {
	margin-top: -5px;
	margin-bottom: 0px;
	font-style: italic;
}

.categorypic {
	max-width: 100px;
	max-height: 100px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}

#articlelinks {
	background-color: #f9f9f9;
	padding: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;	
	border-right: 2px solid #666;	
	border-bottom: 2px solid #666;	
}

.alignleft {
	float: left;
}

div.wordtube {
	float: none;
}