/* 
TABLE OF CONTENTS 

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background: #072c56 url(images/bg.jpg) repeat-x;
	color: #606060;
	margin: 13px auto 13px;
	padding: 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

a, a:visited {
	color: #004494;
	text-decoration:none
	}

a:hover, a:active {
	color:#e2001a;
	text-decoration:underline;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	

th {
	background:#004494;
	text-align:left;
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:5px 7px;
	}
	
td {
	background:#f2f2f2;
	}		
			



/* Structure */

#page {
	width:1000px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding:0;
	}

#masthead {
	height:20px;
	background:#ffffff;
	/*background:url(images/bg_masthead.jpg);*/
	}
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 188px;
	float:left;
	margin-right:13px;
	padding-bottom:25px;	
	}

#interior #sidebar {
	padding:18px 13px 35px 13px;
	}
	


/*	Headers */

/* Uncomment this block if you have a graphical logo
h1, a#logo {
	text-indent:-9999px;
	width:320px;
	height:108px;
	background:url(images/logo.gif) no-repeat;
	margin:0 auto;
	display:block;
	color:#FFF;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	text-align:center
	} 
*/


h1, #logo {
	margin:0 auto;
	display:block;
	color:#FFF;
	font:2.8em Georgia, "Times New Roman", Times, serif;
	padding-top:36px;
	text-align:center;
	font-weight:bold
	}
	
h2 {
	font: 2em Arial, Helvetica, Verdana, Sans-Serif;
	padding:6px 0;
	color:#313228;
	font-weight:bold
	
	}

.post h2 {
	line-height:110%; 
	}
	
h2#description {
	border:none;
	padding:0;
	font-size:0.9em;
	text-align:center;
	color:#40bb7f;
	text-transform:uppercase
	}

h2.widgettitle {
	border:none;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3 {
	font: 1.4em Arial, Helvetica, Verdana, Sans-Serif;
	color:#313228;
	margin:30px 0 15px 0;
	line-height:110%;
	font-weight:bold
	}

#sidebar h3 {
	margin:20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif
	}

h3#pages {
	margin:0 0 5px 0;
	}
		
h3.green, h3.red, h3.grey {
	height:22px;
	margin:0 0 9px 0;
	padding:3px 0 0 7px;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3.green {
	background: url(images/cat_green.jpg);
	}

h3.red {
	background: url(images/cat_red.jpg);
	}

h3.grey {
	background: url(images/cat_grey.jpg);
	}
				
#lead h3 {
	font-size:1.9em;
	margin:0;
	line-height:100%;
	}
			
#recent h3 {
	margin: 0 0 5px 0;
	color:#112f41;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight:bold
	}

.narrow h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
	
h4 {
	margin:0 0 15px 0;
	font:1.05em Arial, Verdana;
	color:#313228;
	font-weight:bold
	}

.narrow h4 {
	font:1.4em Arial, Helvetica, sans-serif;
	color:#313228;
	font-weight:bold
	}
		
h4#respond {
	border-top:1px solid #eae9e4;
	margin-top:25px;
	padding-top:20px;
	}
	
h4#comments {
	margin-top:32px;
	}

h4.pagetitle {
	margin-bottom:12px;
	}

.cat-excerpt h4 {
	margin-bottom:5px;
	}

.domtab h4 {
	margin:15px 0;
	}

#more-menu h4 {
	color:#4a4e4a;
	font-size:1.1em;
	}

.narrow h5 {
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
						
#meta h5 {
	border-top:3px solid #085682;
	border-bottom:1px solid #085682;
	color:#5f9bbf;
	padding:1px 0 3px 12px;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	


		
/* Content Page Styles */

#logo:hover, #logo:active {
	text-decoration:none;
	color:#d7f0fc;
	}
	
#lead {
	background:#ffffff;
	color:#737373;
	width:450px;
	margin:30px 0 0 18px;
	float:left;
	font-size:0.95em;
	}

#interior #lead {
	float:none;
	width:auto;
	margin: 15px 0 10px 0;
	}

#lead .left {
	width:198px;
	}

#lead .right {
	width:368px;
	}
		
#lead a, #lead a:visited {
	color:#22222D;
	}

#lead img {
	border:1px solid #516f80;
	padding:1px;
	}

#lead .date {
	color:#737373;
	margin-bottom:10px;
	padding:4px 0;
	}

#lead p {
	margin:15px 0;
	line-height:140%;
	}
	
