/*
Theme Name: Evidero
Description: Evidero WP Theme
Author: Webpard
*/

/* Reset default browser CSS. Based on work by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
#wpadminbar {
    z-index: 1000000;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Reset complete */

html
{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	background: #ffffff;
	height: 100%;
}
/*
body:after {
	content: ' ';
	position: absolute;
	width: 50%;
	top: -90px;
	left: 0;
	height: 393px;
	z-index: 1;
	background: transparent url("img/pixel_seiten_l.png") repeat-x 0 0;
}

body.home:after {
	top: -90px;
	background: transparent url("img/pixel_home_l.png") repeat-x 0 0;
}
body:before {
	content: ' ';
	position: absolute;
	width: 50%;
	top: -90px;
	right: 0;
	height: 393px;
	z-index: 1;
	background: transparent url("img/pixel_seiten_r.png") repeat-x 0 0;
}

body.home:before {
	top: -90px;
	background: transparent url("img/pixel_home_r.png") repeat-x 0 0;
}

body.has_ad:after, body.has_ad:before {
	top: 0;
}

body.has_ad.home:after, body.has_ad.home:before {
	top: 0;
}
    */

h1, h2, h3, h4, h5, h6 {
	font-family:'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1em Helvetica, Arial, sans-serif;
	clear: both;
}

body, input, textarea
{
	color: #5e564e;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.625
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{
	margin-bottom: 9px;
}

h1 {
	font-size: 16pt;
}
h4 {
	font-size: 16px;
	line-height: 19px;
}
h3{
	font-size: 16px;
}
.header p, a {
	font-family:'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
}
a
{
	text-decoration: none;
	color: #97be0f;
}
a:hover {
		text-decoration: underline;
	}
a.external {
	padding-right: 20px;
	background: transparent url("img/icon_out_2.png") no-repeat right 50%;
}

/*----- Text elements ------*/
/*p {
	margin-bottom: 1.625em;
}*/
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
/*
dl {
	margin: 0 1.625em;
}
dd {
	margin-bottom: 1.625em;
}*/
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*------------------------------------------*/
.main-article a, .teaser a{
	text-transform: uppercase;
}
#main {
	margin: 0;
	padding: 0;
	padding-bottom: 64px;
	overflow: hidden;
}

#page {
	width: 996px;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 5;
    /*
	background: transparent url("img/backlight.jpg") no-repeat center -90px;
    */
	min-height: 100%;
}

.has_ad #page {
	background-position: center 0;
}


/*
.home #page {
	background: transparent url("img/back.jpg") no-repeat center -90px;
}
    */


.has_ad.home #page {
	background-position: center 0px;
}

.header {
	padding: 18px;
	padding-left: 10px;
	padding-bottom: 0;
	height: 128px;
	position: relative;
}
.page .header,
.two-column .header,
.single .header,
.tag .header,
.search .header,
.author .header,
.tax-glossar .header
{
	margin-bottom: 32px;
}
.page-id-8 .header
{
	margin-bottom: 0;
}
.header a {
	color: #5e564e;

}

.logo {
	margin:0;
	float: left;
	clear: left;
	height: 96px;
	width:250px;
}

.menu-header-menu-container {
	float: right;
}

#menu-header-menu li {
	list-style: none;
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 0 10px;
}
#menu-header-menu a {
	border: none;
	font-size: 12px;
	text-decoration: underline;
	color: #97be0f;
	vertical-align: top;
	line-height: 10px;
}

.searchh {
	float: right;
	clear:right;
	margin-top: 0;
	position:relative;
	right: 0;
	width: 190px;
}

