/*
 * Theme Name: hvntedblack (Based on WPblank by Peter Kröner)
 * Theme URI: http://hvntblog.com
 * Description: Second Theme for hvntblog.com
 * Version: 2.0
 * Author: http://hvntblog.com/impressum
 * Author URI: http://hvntblog.com
 * License: // You can't buy or download this Theme. I made it on myself.
 */
 @charset "utf-8";
 @import url(http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic);
 /*resets und standards*/
* {
	margin: 0;
	padding: 0;
}
img, a img {
	margin: 0;
	padding: 0;
	border: 0;
}
img.shadow:hover, a:hover img.shadow, p img:hover.shadow, p a:hover img.shadow {
	-webkit-box-shadow: 0px 0px 7px #000000;
	-moz-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
}
p a img.alignright, p img.alignright, p.alignright {
	float: right;
	margin-left: 10px;
}
p.alignleft {
	float: left;
	margin-right: 10px;
}
img.alignleft, p a img.alignleft, a img.alignleft, p img.alignleft {
	margin-right: 10px;
}
a, p a {
	text-decoration: underline;
	color: #191919;
}
a:hover, p a:hover {
	color: #e80000;
}
span.ytlinks {
	font-size: 13px;
}
a.addthis_button_compact {
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		border: none;
	margin-right: 5px;
}
a.addthis_button_facebook_like {
	margin-left: 8px;
}
/* Custom Icons */
.addthis_toolbox {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.custom_images a {
	margin: 0 5px 10px;
}

.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}      

 .twitter-share-button {
 	margin-top: 1px;
 }
 .custom_img {
 	margin-top: 1px;
 }
.addthis_toolbox .custom_img a {
    width: 16px;
    height: 16px;
    padding: 0;
}
.custom_img a {
	margin: 0 5px 0;
	float: left;
}
.addthis_toolbox .custom_img a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_img a:hover img {
    opacity: 0.75;
}       
           
@font-face {
	font-family: 'junctionregularRegular';
	src: url('Junction-webfont.eot');
	src: local('☺'), url('Junction-webfont.woff') format('woff'), url('Junction-webfont.ttf') format('truetype'), url('Junction-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}
p a img.aligncenter {
	margin: 20px auto;
	display: block;
	text-align: left;
}
.floatingright {
	float: right;
	}
.floatingleft {
	
	float: left;
}
.margin-bottom {
	margin-bottom: 5px;
}
blockquote {
margin: 10px 20px 10px 25px;
padding-left: 10px;
border-left: 5px solid #e1e1e1;
color: #6d6d6d;
}
body {
	background: url(images/background.jpg) top center no-repeat fixed #fff;
	color: black;
	margin: 0 auto;
}
/*YARPP*/
#rel_articles p {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	margin-top: 20px;
	
}
#rel_articles ol {
	margin-left: 20px;
}
/* wrapping (#container), header+logo (#header+#logo) und Obere Navigation (#TopNav) */
#container {
	width: 981px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 152px;
}

#header #logo  {
	float: left;
	display: block;
	padding: 42px 0 0 20px;	
}
#header #logo a {
	font-family: 'junctionregularRegular', Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	text-shadow: 2px 2px 2px 2px #eee;
	letter-spacing: -2px;
	color: black;
	display: block;
	text-transform: none;
	text-decoration: none;
	z-index: 0;
	
}

#header #logo a span.coloryellow {
	color: #e80000;
}

#header #logo span#logoslogan {
	font-family: Helvetica;
	font-size: 12px;
/*	margin-left: 65px;*/
margin-left: 2px;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	position: absolute;
	z-index: 1;
	margin-top: -11px;
}


#header .menu {
	float: right;
	padding: 64px 10px 0;
}
#header .menu ul {
	list-style: none;
	display: block;
}
#header .menu ul li {
	list-style: none;
	float: left;
}
#header .menu ul li a {
	display: block;
	padding: 2px 10px 3px 10px;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;

}
#header .menu ul li.page-item-66 a {
	color: #ff6d00;
}
#header .menu ul li.page-item-66 a:hover {
	border-bottom: 4px solid #ff8326;
	
}
#header .menu ul li a:hover {
	border-bottom: 4px solid #e8e8e8;
}
/*Alles unterm Header*/
#main {
/*	background: url(images/backgroundmain.jpg) top center repeat-y;*/
}
/*Linke Navigation und sidebar (#sidebarNav)
Module:
Suche
Netzwerke (#networks)
Kategorien
Tagcloud
frisch kommentiert*/
/*sidebarNav Standard + Title*/
#sidebarNav {
	width: 200px;
	text-align: left;
	float: left;
		min-height: 550px;
	
}

