/*
Theme Name: SPD
Theme URI: http://spd-re-osthillen.de
Version: 1.0
Description: 
Author: Rene Prymiak
Author URI: n/a
*/

/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #1C4C5C;
        text-decoration: none;
}
a:hover {
	color: #e2001a;
}
body {
	background: #549DB3;;
}
p, code, ul {
	padding-bottom: 10px;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.8em Arial, sans-serif;
	margin-bottom: 4px;
}
h2 {
	font: normal 1.6em sans-serif;
}
h3 {
	font: bold 1.1em sans-serif;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial, sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Arial, sans-serif;
	padding-left: 26px
}
big {
	font-size: 1.1em;
}
h1, h2, h3 {
	padding-top: 6px;
}
label {
	display: block;
	font-size: 0.9em;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* structure */
.container {
	background: #86ADB9;
        padding:  9px 0 0 0;
	font-size: 1.2em;
	margin: 0 0 50px 0;
	width: 100%;

}
/* header */
.top {
        }
/* title */
.header {
	background: #fff url('img/bg_header.gif') repeat-x left top;
	font-size: 1.2em;
	height: 190px;
	margin: 0 auto;
	
}
.header .left, .header .right {
	color: #454545;
}
.header .left {
	font: normal 2.8em Arial, sans-serif;
	line-height: 150px;
        margin-left: 200px;
        z-index: 99;
}
.header .right {
	background: #fff url('img/logo_spd_clear.gif') no-repeat;
	position: absolute;
        top: 40px; right:50px;
        float: right;
        height: 148px;
        width: 148px;
        z-index:9999;
}
.header .right p, .header .right h2 {
	padding: 0 16px;
}
.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em Arial, sans-serif;
}
.header .quicksearch{ 
        position: relative; top: -62px; left: -8px; width: 100%; z-index: 10; 
}
.header #q_search {
        background: url("img/bg_greyshadows.gif") repeat-x left 0;
        border: 0;
        padding: 2px;
}
.header .sendButton{ 
        position: relative; top: -20px; left: 117px; z-index: 1;
}
/* navigation */
.navigation {
	background: #fff;
        position: absolute;
        top: 149px; left: 150px;
}
.navigation a {
	background: #fff;
	color: #86ADB9;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #E2001A;
}
.navigation ul {
	display: inline;
}
.navigation li {
	float: left;
}
/* main */
.main {
	background: #bbd8e1;
        padding-top: 10px;
}
/* sub navigation */
.sidenav {
        background: #fff;
        border: 1px #E2001A solid;
        position: relative;
        right: 30px; top: 50px;
	float: right;
	width: 220px;
        margin-bottom: 40px;
        font: 1em Arial, Tahoma, sans-serif;
	z-index: 1;
}
.sidenav h2 {
        background: #E3001A url("img/bg_redshadows.gif") repeat-x left top;
        text-align: left;
        color: #FFF;
        padding: 4px;
	font: bold 1em Arial, Tahoma, sans-serif;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
        font-size: 1.1em Arial, Tahoma, sans-serif;
        padding-bottom: 8px;
}
.sidenav li a {
	color: #86ADB9;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #e2001a;
        text-decoration: underline;
}
.event {
        margin-left: 10px;
        font-size: 0.8em;
}
.event h3 {
        color: #86ADB9;
        font-weight: bold;
        font-size: 1.2em;
}
.spd_nav {
        position: relative;
        right: 20px; top: 20px;
        float: right;
	width: 266px;
        padding: 10px;
        margin-bottom: 40px;
}
.spd_nav a {
        display: block;
        height: 58px;
        width: 266px;
}
.spd_nav li.newsletter {
        background: url("img/banner_info_266x58.gif") no-repeat;
}
.spd_nav li.newsletter:hover {
        background: url("img/banner_info_hover.gif") no-repeat;
}
.spd_nav li.spenden {
        background: url("img/banner_spenden_266x58.gif") no-repeat;
}
.spd_nav li.spenden:hover {
        background: url("img/banner_donation_hover.gif") no-repeat;
}
.spd_nav li.mitglied {
        background: url("img/banner_mitgliedwerden_266x58.gif") no-repeat;
}
.spd_nav li.mitglied:hover {
        background: url("img/banner_membership_hover.gif") no-repeat;
}
.spd_nav li.einmischen {
        background: url("img/banner_community_266x58.gif") no-repeat;
}
.spd_nav li.einmischen:hover {
        background: url("img/banner_community_hover.gif") no-repeat;
}
/* content */
.content {
        position: relative;
	left: 30px;
        float: left;
	margin: 20px 0px;
        padding: 0 20px 0 20px;
	width: 65%;
        z-index: 99;
}
.content .descr {
        font-family: Arial, sans-serif;
	color: #000;
	font-size: 0.8em;
	margin-bottom: 6px;
}
.content li {
	background: url("img/icons_list.gif") no-repeat -370px 8px;
	padding: 1px 0 1px 14px;
}
.content li.pdf {
	background: url("img/icons_list.gif") no-repeat -277px -73px;
	padding: 8px 0;
        font-family: Arial, sans-serif;
}

