/*
	Theme Name: AGWelt V2
	Theme URL: http://deckerweb.de/go/genesis/
	Description: AGWelt V2 ist ein Custom Child Theme fuer das Genesis Framework -- <a href="http://deckerweb.de/go/genesis/">Genesis Info...</a>
	Author: StudioPress & DECKERWEB
	Author URI: http://deckerweb.de
	Version: 1.2
	Template: genesis
	Template Version: 1.7
	Tags: custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, magazine, news, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Body
* Hyperlinks
* Wrap
* TopNav
* Top Navigation
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Tabs
* Homepage
* Featured Post/Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrapper
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered/Ordered Lists
* Post Info
* AdSense
* Post Meta
* Author Box
* Post Icons
* Images
* Post Navigation
* Primary & Secondary Sidebars
* Sidebar(s) Dropdowns
* Sidebar(s) User Profile
* Buttons
* Search Form(s)
* eNews & Updates Widget
* Latest Tweets Widget
* Calendar
* Gravity Forms
* Footer Widgets
* Footer
* Comments
* DECKERWEB Additions

*/

/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);


/* Body
------------------------------------------------------------ */

body {
	background: #999 url(images/bg3.png);
	color: #333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}
	
p {
	margin: 0;
	padding: 0;
}
	

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #006699;
	text-decoration: underline;
}
	
a:hover {
	color: #ac0101;
	text-decoration: none;
}
	
a img {
	border: none;
}
	
a:focus,
a:hover,
a:active {
	outline: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #fff;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 10px #333;
	-moz-box-shadow: 0 3px 10px #333;
	-webkit-box-shadow: 0 3px 10px #333;
	margin: 12px auto 20px;
	padding: 0;
	position: relative;
	width: 960px;
}


/* TopNav
------------------------------------------------------------ */

#topnav {
	background: #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-khtml-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	width: 960px;
}

.topnav-left {
	width: 225px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
}
	
.topnav-right {
	width: 720px;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
}

	
/* Top Navigation
------------------------------------------------------------ */

#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#topnav li a {
	color: #333;
	display: block;
	margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	position: relative;	
}

#topnav li a:hover,
#topnav li a:active,
#topnav .current_page_item a,
#topnav .current-cat a,
#topnav .current-menu-item {
	color: #006699;
}
	
#topnav li a.sf-with-ul {
	padding-right: 10px;
}	
	
#topnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
	
#topnav li li a,
#topnav li li a:link,
#topnav li li a:visited {
	background: #fff;
	color: #333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
	
#topnav li li a:hover,
#topnav li li a:active {
	background: #f2f2f2;
	color: #006699;
}

#topnav li li a .sf-sub-indicator {
	top: 10px;
}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}

#topnav li ul a { 
	width: 140px;
}

#topnav li ul ul {
	margin: -31px 0 0 159px;
}

#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li.sfHover ul ul,
#topnav li.sfHover ul ul ul {
	left: -999em;
}

#topnav li:hover ul,
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li.sfHover ul,
#topnav li li.sfHover ul,
#topnav li li li.sfHover ul {
	left: auto;
}

#topnav li:hover,
#topnav li.sfHover { 
	position: static;
}


/* Header
------------------------------------------------------------ */

#header {
	width: 960px; 
	height: 149px;
	margin: 0 auto 0;
}

#title-area {
	width: 480px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
	
#title-area #title {
	color: #333;
	font-size: 36px;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 20px;
	text-decoration: none;
	line-height: 42px;
}
	
#title-area #title a {
	color: #333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
}
	
#title-area #title a:hover {
	color: #333;
	text-decoration: none;
}
	
#title-area #description {
	color: #666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
}

#header .widget-area {
	width: 468px;
	float: right;
	margin: 0; 
	padding: 10px 10px 0 0;
}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}
	
