/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/

@import "css/reset.css";
/*@import "css/styles.css";*/



body{
	font: 0.63em arial,sans-serif;
}



/*-- LAYOUT --*/
#container 	{margin:0 auto; width:960px; } 
#header 		{height: 90px; margin: 10px 0 0 0;}
#breadcrumb	{height: 30px; margin: 10px 0 0 0;}
#navi 		{height: 125px; margin: 0 0 30px 0;}
#content 	{float:left; margin: 0; width:660px}
#sidebar 	{float:right; margin: 0; width:270px}
#footertop 	{height:30px;margin: 30px 0 0 0;}
#footer 		{}



/*-- LAYOUT-STYLES --*/

/*---- Header ----*/
#header { background: url(images/bg-header.png); }

/*---- Breadcumb ----*/
#breadcrumb {
	background: url(images/bg-breadcrumb.png);
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
}

/*---- Navigation ----*/
#navi {
	background: url(images/bg-navi.png);
}

/*---- Content ----*/
#content {
	font-size: 1.2em;
	overflow: hidden;
}

/*---- Sidebar ----*/
#sidebar {
	font-size: 1.2em;
}

/*---- Footer ----*/
#footertop { 
	background: url(images/bg-footer-top.png);
	clear: both;
}

/*---- Footer ----*/
#footer { 
	background: url(images/bg-footer.png) repeat-y;
	padding: 0 10px 10px 10px;
}

	
	

/* basics */

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
strong {font-weight:bold;}
em {font-style:italic;}

.left { float:left; }
.right { float: right; }

.text-left { float:left; }
.text-right { text-align: right; }

.clear {clear: both;}

table.meckteam img {margin:0 20px 0 0;}
table.meckteam td {padding:20px 0 0 0;}


/* links */

a{ color:#255aa4; text-decoration: underline; }

a:hover{color:#f48c3c; text-decoration: none; }



/* container */

#container {
	padding:0;
	color:#333;
	overflow: hidden;
	}

	
	
/* topnavi */

#topnavi {float:right; padding:0 10px 0 0; text-align:right; width:320px;}
#topnavi a {margin:0 10px;}
#topnavi a.rssfeed {padding:0 0 0 12px;}
#topnavi a.rssfeed:hover {background:url(images/rssfeed.gif) left no-repeat;}
	
	
/* navi */

#navi {
	overflow: hidden;
	padding: 0 0 0 20px;
}

#navi ul {
	margin:0;
	padding:0;
}

#navi ul li {
	border-right:1px solid #ccc;
	float:left;
	height: 135px;	
	list-style-type: none;
	margin: 0 24px 0 20px;
	*margin: 0 22px 0 20px;
	padding: 4px 24px 0 0;
	_width: 100px;
}

#navi ul li:last-child {
	border-right:0;
}

#navi ul li.page-item-32 {
	border:0;
}


#navi ul li.current_page_item a { color: #f48c3c }



#navi ul li a {
	color: #fff;
	display:block;
	font-size: 1.7em;
	font-weight: bold;
	padding:7px 0;
	text-decoration:none;
}

#navi ul li a:hover {
	color: #f48c3c;
	text-decoration: none;
}

#navi ul li ul {
	margin: 2px 0 0 0;
}

#navi ul li ul li {
	list-style-image:url(images/navi_bullet.gif);
	border-right:0px;
	float:none;
	height: 20px;
	*height: 17px;
	_height: 0px;
	margin:0;
}

#navi ul li.current_page_item ul li a { color: #255aa4 }

#navi ul li.current_page_parent ul li.current_page_item a { color: #f48c3c }

#navi ul li ul li a {
	color: #255aa4;
	font-size: 1.4em;
	font-weight: normal;
	padding:4px 0;
	text-decoration:none;
}

#navi ul li ul li a:hover {
	color: #f48c3c;
	text-decoration: none;
}



/* content */

.post {
	border: 6px solid #efefef;
	line-height: 1.5em;
	margin: 0 0 40px 0;
	padding: 40px;
	position:relative;
	}
	
.blog {
	margin-left: 35px;
	}
	
.post h2.postheading{
	color: #ff9933;
	font: 2.50em Georgia,Times New Roman, serif;
	margin: 0 0 20px 0;
	}
	
.post h2.postheading a{
	color: #ff9933;
	text-decoration: none;
	}
	
.post h2.postheading a:hover{
	color: #777;
	text-decoration: none;
	}

