@charset "UTF-8";
/* @override http://philharmoniker.rheinschafe.de/cms/wp-content/themes/rs-philharmoniker/style.css */
/*
Theme Name: Philharmoniker 2010
Theme URI: http://rheinschafe.de
Description: Theme für die Duisburger Philharmoniker
Author: Mathias Schopmans
Author URI: mailto:mathias@schopmans.me

*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

/* @end */

/* @group Standards */

embed {
	margin: 10px 0;
}
table {
	margin-top: 10px;
	margin-bottom: 20px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

tr td {
	padding-bottom: 20px;
}

#content ul, #content ol {
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 10px;
}
#content li {
	margin-bottom: 5px;
}

#content img {
	
}

/* @end */

/* @group Classes */

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

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

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

.alignleft {
	float: left;
	margin-right: 10px;
}
br.spacer_ {
	display: none;
}

.wp-caption-text {
	padding: 5px 0;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.button {
	padding: 4px;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #6c1533;
	border-left: 1px solid #3c0818;
	border-right: 1px solid #3c0818;
	border-bottom: 1px solid #360715;
	background: #690e29 url(img/bg_btn_dark_red.jpg) repeat-x;
}
.button:hover{
	text-decoration: none;
	border-bottom: 1px solid #440d20;
	border-left: 1px solid #3d0919;
	border-right: 1px solid #3d0919;
	border-top: 1px solid #560b21;
	background: #831a3d url(img/bg_btn_dark_red_hover.jpg) repeat-x;
	
}

.concertdate {
	color: #97002e;
	font-style: italic;
}

/* @end */



/* @group Fonts */

body {
	color:#899B96;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	background-color: #EEF2F1;
}
h1, h2, h3, h4 {
	color: #781231;
	font-family:"Times New Roman",Times,Georgia,serif;
	font-size:24px;
	line-height:26px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	margin-top: 0;
}
h2 {
	font-size:20px;
	font-weight:normal;
	line-height:22px;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	line-height:19px;
}
h4 {
	font-size: 14px;
	line-height:16px;
}

p {
	margin-bottom: 15px;
	line-height:16px;
}
a {
	color:#781231;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size:9px;
	line-height: 12px;
}

/* @end */
/* @group Layout */
#top, #footer {
	width:824px;
	margin: 0 20px;
}
#page {
	/* background:transparent url(img/bg-slice.gif)repeat scroll 0 0; */
	margin: 0 20px 0px 20px;
	width:824px;
	padding: 5px 0;
	background: #ffffff;
}

#content {
	float:right;
	overflow:hidden;
	padding-right:5px;
	width:550px;
}


div.sidebar {
	width: 200px;
	float: left;
	display: inline;
	padding-left: 5px;
}

#partner {
	left:849px;
	position:absolute;
	top: 311px;
	width:300px;
}
#partner a {
	display: block;
	margin-bottom: 5px;
}
#partner a img {
	background: #fff;
	padding: 5px;
}


/* @end */

/* @group Posts & Pages */

h1.title a:hover {
	text-decoration: none;
}
.post, .page {
	clear: both;
	float: none;
	margin-bottom: 40px;
}
.post .left-column {
	width: 100px;
	float: left;
}

.post .right-column {
	width: 440px;
	float: right;
	overflow: hidden;
	border-bottom: 1px dashed;
}

.wp-post-image {
	margin-bottom: 10px;
}

a.ticketlink {
	display: block;
}

/*

.post a.more-link {
	display: block;
	width: 102px;
	height: 22px;
	text-indent: -9999999px;
	background: url(img/btn_weiterlesen.gif) no-repeat center top;
}
.post a.more-link:hover, .post a.more-link:active {
	background-position: center bottom;
}

*/


.first-post {
	padding-top: 10px;
	padding-bottom: 25px;
}

.first-post .commentAndLink {
	clear: both;
	padding-top: 15px;
}

.first-post .commentAndLink small {
	font-size: 12px;
	margin: 0;
}

.bigdate {
	width: 75px;
	color: #781231;
	height: 55px;
	margin: -2px 0 0 0;
	display: inline;
	overflow: hidden;
}

.bigdate span {
	display: block;
	text-align: center;
	font-size: 9px;
}

.bigdate .datum-tag {
	font-family:"Times New Roman",Times,Georgia,serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: -7px;
}

h1.with-date {
	margin-left: 85px;
}

.trenner {
	margin-bottom: 10px;
}

.page .title {
	clear: both;
	float: none;
}

.post .timeblock {
	float: left;
	margin-right: 15px;
}

.second-level {
	clear: none;
	width: 240px;
	padding-top: 10px;
	background: url(img/bg_du2010_line.gif) repeat-x;
	float: left;
	display: inline;
}

.blog .second-level .attachment-thumbnail {
	margin-bottom: 10px;
}

