/*
	Theme Name: News Child Theme
	Theme URL: http://www.studiopress.com/themes/news
	Description: News is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	/*background: #FFFFFF;*/
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	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 {
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap { 
	background: #FFFFFF;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0;
	position: relative;
	-moz-box-shadow: 0 3px 10px #333333;
	-webkit-box-shadow: 0 3px 10px #333333;
	border-left: 1px solid #d4d4d4; border-top: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4;
	}
	
/***** TopNav ********************/

#topnav { width: 360px;
	font-size: 10px;
	top: 5px;;
	padding: 0;
	position: absolute;
	right: 0;
	overflow: hidden;
	}

.topnav-left {
	float: left;
	margin: 0;
	padding: 0;
	}
	
.topnav-right {
	float: right;
	margin: 0;
	padding: 0;
	
	}
	
/***** Top Navigation ********************/
	
#topnav ul {
	float: right;
	list-style: none;
	margin: 0 0 0 10px ;
	padding: 0;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a {
	color: #656567; #ec6110
	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: #ec6110;
	}
	
#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: #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;
	}
	
#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: 80px;*/
	margin: 0 auto 0;
	}

#title-area {
	width: 480px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #333333;
	font-size: 36px;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 42px;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	height: 125px
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	float: right;
	padding: 10px 10px;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	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: 600px;
	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-color: #e0e0e0;
	width: 960px;
	color: #656567;
	font-size: 12px;
	margin: 0 auto 0px;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	/*border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6;*/
	
	background: -moz-linear-gradient( top, #ffffff, #e0e0e0); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe0e0e0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#e0e0e0); }

#nav ul { 
	width: 960px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6;
	}

#nav ul#menu-start-leer { border: none; width: 958px; }
	
#nav li {
	float: left;
	list-style: none;
	}
	
*+html #nav li { line-height:14px; }	
	
#nav li a {
	color: #656567;
	display: block;
    margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	position: relative;	
	border-left: 0px solid #e0e0e0; border-right: 1px solid #e0e0e0;
	}

#nav li a:hover { color: #656567; padding: 8px 15px 8px 15px;
	
	background-color: #e0e0e0; border-left: 0px solid #656567; border-right: 1px solid #e0e0e0;
	background: -moz-linear-gradient( top, #e0e0e0, #ffffff); background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffffff); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffff); }



#nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	color: #656567;
	
	background: -moz-linear-gradient( top, #e0e0e0, #ffffff); background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffffff); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffffff);
	}

#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: #444444;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #333333;
	}

#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 {
	float: left;
	/*font-family: Arial, Tahoma, Verdana;*/
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	text-transform: uppercase;
	border-right: 0px solid #e0e0e0;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
*+html #subnav li { line-height:14px; }	
	
#subnav li a {
	color: #656567;
	display: block;
    margin: 0;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
	position: relative;	
	}

#subnav li a:hover {
	color: #ffffff;
	
	background-color: #e0e0e0; border-left: 0px solid #656567; border-right: 1px solid #e0e0e0;
	background: -moz-linear-gradient( top, #c6c6c6, #e0e0e0); background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#e0e0e0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc6c6c6, endColorstr=#ffe0e0e0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc6c6c6, endColorstr=#e0e0e0); }

#subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	color: #ffffff;
	
	background: -moz-linear-gradient( top, #c6c6c6, #e0e0e0); background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#e0e0e0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc6c6c6, endColorstr=#ffe0e0e0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc6c6c6, endColorstr=#e0e0e0); }

#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 {
	margin: 0 auto 0;
	padding: 25px 0px 25px 0px;
	overflow: hidden;	
	border-top: 1px solid #d4d4d4; 
	}

/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 600px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#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: 290px;
	float: left;
	}
	
.featured-bottom-right {
	width: 290px;
	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: 960px;
	}

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

/***** Content ********************/

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

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 558px;
	}
	
.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;
	}
	
#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;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	font-weight:bold;
	}
	
#content h2 {
	font-size: 18px;
	}	

#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: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	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, /*#sidebar h4, #sidebar-alt h4,*/ #footer-widgets h4 {
	color: #333333;
	/*font-family: Arial, Tahoma, Verdana;*/
	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;
	
	}

#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 ul, #sidebar-alt ul ul {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#sidebar ul, #sidebar-alt ul {
	margin: -7px 0 0 0;
	padding: 0;
	}
	
#sidebar h4, #sidebar-alt h4 {
	color: #656567;
	background: #ffffff;
	/*font-family: Arial, Tahoma, Verdana;*/
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0 -5px;
	padding: 0 5px;
	position: absolute;
	top: -11px;
	}

#sidebar li {
	list-style-type: none;
	background: url(images/li.gif) no-repeat 0 8px;
	margin: 0;
	padding: 0 0 0 15px;
 	word-wrap: break-word;
	}

#sidebar li a, #sidebar li a:visited {
	text-decoration: none;
	color: #333333;
	}
	
#sidebar li a:hover, #sidebar li a:active {
	text-decoration: none;
	color: #ec6110;
	}