.sidebarNavTitle {
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	color: #161616;
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #d0d0d0;
}
/*Suche*/
#sidebarNav fieldset {
	width: 190px;
	height: 24px;
	margin-right: 10px;
	border: 0;
}
#sidebarNav fieldset input, #sidebarNav fieldset button {
	border: none;
	float: left;
}
#sidebarNav fieldset input.box {
width: 144px;
height:19px;
background: top left no-repeat url(images/sidebar_suche_bg_fff.jpg);
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #808080;
padding: 5px 5px 0 10px;
}
#sidebarNav fieldset button.btn {
width: 31px;
height: 24px;
background: top left no-repeat url(images/sidebar_suche_iconfff.jpg);
	cursor: pointer;
	text-indent: -9999px;
}


/*#networks*/
#networks ul {
	list-style-type: none;
	display: block;
	width: 200px;
}
#networks ul li {
	margin: 0 10px 10px 0;
	list-style-type: none;
	float: left;
}
#networks ul li#netrss a, #networks ul li#netfb a, #networks ul li#nettwt a,  #networks ul li#netlfm a {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #c9c9c9;
	width: 80px;
	height: 17px;
	padding: 3px 0 0 10px;
	display: block;
}
#networks ul li#nettwt,  #networks ul li#netlfm {
	margin-bottom: 0 ;
}
#networks ul li#netrss a:hover {
	background: #ff6d00;
	color: white;
}
#networks ul li#netfb a:hover {
	background: #3b5998;
	color: white;
}
#networks ul li#nettwt a:hover {
	background: #9ae4e8;
	color: black;
}
#networks ul li#netlfm a:hover {
	background: #d6224c;
	color: white;
}
/*kategorien*/
/*Kategorien WIDGET!*/
#categories-3, widget-container, widget_categories {
	display: block;	
}
h3.widget-title {
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	color: #161616;
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #d0d0d0;
		
}
#categories-3 {
	margin-bottom: 10px;
	display: block;
}
#categories-3 ul {
	list-style-type: none;
	display: block;
}
#categories-3 ul li.cat-item  a {
	display: block;
	width: 183px;
	height: 17px;
	padding: 3px 0 0 17px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b8b8b8;
	text-decoration: none;
}
#categories-3 ul li.cat-item  a:hover {
	background: #e6e6e6;
	color: #000;
}
/*frisch kommentiert*/
#latestcmtcontainer {
	margin-bottom: 10px;
	display: block;
	width: 200px;
}
#latestcmtcontainer ul {
	list-style-type: none;
	display: block;
}
#latestcmtcontainer ul li {
	display: block;
		width: 200px;
	list-style-type: none;
}
#latestcmtcontainer ul li a {
	height: 32px;
	padding: 7px 0 4px 0;
	width: 200px;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #acacac;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}
#latestcmtcontainer ul li a span {
	display: block;
	padding: 3px 0 0 10px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #707070;	
}
#latestcmtcontainer ul li a:hover span {
	color: #494949;
}
#latestcmtcontainer ul li a:hover {
	color: #a2a2a2;
}
#content {
	width: 770px;
	float: left;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 9px;
	border-left:1px solid #b3b3b3;
	background: white;
/*	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;*/
}

/*stylezwei*/
.loopcnt, #Articleread {
	margin: 0  10px 30px 0;
	width: 760px;
	padding: 5px 0 0 ;

}
.datetitlecontainer {
	display: block;
	max-height: 100px;
	margin: 0 5px 0 5px;
}