#header .widget-area h4 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
	display: block; 
	float: left;
	width: 290px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a {
	width: 960px;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: #333;  /* #e7e5dd; original: #333333; */
	width: 960px;
	color: #FFFFFF;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 3px;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li {
	float: left;
	list-style: none;
}
	
#nav li a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 14px 8px 14px;  /* 8px 15px 8px 15px; */
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #666;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item {
	background: #4b6491;  /* #444444; */
}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
}
	
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #444;
	color: #fff;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	position: relative;
}
	
#nav li li a:hover,
#nav li li a:active {
	background: #4b6491;
}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 -1px;
	padding: 0;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -31px 0 0 159px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfHover ul ul,
#nav li.sfHover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfHover ul,
#nav li li.sfHover ul,
#nav li li li.sfHover ul {
	left: auto;
}

#nav li:hover,
#nav li.sfHover { 
	position: static;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 0;
}

#nav li.right a {
	background: none;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
}
	
#nav li.search {
	padding: 3px 10px 0 10px;
}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav.png);
	width: 960px;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	text-transform: uppercase;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	clear: both;
}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#subnav li {
	float: left;
	list-style: none;
}
	
#subnav li a {
	color: #333333;
	display: block;
	margin: 0;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
	position: relative;	
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item {
	background: #f1f1f1;
	color: #006699;
}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
}
	
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
	
#subnav li li a:hover,
#subnav li li a:active {
	background: #F2F2F2;
	color: #006699;
}

#subnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}

#subnav li ul a { 
	width: 140px;
}

#subnav li ul ul {
	margin: -31px 0 0 159px;
}

#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfHover ul ul,
#subnav li.sfHover ul ul ul {
	left: -999em;
}

#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfHover ul,
#subnav li li.sfHover ul,
#subnav li li li.sfHover ul {
	left: auto;
}

#subnav li:hover,
#subnav li.sfHover { 
	position: static;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/inner.png) repeat-x;
	width: 920px;
	margin: 0 auto 0;
	padding: 25px 20px 0 20px;
	overflow: hidden;
}


/* Tabs
------------------------------------------------------------ */

.ui-tabs {
	clear: both;
	width: 600px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	/* border-bottom: 3px solid #CCCCCC; */
}
	
#content .ui-tabs .post {
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-panel {
	width: 600px;
}

#content .ui-tabs ul.ui-tabs-nav {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 15px 0; 
	padding: 10px 0 10px 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
}
	
#content .ui-tabs ul.ui-tabs-nav li {
	background: none;
	display: inline;
	text-align: center;
	margin: 0 5px 0 0; 
	padding: 0;
}
	
.ui-tabs ul.ui-tabs-nav li a {
	color: #333333;
	font-weight: bold;
	margin: 0; 
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #006699;
	color: #FFFFFF;
}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #444444;
	color: #FFFFFF;
}
	
.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
}
	
.ui-tabs .more-link {
	background: #444444;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
}
	
.ui-tabs .more-link:hover {
	background: #006699;
}


/* Homepage
------------------------------------------------------------ */
	
#featured-top, #featured-bottom {
	width: 600px;
	float: left;
}
	
#featured-bottom {
	/* font-size: 12px; */
}
	
.featured-bottom-left {
	width: 400px;
	float: left;
}
	
.featured-bottom-right {
	width: 180px;
	float: right;
}

#featured-top .widget, #featured-bottom .widget {
	margin: 0 0 20px 0;
}


/* Featured Post/Page
------------------------------------------------------------ */

.featuredpost,
.featuredpage {
	margin: 0 0 20px 0;
	padding: 0;
}
	
.featuredpost .post,
.featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #AAAAAA;
	overflow: hidden;
	clear: both;
}
	
.featuredpost img,
.featuredpage img,
.featuredpost .avatar,
.featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
	
.more-from-category {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}


/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDDDDD;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background: #F4F4F4;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}


/* Content-Sidebar Wrapper
------------------------------------------------------------ */