.left-post {
	float: left;
}

.right-post {
	float: right;
}

.second-level h1 {
	font-size: 18px;
	line-height: 22px;
}

.second-level .post-thumbnail {
	border: none;
	display: block;
	margin-bottom: 10px;
}

.second-level .timeblock {
	display: block;
	float: none;
}

div.grouped {
	background: #eaeaea;
	padding: 20px;
}



/* @end */

/* @group Navigation */
#logo {
	border: none;
	display: block;
	margin: 70px 0 30px 0;
}

#logoDP, #logoGMD {
	border: none;
	display: block;
}

#logoDP { margin: 70px 0 0 0; }

#logoGMD { margin: 0 0 30px 0; }

.vnav li {
	display: inline;
}

.vnav li a {
	display: block;
	float: left;
}

#breadcrumbs {
	padding-left: 270px;
	padding-bottom:2px;
	padding-top: 4px;
}
#breadcrumbs, #breadcrumbs a, #bottomnav a {
	border:medium none;
	color: #b5b8b7;
	font-size:10px;
}
#breadcrumbs a:hover{
	color: #3c3c3c;
}

#bottomnav {
	float: right;
}

#bottomnav li a {
	border: none;
	font-size: 10px;
	padding: 5px 5px 15px;
}


#bottomnav li a:hover {
	color: #3c3c3c;
}

ul.pages a {
	display: block;
	padding: 4px 10px 3px;
}

ul.pages ul a {
	padding-left: 20px;
	font-size: 10px;
}

ul.pages ul ul a {
	padding-left: 40px;
}

ul.pages a:hover, ul.pages li.current_page_item a, ul.pages li.current_page_ancestor a {
	
}

#content div.spring {
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #edf1f0;
}
#content .spring table {
	width: 100%;
	margin: 0;
}
#content .spring td{
	width: 50%;
	padding: 2px 5px;
}
.spring td.first-column {
	text-align: right;
}
.spring a {
	color: #56615e;
}
.spring small {
	font-size: 12px;
}

/* @end */

/* @group Headimages */

#headimages {
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
}

/* @end */

/* @group Kommentare */

/* Kommentare */

#comments_to, #respond {
	margin-top: 50px;
}

#content ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding: 10px 0;
	margin-bottom: 10px;
}

ol.commentlist li.trackback {
	background-color: #FAFAFA;
	padding: 10px;
}

ol.commentlist em {
	color: #BA2C00;
}

ol.commentlist li .vcard, #commentform .vcard {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 95px;
}

ol.commentlist li .vcard cite, #commentform .vcard cite {
	display: block;
	line-height: 15px;
	margin-bottom: 3px;
}

ol.commentlist li .vcard img, #commentform .vcard img {
	margin-bottom: 10px;
}

ol.commentlist li small a, #commentform .vcard small a {
	color: #666666;
	font-size: 10px;
	line-height: 11px;
	font-family: Arial, sans-serif;
	border: none;
}

ol.commentlist li .comment-data, #commentform .comment-data {
	width: 425px;
	float: left;
}

ol.commentlist .pingback {
	color: #c0c0c0;
	font-size: 13px;
	line-height: 16px;
}

ol.commentlist .pingback a {
	color: #b3b3b3;
	text-decoration: underline;
}

#commentform .comment-data textarea, #commentform .comment-data input {
	display: block;
	width: 400px;
	margin-bottom: 5px;
	border: 1px solid #bababe;
	padding: 5px;
	background-color: #fff;
	border-radius: 3px;
	font-size: 12px;
	color: #8b8b8e;
	font-family: Arial;
}

#commentform .comment-data textarea:focus, #commentform .comment-data input:focus {
	border: 1px solid;
	color: #8b8b8e;
}

#commentform #submit {
	width: 413px;
	color: #8b8b8e;
	border: 1px solid #8b8b8e;
}

/* @end */

/* @group Slimbox */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #90c9f4;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: url(assets/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: url(assets/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: url(assets/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url(assets/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* @end */

/* @group Retweet-Button */

a.retweet {
	font: 12px Helvetica, Arial;
	color: #000;
	text-decoration: none;
	border: 0px;
	position: absolute;
	right: 0;
	top: 15px;
}

a.retweet strong {
	color: #FFF;
	background: #6dd5ef;
	border: 1px solid #008aad;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

a.retweet span {
	color: #FFF;
	background: #24a4c4;
	margin-left: -5px;
	border: 1px solid #008aad;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

a.retweet:hover span {
	
}

/* @end */

/* @group Anderes */

table.three-col td {
	width: 33%;
}
table.cd td, table.cd td p {
	font-size: 9px;
	line-height: 11px;
}

#faces td {
	padding: 0 25px;
}

#faces h3 {
	text-transform: uppercase;
}