.datecontainer {
	float: left;
	display: block;
	margin: 0 12px 0 0;
}
.datecontainer a {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 12px;
	display: block;
	
}
.datecontainer a span {
	display: block;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 13px;
	line-height: 10px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

.titlecontainer a {
	display: block;
	float: left;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	padding-top: 5px;
	text-decoration: none;
	color: black;
	overflow: hidden;
}

.shareaddthis {
	display: block;
	padding: 12px 0 12px;
	border-top:  3px solid #f4f4f4;
	border-bottom:  3px solid #f4f4f4;
	margin-top: 5px;
	
}
.shareaddthis .reactionsloop {
	float: right;
	margin-right: 5px;
}
.KatTagContainer {
	display: block;
	padding: 15px 0 10px;
	border-top:  3px solid #f4f4f4;
	border-bottom:  3px solid #f4f4f4;
	margin-top: 5px;
}

.KateCont, .TagsCont {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #161616;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.KateCont span, .TagsCont span {
	padding: 3px 5px 3px 5px;
	color: white;
	background: #161616;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.KateCont a, .TagsCont a {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #161616;
	text-decoration: none;
}

.KateCont a:hover, .TagsCont a:hover {
	color: #515151;
}
.reactionsloop a {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	
}
#textread { overflow: hidden;}
#textread a, #textread p a, .loopcnt_text a, .loopcnt_text p a {
	color: #e80000;
text-decoration: none;
font-weight: bold;	
}
#textread a:hover, #textread p a:hover, .loopcnt_text a:hover, .loopcnt_text p a:hover {
	text-decoration: underline;
}
.loopcnt .loopcnt_text div.cstmthumbnailbg, #Articleread #textread div.cstmthumbnailbg, #Articleread #textread p a img, #Articleread #textread p img {
	padding: 3px;
	background: #f4f4f4;
	margin: 10px auto;
	display: block;
}

.loopcnt:hover .loopcnt_text div.cstmthumbnailbg, #Articleread:hover #textread div.cstmthumbnailbg, #Articleread:hover #textread p a img, #Articleread:hover #textread p img {
	background: #e6e6e6;
	display: block;
}
.loopcnt .loopcnt_text div.cstmthumbnailbg:hover, #Articleread #textread div.cstmthumbnailbg:hover, #Articleread #textread p a:hover img, #Articleread #textread a:hover img, #Articleread #textread p img:hover, #Articleread #textread img:hover {
	background: #f4f4f4;
}
.loopcnt .loopcnt_text div.cstmthumbnailbg a .cstmthumbnail,  #Articleread #textread div.cstmthumbnailbg a .cstmthumbnail, #Articleread #textread p a img, #Articleread #textread p img {
	display: block;
}
#Articleread #textread p ul li, #Articleread #textread ul li{
	margin-left: 25px;
}
.loopcnt_text, .loopcnt_text p, #textread, #textread p {
	font-family: 'Nobile', arial, serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	line-height: 19px;
	padding: 5px 8px 5px 6px;
	}
#textread object, #textread p object {
	margin: 10px auto 0;
	text-align: center;
}
.imgobjectverbot img, 
.imgobjectverbot p img, 
.imgobjectverbot p a img, 
.imgobjectverbot a img, 
.imgobjectverbot img.alignnone, 
.imgobjectverbot img.size-full,
.imgobjectverbot p a img.alignnone, 
.imgobjectverbot center img, 
.imgobjectverbot p center img, 
.imgobjectverbot p center img.aligncenter, 
.imgobjectverbot p center img.size-full, 
.imgobjectverbot p img.aligncenter, 
.imgobjectverbot p img.size-full {
	display: none!important;
	border: none!important;
}
.loopcnt_text p span.ytlinks {
	display:none;
}
a.more-link, p a.more-link {
		font-family: 'Nobile', arial, serif;
		font-size: 13px;
		color: black;
		font-weight: bold;
		text-decoration: underline;
		
}
a.more-link:hover, p a.more-link:hover {
	color: #e800003;
}

/*
**************
**************    single.php
**************
**************
*/

