/*
Theme Name: Werkbund Theme
Theme URI: http://dwbrlp.de/
Description: Wordpress Theme des Werkbund Rheinland-Pfalz e.V.
Version: 0.1
Author: Daniel Bagel
Author URI: http://debagel.de/
Tags: werkbund

*/

/** --------------------------- Allgemeines ---- */

body, form, ul, li {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: #f00;
}
a:hover {
	background-color: #f00;
	color: #fff;
}

ul {
	list-style-type: square;
	text-align: left;
	width: auto;
	margin-left: 17px;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
img {
	border: 1px solid #777;
}
img.floating {
	float: left;
	margin: 3px 10px 5px 0;
}

a img:hover {
	border-color: #f00;
}

/** --------------------------- Allgemeines Teil 2 ---- */

#wrapper {
	/* Wrapper um alle Elemente */
	padding: 0;
	width: 960px;
	min-height: 420px;
	margin: 210px 0 0 47px;
}

#pager {
	position: relative;
	margin-top: -35px;
	height: 25px;
	left: 181px;
}

#title {
	position: relative;
	bottom: 15px;
	left: 181px;
	width: 470px;
	height: 20px;
	min-height: 20px;
	line-height: 15pt;
}
#title h1 {
	line-height: 14pt;
	padding-top: 2px;
}
h1 {
	font-size: 12pt;
	line-height: 20pt;
}

h2 {
	font-size: 10pt;
	margin-bottom: 5px;
}

h3 {
	display: inline;
	padding-right: 3px;
}
h3.list {
	display: block;
	font-weight: normal;
	font-size: 10pt;
	color: #777;
	margin-top: 0;
}
h3.list a {
	font-weight: bold;
	font-size: 12pt;
}

p.vorlauf {
	font-weight: bold;
}
.entry_excerpt p.vorlauf {
	font-weight: normal;
}

/** --------------------------- Logo & Navigation ---- */

#headerimg 	{
	position: absolute;
	top: 45px;
	left: 45px;
	width: 160px;
}
#headerimg img {
	border: none;
}
#headercaption {
	position: absolute;
	top: 135px;
	left: 47px;
	color: #f00;
	font-size: 12pt;
}

#navi {
	position: absolute;
	top: 238px;
	left: 29px;
	width: 176px;
	font-size: 12pt;
}

#navi ul {
	list-style-type: none;
	text-align: right;
	width: auto;
	margin-left: 0;
}

#navi li {
	height: 1.9em;
}

#navi a {
	color: #000;
	background-color: #ccc;
	padding: 0.2em 0.4em;
}
#navi a:hover, #current a {
	color: #fff;
	background-color: #d00;
}
#navi a:hover:before {
	content: "\21A6";
	padding-right: 5px;
}
#navi .child a, #navi .child a:hover, #navi .currentchild a, #navi .currentchild a:hover {
	background-color: #fff;
	padding: 0.2em 0;
	border-bottom: 1px solid #777;
}
#navi .child a:hover, #navi .currentchild a {
	color: #d00;
	border-color: #d00;
}

#logout_link, #edit_link {
	position: fixed;
	top: 10px;
	right: 10px;
}
#edit_link {
	top: 30px;
}

/** --------------------------- Startseite ---- */

#start_image {
	position: absolute;
	top: 178px;
	left: 45px;
	width: 740px;
	height: 399px;
	border: 1px solid #777;
	background-repeat: repeat; /* TODO: Bilder hochladen, die WIRKLICH 800x400 gross sind, dann kann das hier weg */
}
#start_image #navi {
	top: 60px; /* 238px - 178px */
	left: -16px; /* 29px - 45px */
}

#start_text {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 550px;
}
#start_text a {
	display: inline;
	line-height: 175%;
	color: #fff;
	font-size: 14pt;
	padding: 0.2em 0 0.1em 0;
	margin: 0;
	background-color: #f00;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#start_text a:hover {
	color: #000;
}

#newsbar {
	position: absolute;
	top: 178px;
	left: 810px;
	width: 180px;
	font-size: 10pt;
}
#newsbar a {
	color: #000;
}
#newsbar a:hover {
	color: #000;
	background-color: #fff;
}

#newsbar .aktuelles {
	margin-bottom: 2em;
}
#newsbar img {
	margin-bottom: 0.5em;
}
#newsbar .aktuelles em {
	color: #f00;
	font-style: normal;
	padding: 0.2em 0;
}

#newsbar .aktuelles a:hover em {
	background-color: #f00;
	color: #fff;
}

/** --------------------------- Inhalt & Marginalie ---- */

.content_wide {
	float: left;
	width: 470px; /* 564px */
	margin-left: 181px;
	font-size: 10pt;
	margin-bottom: 10px;
	padding-top: 5px;
}

.content_left {
	float: left;
	width: 272px;
	margin-left: 181px;
	font-size: 10pt;
}

.content_right {
	float: left;
	width: 272px;
	margin-left: 20px;
	font-size: 10pt;
}

.content_marginal {
	float: left;
	width: 240px; /* 178px */
	margin-left: 20px;
	margin-top: 5px;
	font-size: 10pt;
}
.content_right + .content_marginal {
	/* bei 2spaltigem inhalt nur schmale marginalie */
	width: 178px;
}

