/*   
Theme Name: Rundfunkanstalt Show
Theme URI: http://rundfunkanstalt.com/
Description: Rundfunkanstalt Show
Author: Dominik Schwind
Author URI: http://www.lostfocus.de/
Version: 1.2 alpha
*/
/* @group Basic stuff */

* {
	padding:0;
	margin:0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: 'goertz';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1; /* Clearfix for IE6 */
}
*:first-child+html .clearfix {
	zoom: 1; /* Clearfix for IE7 */
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display : block;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
/* @end */

div.container {
	margin:1em;
	font-family:Questrial;
/*	border:1px solid #ccc;*/
}

/* @group Rundfunkanstalt nav */
nav.rundfunknav {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}
nav.rundfunknav li {
	float:left;
	list-style-type:none;
	padding-right:.5em;
}
nav.rundfunknav {
	padding: 0.2em;
}
nav.rundfunknav a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	text-transform: lowercase;
	color: #000;
	border-right:1px solid #ddd;
	padding-right:.37em;
}
nav.rundfunknav ul li ul li:last-child a {
	border-right:none;
}
/* @end */
/* @group Header */
header {
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
}
header h1 {
	margin-bottom:.2em;
}
/* @end */
/* @group Main Content */
div.maincontent {
	max-width:620px;
	margin:0 auto;
}
div.maincontent article {
	border:1px solid #f2f2f2;
	background-color:#fafafa;
	padding:1em;
	margin-bottom:1em;
}
div.maincontent article.archive header {
	padding:0;
	border:none;
}
div.maincontent article.archive h1{
	font-size: 1em;
}
div.maincontent article.archive img.wp-post-image {
	float:left;
	margin-right: 1em;
}
div.maincontent article p,
div.maincontent article li,
div.maincontent article h2,
div.maincontent article h3,
div.maincontent article h4,
div.powerpress_player,
div.smo
{
	margin-top:1em;
	margin-bottom:1em;
}
div.maincontent article ul {
	list-style-type:disc;
	margin-left:25px;
}
div.maincontent article ol {
	margin-left:25px;
}
div.maincontent ul.older, div.maincontent div.navigation {
	border:1px solid #f2f2f2;
	background-color:#fafafa;
	padding:1em;
	margin-bottom:1em;	
}
div.maincontent div.navigation div {
	width:50%;
	float:left;
}
div.maincontent div.navigation div.next {
	text-align: left;
}
div.maincontent div.navigation div.previous {
	text-align: right;
}
div.maincontent div.comments-link {
	border-top: 1px solid #f2f2f2;
	padding-top:1em;
}
div.maincontent article.archive div.comments-link {
	border:none;
	padding-top:0;
}
/* @end */
/* @group Sidebar */
ul.sidebar {
	max-width:270px;
	margin:0 auto;
}
ul.sidebar h2 {
	font-size: 1.2em
}
ul.sidebar li {
	list-style-type:none;
	border:1px solid #f2f2f2;
	background-color:#fafafa;
	padding:1em;
	margin-bottom:1em;
}
ul.sidebar li ul li {
	border:none;
	padding:0;
	margin:1em 0;
}
/* @end */
@media screen and (min-width: 800px) {
	div.container {
		width:95%;
		max-width:900px;
		margin:1em auto;
	}
	div.maincontent {
		width:70%;
		max-width:none;
		float:left;
	}
	div.maincontent article, div.maincontent ul.older, div.maincontent div.navigation {
		margin-right:1em;
	}
	ul.sidebar {
		width:30%;
		max-width:none;
		float:left;
	}
}