/*
Theme Name: Duergy
Description: Mein Design
Author: Dirk Mükschi
Author URI: http://www.duergy.de
Template: tuto
Version: 1.0
Tags:
*/
.duergy_header_date{
    font-size: 12px;
    line-height: 35px;
	padding: 0 20px;
    color: #fff;
	vertical-align: baseline;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.duergy_footer-nav { float: right; }
.duergy_footer-nav ul { list-style-type: none; text-align: right; }
.duergy_footer-nav ul li { display: inline-block; }
.duergy_footer-nav li a { display: block; color: #fff; min-width: 35px; font-size: 12px; line-height: 35px; text-align: center; 	padding: 0 20px;    text-transform: uppercase;
    font-weight: 600;}
.duergy_footer-nav li a:hover { background: #f22612; }


.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_meta li a, .widget_nav_menu li a, .widget_rss li {
	display: inline;
    padding: 5px 0;
}
.entry-content a[href^="http://"]:not([href*="www.duergy.de"]):after,
.entry-content a[href^="https://"]:not([href*="www.duergy.de"]):after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin: 0 0 0 2px;
font-size: 0.7em;
vertical-align: top;  
}