#content-sidebar-wrap {
	width: 760px;
	margin: 0;
	padding: 0;
	float: left;
}

.sidebar-content #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap {
	width: 920px;
}

.sidebar-sidebar-content #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	width: 440px;
	float: left;
}

.single-format-standard #content .entry-content,
.page-template-default #content .entry-content {
	font-size: 14px;
	line-height: 21px;
}

.page-id-36 #content .entry-content {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}
	
.sidebar-content #content,
.content-sidebar #content {
	width: 600px;
}
	
.full-width-content #content {
	width: 920px;
	margin: 0;
	padding: 10px 0 0 0;
}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
}
	
#content .page {
	margin: 0;
	padding: 0 0 20px 0;
}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
}
	
.home #content .post {
	margin: 0 0 10px 0;
	padding: 0;
}
	
#content .post p,
#content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	/* font-size: 14px; */
}
	
#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 0 20px 0;
}

.clear {
	clear: both;
}

#content div.widget-area {
	margin-bottom: 35px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3% !important;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0 !important;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1,
#content h2 {
	font-size: 22px;
	line-height: 1.4;
}

#content h2 a,
#content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
	
#content h2 a:hover {
	color: #006699;
	text-decoration: none;
}
	
#featured-top h2,
#featured-top h2 a,
#featured-bottom h2,
#featured-bottom h2 a,
#sidebar h2,
#sidebar h2 a,
#footer-widgets h2,
#footer-widgets h2 a {
	color: #333;
	font-size: 16px;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}
	
#featured-top h2 a:hover,
#featured-bottom h2 a:hover,
#sidebar h2 a:hover,
#footer-widgets h2 a:hover {
	color: #006699;
	text-decoration: none;
}
	
#featured-top .ui-tabs h2,
#featured-top .ui-tabs h2 a {
	font-size: 20px;
	margin: 0 0 5px 0;
}
	
#featured-bottom h2,
#featured-bottom h2 a,
#sidebar h2,
#sidebar h2 a,
#footer-widgets h2,
#footer-widgets h2 a {
	font-size: 14px;
	margin: 0 !important;
}
	
#content h3 {
	font-size: 18px;
}
	
#content h4 {
	font-size: 16px;
}
	
#content #featured-top h4,
#content #featured-bottom h4,
#footer-widgets h4 {
	color: #333333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #AAAAAA;
}

/* #sidebar h4,
#sidebar-alt h4 {
	margin: 0 0 5px 0;
} */

#sidebar h4,
#sidebar-alt h4 {
	background: #4b6491;
	/* border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; */
	color: #f5f5f5;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -3px -5px 5px -5px;  /* 0 0 5px 0; */
	padding: 5px 7px 5px 10px;  /* 5px 0 5px 5px; */
}

#sidebar h4 a,
#sidebar-alt h4 a {
	color: #fff;
}

#footer-widgets h4 {
	margin: 2px 0 10px 0;
	padding: 5px 0 5px 5px;
	border-top: none;
	border-bottom: 1px dotted #AAAAAA;
}
	
#content h5 {
	font-size: 14px;
}
	
#content h6 {
	font-size: 12px;
}


/* Unordered/Ordered Lists
------------------------------------------------------------ */
	
#content ul,
#content ol,
#footer-widgets ul {
	margin: 0;
	padding: 0 0 15px 0;
}
	
#sidebar ul,
#sidebar-alt ul,
#sidebar ul ul,
#sidebar-alt ul ul {
	margin: 0;
	padding: 0;
}

#content ul li,
#sidebar li,
#sidebar-alt li,
#footer-widgets ul li {
	list-style-type: none;
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 0 13px;
 	word-wrap: break-word;
}

#content .post ol li,
#content .page ol li {
	margin: 0 0 0 25px;
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}


/* AdSense
------------------------------------------------------------ */
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	clear: both;
	font-size: 11px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
}

.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}


/* Post Icons
------------------------------------------------------------ */