.post .date {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/date.png) no-repeat scroll left top;
	color:#fff;
	height:60px;
	left:-40px;
	padding:10px 0 0;
	position:absolute;
	text-align:center;
	top:40px;
	width:71px;
	z-index:100;
}

.post .date .day  { display: block; font-size: 36px; line-height: 32px; }
.post .date .month  { display: block; font-size: 12px; text-transform: uppercase; font-weight: bold; }
	
.post ul {list-style-type: circle; margin: 0 0 0 30px;}

.post li {}

.entry p{margin:12px 0 20px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 30px 0 0 0;
	}
	

.navigation {
	font-size:1em;
	width:100%;
	float:left;
	margin:0 0 30px 0;
	padding:0 10px;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:0;}
.alignright a{float:right; margin:0 10px 0 0;}


.post h1 {color: #444; font-size: 1.7em; line-height: 1.3em; margin:30px 0 0 0;}
.post h2 {color: #444; font-size: 1.3em; font-weight:bold; margin:20px 0 0 0;}
.post h3 {font-size: 1.3em}
.post h4 {font-size: 1.2em}


/* archive */

.post.archive ul {list-style-type: disc; margin: 0 0 0 18px;}

.post.archive li {
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 10px;
}


/* sidebar */

#sidebar .widget {
	border: 3px solid #efefef;
	margin: 0 0 20px 0;
	padding: 10px;
}
	#sidebar  h2 {
		color: #ff9933;
		font: 1.33em Georgia,Times New Roman, serif;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

#sidebar a { color: #255aa4; text-decoration:underline; }
#sidebar a:hover { color: #f48c3c; text-decoration: none; }

#sidebar .cat-item {font-size:1.2em; margin:0 0 5px 0;}

#sidebar .search-widget {padding:0 10px;}

#sidebar .widget_recent_entries ul { list-style:disc outside; padding: 0 0 0 16px; }

#sidebar .widget_recent_entries ul li { padding: 0 0 6px; }

#sidebar div.widget_archive ul li {font-size:1.2em; margin:0 0 5px 0;}

/* Kommentare */


#respond {
	background:#F7F7F7;
	margin: 20px 0 0 0;
	padding:6px;
	}

#commentform{
	margin: 10px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 1em;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 1em;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}
#submit:hover{
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin:5px 5px 0 0;
	}

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

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

.nocomments {font-size:14px; font-weight:bold; margin:30px 0 0;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

hr {
	border:1px solid #CCCCCC;
	margin:0 0 20px;
}

/* Startseite*/

.start-overview {text-align:right; margin: 20px 0 70px 0;}

p.start-desc {margin:0 0 20px 0; padding:0;}

ul.start-top {float:right; width:400px;}

img.start-icon {float:right;}

ul.start-list li {font-size:1em; list-style-type: none; margin:0 0 5px -30px !important; *margin:0 0 0 -30px !important; padding:0 !important;}
table.start-table td {padding:3px 0; vertical-align:top;}
table.start-table td.seperate {padding: 3px 3px;}

.slider {border:6px solid #efefef; margin: 0 0 30px 0; text-align:center;}


/* newsletter */
	
.newsletter input.news-input{
	border:1px solid #000;
	margin:0 0 5px 0;
	padding:2px;
	width: 230px;
	*width: 225px;
	}
	
.newsletter input.news-button{
	border:1px solid #000;
	background:#ddd;
	color:#004595;
	margin:0;
	padding:1px;
	*padding:0px;
	text-transform:lowercase;
	}
	
.newsletter input.news-button:hover{
	border:1px solid #444;
	background:#ccc;
	}

	
/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	border:1px solid #000;
	margin:0;
	padding:2px;
	width: 175px;
	*width: 170px;
	}

#searchform input#searchsubmit{
	border:1px solid #000;
	background:#ddd;
	color:#004595;
	padding:1px;
	*padding:0px;
	text-transform:lowercase;
	}
	
#searchform input#searchsubmit:hover{
	border:1px solid #444;
	background:#ccc;
	}


.search_widget {margin:-10px 0 30px 0; padding:0 0 0 15px;}

ul.searchresults {margin:20px 0 0 0;}
ul.searchresults h3 {font-size:1.2em; font-weight:bold; margin:0; padding:0;}
ul.searchresults li {list-style-type:none; margin:3px 0 30px 0;}