#fullstory {
	width:103px;
	height:20px;
	background:url(images/fullstory.png);
	display:block;
	text-indent:-9999px;
	}

#fullstory:hover {
	background:url(images/fullstory.png) 0 -20px;
	}
	
#interior #lead img	{
	float:left;
	margin:1px 16px 6px 0;
	}

#interior #lead .left {
	width:165px;
	}

#interior #lead .right {
	width:445px;
	}
		
.widget_tag_cloud a {
	display:inline;
	float:none;
}

.widget_calendar table {
	width:100%;
}

.bluebox {
	background:#edf7ff;
	border-bottom:1px solid #bfdfef;
	border-top:1px solid #bfdfef;
	padding:13px;
	}
	
.bluebox a, .bluebox a:visited {
	color:#4d6984;
	font-weight:bold
	}

.bullets a, .bullets a:visited {
	color:#737373;
	}

.bullets a:hover, .bullets a:active {
	color:#000;
	text-decoration:none
	}

.bullets li {
	margin-left:25px;
	padding:5px 0;
	border-bottom:1px solid #ececec;
	list-style:square
	}
	
#interior #content-kalender {
	width:890px;
	padding: 18px 0 0 50px;
	}
	
#interior #content {
	float:left;
	width:699px;
	padding:20px 0 7px 0;
	}

#breadcrumbs {
	background:#f2f2f2;
	padding:5px 0 5px 10px;
	color:#4A4E4A;
	}	

#breadcrumbs a, #breadcrumbs a:visited {
	color:#000000;
	font-weight:bold
	}

#interior .stripes {
	background: #FFF;
	margin-top:5px;
	padding:9px 0 0 0;
	}	

#author {
	margin-bottom: 19px;
	}

#author img {
	padding:1px;
	border:1px solid #93c0d6;
	float:left;
	margin-right:13px;
	}

#author span {
	display:block;
	border-top:1px solid #bfdfef;
	margin-top:12px;
	background:url(images/envelope.gif) no-repeat 1px 10px;
	padding:8px 0 0 17px;
	}

#author p {
	margin:0;
	width:482px;
	}	

.cat-excerpt {
	padding:10px;
	margin: 12px 0;
	}
	
.cat-excerpt img, .gallery {
	float:left;
	margin:1px 12px 7px 0;
	border:1px solid #516f80;
	padding:1px;
	}	

.gallery {
	margin:0 18px 16px 18px;
	}
				
.pagination {
	padding-top:20px;
	}
	
.narrow {
	float:left;
	width:465px;
	}

.bigger {
	font-size:1.1em;
	}
	
		

/*Post Page Formatting*/

.picleft {
	float:left;
	margin:4px 14px 10px 0;
	border:4px solid #e0e0db;
	}

.picright {
	float:right;
	margin:4px 0 10px 14px;
	border:4px solid #e0e0db;
	}	

.entry blockquote, .entry pre, .entry code, 
.commentlist blockquote, .commentlist code {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	display:block;
	}	

.entry pre, .entry code {
	width:350px;
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:20px 14px;
	}
	
.entry p, .commentlist p {
	margin:15px 0;
	line-height:140%;
	}
	
.entry ul, .entry ol {
	padding:5px 0 20px 0;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 5px 48px;
	line-height:115%;
	}

.entry ul li {
	list-style:square
	}
	
#tags {
	padding:5px 6px 6px 30px;
	background:#edf7ff url(images/tag.gif) no-repeat 4px;
	border:1px solid #bfdfef;
	width: 430px;
	text-align: justify;
	}	

.commentcount {
	background:url(images/bubble.gif) no-repeat 1px;
	padding-left:17px;
	margin: 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
	}

#home #lead .commentcount, 
#interior #lead .commentcount {
	background:url(images/bubble2.gif) no-repeat 1px;
	font-size:0.6em;
	}
			
.postmetadata {
	border-bottom:1px solid #eae9e4;
	padding:5px 0;
	margin-bottom: 15px;
	}	

#print {
	background:url(images/icon_page.gif) no-repeat;
	padding-left:15px;
	}
	
		


/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 20px 20px 0 20px;
	background-color:#EDF7FF;
	border: 1px solid #BFDFEF;
	list-style:none;
	margin-bottom:15px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:607px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none
	}

li.my_comment cite strong {
	font-size: 1.5em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	margin-top:13px;
	text-align:right
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9
	}

.gravatar {
	border:1px solid #939188;
	float:left;
	margin-right: 10px;
	padding:1px;
	width:50px;
	height:50px;
	}	