.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}


/* Images
------------------------------------------------------------ */

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #F4F4F4;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding-bottom: 10px !important;
	padding-top: 3px !important;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	display: inline-block;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	background-color: #f4f4f4;
	background: 0 none !important;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled {
	background: #006699;
	border: 1px solid #ddd;
	color: #f4f4f4;
	padding: 5px 8px 5px 8px;

}

.navigation li a:hover,
.navigation li.active a {
	background: #f4f4f4;
	border: 1px solid #006699;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.page-template-page_blog-grid-php .navigation {
	clear: both !important;
}


/* Primary & Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	width: 300px;
	float: right;
	display: inline;
}
	
#sidebar-alt {
	width: 140px;
	float: left;
	display: inline;
}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	display: inline;
}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	display: inline;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	background: #f3f3f3;
	margin: 0 0 20px 0;
	padding: 3px;
}

#sidebar .widget-wrap {
	padding: 0 2px 2px;
}
	
#sidebar embed,
#sidebar object,
#sidebar-alt embed,
#sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
}


/* Sidebar(s) Dropdowns
------------------------------------------------------------ */

#cat,
#sidebar .widget_archive select,
#sidebar-alt .widget_archive select,
#footer-widgets .widget_archive select {
	background: #f4f4f4;
	width: 100%;
	color: #333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #ddd;
}


/* Sidebar(s) User Profile
------------------------------------------------------------ */

#sidebar .user-profile,
#sidebar-alt .user-profile {
	overflow: hidden;
}

#sidebar .user-profile .avatar,
#sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
	
#sidebar .user-profile p,
#sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#sidebar .user-profile .posts_link,
#sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
}


/* Buttons
------------------------------------------------------------ */

#submit,
.searchsubmit,
.enews #subbutton,
.gform_footer .button {
	background: #444444 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold !important;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #444444;
}

#submit:hover,
.searchsubmit:hover,
.enews #subbutton:hover,
.gform_footer .button:hover {
	background: #006699 !important;
	text-decoration: none;
	border: 1px solid #006699;
}


/* Search Form(s)
------------------------------------------------------------ */

.searchform {
	margin: 0;
}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
}

#sidebar .searchform {
	padding: 0;
}
	
#nav .searchform {
	float: right;
	padding: 3px 0 0 0;
}
	
.s {
	background: #F4F4F4 !important;
	color: #333333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
}
	
#header .s,
#sidebar .s {
	width: 215px;
}

#nav .s {
	width: 90px;
}
	
#sidebar-alt .s {
	width: 80px;
}


/* eNews & Updates Widget
------------------------------------------------------------ */

.enews-widget {
	background: #ffffcc !important; /* #ddd */
}

.enews {
	background: url(images/enews.png) no-repeat 260px 35px;
	margin: 0;
	padding: 0 0 5px 0;
}

.enews p {
	padding-right: 30px;
}

.enews #subscribe {
	overflow: hidden;
}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 215px;  /* 220px original: 240px; */
	color: #333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 3px #ccc inset;
	-webkit-box-shadow: 0 0 3px #ccc inset;
}


/* Latest Tweets Widget
------------------------------------------------------------ */

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
}


/* Calendar
------------------------------------------------------------ */

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar th {
	color: #333333;
}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
}


/* Gravity Forms
------------------------------------------------------------ */

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	background: #F4F4F4 !important;
	color: #333333 !important;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
}

.gform_footer input.button {
	color: #FFFFFF !important;
	font-size: 17px !important;
	margin-left: 20px;
	padding: 10px !important;
}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
}
	
.gform_wrapper li,
.gform_wrapper form li {
	margin: 0 0 10px 0 !important;
}
	
.gform_wrapper .gform_footer {
	border: none !important;
}

.gform_wrapper li.gfield {
	background: 0 !important;
}