#sidebar .zweispalten1 ul li {
	float:left;
	width:140px;
}

#sidebar .zweispalten1 ul li.last {
}

#sidebar .zweispalten1 ul li.clear {
	clear:both;
	float:none;
}

#sidebar .zweispalten2 ul.children li{
	float:left;
	width:135px;
}
#sidebar .zweispalten2 ul li li.last {
}

#sidebar .zweispalten2 ul.children li .clear {
	clear:both;
	float:none;
}

#content ul 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;
	}
	
/***** 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;
	}
	
/***** 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;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}
	
/***** Post Navigation ********************/

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

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #006699;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F4F4F4;
	color: #006699;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

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

#sidebar {
	position:relative;
	width: 338px;
	float: left;
	display: inline;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	position:relative;
	width: 48%;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	position:relative;
	width: 48%;
	float: right;
	display: inline;
	}

#sidebar .widget, #sidebar-alt .widget {
	position:relative;
	margin: 0 0 20px 0;
	padding: 18px 10px 10px 10px;
	border: 1px solid #cccccc;
	
	background: -moz-linear-gradient( top, #ffffff, #f2f2f2); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff2f2f2); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#f2f2f2); }
	
#sidebar .widget img, #sidebar-alt .widget img { }

.textwidget img {
	/*margin-bottom: 5px;*/
	}
	
.textwidget a {
	text-decoration: none;
	}

.textwidget a:visited {
	text-decoration: none;
	}

	
#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 {
	background: #F4F4F4;
	width: 100%;
	color: #333333;
	/*font-family: Arial, Tahoma, Verdana;*/
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

/***** 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: #ffffff !important;
	color: #444444;
	font-size: 11px;
	/*font-family: Arial, Tahoma, Verdana;*/
	font-weight: bold !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 3px 5px;
	border: 1px solid #cccccc;
	
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
	background: #ffffff !important;
	text-decoration: none;
	border: 1px solid #cccccc;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 0;
	margin-top: 70px;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #ffffff !important;
	color: #333333;
	/*font-family: Arial, Tahoma, Verdana;*/
	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;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 185px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
/***** eNews & Updates Widget ********************/

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

.enews #subscribe {
	overflow: hidden;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 240px;
	color: #333333;
	/*font-family: Arial, Tahoma, Verdana;*/
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC 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: Arial, Tahoma, Verdana;*/
	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;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F4F4F4 !important;
	color: #333333 !important;
	/*font-family: Arial, Tahoma, Verdana;*/
	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;
	}
	
.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;
	}
	
/***** Footer Widgets ********************/
	
#footer-widgets {
	width: 920px;
	font-size: 12px;
	margin: 0 auto 15px;
	border-top: 2px solid #CCCCCC;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgets .wrap {
	width: 920px;
	margin: 0 auto 0;
	}
	
#footer-widgets .widget {
	background: none;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	}
#footer-widgets .drei { width:32%; }
#footer-widgets .zwei { width:49%; }
#footer-widgets .eins { width:100%; }

.footer-widgets-1 {
	float: left;
	padding: 0 18px 0 0;
	}
	
.footer-widgets-2 {
	float: left;
	}
	
.footer-widgets-3 {
	float: right;
	}

/***** Footer ********************/

#footer {
	background-color: #ffffff;
	width: 960px;
	color: #656567;
	font-size: 11px;
	margin: 25px auto 0;
	padding: 10px auto;
	text-transform: uppercase;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	overflow: hidden;
	clear: both;	
	background: -moz-linear-gradient( top, #ffffff, #e0e0e0); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe0e0e0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#e0e0e0);

	}
	
*+html #footer { line-height:14px; }	

#footer a, #footer a:visited { 
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px solid #cccccc; border-right: 1px solid #e0e0e0;
	}
	
#footer a:hover {
	color: #006699; border-top: 0px solid #cccccc;
	text-decoration: none;
	}

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

#footer .creds {
	width: 720px;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	}
	
#copyright { 
	float: left; padding: 7px; border-top: 0px solid #CCCCCC;
}

#menu-after-footer { }

#afterfooter { margin: 20px auto; width: 960px; padding: 0; }
#afterfooter .afterfooter-left { }
#afterfooter .afterfooter-right { }

.afterfooter-right ul { margin:0; padding:0; list-style: none; }
.afterfooter-right li a, .afterfooter-right li a:hover { color: #cccccc; text-transform: uppercase; font-size: 11px; text-decoration: none; list-style: none; padding: 7px 15px; }

/***** 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: Arial, Tahoma, Verdana;*/
	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;*/
	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;
	}

/** SideBar Styles **/


#sidebar .nobg, #sidebar-alt .nobg { background: none; filter: alpha(opacity=100); }
#sidebar .noborder, #sidebar-alt .noborder { border: none; margin: -1px 0px 20px -1px; }
#sidebar .nopadding, #sidebar-alt .nopadding { padding: 0; }
#sidebar .hidden, #sidebar-alt .hidden { overflow: hidden; }
#sidebar .text, #sidebar-alt .text { text-align: justify; }
#sidebar .image h4, #sidebar-alt .image h4 {  }
#sidebar .image img, #sidebar-alt .image img { background: none; margin: -10px; }
#sidebar #sidebar-ad-336 { margin:0 0 20px;  }
	