#comment {
	width:665px;
	border:1px solid #bfdfef;
	}
	
.comments-h3 {
	margin: 0;
	padding: 0;
	color: #004494;
}

.kommentar p {
	line-height: 140%;
	text-align: justify;
	padding-bottom:10px;
	color: #353535;
}	

.kommentar-header {
	margin-top:23px;
	padding-bottom:15px; 
	border-bottom: 1px solid #BFDFEF;
}

#kommentar-form {
	margin-top:20px;
	background: #EDF7FF;
	padding:0 15px 15px 15px;
	border: 1px solid #bfdfef;
}

/* Form Elements */

#searchform {
	width:115px;
	float:right;
	text-align:right;
	padding:3px 5px 0 0;	
	}
	
select {
	background:#edf7ff;
	border:1px solid #3399cc;
	width:100%
	}

#s {
	background:#7ebfdf;
	border:none;
	padding:1px;
	width:90px;
	}

#submit {
	border:1px solid #000;
	background: #1a5d80 url(images/bg_button.gif) repeat-x;
	margin-top:12px;
	color:#a4e1ff;
	padding:3px;
	display:block
	}
	
#contactform legend {
	display:none
	}

#contactform fieldset {
	border:none
	}

.field {
	border:1px solid #c4c4c4;
	padding:5px;
	background:#FFF ! important;
	}

.field:focus {
	background:#f9f8f4 ! important;
	}

#wysiwyg {
	padding:6px 0 10px 0;
	}

#wysiwyg a, #wysiwyg a:visited {
	padding:3px;
	margin-right:4px;
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #FFF;
	border-bottom:1px solid #afafaf;
	border-right:1px solid #afafaf;
	background-color:#CCC
	}
			
a#button-bold {
	background:#CCC url(images/bg_bold.gif) no-repeat 8px;
	}	

a#button-italic {
	background:#CCC url(images/bg_italic.gif) no-repeat 8px;
	}	
	
a#button-block {
	background:#CCC  url(images/bg_block.gif) no-repeat 5px;
	}	
	
a#button-link {
	background:#CCC  url(images/bg_link.gif) no-repeat 5px;
	}		

#wysiwyg a:hover, #wysiwyg a:active {
	background-color:#dcdcdc
	}


				

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	


/* Footer*/

#meta {
	background:#000 url(images/bg_popular.jpg) center bottom no-repeat;
	margin-top:5px;
	padding: 21px 0 36px 0;
	}

#meta a, #meta a:visited {
	color:#ecf7ff;
	}

#meta ol {
	padding-top:15px;
	}

#meta .block {	
	width:283px;
	float:left;
	padding-left:20px;
	}
	
#meta li {
	margin-left:25px;
	color:#65a5cb;
	padding:2px 0;
	list-style:square
	}

#meta span {
	color:#316686;
	}
					
#footer {
	background:#ffffff;
	margin: 0 auto;
	width: 1000px;
	font-size:0.7em;
	padding:0;
	color:#737373;
	}

#footer a, #footer a:visited {
	color:#22222D;
	}

#footer .left {
	width:400px;
	padding:105px 0 5px 18px;
	}
	
#footer .right {
	width:530px;
	}
	
#footer .right {
	text-align:right
	}

	
/* Eigene Styles */

/* Headline neu */

.headline-2 {
	background: transparent url(images/h2_bg.gif) repeat-x scroll center 100%;
	padding-bottom:30px;
}

/* Mitglieder-Blog */