.content_extrawide {
	width: 730px;
	margin-left: 181px;
	font-size: 10pt;
	margin-bottom: 10px;
	padding-top: 5px;
}
/** --------------------------- Übersichtsseite ---- */

.content_left .image, .content_right .image, .content_wide .image {
	float: left;
	margin: 3px 10px 10px 0;
	width: 84px;
	height: 84px;
}
.content_left .text, .content_right .text, .content_wide .text {
	width: 272px;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 1em;
}
.content_wide .text {
	width: 470px;
}

.content_left .text h2, .content_right .text h2, .content_wide .text h2 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}
.content_left .text h2 a, .content_right .text h2 a, .content_wide .text h2 a {
	color: #f00;
}
.content_left .text h2 a:hover, .content_right .text h2 a:hover, .content_wide .text h2 a:hover {
	color: #fff;
	background-color: #f00;
}

h2.red {
	color:#f00;
}


/** --------------------------- Bildergalerie ---- */

#bildergalerie {
	width: 564px;
	margin-left: 181px;
}
#bildergalerie img {
	border: 1px solid #777;
}
#bildergalerie a:hover {
	background-color: #fff;
}
#bildergalerie a img:hover {
	border-color: #f00;
}


/** --------------------------- Weblogartikel ---- */

.entry_excerpt {
	margin-top: 3px;
	min-height: 7em;
}
.entry_excerpt .text {
	margin-bottom: 0;
}

#post_date {
	padding-left: 5px;
	line-height: 100%;
	border-left: 4px solid #000;
}
#post_author {
	padding-top: 5px;
	padding-left: 5px;
	line-height: 100%;
	border-left: 4px solid #000;
}

.weiterlesen {
	border-left: 4px solid #f00;
	padding: 0;
	padding-left: 1em;
}
.weiterlesen p {
	margin-bottom: 0.2em;
}

/** --------------------------- Comments ---- */

h1 .num_comments {
	margin-left: 0.2em;
}

.num_comments em {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin-left: -12px;
	padding-right: 12px;
	vertical-align: top;
}
.num_comments img {
	border: none;
}
a.num_comments:hover {
	background-color: #fff;
}

.commentlist {
	margin-top: 0.4em;
	border-top: 1px solid #777;
}

ul.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	border-bottom: 1px solid #777;
	padding: 1em 1em 0.5em 1em;
	margin: 0;
	background-color: #f8f8f8;
}
.commentlist li.alt {
	background-color: #fff;
}
.commentauthor a {
	padding: 0 3px;
	margin-left: -3px;
	font-style: italic;
}
.commentdate, .commentedit {
	font-size: 0.8em;
}

.commenttext {
	margin-top: 0.5em;
	margin-left: 1em;
	line-height: 130%;
}

.commentanchor {
	padding: 0 4px;
	margin-left: -8px;
}

/** --------------------------- Internes Forum ---- */

#new_post_form {
	display: block;
	color: #ff0000;
}

/** --------------------------- Öffentliche Mitgliederliste ---- */

.wp-table-reloaded {
	margin:10px 0px 15px 0px;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	padding:4px;
	padding-right: 10px;
	border-left: 1px solid #aaa;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
	border-left: 1px solid #aaa;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F0;
}
.wp-table-reloaded .header {
	background-image:url(http://www.dwbrlp.de/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	color: #fff;
	background-color:#d00;
	background-image:url(http://www.dwbrlp.de/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	color: #fff;
	background-color:#d00;
	background-image:url(http://www.dwbrlp.de/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

/** --------------------------- Footer ---- */

#footer {
	margin-left: 228px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10pt;
	color: #333;
}
#footer a {
	color: #333;
	background-color: #fff;
}
#footer a:hover {
	color: #d00;
}

.clearboth {
	clear: both;
}

/** --------------------------- Kalender ---- */
.calnk a span { 
	display:none;
	border: 1px solid #ccc;
}
.calnk a:hover span {
	color:#333333; 
	background:#f8f8f8;
	display:block;
	position:absolute;
	margin-top:1px; 
	padding:5px; 
	width:150px; 
	z-index:100;
}
.calendar-table {
	border:none;
	width:100%;
	border-collapse:collapse;
	margin-top: -1em;
}
.calendar-heading {
	height:25px;
	text-align:center;
	border-bottom:1px solid #ccc;
 }
.calendar-next {
	width:25%;
	text-align:right;
}
.calendar-prev {
	width:25%;
	text-align:left;
}
.calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}
.normal-day-heading, .weekend-heading {
    text-align:center;
    width:25px;
    height:25px;
    font-size:0.8em;
    border:1px solid #ccc;
    background-color:#f8f8f8;
 }
.day-with-date, .day-without-date, .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #ccc;
	padding: 4px;
}
.current-day span{
	color: #fff;
	background-color: #d00;
	padding: 0 2px;
}
.current-day span.calnk, .current-day span.event {
	background-color: #fff;
}
span.event {
	font-size:10pt;
}
.event-title {
	display: none;
}
.event-title-break {
	display: none;
    width:96%;
    margin-left:2%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    height:1px;
    background-color:#000;
}
.event-content-break {
	margin-top:5px;
	height:1px;
}