/** NoFrame Styles **/

#noframe { padding:10px 0 0 0; }
#noframe #wrap { margin:0 auto; border: none; }
#noframe #header .widget-area { padding: 10px 0 10px 10px; }
#noframe #nav ul { width: 958px; border: 1px solid #c6c6c6; }
#noframe #topnav li a { padding: 2px 0 2px 20px; }
#noframe #inner { -moz-box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; padding: 20px 0 0 0; border: none; }
#noframe #wrap { -moz-box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; }
#noframe #content-sidebar-wrap { width: 960px; }
#noframe #content { width: 598px; }
.full-width-content #noframe #content { width: 960px; }
#noframe #footer { border: 1px solid #c6c6c6; width: 958px; }



#nav li.cta { float: right; position: relative; top: 0; border-left: 1px solid #E0E0E0; margin-right: -1px; }

#nav li.cta a { color: #656567;
background: -moz-linear-gradient( top, #ffffff, #e0e0e0); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe0e0e0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#e0e0e0); }

#nav li.cta a:hover { color: #656567;
background: -moz-linear-gradient( top, #e0e0e0, #ffffff); background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffffff); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0, endColorstr=#ffffff); }

#nav li.orange a { color: #ffffff;
background: -moz-linear-gradient( top, #ffcc99, #ff6600); background: -webkit-gradient(linear, left top, left bottom, from(#ffcc99), to(#ff6600)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcc99, endColorstr=#ffff6600); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcc99, endColorstr=#ffff6600); }

#nav li.orange a:hover { color: #ffffff;
background: -moz-linear-gradient( top, #ff6600, #ffcc99); background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ffcc99)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600, endColorstr=#ffffcc99); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600, endColorstr=#ffffcc99); }

#nav li.orange.current-menu-item a {color: #ffffff;
background: -moz-linear-gradient( top, #ff6600, #ffcc99); background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ffcc99)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600, endColorstr=#ffffcc99); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600, endColorstr=#ffffcc99); }

*+html #nav li.orange a { color: #ffffff; background-color: #ff6600; }
*+html #nav li.orange a:hover { color: #ffffff; background-color: #faa561; }
*+html #nav li.orange.current-menu-item a {color: #ffffff; background-color: #faa561; }

#nav li.green a { color: #ffffff; 
background: -moz-linear-gradient( top, #c2fdd1, #00cc33); background: -webkit-gradient(linear, left top, left bottom, from(#c2fdd1), to(#00cc33)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc2fdd1, endColorstr=#ff00cc33); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc2fdd1, endColorstr=#ff00cc33); }

#nav li.green a:hover { color: #ffffff;
background: -moz-linear-gradient( top, #00cc33, #c2fdd1); background: -webkit-gradient(linear, left top, left bottom, from(#00cc33), to(#c2fdd1)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00cc33, endColorstr=#ffc2fdd1); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00cc33, endColorstr=#ffc2fdd1); }

#nav li.green.current-menu-item a { color: #ffffff;
background: -moz-linear-gradient( top, #00cc33, #c2fdd1); background: -webkit-gradient(linear, left top, left bottom, from(#00cc33), to(#c2fdd1)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00cc33, endColorstr=#ffc2fdd1); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00cc33, endColorstr=#ffc2fdd1); }

*+html #nav li.green a { color: #ffffff; background-color: #00cc33; }
*+html #nav li.green a:hover { color: #ffffff; background-color: #5edb7d; }
*+html #nav li.green.current-menu-item a {color: #ffffff; background-color: #5edb7d; }

#nav li.blue a { color: #ffffff;
background: -moz-linear-gradient( top, #d2f4fc, #07add7); background: -webkit-gradient(linear, left top, left bottom, from(#d2f4fc), to(#07add7)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd2f4fc, endColorstr=#ff07add7); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd2f4fc, endColorstr=#ff07add7); }

#nav li.blue a:hover { color: #ffffff;
background: -moz-linear-gradient( top, #07add7, #d2f4fc); background: -webkit-gradient(linear, left top, left bottom, from(#07add7), to(#d2f4fc)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff07add7, endColorstr=#ffd2f4fc); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff07add7, endColorstr=#ffd2f4fc); }

#nav li.blue.current-menu-item a { color: #ffffff;
background: -moz-linear-gradient( top, #07add7, #d2f4fc); background: -webkit-gradient(linear, left top, left bottom, from(#07add7), to(#d2f4fc)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff07add7, endColorstr=#ffd2f4fc); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff07add7, endColorstr=#ffd2f4fc); }

*+html #nav li.blue a { color: #ffffff; background-color: #07add7; }
*+html #nav li.blue a:hover { color: #ffffff; background-color: #8cd6e7; }
*+html #nav li.blue.current-menu-item a {color: #ffffff; background-color: #8cd6e7; }
