/*
Theme Name: DarkDef_2016 based by Echo of souls and Bootstrap
Author: DarkDef
Author URI: http://darkdef.com
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    padding-bottom: 60px;
    background: #ffa111;
    background: #000;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

body > .container {
    background: #fff;
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#header {
    background: #ffa111;
    height: 172px;
    overflow: hidden;
}

#header .container {
    position: relative;
    overflow: hidden;
    height: 172px;
}

#header .logo {
    left:0;
    bottom:0;
    position: absolute;
    z-index:4;
}

#header .logo img {
    /*height:172px;*/
    opacity: 0.9;
    width: 100%;
}

#header .logo:hover img {
    opacity: 1;
}

#header .rss {
    right:0;
    bottom:0;
    position: absolute;
    z-index:4;
}

#header .rss img {
    height:120px;
    opacity: 0.5;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#000;
    background-color: transparent;
}

#header .rss:hover img {
    opacity: 1;
}

#header .blogTitle {
    z-index:2;
    position: relative;
    color: #333;
    margin-top:25px;
    display: block;
    overflow: hidden;
}

#header .blogTitle:hover {
    text-decoration: none;
    color:#000;
}

.navbar-default-d {
    margin-bottom:0;
}

.navbar-default-d .navbar-collapse {
    /*padding:0;*/
    /*margin-left:-15px;*/
    /*margin-right:-15px;*/
}

.padding-top {
    padding-top:50px;
}

.padding-bottom {
    padding-bottom:50px;
}

.container .text-muted {
  margin: 20px 0;
}

body > .container a,
body > .container a:focus,
body > .container a:active,
body > .container a:visited {
    color: #ffa111;
}

body > .container a:hover {
    color:#ffa111;
    text-decoration: none;
}

.post {
    padding: 0 0 20px 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    border-bottom: 1px dotted #ffa111;
}

.post a {
    border-bottom: 1px solid #fff2db;
}

.post a:hover {
    border-bottom:1px dotted #ffa111;
}


.post .more-link {
    float:right;
    margin-top:20px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.tags ul {
    margin: 0;
    padding:0;
    list-style: none;
}

.tags ul li {
    padding:0;
    display: inline-block;
    margin: 5px;
}

.tags ul li a,
.tags ul li span {
    background-color: #eee;
    margin: 0;
    padding: 3px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}