/* Please override here. */


.social a:hover {
    text-decoration: none;
}

.social-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: none;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    } 

.post-category-windows {
    color: #fff;
    background:#009dc4;
}

.post-category-development {
    color: #fff;
    background:#fed85d;
}

.post-image {
    margin-top: 1em;
    margin-bottom: 1em;
}

.nodeco {
    text-decoration: none;
}

.nodeco:hover {
    text-decoration: none;
}

/* Sidebar */
h1.brand-title {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	padding-top: 1rem;
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
}
h2.brand-tagline {
	font-size: 1.0rem;
	margin-top: 0.25rem;
}
h2.brand-tagline.brand-subtagline {
	font-size: 0.8rem;
	margin-top: 0.25rem;
}

#TableOfContents ul {
    padding: 10px;
    font-size: 1.0em;
}

.ul-categories {
    list-style: none;
}

.ul-categories li {
    padding: 0.1em 0 0.1em 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}