/*#ArticleSidebar {
	width: 190px;
	margin-right: 15px;
	float: left;
	display: block;
}
.ArticleSidebarTitle {
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	color: #161616;
	margin-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}
.ArticleSidebarTitleMargintop {
	margin-top: 10px;
}
.ArticleSidebarReaktionen {
	padding-left: 15px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.ArticleSidebarReaktionen a {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e80000;
	text-decoration: none;
}
.ArticleSidebarReaktionen a:hover, .RelatedArticleContainer a:hover {
	color: #393939;
}
.ArticleSidebarReaktionen ul {
	list-style-type: none;
	display: block;
	text-align: left;
	margin: 8px 0 8px 0;
}
.toppadding {
	padding-top: 10px;
}
.ArticleSidebarReaktionen ul li {
	display: block;
	height: 17px;
	padding-top: 3px;
	text-align: left;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
}
.RelatedArticleContainer a {
	display: block;
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #e80000;
	
}
.RelatedArticleContainer a .RelatedArticleThumbbg {
	width: 184px;
	height: 47px;
	padding: 3px;
	background: #f1f1f1;
	margin: 5px 0 10px;
	display: block;
}
.RelatedArticleContainer a:hover .RelatedArticleThumbbg {
	background: #e3e3e3;
}
.RelatedArticleContainer a .RelatedArticleThumbbg .RelatedArticleThumb {
	display: block;
	width: 184px;
	height: 47px;
}*/
/*Beitragsstyle*/
/*#Articleread {
	float: left;
	display: block;
	width: 560px;
	text-align: left;
}
#Articleread #textread img, #Articleread #textread img a, #Articleread #textread p img, #Articleread #textread p img a, p img.size-large, p img.size-medium, p img.sizesmall  {
	border: 3px solid #f1f1f1;
	margin: 10px auto;
	max-width: 544px;
}
#Articleread #textread img:hover, #Articleread #textread img a:hover, #Articleread #textread p img:hover, #Articleread #textread p img a:hover {
border: 3px solid #e3e3e3;
}

#Articleread #textread object, #Articleread #textread p object {
	margin: 10px 0 7px;
	display: block;
	max-width:550px!important;
}
#textread p, #textread {
font-family: 'Nobile', arial, serif;
font-size: 15px;
color: #191919;
font-weight: normal;
line-height: 21px;
}
#textread p ul, #textread ul {
	margin-left: 20px
}*/
/*About*/
#aboutpicture {
	width: 272px;
	height:411px;
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
	background: center center url(images/dertyp.jpg) no-repeat;
	border: 1px solid #dfdfdf;
}
#abouttext p {
		margin-bottom: 21px;
		line-height:  18px;
		font-family: 'Nobile', arial, serif;
		color:#202020;
	font-size: 12px;
}
#abouttext, #imprinttext{
	line-height:  18px;
	font-family: 'Nobile', arial, serif;
 	color:#202020;
	font-size: 12px;
}
#abouttext h1, #imprinttext h1 {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #161616;
}
#Articleread p h2, #Articleread h2 {
	margin-top: 10px;
}
#abouttext h2, #imprinttext h2, #Articleread h2, #Articleread p h2 {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #161616;
}

/*Kontakt und commentbox*/
#commentbox {
}
#imprinttext fieldset, #imprinttext form, #commentbox fieldset, #commentbox form {
	border: 0;
}
#commentbox p.form input {
	width: 200px;
}
#imprinttext p.form input, #commentbox p.form input {
	height: 19px;
	width: 175px;
	border: 1px solid #e1e1e1;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	padding:5px 5px 0 10px;
	margin-bottom: 15px;
}
#imprinttext p.form textarea, #commentbox p.form textarea {
	border: 1px solid #e1e1e1;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	padding: 10px;
	margin-bottom: 5px;
	
}
#imprinttext p.formbtn input, #commentbox p.formbtn input {
	border: 1px solid #e1e1e1;
	height: 24px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	background: white;
	padding: 0 5px;
}
/*Archiv*/

.archivlisten ul, .archivlisten ul li, .archivlisten2 ul, .archivlisten2 ul li, #rel_articles ol {
	list-style-type: none;
}

.archivlisten ul li {
		border-left:3px solid #b3b3b3;
		padding-left: 10px;
		line-height: 24px;
		float: left;
		margin: 5px 10px 0;
}
.archivlisten2 ul li, #rel_articles ol li {
		border-left:3px solid #b3b3b3;
		padding-left: 10px;
		line-height: 24px;
		margin: 5px 0;
}
/*comments.php #f4f4f4*/

#commentsbar {
	padding: 25px 0 0;
	margin: 25px 0 0 ;
	display: block;
	border-top: 1px dotted #dedede;
}
#commentsbar ul, #commentsbar ul li {
	list-style-type: none;
}


ul#commentlist {
	display: block;
	list-style-type: none;}
ul#commentlist li {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 10px;

}
ul#commentlist li.admincomment {
	background: #f1f1f1;
}
ul#commentlist li p {
	font-size: 14px;
		margin: 10px 30px 10px 15px;
	
}
span.cmtnum {
	float: right;
	margin: 10px;
	font-weight: bold;
}
span.cmtauth {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin: 10px 30px 10px 15px;
}
ul#commentlist li span.zeitcmt {
	margin: 10px 30px 10px 15px;
	font-size: 12px;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}


cite {
	font-size: 90%;
	font-style: normal;
}