fieldset.search {
	width: 191px;
	border: none;
	margin: 0 auto;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.search input, .search button {
	border: none;
}

.search button.schbtn {
	padding-top: 0;
	width: 61px;
	height: 24px;
	cursor: pointer;
	background: url(img/sbuttonlight.png) no-repeat top right transparent;
	vertical-align: middle;
}
.page_footer .search button.schbtn,
.home .search button.schbtn {
	display: inline;
	zoom: 1;
	margin-top: 1px;
	background: url(img/sbutton.png) no-repeat top right transparent;
}

.search input.schbox
{
	font-size: 14px;
	color: #5e564e;
	width: 124px;
	height 20px;
	background: transparent;
	border: 1px solid #5e564e;
	padding: 0;
	margin: 0;
}

.search input.schbox {
	vertical-align: middle\0/;
}
.page_footer .search input.schbox,
.home .search input.schbox
{
	color: #f8f0e8;
	border: 1px solid #f8f0e8;
}

.search-no-results #content, .tag .no-results
{
	padding-top: 0;
	background: url("img/strange_lines.png") no-repeat 50% 100%;
	padding-bottom: 164px;
}
.search-no-results .entry-content .searchh
{
	margin: 0 auto;
	float: none;
	text-align: center;
}
.search-no-results h1, .tag .no-results h1
{
   	color: #97BE0F;
	font-family: 'Conduit ITC W01 Regular',Helvetica,Verdana,sans-serif;
	font-size: 103px;
	margin-top: 132px;
	text-align: center;
	text-transform: none;
}
.search-no-results p, .tag .no-results h2
{
	font-size: 14px;
	padding-left: 228px;
	margin-top: 40px;
}
.tag #content .entry-content a
{
	color: #5e564e;
	font-family: 'Conduit ITC W01 Regular',Helvetica,Verdana,sans-serif;
	text-transform: uppercase;
}

.entry-content table
{
	border-spacing: 0;
}

.entry-content caption {
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #97BE0F;
}
.entry-content td,
.entry-content th {
	padding: 0 0 1em 0;
    vertical-align: middle;
}
.entry-content th {
	padding: 0 3em 1em 0;
	font-weight: bold;
}


.hmenu {
	float: right;
	clear: right;
	font-size: 22px;
	margin-top: 30px;
}

.hmenu .sub-menu {
    font-size: 14px;
}

.menu {
   margin: 0;
   padding: 0;
}
.menu a {
	text-transform: uppercase;
	color: #5e564e;
	border-left: 1px solid #5e564e; /*--Divider--*/
}

/*
.home .menu a {
	border-color: #f8f0e8;
	color: #f8f0e8;
}
    */

.menu .current-menu-item > a,
.menu a:hover {
	color: #97be0f;

}
.hmenu li
{
   display: inline;
   float: left;
   height: 30px;
   line-height: 30px;
   list-style: none outside none;
   margin-left: 15px;
   position: relative;
}

.hmenu li a {
   padding-left: 15px;
   text-decoration: none;
}
.hmenu li ul {
   list-style: none outside none;
   display: none;
   position: absolute;
   width: 900px;
   left: 0;
   margin: 0;
   padding: 0;
   top: 24px;
}
.hmenu li:hover ul {
   display: block;
}
.hmenu li li {
   display: inline;
   left: -15px;
}
.hmenu li li a {
   text-decoration: none;
}
#breadcrumbs {
	clear: both;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Helvetica, Verdana, sans-serif;
	padding-left: 10px;
}
#breadcrumbs strong {
	font-weight: normal;
}
#breadcrumbs a{
	text-transform: uppercase;
	font-size: 9px;
	font-family: Helvetica, Verdana, sans-serif;
}
.home #breadcrumbs {
	color: #f8f0e8;
}

.single #breadcrumbs {
	padding-top: 10px;
}

#feature {
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 32px;
	height: 361px;
}

.home #feature {
	height: 310px;
}

#feature .botrplayer {
	float: left;
	margin-left: -995px;
}

.feature_text {
	float: left;
	width: 100%;
	color: #5e564e;
}
.home .feature_text {
	color: #f8f0e8;
}

.feature_text h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.1em;
}
.feature_text p {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.feature_text h1,
.feature_text h2,
.feature_text p {
	margin-left: 660px;
	margin-right: 18px;
	color: #5e564e;
}
h2.taxonomy-name,
.feature_text h2 {
	color: #97be0f;
	font-size: 15px;
	line-height: 1em;
}
.home .feature_text h1,
.home .feature_text p {
	color: #f8f0e8;
}
.feature_text .more {
	text-align: right;
}

a.more {
	text-transform: uppercase;
}

.feature_text a {
	font-family:  Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#feature .ad_1 img,
#feature .ad_2 img,
#feature .ad_3 img,
#feature .ad_4 img
{
	float: left;
}
#feature .ad_1,
#feature .ad_2,
#feature .ad_3,
#feature .ad_4 {
	margin-left: 660px;
	position: absolute;
	left: 0;
	bottom: -16px;
}

#primary {
	width: 100%;
	float: left;
	margin: 0;
}

#primary a {
	font-family:  Helvetica, Verdana, sans-serif;
}
#primary p  {
	font-family:  Helvetica, Verdana, sans-serif;
}
.two-column #primary,
.author #primary,
.tag #primary,
.search #primary,
.tax-glossar #primary,
.singular #primary {
	float: left;
	margin-left: -268px;
	margin-bottom: 64px;
}

#content {
	margin: 0 268px;
	width: auto;
}
.two-column #content,
.author #content,
.tag #content,
.search #content,
.tax-glossar #content,
.singular #content {
	margin: 0;
	margin-left: 268px;
}

#primary h1 {
	line-height: 1.1em;
	margin: 0 0 0.5em;
	padding: 0;
}

#secondary {
	float: left;
	width: 250px;
	margin: 0;
	margin-left: -250px;
}
.two-column #secondary,
.author #secondary,
.tag #secondary,
.search #secondary,
.tax-glossar #secondary,
.singular #secondary {
	float: right;
	width: 250px;
	margin: 0;
}
#secondary-2 {
	float: left;
	width: 250px;
	margin-left: -100%;
}

.teaser {
	border-bottom: 1px solid #aeaaa6;
	overflow: hidden;
	position: relative;
	padding-bottom: 18px;
}
.two-column .intro
{
	overflow: hidden;
	margin-bottom: 9px;
	border-bottom: 1px solid #AEAAA6;
}
.two-column .intro img
{
	float: left;
	margin: 0 9px 18px 0;
}

.two-column .teaser,
.tag .teaser,
.search .teaser,
.author .teaser
{
	border-bottom: none;
	padding: 18px 0 0 0;
}


.teaser img {
	float: left;
	margin: 0 9px 9px 0;
}
.teaser h3
{
	clear: none;
}
.teaser .date
{
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #97be0f;
	text-transform: uppercase;
	top: 0;
	left: 0;
	line-height: 14px;
	vertical-align: top;
	margin-bottom: 5px;
}