.gform_wrapper #field_1_5 .gfield_description,
.gform_wrapper #field_2_5 .gfield_description {
	margin-top: -20px !important;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection {
	margin-top: 40px !important;
}

.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
	width: 47% !important;
}


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

#footer-widgets {
	background: #ddd;
	border-top: 3px solid #ccc;
	clear: both;
	font-size: 12px;
	margin: 15 auto 0;
	padding: 5px 20px 15px;
	overflow: hidden;
	width: 920px;
}
	
#footer-widgets .wrap {
	margin: 0 auto 0;
	width: 920px;
}
	
#footer-widgets .widget {
	background: none;
	border: none;
}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
}

.footer-widgets-1 {
	width: 200px;
	float: left;
	padding: 0 20px 0 0;
}
	
.footer-widgets-2 {
	width: 480px;
	float: left;
}
	
.footer-widgets-3 {
	width: 200px;
	float: right;
}


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

#footer {
	background: #4b6491;
	/* border-top: 3px solid #ccc; */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	clear: both;
	color: #ddd;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 10px 20px;
	overflow: hidden;
	/* padding: 10px 0 10px 0; */
	text-transform: uppercase;
	width: 920px;
}

#footer a,
#footer a:visited {
	color: #bbb;  /* #333; */
	text-decoration: none;
}
	
#footer a:hover {
	color: #fff;  /* #006699; */
	text-decoration: none;
}

#footer .gototop {
	width: 90px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}

#footer .creds {
	width: 810px;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}


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

.comments {
	font-size: 12px;
}
	
#respond {
	margin: 0 0 20px 0;
	padding: 0;
}

#author,
#email,
#url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
}

.comment-list,
.children {
	margin: 0;
	padding: 0;
}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
}
	
.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.comment-list cite,
.comment-list cite a,
.ping-list cite,
.ping-list cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.reply a,
.reply a:visited {
	font-size: 11px;
}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
}

.thread-alt,
.thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
}

.depth-1,
.even,
.alt  {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
}


/* DECKERWEB Additions
------------------------------------------------------------ */

/** Header */
.headclick {
	width: 960px;
	height: 149px;
}


/** Navigation */
#subnav .sub-right {
	margin-left: 35px;
}

#subnav .agw-spenden {
	background-color: #ffffcc;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 100px;
	tex-transform: uppercase;
}

#subnav .agw-spenden a:link,
#subnav .agw-spenden a:visited {
	color: #990000 !important;
}


/** Featured Posts etc. */
#featured-page-3,
#linkabletitlehtmlandphpwidget-2 {
	background: #c8d4e5 !important;  /* #B0C4DE #E0FFFF */
}

.featuredpage .page #featured-page-3 {
	padding: 0 !important;
}

#featured-page-3 h3 {
	margin: 0 !important;
}

#text-425598793 {
	border-top: 1px dashed #ccc;
	margin-top: -20px !important;
}


/** FB Likebox */
#likebox-frame {
	border: 2px solid #f3f3f3 !important;
	z-index: 10;
	overflow: hidden;
	position: relative;
	top: -1px;
	left: -2px;
	margin-left: 5px;
}

#likebox-frame iframe {
	left: -5px;
	overflow: hidden;
	position: relative;
	top: -1px;
}


/** Social Profiles */
.social-profiles img {
	padding-right: 15px;
}


/** Archive Postlists */

.entry-content dt {
	color: #666;
	float: left;
}

.entry-content dd {
	margin-left: 75px;
}

.entry-content dl dd,
.entry-content dl dt {
	line-height: 1.85em;
}


/** Plugin: Event Organiser */

.eo-events .event-date,
.eo-event-meta li.event-date {
	color: #990000;
	font-size: 1.2em;
}

.eo-events .venue-address {
	color: #444;
	font-style: italic;
	margin-bottom: 5px;
}

ul.eo-event-meta li.event-date,
ul.eo-event-meta li.venue-title,
ul.eo-event-meta li.venue-details {
	margin-bottom: 10px !important;
}


