.ssingle-post{
  background-color: #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: block;
}

.post-title,.post-oth{
  text-transform: uppercase;
  font-size: 25px;
  margin: 5px 0 10px 0;
}

.post-oth{
  color: #aaa;
}

.post-title a{
  color: #333;
}

.post-meta{
  margin-bottom: 10px;
}

.post-time,
.post-oth > a,
.post-comments,
.post-comments > a{
  font-size: 22px;
  text-transform: uppercase;
  color: #aaa;
}

.post-title> a:hover{
   text-decoration: none;
   color: orange;
}


.post-oth > a:hover,
.post-comments >a:hover{
  text-decoration: none;
  color: #333;
}

.post-content{
  float: none;
  display: table;
  width: 100%;
}

.post-thumbnail{
  float: left;
  line-height: 20px;
  margin: 0 10px 10px 0;
  color: #aaa;
}

.footer{
  background-color: #333;
  display: block;
  width: 100%;
  min-height: 220px;
  margin: 20px 0px 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer hr{
  border: 0;
  border-top: 1px solid #666;
  border-bottom: 2px solid #000;
}

.footer-text{
  color: #eee;
}

.footer a{
  color: lime;
}

.dg-title{
  text-transform: uppercase;
  font-style: italic;
  font-size: 30px;
}


.fourofour,
.not-found{
  text-align: center;
  font-size: 100px;
}

.not-found{
  color: #e82414;
  margin-bottom: 50px;
}

.tag{
  display: table;
  padding: 5px 10px;
  padding-right: 20px;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  font-size: 18px;
  display: table;
  float: left;
  margin-left: 25px;
  margin-bottom; 10px;
}

.tag:before{
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #fff;
  border-left: 19px solid transparent;
  position: absolute;
  margin-top: -6px;
  margin-left: -48px;
}

.tag:hover{
  text-decoration: none;
}

.author-bio{
  display: table;
  margin: 20px 0 !important;
  padding: 25px;
  background-color: #eee;
  display: table;
  width: 100%;
  min-height: 1px;
}

.comments,
.comments ul{
  margin: 0;
  padding: 0;
}

.comments ul{
  margin-left: 50px;
}

.comments li{
  list-style-type: none;
}

.comments .comment{
  display: table;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin-top: -1px;
}

.comment:before{
  content: '';
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-color: #eee;
  position: absolute;
  left: 0;
  margin-left: 240px;
  margin-top: 20px;
}

.comments ul li .comment:before{
  content: '';
  margin: 0;
  border: 0;
  padding: 0;
}

.avatar{
  width: 100px;
  height: 100px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.comment-meta{
  display: block;
  padding: 20px;
  background-color: #eee;
}

.comment-author,
.comment-author a{
  text-transform: uppercase;
  display: table;
  float: left;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6{
  color: #eee;
}


#comment,.post [type="password"]{
  width: 100%;
  padding: 20px 35px;
}

#submit,.post [type="submit"]{
  display: block;
  padding: 15px 20px;
  background-color: green;
  color: #eee;
  border-radius: 5px;
}

.logged-in-as{
  text-transform: uppercase;
}

#cancel-comment-reply-link{
  padding: 5px 10px;
  border-radius: 4px;
  display: table;
  float: left;
  color: red;
  border: 1px solid red;
  margin: 0 10px 5px 0;
}

.avatar-author img{
  margin: 0 10px 10px 0;
  float: left;
}

.navbar-nav li:hover > ul{
  display: block;
}

.navbar-nav li ul{
  position: absolute;
  display: none;
  z-index: 999;
  list-style-type: none;
  margin: 0;
  padding: 0;  
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-nav li ul li{
  white-space: nowrap;
  padding: 10px 20px;
}

.navbar-nav li ul li a{
  text-decoration: none;
  color: #000;
}

.navbar-nav li ul li:hover{
  background-color: #aaa;
}

.navbar-nav li ul li ul{
  left: 100;
  margin-top: .6em;
}

#reply-title,
.comment-notes{
  text-transform: uppercase;
  font-size: 25px;
  margin: 5px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.comment-notes{
  border-bottom: 0;
  font-size: 18px;
  color: #999;
}

.required{
  font-size: 25px;
  color: red;
}

.form-allowed-tags{
  display: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
  display: block;
  padding: 8px 15px;
  width: 100%;
}

label[for]{
  cursor: pointer;
}

.dg-post img{
  max-width: 100%;
}