.home .teaser .date, .page-id-8 .teaser .date, .category-blogs .teaser .date
{
	font-size: 12px;
}
.single-video-photo .date
{
	color: #97be0f;
}
.teaser h2, .teaser h2 a, .teaser h3, .teaser h3 a, .teaser h4, .teaser h4 a{
	font-family: 'Conduit ITC W01 Regular',Helvetica,Verdana,sans-serif !important;
	color: #5e564e;
	font-size: 18px;
	line-height: 20px;
	vertical-align: top;
	clear: none;
	font-weight: normal;
}
.topic .teaser h4
{
	font-family: 'Conduit ITC W01 Regular',Helvetica, Verdana, sans-serif;
	color: #5e564e;
	font-size: 16px;
}

.teaser p {
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	color: #5e564e;
}
.teaser p a {
	text-align: right;
}
.topic .teaser p a, .recentPosts .teaser p a{
	font-size: 12px;
}
.main-article {
	overflow: hidden;
	margin-bottom: 18px;
}

.additional {
	display: inline-block;
	vertical-align: top;
	width: 233px;
	margin-right: 9px;
	margin-bottom: 18px;
	overflow: hidden;
	zoom:1;
	*display: inline;
}
.additional img {
	float: left;
	margin-top: 0;
}


.additional h5 {
	clear: none;
	line-height: 1.1em;
}

.additional h5 a {
	color: #5e564e;
	font-size 11px;
	text-transform: none;
}
.additional h4 a{
	font-size: 16px;
}
.additional .more {
	text-transform: uppercase;
	font-size: 12px;
}

.recentPosts {
	padding-top: 9px;
}
.recentPosts .date{
	text-align: right;
	margin-bottom: 5px;
}

.recentPosts img {
	float: right;
	margin: 0 0 9px 9px;
}
.page_footer {
	background: #AEAAA6;
	padding: 0 18px;
	height: 64px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
}
.page_footer .current-menu-item a, .page_footer .current-menu-parent >a, .page_footer .current-menu-item >a
{
	color: #5e564e;
}
.page_footer .current-menu-item a,
.page_footer,
.page_footer a {
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #5e564e;
}
.page_footer a:hover {
	color: #f8f0e8;
}
.page_footer ul {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

.page_footer ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

.page_footer .copyright {
	float: right;
	clear: right;
	margin-top: 10px;
	white-space: nowrap;
}

.page_footer form {
	padding-top: 12px;
}

.fmenu {
	padding-top: 12px;
}

.fmenu ul li {
	list-style: none;
	display: inline;
}
.fmenu a {
	color: #f8f0e8;
	border: none;
}
.fmenu a:hover {
	color:#5e564e;
}
.page_footer .footermenu {
	margin-top: 18px;
}

.widget li,
.widget p {
	font-size: 12px;
	line-height: 15px;
}
.widget-title {
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 22px;
	vertical-align: top;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

.widget h4 {
    margin-bottom: 8px;
}

.widget h5 {
	clear: none;
}
.widget ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.widget li {
	list-style: none;
}
.widget-additional-articles {
}
.widget-additional-articles h5 {
	font-size: 14pt;
	vertical-align: top;
	line-height: 1.1em;
}
.widget-additional-articles img {
	margin: 0 9px 18px 0;
	float: left;
}

.widget-additional-articles .main-article .main-article-badge {
	color: #97BE0F;
	text-transform: uppercase;
	font-size: 16px;
}
.widget_evidero_authorsstories_widget ul {
	margin: 0 0 32px 0;
}
.widget_evidero_relatedposts_widget img
{
	margin-right: 9px;
}

.widget_evidero_author ul.contact-list li a {
    text-transform: uppercase;
    background: none;
}

.widget-additional-articles ul, .widget_evidero_authorsstories_widget ul, .widget_evidero_selectedarticles_widget ul, .widget_evidero_relatedposts_widget ul{
	position: relative;
}

.widget-additional-articles {
    overflow:hidden;
}

.widget-additional-articles li, .widget_evidero_authorsstories_widget li, .widget_evidero_selectedarticles_widget li, .widget_evidero_relatedposts_widget li{
	position: relative;
	padding-bottom: 8px;
	list-style: none;
	padding-top: 8px;
	overflow: visible;
	min-height: 64px;
}
.widget-additional-articles li {
	padding-bottom: 18px;
}
.widget-additional-articles .main-article {
	margin-bottom: 0;
	min-height: 84px;
}

.widget-additional-articles .more_btn {
        margin-top:10px;
}

.two-column .teaser:before,
.tag .teaser:before,
.search .teaser:before,
.author .teaser:before,
.textwidget:before,
.commentlist:before,
.widget_evidero_authorsstories_widget ul:before,
.widget_evidero_selectedarticles_widget ul:before,
.widget_evidero_relatedposts_widget ul:before
{
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	top: 0px;
	left: 0px;
}

.two-column .teaser:after,
.tag .teaser:after,
.search .teaser:after,
.author .teaser:after,
.textwidget:after,
.commentlist:after,
.widget_evidero_authorsstories_widget ul:after,
.widget_evidero_selectedarticles_widget ul:after,
.widget_evidero_relatedposts_widget ul:after {
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	top: 0px;
	right: 0px;
}
.textwidget p:before,
.commentlist li:before,
.widget-additional-articles li:before,
.widget_evidero_authorsstories_widget li:before,
.widget_evidero_selectedarticles_widget li:before,
.widget_evidero_relatedposts_widget li:before
{
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	bottom: -1px;
	left: 0px;
}
.textwidget p:after, .commentlist li:after, .widget-additional-articles li:after, .widget_evidero_authorsstories_widget li:after ,.widget_evidero_selectedarticles_widget li:after, .widget_evidero_relatedposts_widget li:after {
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	bottom: -1px;
	right: 0px;
}
.widget-additional-articles ul {
	position: relative;
}
.widget-additional-articles ul:before,
.widget-additional-articles ul:after {
	content: ' ';
	position: absolute;
	width: 12px;
	left: 0;
	top: -1px;
	bottom: 0;
	height: 1px;
	background: #aeaaa6;
}
.widget-additional-articles ul:after {
	left: auto;
	right: 0;
}
.widget_evidero_selectedarticles_widget .headlines li
{
	min-height: 0;
}
.widget_evidero_selectedarticles_widget  li
{
	padding-top: 12px;
	min-height: 80px;
}
.widget_evidero_authorsstories_widget h4 {
	color: #5e564e;
	padding: 0 9px 9px 0;

}
.widget_evidero_authorsstories_widget img {
	float: left;
	padding: 0 9px 9px 0;

}
.widget_evidero_authorsstories_widget h4 {
	color: #5e564e;
	text-transform: uppercase;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
}
.widget a {
	color: #5e564e;
}

.widget_evidero_authorsstories_widget ul.posts img {
	float: right;
	padding: 0 0 9px 9px;

}
.widget_evidero_authorsstories_widget ul.authors h4, .widget_evidero_authorsstories_widget ul.authors p {
	margin-left: 73px;
	clear: none;
}
.widget_evidero_authorsstories_widget ul.posts h4 {
	clear: none;
}
.widget_evidero_tagcloud_widget a {
	text-transform: uppercase;
	line-height: 1em;
}

.gallery-wrapper {
	padding: 0;
	background: #5e564e;
	overflow: hidden;
	margin: 18px 0px;
}

.home .gallery-wrapper
{
	margin-bottom: 36px;
}

.entry-content .gallery-wrapper {
	margin: 18px 0px 18px 18px;
}

.gallery-wrapper h2 {
	padding-left: 10px;
	line-height: 42px;
	font-size: 20px;
	color: #AEAAA6;
}
.posts .gallery-wrapper
{
	margin: 0 auto 18px;
	width: 728px;
}
.posts .gallery-wrapper .ngg-navigation
{
	width: 728px;
}
/*.posts .gallery-wrapper .shutterset_set_2 img
{
	width: 144px;
	height: 85px;
}*/
div.ngg-galleryoverview {
	margin-top: 0;
	width: 105%;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	border-right: 2px solid #5e564e;
}
.gallery-wrapper-page .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	border: none;
	margin: 0 9px 9px 0;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
}
.ngg-galleryoverview .ngg-gallery-thumbnail,
.ngg-galleryoverview .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 0;
	border: none;
}

