/*
Theme Name:     EHS-2013
Template:       rudder
Version:        1.0.0
*/ 

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,700);
@import url(../rudder/style.css);

body.custom-background {
	/* This pattern is downloaded from www.subtlepatterns.com */
	background: #f0f0f0 url(grey.png) repeat 0 0 fixed !important;
}

#wrapper {
	margin-top: 70px !important;
}

.logo {
	display: none
}

body,
.post .meta,
.post .date,
.post .date .year {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.post .date,
.post .date .year {
	font-weight: 700;
	font-style: normal;
}

#content h2 {
	font: bold 32px/46px "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 600;
}

.main-nav ul li {
	text-transform: none;
}

.main-nav li a {
	font-weight: 600;
}

.widget_cudazi_biowidget .bio-description-wrap {
	background: rgb(54, 125, 167);
}
.widget_cudazi_biowidget .bio-description-wrap, body .ui-widget {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
}

#post-3377 { display: none }
.post { margin-top: 0; margin-bottom: 10px }

.banner_wrapper {
	position: relative;
}

.banner_wrapper div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	color: white;
	font-weight: 300;
	padding: 6px 0 48px 12px;
	font-size: 30px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.post .date {
	left: -27px;
	width: 53px;
}

.post .date,
.post .text-holder {
	border-color: #ccc;
}

.post .meta {
	color: #666;
}
.post .meta a {
	color: #367DA7;
}
.post .meta a[rel="category tag"],
.more-link {
	font-weight: bold;
}

article.category-wenn-ich-das-wort-ergreifen-durfte {
	border: 1px solid #367DA7;
	background: #f0f0f0;/*#D8E9F3;*/
}

article.category-wenn-ich-das-wort-ergreifen-durfte .date {
	background: #f0f0f0;
}

article.category-wenn-ich-das-wort-ergreifen-durfte .date,
article.category-wenn-ich-das-wort-ergreifen-durfte .text-holder {
	border-color: #367DA7;
}

.entry-content ul.ui-tabs-nav li:last-child {
padding-bottom: 0;
}

.entry-content .ui-tabs .ui-tabs-nav li.ui-tabs-active {
padding-bottom: 1px;
}

body .ui-widget-content {
	border: 1px solid #F0F0F0;
}

body .ui-widget-header {
border: 0;
background: transparent;
border-bottom: 1px solid #ccc;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.bio-description ul {
	list-style: square;
	margin-left: 20px;
}
.bio-description a.button {
	margin-top: 20px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
	.main-nav li a {
		padding: 19px 18px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_wrapper {
		height: 100px;
	}
	.banner_wrapper div {
		font-size: 20px;
		padding: 6px 0 6px 12px;
	}
}

@media only screen and (max-width: 494px) {
	.banner_wrapper {
		height: 66px;
	}
	.banner_wrapper div {
		font-size: 16px;
		padding: 6px 0 6px 12px;
	}
}