#sb-login{
	width: 188px;
	float:left;
	margin:17px 26px 0 13px;
}
#sb-login h3{
	background: transparent url(images/sidebar-login-bg.png) no-repeat scroll center 100%;
	padding:7px 0 30px 10px;
	margin-top:10px;
	margin-bottom:-10px;
}
.submit {
	margin:10px 0;
}
.login-form {
	padding: 0 5px 10px 10px;
	background: transparent url(images/login-form-bg.png) repeat-x scroll 0 bottom;
}
.logged-in {
	padding: 0 10px 10px 10px;
	background: transparent url(images/login-form-bg.png) repeat-x scroll 0 bottom;
}
#logout {
	background: transparent url(images/logout.png) no-repeat scroll 0 50%;
	padding: 4px 4px 4px 25px;
}
.kommentar-hl {
	font-size:1.3em;
	color: #004494;
	padding:5px 0 10px 0;
	margin:0;
}
#aeltere.left a {
	width:173px;
	height:26px;
	padding:5px 15px;
	font-family:Arial;
	font-size: 1.2em;
	font-weight:bold;
	background: transparent url(images/kommentare-button.png) no-repeat scroll 0 0;
	color: #ffffff;
	text-decoration:none;
}
#aeltere.left a:hover {
	width:173px;
	height:26px;
	padding:5px 15px;
	font-family:Arial;
	font-size: 1.2em;
	font-weight:bold;
	background: transparent url(images/kommentare-button-hover.png) no-repeat scroll 0 0;
	color: #ffffff;
	text-decoration:none;
}
#neuere.right a {
	width:173px;
	height:26px;
	padding:5px 15px;
	font-family:Arial;
	font-size: 1.2em;
	font-weight:bold;
	background: transparent url(images/kommentare-button.png) no-repeat scroll 0 0;
	color: #ffffff;
	text-decoration:none;
}
#neuere.right a:hover {
	width:173px;
	height:26px;
	padding:5px 15px;
	font-family:Arial;
	font-size: 1.2em;
	font-weight:bold;
	background: transparent url(images/kommentare-button-hover.png) no-repeat scroll 0 0;
	color: #ffffff;
	text-decoration:none;
}

/* Twitter */

.twitter_div img {
	border:1px solid #939188;
	float:left;
	margin-right: 10px;
	padding:1px;
	width:50px;
	height:50px;
}
.twitter_div {
	padding: 20px;
	background-color:#EDF7FF;
	border: 1px solid #BFDFEF;
	margin-bottom:15px;
}
.twitter_div h4 {
	margin:0;
	padding:23px 0 0 0;
}
.twitter_div ul li {
	margin:5px 0 0 15px;
	padding:0;
}
.twitter_div ul {
	padding-bottom:5px;
}
.twitter_header {
	padding-bottom:15px;
	border-bottom:1px solid #BFDFEF;
	margin-bottom:10px;
}
.twitter-timestamp {
	font-size:0.8em;
	color:black;
	font-style: italic;
}

/* Klub - Sidebar */

#SimpleSideNav {
	width: 188px;
	float:left;
	margin:-10px 26px 0 0;
}
.widgettitle {
	background: transparent url(images/sidebar-login-bg.png) no-repeat scroll center 100%;
	padding:7px 0 30px 10px;
	margin-top:10px;
	margin-bottom:-10px;
}

#SimpleSideNav ul li {
	list-style:none;
	border-bottom:1px solid #737373;
	padding:5px 0 1px 10px;
	width: 178px;
	height: 20px;
	/*background-color:#bfdfef;*/
	}
	
#SimpleSideNav ul li a, #SimpleSideNav ul li a:visited {
	width: 178px;
	height: 20px;
	color:#004494;
	font-size:1.1em;
	font-weight:bold;
	}

#SimpleSideNav ul li a:hover, #SimpleSideNav ul li a:active {
	color:#e2001a;
	text-decoration:none;
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #737373;
	padding:5px 0 1px 10px;
	width: 178px;
	height: 20px;
	/*background-color:#bfdfef;*/
	}
	
/*.widget li:hover {
	background-color: #004494;
	}*/
	
li.widget {
 	list-style:none;
 	}

.widget a, .widget a:visited {
	color:#004494;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 7px;
	}

.widget a:hover, .widget a:active {
	color:#e2001a;
	text-decoration:none;
	/*background:#dddddd;*/
	}
	
.widget ul li a {
	width: 178px;
	height: 20px;
}


/* Ortsgruppen */

#ortsgruppen {
	width: 188px;
	float:left;
	margin:17px 26px 0 13px;
}
#ortsgruppen h3 {
	background: transparent url(images/sidebar-login-bg.png) no-repeat scroll center 100%;
	padding:7px 0 30px 10px;
	margin-top:10px;
	margin-bottom:-10px;
}

.ortsgruppen {
        background: transparent url(images/og-bg.png) repeat-x scroll 0 bottom;
        padding-bottom:15px;
}
.og-liste {
        margin-top:10px;
}

.og-liste li {
        list-style-type:none;
}

.og-liste li a {
        display:inline-block;
        font-size:12px;
        font-weight:bold;
        height:14px;
        padding:3px 0 5px 10px;
        width:178px;
}

.og-liste li a:hover {
         background-color:#e0e0ff;
}

#nav a { padding:5px 13px !important; }
.addthis_toolbox { margin-top:15px; }