div.ngg-navigation {
	width: 460px;
}

div.ngg-navigation a.page-numbers,
div.ngg-navigation a.next,
div.ngg-navigation a.prev,
div.ngg-navigation span.page-numbers,
div.ngg-navigation span.next,
div.ngg-navigation span.prev {
	border: none;
}
div.ngg-navigation span {
	color: #f8f0e8;
}

div.ngg-navigation a.page-numbers:hover,
div.ngg-navigation a.next:hover,
div.ngg-navigation a.prev:hover,
div.ngg-navigation span.page-numbers:hover,
div.ngg-navigation span.next:hover,
div.ngg-navigation span.prev:hover {
	background: none;
}
.ngg-album
{
	border-top: 1px solid #AEAAA6 !important;
	border-bottom: 1px solid #AEAAA6 !important;
	border-right: none !important;
	border-left: none !important;
	margin:0 !important;
	padding:0!important;
	margin-top: -1px !important;
}
.ngg-album .Thumb
{
	padding: none;
	border: none;
}
.ngg-albumtitle a
{
	overflow: hidden;
	color: #5e564e;
}
.ngg-description
{
	overflow: hidden;
}
.nng-thumbnail img
{
	padding: 0;
	border: none;
}
.photoquantity
{
	color: #97be0f;
}

.intro
{
	position: relative;
}

