/* @override http://weide.rheinschafe.de/du2010/cms/wp-content/themes/du2010/style.css */

@charset "UTF-8";



/*
Theme Name: Duisburg2010.de
Theme URI: http://rheinschafe.de
Description: Theme für Duisburg2010.de
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;
}

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;
}

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

#content img {
	-ms-interpolation-mode: bicubic;
}

/* @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;
}

.btn {
	cursor: pointer;
	padding: 4px 7px;
	background: #00b5e3;
	color: #fff;
	border: 1px solid #008aad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn:hover, .btn.current {
	text-decoration: none;
	background-color: #008aad;
	border-color: #005a71;
	color: #fff;
}

/* @end */

/* @group Fonts */

body {
	background-color: #fff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #58585A;
	padding-bottom: 20px;
	height: 101%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 10px 0 5px;
	color: #00B5E3;
	font-family: "Arial Narrow", Arial,Verdana,Helvetica,sans-serif;
}

h1 {
	font-size: 24px;
	margin-top: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: #00B5E3;
	text-decoration: none;
}

a:hover {
	color: #00B5E3;
	text-decoration: underline;
}

.sidebar a {
	border: none;
}

h1.title {
	padding-right: 120px;
}

h1 a, h2 a, h3 a {
	border: none;
	color: #00B5E3;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	border: none;
	color: #58585A;
}

/* @end */

/* @group Layout */

#page {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#content {
	width: 550px;
	float: left;
	margin-left: 20px;
	position: relative;
	display: inline;
	overflow: hidden;
}

div.wide {
	width: 769px !important;
}

#footer {
	clear: both;
}

div.sidebar {
	width: 180px;
	float: left;
	display: inline;
}

#sidebar-right {
	float: right;
	width: 180px;
}

#sidebar-right .widget {
	padding-bottom: 20px;
	background: url(img/bg_du2010_line.gif) repeat-x;
}

.double-line {
	background: url(img/bg_du2010_line.gif) repeat-x;
	padding-top: 10px;
}
#search {
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	width: 200px;
	height: 26px;
	float: right;
	background: transparent url(img/bg_search.gif) no-repeat scroll right -1px;
}
#search-input{
	padding:0 5px;
	width:100px;
	text-align: left;
	border: none;
	background: transparent;
	color: #58585A;
}
#search-submit {
	color: #58585A;
	border: none;
	background: transparent;
	width: 55px;
	margin-right: 5px;
}

/* @end */

/* @group Posts */

.single-project h1 {
	font-weight: bold;
	margin-bottom: 5px;
}

.single-project h2 {
	font-weight: normal;
	margin: 0 0 10px;
}

.single-project strong {
	color: #00b5e3;
}

.post, .page {
	clear: both;
	float: none;
	margin-bottom: 20px;
}

.first-post {
	background: url(img/bg_du2010_line.gif) repeat-x;
	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: 100px;
	color: #00b5e3;
	height: 55px;
	margin: -2px 0 0 0;
	display: inline;
}

.bigdate span {
	display: block;
	text-align: center;
}

.bigdate .datum-tag {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: -7px;
}

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

.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;
}

/* @end */

/* @group Projektansicht */

#sort-by {
	width: 300px;
	position: absolute;
	top: 10px;
	text-align: right;
	right: 0;
}

#sort-by a {
	padding: 4px 7px;
	background: #00b5e3;
	color: #fff;
	border: 1px solid #008aad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sort-by a:hover, #sort-by  a.current {
	text-decoration: none;
	background-color: #008aad;
	border-color: #005a71;
}

h1.group, h2.group {
	color: #58585A;
	padding: 0 0 10px;
}

div.project-box {
	margin-right: 12px;
}

div.project-box p {
	margin-bottom: 0;
}

div.project-general {
	width: 495px;
	overflow: hidden;
	float: right;
}

div.project-general address {
	border: none;
	color: #999999;
	font-style: normal;
}

div.project-information {
	width: 240px;
	float: left;
	overflow: hidden;
}

div.project-information p {
	color: #00b5e3;
	margin-bottom: 0px;
}

div.project-information p.date {
	font-weight: bold;
}

div.project-information .links {
	margin-top: 20px;
}

div.project-information .links a {
	display: block;
}

div.project-information img {
	margin-bottom: 10px;
}

div.project-information a {
	border: none;
}

/* @end */

/* @group Suchergebnisse */
.search div.project-information img{
	height: 84px;
	width: 150px;
}
.search div.project-information {
	width: 150px;
}
.search div.project-general {
	width: 385px;
	margin-bottom: 20px;
}

/* @end */