.search-everything-highlight-color {background: #fbfbbb !important;}
	

/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
ul.blogroll li {
	list-style-type: circle;
	margin: 5px 0 5px 13px;
}
	
	
/* negativer margin für .alignleft und .alignright */
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

div.entry table td {padding:5px; vertical-align:top;}


/* footer */
	
#footer p{padding:14px 0;margin: 0;}
#footer a{color: #255aa4;text-decoration: none;}
#footer a:hover{color: #f48c3c;text-decoration: underline;}

#footercolumns { padding: 10px 0 0 30px }
#footercolumns .block { border-left: 1px solid #ccc; float:left; margin:0 40px 0 0; padding: 0 0 0 40px; width:160px; }
#footercolumns .first, * html #footercolumns .first{ border:0; clear:both; padding: 0;}
#footercolumns .last, * html #footercolumns .last{ margin: 0;}

#footercolumns h2 { font-size: 1.4em; font-weight:bold; margin: 0 0 5px 0; }
#footercolumns ul li { margin: 0 0 5px 0; }
#footercolumns ul { list-style-type: disc; margin:0 0 0 14px; padding:0; }
#footercolumns .column4 ul { list-style-type: none; margin:0; padding:0; }

#footercolumns li.linkcat {list-style-type: none;}
#footercolumns li.linkcat li {list-style-type: disc; }

#footercolumns div.column3 ul {list-style-type: none; margin:20px 0 0 0; padding:0; text-align: center;}
#footercolumns div.column3 ul li {margin:0 0 20px 0;}


/* PLUGIN */

/* Breadcrumb */

#breadcrumb a { color: #F48C3C; }

#breadcrumb a:hover { color: #255AA4; text-decoration: none; }

#bread-content {float:left;}

/* Event Registration */

ul.er_widget { margin: 10px 0; }
ul.er_widget li { margin: 0; }

ul.er_widget form, form.er_eventlist_register {display:inline;}

.er_widget_button {
	background-color:transparent;
	border:none;
	color: #255AA4; 
	cursor:pointer;
	font-family:arial,sans-serif;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	max-width:165px;
	}

.er_widget_button {
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
	width: 160px;
}

.er_widget_button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

li.odd { background: #fff; padding: 7px 5px; }
li.even { background: #f3f3f3; padding: 7px 5px; }
ul#er_eventlist { list-style-type:none; margin:0; padding:0; }
.er_widget_buttonsalign {display:block; text-align:right;}
.er_eventlist_button {
	background-color:transparent;
	border:none;
	color: #255AA4; 
	cursor:pointer;
	font-family:arial,sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	}

.er_eventlist_button {
    padding: 0 .25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

.er_eventlist_button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.er_eventlist_register_button {
	border:1px solid #000;
	background:#ddd;
	color:#004595;
	padding:1px;
	*padding:0px;
	text-transform:lowercase;
}
	
.er_eventlist_register_button:hover{
	border:1px solid #444;
	background:#ccc;
	}

.alert-message { background: #fffeee; border: 1px solid #444; color: #444; margin: 0 0 20px 0; padding: 20px 20px 0 20px;}
.alert-message h1{ color: #444; margin: 0; padding: 0;}

	
h2.er_eventinfo_heading { margin:0 0 20px 0; padding: 0; }
h3.er_eventinfo_place { background: #f3f3f3; font-size: 1em; margin:0; padding: 7px 5px; }
.er_eventinfo_desc { }
ul.er_eventinfo_facts { margin:0;}
.er_eventinfo_facts { background: #f3f3f3; margin:0; padding: 10px 10px 5px;}
.er_eventinfo_facts  li { list-style-type:none; margin:0 0 5px 0; padding:0; }
.er_eventinfo_facts  p { margin:0 0 5px 0; padding:0; }
ul.er_eventing_form { list-style-type:none; margin:10px 0 0 0; padding:0; }
ul.er_eventing_form  li span { display: inline-block; padding: 10px 0; width:123px; }

/* Newsletter */

.wpsb_text { margin: 10px 0 20px; }
.wpsb_info { color: #ff0000; font-size: 0.90em;}
.wpsb_form_label {margin: 10px 0;}
input#wpsb_radio_option2 {margin: 0 0 0 20px;}
.wpsb_button {text-align:center;}

div.newsletter {margin:15px 0 0 0;}

div.newsletter div a {display:none;}


/* Image Widget */

.iw_description {width: 145px;}


/* WP Maps */

.wpmaps {border: 1px solid #ccc;}

div.mapp-poweredby {display:none;}