.authorBox {
	border-bottom: 1px solid #5e564e;
	margin-bottom: 32px;
	position: relative;
}
.author .posts h2
{
	font-size:20px;
	margin-bottom: 9px;
}
.authorBox img {
	float: left;
	margin: 0 9px 9px 0;
}
.authorBox .general {
	overflow: hidden;
}
.authorBox .general p {
	font-size: 12px;
	line-height: 15px;
}
.contact_info
{
	overflow: hidden;
	margin-bottom: 9px;
}
.contact_info ul {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.contact_info li {
	list-style: none;
	line-height: 20px;
	background-position: 0% 3px;
	float: left;
	overflow: hidden;
	margin-right: 18px;
}
#primary .contact_info li a
{
	text-indent: 24px;
	overflow: hidden;
	float: left;
	background-position: 0 50%;
	text-transform: uppercase;
	color: #5e564e;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
}
.video_photo_posts {
	margin-bottom: 32px;
}
.transcript-content {
	display: none;
	padding: 5px 5px 18px 11px;
	border: 1px solid #5E564E;
	margin-bottom: 32px;
}

.transcript-content .text {
	overflow: auto;
	height: 432px;
}
.transcript-content .toolbar {
	color: #97BE0F;
	position: relative;
	text-transform: uppercase;
}
.close_btn {
	position: absolute;
	top: 1px;
	right: 0;
	background: transparent url("img/close_icon.png") no-repeat;
	width: 15px;
	height: 14px;
	overflow: hidden;
	text-indent: 15px;
}

.video-buttons
{
	float: right;
	line-height: 16px;
	text-align: right;
}
.video-buttons a {
	margin-right: 18px;
	font-size: 9px;
	text-transform: uppercase;
	font-family:  Helvetica, Verdana, sans-serif;
	color: #5e564e;
}
#transcript_btn
{
	padding-left: 16px;
	height: 16px;
	display: inline-block;
	background: url('img/transc_ico.png') no-repeat;
	background-position: left;
}
/*-----------------------------------------------------------------*/
.embed-box
{
	display: none;
	clear: both;
	position: relative;
	padding-bottom: 32px;
	border-bottom: 1px solid #AEAAA6;
	margin-bottom: 32px;
}

.embed-box .close_btn {
	top: 6px;
	right: 0;
}
.embed-box textarea
{
	width: 99%;
	height: 40px;
}
.embed-box ul
{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.embed-box .toolbar
{
	text-transform: uppercase;
	color:#97be0f;
	font-family:'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
}
.content_form
{
	margin-top: 18px;
	overflow: hidden;
}
.content_form label
{
	font-size: 12px;
	text-align: left;
	margin-right: 9px;
	text-transform: uppercase;
	display:block;
}
.content_form p
{
	float: left;
	margin-bottom: 9px;
	height: 60px;
}
.content_form .salutation
{
	width: 100%;
	clear: right;
	height: auto;
}
.salutation label
{
	display: inline;
}
.salutation select
{
	vertical-align: top;
}
.first_name
{
	clear: left;
}
.first_name, .last_name, .phone, .e_mail
{
	width: 274px;
}
.content_form input
{
	width: 250px;
	padding: 0;
	height: 18px;
	line-height: 18px;
	text-transform: none;
}
.web_site input
{
	width: 524px;
}
.firma input
{
	width: 524px;
}
.content_form .form_textarea
{
	height: auto;
	width: 540px;
}
/*
.form_textarea pre
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

.form_textarea
{
	position: relative;
}

.form_textarea > textarea,
.form_textarea > pre {
  padding: 5px;
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.form_textarea > textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
}

.form_textarea.active > textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  resize: none;
}

.form_textarea > pre {
  display: none;
}
.form_textarea.active > pre {
  display: block;
  visibility: hidden;
}
*/
/*
.content_form textarea
{
	width: 525px;
	float: left;
	clear: left;
	padding-left: 2px;
}*/
#content .content_form .cf_notes
{
	font-size: 9px;
	float: left;
	clear: left;
}
.content_form .cf_submitbutton
{
	float: right;
	margin-right: 198px;
	width: 85px;
	height:24px;
	background: #97be0f;
	padding: none;
	font-size: 12px !important;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	font-size: 9px;
	border: none;
}
.content_form .cf_submitbutton:hover
{
	text-decoration: underline;
}
.error-message
{
	font-size: 9px;
	color: #97be0f;
	display: block;
}
.error-indicator
{
	font-size: 18px;
	color: #97be0f;
	font-weight: bold;
	margin-left: 2px;
	line-height: 18px;
}
.glossary-term dfn:after
{
	content: close-quote;
}
.glossary-term dfn:before
{
	content: open-quote;
}
.glossary-term a
{
	float: right;
	color: #F8F0e8;
	padding-top: 9px;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
.glossary-term
{
	margin: 0 8px 8px 0;
	background: url('img/Icon_Glossar.png') no-repeat #aeaaa6;
	background-position: 8px 6px;
	float: left;
	width: 242px;
	padding-left:3px;
}
.glossary-term h2
{
	padding-left: 33px;
	padding-top: 8px;
	padding-bottom: 20px;
	color: #F8F0E8;
	font-size: 21px;
}
.glossary-term dd
{
	font-size: 12px;
	padding: 0 18px 0 5px;
}
.glossary-term dd a
{
	font-size: 10px;
	margin-right: 5px;
	padding-bottom: 5px;
}
.glossary-term dt
{
	position: relative;
}
.glossary-term dt:before
{
	content:' ';
	width: 10px;
	height: 1px;
	background: #5e564e;
	position: absolute;
	top: -9px;
}

.glossary-term dt:after
{
	content:' ';
	width: 10px;
	height: 1px;
	background: #5e564e;
	position: absolute;
	top: -9px;
	right: 3px;
}

.entry-content .gallery-wrapper
{
	float: right;
}
.teaser .gallery-wrapper
{
	float:left;
}


        .gallery-wrapper > div.ngg-galleryoverview { padding: 0px 10px 10px 10px !important; }
        .scroll-pane { overflow: auto;overflow-y:hidden; width: 440px; float:left; }
        .posts .scroll-pane {width:708px;}
	.scroll-content { float: left; margin-bottom:8px;}
	.scroll-content-item { width: 152px; height: 90px; float: left; margin:0px 2px 0px 0px; font-size: 3em; line-height: 90px; text-align: center; border:none; }
	* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
	.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 5px -1px -1px -1px; border:0; background:#8B8882;}
	.scroll-bar-wrap .ui-slider { background: none; border:0; height: 15px; margin: 0 auto;  }
	.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
	.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 7px; }
	.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

        .gallery-wrapper .ui-widget-header {border:none; background:none;}

.entry-content
{
	font-size:16px;
}
.entry-content h3 {
	margin-top: 25px;
}
.entry-content img
{
	border: none;
}
.entry-content p {
	margin-bottom: 1em;
}

.entry-content .in-text-advertisement {
    float:left;
    margin:0 18px 18px 0px;
}
.entry-content .in-text-advertisement .ad {
	border:1px solid #DDDDDD;
	padding:5px;
	overflow:hidden;
}
.entry-content .in-text-advertisement .headline
{
	color:#DDDDDD;
	font-size: 10px;
}
.entry-content .in-text-advertisement .ad img {
float:left;
}

.twitter a
{
	background: url('img/twit_ico.png') no-repeat;
}
.facebook a
{
	background: url('img/faceb_ico.png') no-repeat;
}
.email a
{
	background: url('img/email_ico.png') no-repeat;
}
.website a
{
	background: url('img/home_ico.png') no-repeat;
}
#primary .glossary,
#primary .search-title,
#primary .tag-title
{
	background: url('img/glossar_ico.png') no-repeat 0 50%;
	padding-left: 29px;
	overflow: hidden;
}
#primary .glossary span,
#primary .search-title span,
#primary .tag-title span
{
	float: left;
	width: 180px;
}
#primary .search-title span,
#primary .tag-title span
{
	width: 230px;
}

.glossary-wrapper
{
	margin-bottom: 32px;
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
}
.glossary-wrapper dt
{
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	width: 200px;
}
.glossary-wrapper dd
{
	margin-left: 209px;
	padding-top: 9px;
	position: relative;
	padding-bottom: 9px;
}
.glossary-wrapper dd:before
{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0;
	width: 18px;
	height: 1px;
	background: #aeaaa6;
}
.glossary-wrapper dd:after
{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 483px;
	width: 18px;
	height: 1px;
	background: #aeaaa6;
}
.glossary-wrapper dfn
{
	float: left;
	width: 200px;
	text-align: right;
	padding-top: 9px;
}
.glossary-term dfn
{
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Conduit ITC W01 Regular', Helvetica,Verdana,sans-serif;
	font-color: #5e564e;
}
.glossary-wrapper dl
{
	margin-top: -1px;
}
.entry-meta {
	clear:both;
	color: #97be0f;
	font-size: 12px;
	line-height: 20px;
	margin-top: 18px;
	min-height: 20px;
}
.sc-box
{
	position: absolute;
	top: 0;
	right: 0;
}
.social-buttons-wrapper
{
	min-height: 25px;
        padding-top:5px;
	float: left;
	clear: left;
}

*+html .social-buttons-wrapper,
*+html .social-buttons-wrapper ul {
	width: 300px;
}
.social-buttons-wrapper ul
{
	margin: 0;
	padding: 0;
}
.sc-box .social-buttons-wrapper
{
	clear:none;
}
.rss
{
	float: left;
	margin-right: 18px;
}
.author .rss
{
	margin-top: 5px;
}
.rss a
{
	background: url('img/rss_ico.png') 0 50% no-repeat;
	text-indent: 24px;
	overflow: hidden;
	width: 20px;
	float: left;
	height: 20px;
}
.entry-meta .social-buttons-wrapper {

	float: right;
	clear: none;
}
.featured_media{
	float: left;
	margin-left: -996px;
	position: relative;
}

.featured_media .source{
	position: absolute;
	bottom: -21px;/*-12px;*/
	right: 0;
	background: none;
	font-size: 11px;
}
.home .entry-title a
{
	color: #F8F0e8;
}
.entry-title a
{
	font-size: 18px;
	color: #5E564E;
	font-family: 'Conduit ITC W01 Regular', Helvetica,Verdana,sans-serif;
}
.comment-more-link
{
	float: right;
	margin-right: 18px;
}
.commentlist {
	list-style: none;
}

.commentlist li
{
	position: relative;
	background: url('img/comment.png') 0px 9px no-repeat;
	padding-left: 40px;
	overflow: visible;
	padding-bottom: 8px;
}
.commentlist h5
{
	font-size: 16px;
	padding-top:5px;
}
.commentlist .respond-link
{
	color: #97BE0F;
	float:right;
	font-size: 12px;
	margin-top: 9px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

#clolphon {
	clear: both;
}

.widget{
	clear: both;
	margin-bottom: 32px;
}
.widget_evidero_selectedarticles_widget img
{
	float: left;
	margin: 0 9px 9px 0;
}
.widget_evidero_selectedarticles_widget h4
{
	clear: none;
	overflow: hidden;
}
.wp-post-image
{
	float: left;
}

#content > h2 {
    font-size:20px;
    line-height:22px;
    margin-bottom:6px;
}
.entry-header{
	position: relative;
}
.entry-header:after {
	content: " ";
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

* + html .entry-header {
	display: inline-block;
}
.page .entry-header{
        margin-bottom: 20px;
}
#primary .entry-header h1{
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-header .date {
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 12px;
}
.attachment-detail
{
	margin-bottom: 9px;
}

.featured_media .attachment-detail
{
	margin-bottom: 0;
}

.social_share_buttons
{
	clear: left;
}
.pagination
{
	text-align: center;
}
.pagination .page-numbers
{
	font-size: 10px;
	color: #5e564e;
	border-right: 1px solid #AEAAA6;
	padding-left: 18px;
	padding-right: 20px;
}
.pagination .next
{
	border: none;
}
.pagination .current
{
	color: #97BE0F;
}
.comments-preview{
	position: absolute;
	right: 0;
	top: 0;
	color: #97BE0F;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
	background: url('img/comment_green_ico.png') 0 50% no-repeat;
	padding-left: 20px;
}
.error404 #content
{
	background: url('img/strange_lines.png') no-repeat 0 100%;
	padding-bottom: 225px;
	margin: 0;
	margin-bottom: 64px;
	padding-right: 181px;
	padding-left: 181px;
}
.error404 #primary h1
{
	text-transform: none;
	margin-top: 132px;
	font-size: 100px;
	color: #97be0f;
	text-align: center;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	margin-bottom: 0;
}
.error404 h2 p
{
	font-size: 14px;
}
.error404 .wrong_page_msg
{
	font-size: 12px;
}
.error404 #main #searchform
{
	margin: 0 auto;
	padding: 0;
	border: none;
	background: none;
	margin-top: 10px;
	float: none;
	text-align: center;
}
.error404 #main #searchform .searh
{
	height: auto;
}
.widget_evidero_author
{
	padding: 9px 3px 9px 3px;
	border: 1px solid #AEAAA6;
	position: relative;
	zoom: 1;
}
.widget_evidero_author img
{
	float: left;
	margin-bottom: 9px;
}
.widget_evidero_author h4
{
	clear: none;
	font-size: 16px;
}
.widget_evidero_author .author-name
{
	margin-left: 9px;
	margin-bottom: 2px;
	float: left;
	width: 155px;
}

.widget_evidero_author .contact-list
{
	float:left;
	font-size: 9px;
	margin-left: 9px;
	min-width: 140px;
	margin-bottom: 9px;
}

.widget_evidero_author p
{
	position:relative;
	padding-bottom:9px;
	clear: left;
	font-size: 12px;
	margin-bottom: 9px;
	overflow: visible;
}

.widget_evidero_author p:before
{
	content: ' ';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #AEAAA6;
	bottom: 0px;
	left: -3px;
}
.widget_evidero_author p:after
{
	content: ' ';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #AEAAA6;
	bottom: 0px;
	right: -3px;
}
.widget_evidero_author .posts-list a
{
	color: #97be0f;
	text-decoration: underline;
	font-size: 15px;
}

.widget_evidero_author .posts-list li
{
	margin-bottom: 9px;
}

.ie6warn {
	    margin: 0 auto;
	        padding: 15px 0;
}
.ie6warn .inner {
	background: none repeat scroll 0 0 #D6FFDA;
        border: 1px solid #374A38;
	font-family: Tahoma;
	font-size: 14px;
	padding: 30px;
	text-align: center;
}
.ie6warn p {
	    font-weight: bold;
}
.ie6warn ul {
	    list-style: none outside none;
}
.ie6warn li {
	    display: inline;
	        padding: 0 10px;
}
.ie6warn img {
	    border: medium none;
}
.page-header
{
	font-size: 20px;
}

.textwidget
{
	position:relative;
	padding: 18px 0 18px 0;
}

.textwidget h4.apply-author-headline
{
	font-size: 20px;
	padding-bottom: 100px;
	background: url('img/apply_author_ico.png') no-repeat 50% 30px;
}
.textwidget h4 a
{
	color: #97BE0F;
}
.textwidget p
{
	font-size: 12px;
}
.textwidget .more
{
	font-size: 16px;
	text-transform: uppercase;
	color: #97be0f;
	display: block;
	text-align: right;
	font-family: Helvetica,Verdana,sans-serif;
	margin-top: 9px;
}

.wp-caption {
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
    margin-top: 0.4em;
    background:#e7e6e4;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
	clear: both;
	margin-bottom: 0.6em;
	padding: 0px 0 5px 40px;
	position: relative;
}

.wp-caption .source
{
	font-size: 11px;
	float: right;
	color: #AEAAA6;
}
.wp-caption img
{
	float:left;
}


.wp-caption .wp-caption-text:before {
	background: #AEAAA6;
	content: ' ';
	height: 1px;
	width: 9px;
	font-size: 13px;
	font-style: normal;
	margin-right: 5px;
	position: absolute;
	padding: 0;
	left: 10px;
	top: 20px;
}
.widget-additional-articles .hidden
{
	display: none;
}
#feature .attachment-feature
{
}

.more_btn {
	font-family:  Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #97be0f !important;
	float: right;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	clear: left;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single .featured_media
{
	margin-left: 0;
}

/* Inline Author Box */

.inline_author {
    font-size: 12px;
	float: left;
	padding: 5px 5px 20px 5px;
	margin: 0 20px 10px 0;
	border: 1px solid #AEAAA6;
	width: 150px;
}

.inline_author h3 {
	margin: 0;
	padding: 0;
}

/* Home Teaser Posts */

.hometeaserPosts {
	float: right;
	border: 1px solid #aeaaa6;
	background: url('img/teaser_back.png');
	width: 426px;
	height: 256px;
	padding: 12px 18px 18px 18px;
	margin-right: 18px;
}

.hometeaserPosts h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #97BE0F;
}

.hometeaserPosts h1:before {
	content: "+++ ";
	color: #97BE0F;
}

.hometeaserPosts h1:after {
	content: " +++";
	color: #97BE0F;
}

.hometeaser {
	float: left;
	clear: left;
	position: relative;
}

.hometeaser:before {
	content: " ";
	width: 13px;
	height: 1px;
	background: #aeaaa6;
	position: absolute;
	bottom: 15px;
	left: 108px;
}

.hometeaser:after {
	content: " ";
	width: 13px;
	height: 1px;
	background: #aeaaa6;
	position: absolute;
	bottom: 15px;
	right: -18px;
}

.teasertext {
	overflow: hidden;
	height: 60px;
	font-family:'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
}

.hometeaserPosts .last:before {
	content: none;
}

.hometeaserPosts .last:after {
	content: none;
}

.hometeaser:last-child:before {
	content: none;
}

.hometeaser:last-child:after {
	content: none;
}

.hometeaser img {
	margin: 2px 18px 30px 0;
}

.hometeaser h2, .hometeaser h2 a, .hometeaser p {
	color: #fff;
	display: inline;
	line-height: 1em;
}

.hometeaser h2 a {
	font-size: 18px;
}

.hometeaser p {
	font-size: 14px;
}

#feature .bx-wrapper {
	float: left;
}

#feature .slider-wrapper {
	float: left;
	overflow: hidden;
	position: relative;
	width: 496px;
	height: 288px;
}