.content p {
	font-family: Arial, sans-serif;
}
/* footer */
.footer {
	background: url('img/bg_footer.gif') repeat-x;
        border-bottom: 9px solid #417E91;
	color: #86ADB9;
	font: bold 0.6em sans-serif;
	height: 39px;
        padding: 9px;
}
.footer a, .footer a:hover {
	color: #86ADB9;
}
.footer_nav a {
        padding: 3px;
        margin-left: 3px;
        display: block;
        border: 2px #86ADB9 solid;
        color: #86ADB9;
        float: right;
}
.footer_nav a:hover {
        color: #1C4C5C;
        background: #86ADB9;
}
/* posts */
.post h1 a {
        clear: both; font-size: 0.55em; padding-bottom: 7px;
        padding-left: 25px;
        font-weight:bold;
        color: #E2001A;
        text-decoration:none;
        background: url("img/icons_list.gif") no-repeat -350px -10px;
}
.post h1 a:hover {
        text-decoration:underline;
}
.post {
        background: #fff;
        margin: 15px 0px;
        padding: 10px 15px;
        font-size: 0.9em;
}
.post .info {
        font: Arial;
        font-size: 0.7em;
	padding: 5px 10px;
	border: 1px solid #559DB3;
	color: #1C4C5C;
	margin: 2px 0 4px;
}
.post a {
        color: #86ADB9;
        text-decoration:none;
}
.post a:hover {
        color: #E2001A;
        text-decoration:underline;
}
.post img {
	margin: 15px 4px 0 0;
        padding: 0 4px 4px 0;
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.attachment {
        border: 1px #E2001A solid;
	margin: 15px;
}
.attachment h4 {
        background: #E3001A url("img/bg_redshadows.gif") repeat-x left top;
        font-family: arial, sans-serif;
        text-align: left;
        color: #FFF;
        padding: 4px;
        margin-bottom: 10px;
}
.attachment a {
        font-weight: bold;
        font-size: 80%;
        margin: 6px;
        padding: 7px 0 7px 30px;
        color: #E2001A;
}
/* comments */
.commentlist {
        background: #fff;
	padding: 0 20px 0 20px;
        border: 1px #E2001A solid;
}
.content ol li {
	list-style: none;
        background: none;
}
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
        margin-top: 12px;
	padding: 6px;
	background: #fff;
        border: 1px #e2001a solid;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #86ADB9;
}
.commentmetadata a:hover {
	color: #e2001a;
        text-decoration: underline;
}
textarea.styled {
        width: 65%;
}
.styled {
	font-size: 1.1em;
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {
	margin-bottom: 3px;
}
a img {
	border:none;
}
/* calendar */
#wp-calendar {
	color:#A0A0A0;
}
.sidenav table caption {
	border-bottom-color:#000;
}
.sidenav table thead tr {
	border-bottom-color:#000;
	color:#A53512;
}
.sidenav table th {
	border-bottom-color:#000;
}
.sidenav table td#today {
	border-color:#000;
	color:#A53512;
}
.sidenav table td a {
	border-bottom-color:#000;
	background-color:#EDF3DE;
}
.sidenav table tfoot {
	border-top-color:#000;
}
.sidenav table tfoot a {
	background:none;
}
/* calendar
--------------------------------------------------*/
#wp-calendar {
	display:inline-table;
	border-collapse:collapse;
	width:185px;
	margin:0px 10px 0 10px;
	text-align:center;
}
.sidenav table caption {
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}
.sidenav table thead tr {
	border-bottom:1px solid;
}
.sidenav table th {
	border-bottom:1px solid;
}
.sidenav table td {
	width: 225px; /* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 0.9em;
}
.sidenav table td#today {
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}
.sidenav table td a {
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}
.sidenav table tfoot {
	border-top:1px solid;
}
.sidenav table tfoot a {
	border: none;
	font-weight: bold;
}
.sidenav table tfoot #prev a {
	text-align:left;
}
.sidenav table tfoot #next a {
	text-align:center;
}
#searchform {
	padding:10px;
}