/** Plugin: WP-ListCal */

.nextevents li {
	margin-top:5px;
}

.kalweiter {
	background: #f5f5f5;
	float: right;
	margin-top: 0px;
        margin-right: 10px;
	padding: 5px;
	text-align: right;
	vertical-align: absmiddle;
	width: 180px;
}

ul.wplc_event_list {
	margin: 0 0 15px 25px;
}

ul.wplc_event_list li {
	list-style:disc;
	/* list-style-type:disc; */
	list-style-position:outside;
}

.eventdate {
	font-weight:bold;
	color:#990000;
}

#kalender ul.wplc_event_list li {
	/* padding-top: 5px; */
	padding-bottom: 5px;
}

/** Special Hack Fix, 2014-10-14: */
.page-id-5 .ddw-eo-2926 .ddw-eo-bis-part,
.page-id-5 .ddw-eo-2926 .ddw-eo-end-part {
	display: none !important;
}

/*
.eventname {
	margin-left:15px;
}

.wplc_alt {
	background-color:#CCC;
}
*/


/* Kommentar-Richtlinien */

.comment-policy-box {
	background: #f5f5f5;
	color: #333;
	margin-bottom: 15px;
	padding: 5px;
}


/* Boxes */

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: justify;
	font-size: 0.95em;
}

/* Warnings/Alerts */
.warning,
.alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	text-align: justify;
	font-size: 0.8em;
}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	text-align: justify;
	font-size: 0.8em;
}

/* Downloads */
.download {
	background: #e7f7d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #6c3;
	/* font-size: 1.2em; */
	margin: 5px 5px 20px 5px;
	padding: 7px 15px;
	text-align: justify;
}

/** Suchformular Brennpunkt-Archiv */
.archivsuche {
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 10px auto;
	padding: 15px;
	width: 500px;
}

.archivsuche form {
	margin-left: auto;
	margin-right: auto;
}

.archivsuche .archivsuche-eingabe,
.archivsuche .archivsuche-enter {
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	height: 35px !important;
}

.archivsuche .archivsuche-eingabe {
	background: #eee;
	padding-left: 10px;
	width: 350px;
}

.archivsuche .archivsuche-enter {
	background: #ddd;
	border: 1px solid #bbb;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.archivsuche .archivsuche-enter:hover {
	background: #bbb;
}

/** Artikel mit Kommentar */
.artikelkommentar {
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-style: italic;
	margin: 20px 40px;
}

.artikelkommentar .kommentartitel {
	background: #ffffcc;
	display: block;
	padding: 15px 15px 5px;
}

.artikelkommentar .kommentartitel h3 {
	
}

.artikelkommentar .kommentartext {
	background: #f5f5f5;
	padding: 10px;
}

/** Search not found page */
#featured-post_3 .featuredpost .post,
#featured-post_3 .featuredpage .page {
	border-bottom: 0 none !important;
}

/** Brennpunkt Weltanschauung */
.page-id-1016 h1.entry-title {
	display: none;
}


/** AGW Flyer Download */
.agw-flyer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
	height: 130px;
}


/** Archiv Brennpunkt Weltanschauung */
ol.bpwa-archiv {
	line-height: 1.9;
	margin-left: 10px !important;
}

ol.bpwa-archiv li {
	/* background: #eee; */
}

ol.bpwa-archiv li:hover {
	background: #f5f5f5;
}

.bpwa-bestellung {
	background: #fafafa;
	padding: 10px;
}


/** Plugin: Herrnhuter Losung Widget */
.losung-versangabe::before {
	content: '(';
}

.losung-versangabe::after {
	content: ')';
}

.losung-versangabe {
	font-size: 11px;
	margin-bottom: 15px;
}

.losung-copy {
	font-size: 10px;
	margin-top: 5px;
}

#socialprofiles-2 {
	margin-bottom: 0 !important;
}