/* @group Navigation */

.vnav li {
	display: inline;
}

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

#topnav li a {
	text-transform: uppercase;
	border: none;
	color: #58585A;
	font-size: 10px;
	margin-right: 25px;
	padding: 15px 10px;
}

#topnav li a:hover {
	color: #CDCDCD;
}

.widget_pages ul a {
	border: medium none;
	color: #676767;
	display: block;
	margin-bottom: 2px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}

.widget_pages ul ul a {
	padding-left: 20px;
	color: #989898;
}

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

.widget_pages ul a:hover,
.widget_pages ul li.current_page_item a,
.widget_pages ul li.current_page_ancestor a {
	background-color: #58585A;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

.widget_pages ul li.current_page_item ul li a {
	background-color: #fff;
	color: #989898;
}
.widget_pages ul li.current_page_item ul li a:hover {
	background-color: #58585A;
	color: #fff;
}



/* @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 #00b5e3;
	color: #00b5e3;
}

#commentform #submit {
	width: 413px;
	color: #00B5E3;
	border: 1px solid #00B5E3;
}

/* @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 Startseitenbox */

.post-matrix {
	margin-bottom: 50px;
}

.post-matrix .close {
	margin-top: 2px;
	float: right;
}

.post-matrix .index-project {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 130px;
	overflow: hidden;
	position: relative;
}

.post-matrix .index-project span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 125px;
	color: #fff;
	padding: 3px 2px;
	text-shadow: #000 1px 1px 0;
}

.post-matrix .index-project a:hover {
	text-decoration: none;
}



.post-matrix .index-project a:hover span.project-title, .post-matrix .index-project a.over span {
	background: #00b5e3;
	text-shadow: none;
}

.post-matrix .index-project a.over span {
	bottom: 2px;
}

/* @end */

/* @group Anderes */

#ruh2010-logo {
	display: block;
	margin-top: 50px;
}

#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: #00b5e3;
	z-index: 99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

/* @group Sponsoren */

.textwidget .sponsor-left {
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
}
#text-14 .textwidget .sponsor-left {
	margin: 0;
}

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

#content.projects .no-margin, .post-matrix .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 {
	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 ul {
	padding: 0 10px;
}

.widget_tweetStream .widgettitle {
	
}

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

.tweet_list .tweet_author {
	display: block;
}

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

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

.tweet_list .tweet_text a {
	color: #363737;
}

/* @end */

.sidebar .widget {
	padding-top: 10px;
}

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

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

dl.next-projects {
	padding: 0 10px;
}

.widgettitle {
	margin-bottom: 10px;
}

#sidebar-left h3.widgettitle {
background:url("img/bg_du2010_line.gif") repeat-x scroll 0 0 transparent;
clear:none;
display:block;
padding-top:10px;
float:none;
margin:10px;
width:110px;
}

/* @end */

/* @group Pagination */

/* Pagination */

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

.wp-pagenavi a, .wp-pagenavi .current {
	padding: 4px 8px;
	margin: 2px;
	background-color: #00b5e3;
	border: 1px solid #00b5e3;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
	background-color: #006b86;
	border-color: #004556;
}

.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-position: -283px 0;
}

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

/* @end */

/* @group Related Posts */

.related-posts {
	margin-top: 20px;
}

.related-posts .related-post {
	width: 175px;
	float: left;
	overflow: hidden;
	clear: none;
	margin-right: 11px;
}

.related-posts .related-post img{
	width: 175px;
	height: 98px;
}

.related-posts .num-3 {
	margin: 0;
}

/* @end */

.gm-visible-list {
	margin: 0;
	padding: 0 !important;	
}

.gm-visible-list li {
	float: left;
	display: inline;
	list-style: none;
	margin: 10px 10px 0 0;
}

.gm-visible-list a {
	display: block;
	cursor: pointer;
	padding: 4px 7px;
	background: #00b5e3;
	color: #fff;
	border: 1px solid #008aad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

.gm-visible-list a img {
	padding-right: 5px;
	width: 6px;
	height: 10px;
}

.gm-visible-list a:hover{
	text-decoration: none;
	background-color: #008aad;
	border-color: #005a71;
}

.gm-map {
	margin-bottom:10px;
}

.route {
	float:right;
	font-size:10px;
	margin-top:-10px;
}

.locationinfo {
	overflow:auto;
	width:400px !important;
}
.locationinfo_inner {
	float: left;
	width:190px;
	height:80px;
	overflow:hidden;
	border-bottom:#CCCCCC 1px dotted;
	margin-right:5px;
}

.locationinfo h2 {
	font-size:16px;
}
	