/*
 Theme Name:   Radio Radius Theme
 Theme URI:    https://sos.ethz.ch
 Description:  Radio Radius Wordpress Theme
 Author:       Mario Lehmann
 Author URI:   http://nevalor.ch
 Template:     twentytwelve
 Version:      0.1
*/

@import url("../twentytwelve/style.css");

/* -------------------------------------------------------------------------- */


/* Global */

body{
	background-color: #202020;
	font-size: 0.9em;
	color: #333333;
	min-width: 1000px;
	max-width: 1500px;
	margin: 0 auto;
	line-height: 1.2;
}

body .site{
	padding: 0;
	margin: 150px auto 20px;
}


.site{
	width: 900px;
	padding: 0;
	overflow: visible;
	position: relative;
}

.site:before{
	content: "";
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	z-index: -1;
	background-color: #E00000;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	color: #000000;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image{
	border: 0;
	box-shadow: none;
}

hr{
	margin: 24px 5px;
	background-color: #DDDDDD;
}


/* startseite */


.kachel{
	margin: 5px;
}

.haupttitel{
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 10px;
	float: left;
	margin-top: 40px;
	width: 100%;
}

.untertitel{
	text-align: center;
	color: #FF0000;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.wetterinfo{
	font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wetterinfo .BTrend_d{
	left: 215px !important;
}


/* inhalt */

.entry-content p, .entry-summary p, .comment-content p, .mu_register p{
	line-height: 1.2;
}

.site-content article {
	border-bottom: none;
	margin: 0;
	padding-right: 50px;
}

footer.entry-meta{
	font-size: 10px;
	color: #777777;
}

.archive-header, .page-header{
	border: 0;
	margin: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
}

.entry-header .entry-title{
	line-height: 2;
}

.comments-link a:hover, .entry-meta a:hover{
	color: #000000;
}

.comments-link a, .entry-meta a{
	color: #FF0000;
}

.comments-link{
	display: none;
	height: 0;
}

.nav-single + .comments-area, #comment-nav-above{
	display: none;
	height: 0;
}

.entry-header img.wp-post-image{
	display: block;
	margin: 0 auto 25px;
}

.entry-content p span{
	font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
}

.entry-content p span span{
	font-size: inherit !important;
}


/* Hauptmenü */

.site-header{
	padding: 0;
	float: right;
	width: 72%;
}

.main-navigation{
	margin-top: 0;
}

.main-navigation li{
	margin: 0;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
	border: 0;
	text-align: center;
}

.main-navigation li a{
	color: #111111;
	font-size: 15px;
	padding: 0 15px;
}

.main-navigation li a:hover{
	background: #EEEEEE;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a{
	background: #EEEEEE;
	color: #000000;
}


/* widgets1 (spalte links) */

.widget-area{
	float: left;
	width: 22%;
	margin: 0;
	padding: 10px 10px 0 20px;
	margin-top: 40px;
	background: #EEEEEE;
}

.widget-area .widget h3{
	margin-bottom: 10px;
	color: #FF0000;
	padding: 3px 0 3px 15px;
	background: #2A2A2A;
	font-size: 13px;
}

.widget-area #s{
	width: 61%;
}
.widget-area .widget a{
	color: #FF0000;
}

.widget-area .widget a:visited{
	color: #FF0000;
}

.widget-area .widget a:hover{
	color: #000000;
}

.buttonabstand{
	padding: 0 3px;
}

.buttonabstand a{
	color: #111111 !important;
}

.buttonabstand a:hover{
	color: #111111 !important;
}

#announcer #title:before{
	content: " - ";
}

.buttonspace{
	text-align: center;
	margin-bottom: 5px;
}

.buttonspace img{
	display: inline;
	vertical-align: middle;
}

#wp-calendar th, #wp-calendar td, #wp-calendar caption{
	text-align: center;
}


/* widegts2 (header) */

.headerwidget{
	color: #FFFFFF;
	padding: 0 15px 5px;
	width: 420px;
	margin: 130px 0 -150px;
	z-index: 10;
	right: -45%;
	position: relative;
}

.headerwidget a:hover{
	color: #FFFFFF;
}

.headerwidget h3{
	color: #FFFFFF;
	font-size: 16px;
	margin: 80px 0 0;
}

.headerwidget .textwidget{
	margin-top: 20px;
}

.headerwidget .textwidget a{
	color: #FFFFFF;
}

.headerwidget .textwidget a:hover{
	color: #FFFFFF;
}

.webcam{
	background: url("/wp-content/themes/radio-radius/img/webcam-logo.png") no-repeat scroll 0 0;
	display: inline-block;
	line-height: 22px;
	padding-left: 25px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 30px;
	font-weight: bold;
}

.telefon{
	background: url("/wp-content/themes/radio-radius/img/telefon-logo.png") no-repeat scroll 0 0;
	display: inline-block;
	line-height: 22px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.headerwidget ul li{
	max-width: 260px;
}


/* menü oben rechts */

.menu-oben-rechts-container{
	float: right;
	margin: -120px 20px 0 0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: relative;
	z-index: 10;
}

.menu-oben-rechts-container ul li{
	display: inline;
}

.menu-oben-rechts-container ul li a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
}

.menu-oben-rechts-container ul li a:hover{
	background: #FFFFFF;
	color: #111111;
}

/* Hauptinhalte (spalte rechts) */

.site-content, .content-area{
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
}

/* Logo */

.logo{
	margin: 5px 0 0 -40px;
}

/* Footer */

footer {
	border-top: 0;
	font-size: 10px;
	margin: 0;
	padding: 20px;
	color: #999999;
}

footer a {
	color: #999999;
}

footer a:hover{
	color: #999999;
}

.site-info{
	text-align: right;
	height: 50px;
}