.wp-admin-edit a {
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	color: #fff;
	background-color: #f00;
	z-index: 99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-admin-edit a:hover {
	background-color: #a20000;
}

/* @group Sponsoren */

.textwidget .sponsor-left {
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sponsoren {
	height: 85px;
	overflow: hidden;
}

#content.projects .no-margin, #highlight-projekte .no-margin, .no-margin {
	margin: 0;
}

#text-6 .textwidget {
	margin: 0 auto;
	margin-top: 50px;
}

/* @end */

/* @end */

/* @group Widgets */

/* @group Widget-TweetFeed */
.widget_tweetStream .connect_top {
	background:#ECEFF5;
	border: 1px solid #D8DFEA;
	padding: 10px 10px 8px;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	margin-bottom: 10px;
}
.widget_tweetStream .connect_top a{
	color: #333;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}


.widget_tweetStream .connect_top .connect_button a{
	display: block;
	clear: both;
	border: 1px solid;
	border-color: #999999 #999999 #888888;
	background: #EEEEEE url(img/bg_fb.jpg);
	font-weight: bold;
}
.widget_tweetStream .connect_top .connect_button a span{
	padding: 3px 3px 3px 25px;
	display: block;
}
.widget_tweetStream .connect_top .connect_button a:hover{
	text-decoration: underline;
}
.widget_tweetStream .connect_top .watch{
	margin-top: 5px;
}
.widget_tweetStream .profileimage{
	float: left;
	height: 50px;
	width: 50px;
	padding: 0 10px 0 0;
	margin: 0 0 4px;
}
.widget_tweetStream .connect_action .name {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 5px;
	color: #333333;
}

.widget_tweetStream {
	background: url(img/bg-twitter.jpg) no-repeat top right;
}

.widget_tweetStream .widgettitle {

}

.tweet_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #a8a8ac;
}

.tweet_list .tweet_author {
	display: block;
}

.tweet_list .tweet_status {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #58585A;
}

.tweet_list .tweet_text {
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding: 3px 0px;
	clear: both;
}

.tweet_list .tweet_text a {
	color: #58585A;
}

/* @end */

.sidebar .widget {
	margin-bottom: 24px;
}

.widget_nextProjects dd {
	margin-bottom: 10px;
}

.widget_nextProjects dt {
	font-size: 10px;
}

.widgettitle {
	margin-bottom: 10px;
}

/* @end */

/* @group Pagination */

/* Pagination */


.wp-pagenavi {
	text-align: center;
	height: 30px;
}

.wp-pagenavi a, .wp-pagenavi .current {
	padding: 4px 8px;
	margin: 2px;
	color: #781231;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #899b96;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .first, .wp-pagenavi .last {
	
}


/* @end */

/* @group Socialbar */

/* SOCIALBAR */
.socialbar {
height:45px;
list-style:none;
clear:both;
margin-top:10px;
}
.socialbar li {
float:left;
width: 33px;
margin-right:10px;
}
.socialbar li a {
display:block;
height:45px;
width:33px;
outline:none;
background:url(img/socialbar.jpg) no-repeat;
}

.socialbar .mis {background-position:0 0;}
.socialbar .mis:hover {background-position:0 -45px;}

.socialbar .fac {background-position:-33px 0;}
.socialbar .fac:hover {background-position:-33px -45px;}

.socialbar .twi {background-position:-71px 0;}
.socialbar .twi:hover {background-position:-71px -45px;}

.socialbar .tec {background-position:-105px 0;}
.socialbar .tec:hover {background-position:-105px -45px;}

.socialbar .goo {background-position:-141px 0;}
.socialbar .goo:hover {background-position:-141px -45px;}

.socialbar .del {background-position:-176px 0;}
.socialbar .del:hover {background-position:-176px -45px;}

.socialbar .fri {background-position:-211px 0;}
.socialbar .fri:hover {background-position:-211px -45px;}

.socialbar .ema {background-position:-247px 0;}
.socialbar .ema:hover {background-position:-247px -45px;}

.socialbar .rss {
	background: #f0f6f5 -283px 0;
}
.socialbar .rss:hover {background-position:-283px -45px;}


/* Ergaenzung 07.09.2010 Stefan Barth */

#sidebar-left.sidebar .widget {
	margin-bottom: 0;
}

.statischLink {
	margin-bottom: 24px;
	/* display: none; */
}

.statischLink ul li {
	/* padding-left: 10px; */
}

.statischLink ul li a {
	display: block;
	padding: 4px 10px 3px;
}

/* Ende Ergaenzung 07.09.2010 Stefan Barth */

/* Ergaenzung 11.07.2011 Stefan Barth */

span.datum {
	font-style: italic;
	color: #800000;
}

/* Ende Ergaenzung 11.07.2011 Stefan Barth */


/* @end */

