body {
  padding-top: 50px;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;

  }
}


.extra-icon-twitter{
  display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: .3em;
   line-height: 14px;
   vertical-align: text-top;
   background-repeat: no-repeat;  background-image: url("../img/glyphicons_392_twitter.png");
   
}  

.extra-icon-fb{
  display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: .3em;
   line-height: 14px;
   vertical-align: text-top;
   background-repeat: no-repeat;  background-image: url("../img/glyphicons_390_facebook.png");
   
}  

.extra-icon-li{
  display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: .3em;
   line-height: 14px;
   vertical-align: text-top;
   background-repeat: no-repeat;  background-image: url("../img/glyphicons_377_linked_in.png");
   
}  
.extra-icon-github{
  display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: .3em;
   line-height: 14px;
   vertical-align: text-top;
   background-repeat: no-repeat;  background-image: url("../img/glyphicons_381_github.png");
}
.extra-icon-skype{
  display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: .3em;
   line-height: 14px;
   vertical-align: text-top;
   background-repeat: no-repeat;  background-image: url("../img/glyphicons_398_skype.png");
   
}  
    
article.node-blog{
  padding-bottom:30px;
}

article div.field-name-body{
  
  margin-top:10px;
  
}

blockquote {
  padding: 0px 0 0 15px;
  margin: 10px 0 18px 0;
  border-left: 5px solid #ccc;
}
.bshort-brand{
  font-family: 'Averia Sans Libre', cursive;
}     

.h2-link{
  color:#000;
  text-decoration:none;
  font-size:1.25em;
}   
.blog-date{
  padding-left:5px;
  font-size:.8em;
}
   
.navbar-inner{
  background-color: #2c2c2c;
}

.navbar-inner {
min-height: 40px;
padding-right: 20px;
padding-left: 20px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/*.navbar-inner {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: #999999;
background-image: -moz-linear-gradient(top, #ffffff, #000000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#000000));
background-image: -webkit-linear-gradient(top, #ffffff, #000000);
background-image: -o-linear-gradient(top, #ffffff, #000000);
background-image: linear-gradient(to bottom, #ffffff, #000000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff000000', GradientType=0);
border: 1px solid #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
*/
.navbar-inner .brand{
  color:#fff;   
  font-weight:800;
}   


.navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 8px;
  }
  
  
  .submitted{
    margin-left:3px;
  }
  .field-name-body{
    margin-left:3px;
  }
  
  
  .page-header {
  padding-bottom: 5px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
  }
  
  section#comments{
    
    margin-top:40px;
  }
  
  .field-type-taxonomy-term-reference .field-items,
  .field-type-taxonomy-term-reference .field-label,
  .field-type-taxonomy-term-reference .field-items .field-item{
    display:inline;
    padding-right:10px;
    
  }