#slider-home-main {
	float: left;
	width: 496px;
	height: 288px;
	margin: 0;
	padding: 0;
}
#slider-home-main ul, #slider-home-main li {
	height: 288px;
}

#slider-home-main img {
	padding: 0;
	margin: 0;
	border: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
}


.slider-inner, .slider-inner li {
                overflow:hidden;
                width:496px;
            }
            .slider-inner ul, .slider-inner li{
                position:relative;
                margin:0;
                padding:0;
                list-style:none;
                display:block;
            }



.bx-next {
	width: 21px;
	height: 20px;
	background: url('img/slider-right.png') no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 130px;
	font-size: 0;
}

.bx-next:hover {
	background: url('img/slider-right-active.png') no-repeat;
}

.bx-prev {
	width: 21px;
	height: 20px;
	background: url('img/slider-left.png') no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 130px;
	font-size: 0;
}

.bx-prev:hover {
	background: url('img/slider-left-active.png') no-repeat;
}

.bx-pager {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 496px;
	height: 8px;
	text-align: center;
	background: #1d1814;
	position: absolute;
	bottom: 0;
	padding-top: 1px;
}

.bx-pager li {
    display: inline;
    line-height: 1;
}

.bx-pager a {
    width: 6px;
    height: 6px;
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.bx-pager .current a {
    background: #97BE0F
}

.pager-link {
	width: 6px;
	height: 6px;
	margin-right: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.pager-active {
	background: #97BE0F
}

.related_articles {
	margin-top: 32px;
	padding: 5px;
	border: 1px solid #aeaaa6;
}
.related_articles h3 {
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 22px;
	vertical-align: top;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	color: #5E564E;
}

.related_articles p {
	overflow: hidden;
}
.article_relative_text h4 a{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	color: #5e564e;
	font-family: 'Conduit ITC W01 Regular', Helvetica, Verdana, sans-serif!important;
}
.article_relative_text h4 {
	clear: none;
}


.article_relative_text {
	position: relative;
	clear: left;
	padding-bottom: 30px;
	overflow: hidden;
}

.article_relative_text:before
{
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	bottom: 15px;
	left: 0px;
}

.article_relative_text:after
{
	position: absolute;
	content: ' ';
	width: 12px;
	height: 1px;
	background: #AEAAA6;
	bottom: 15px;
	right: 0px;
}

.article_relative_text.last_relative {
	padding-bottom: 0;
}

.article_relative_text.last_relative:after {
	content: none;
}

.article_relative_text.last_relative:before {
	content: none;
}

.article_relative_text img{
	margin: 0 9px 0 0;
}

.article_relative_text p {
	color: #5e564e;
}

.article_relative_text p a {
	float: right;
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
		width: 100%;
	}

	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		width: 100% !important;
		position: relative !important;
	}

	#main {
		width: 100% !important;
	}

	#primary {
		float: left;
		margin: 0;
		width: 100% !important;
	}
	#content {
		margin: 0;
		width: 100% !important;
	}

	.header {
		display: none;
	}
	#colophon {
		display: none;
	}
	#secondary, #secondary-2 {
		display: none;
	}
	#primary {
		width: 100% !important;
		float: none;
	}
	#content {
		width 100% !important;
		float: none;
		margin: 0;
	}
	.wp-caption {
		padding-top: 17px !important;
	}
	#IDCommentsNewThreadCover {
		display: none;
	}
	.idc-new {
		display: none;
	}
	.gallery-wrapper, .botrplayer, .video-buttons, .social-buttons-wrapper, #respond {
		display: none;
	}

}
