body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans';
    font-size: 1.0em;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 2.5em;
    width: 100%;
    z-index: 1000;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

header li {
    float: left;
    /*height: 2.5em;*/
    border-right: 1px solid #333;
}

header .title {
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: #000 0px 0px 6px;
    font-family: 'Carter One';
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 0.3em;
    padding-right: 1.0em;
    padding-top: 0.07em;
    padding-bottom: 0;
    cursor: default;
}

header li a {
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 0.25em;
    font-family: 'Roboto Condensed';
    font-size: 1.1em;
    padding: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0;
    height: 1.55em;
    transition: background-color .2s, border-color .2s, color .2s, text-shadow .2s ease-in;
}

header li a:hover {
    transition: background-color .1s, border-color .1s, color .1s, text-shadow .1s ease-out;
}

nav {
  position: fixed;
  top: 2.5em;
  left: 0;
  width: 13em;
  height: 100%;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul a {
  display: block;
  padding: 0.6em 0.5em;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  font-size: 1.1em;
  border-bottom: 0.1em solid #555;
  transition: background-color .2s, border-color .2s, color .2s, text-shadow .2s ease-in;
}

nav ul a:hover {
  transition: background-color .1s, border-color .1s, color .1s, text-shadow .1s ease-out;
}

nav ul li.group {
  font-weight: 700;
  font-family: 'Roboto Condensed';
  text-shadow: #333 0 0 2px;
  padding: 0.3em 0.4em;
  padding-top: 0.5em;
  border-bottom: 1px solid #555;
  cursor: default;
}

nav.blog {
  border-right: 0.3em solid #6bd3d3;
}

nav.dev {
  border-right: 0.3em solid #6aaaea;
}

nav.gaming {
  border-right: 0.3em solid #ea6a6a;
}

nav.music {
  border-right: 0.3em solid #5bce5b;
}

#content {
  margin-left: 13em;
  margin-top: 2.5em;
  font-size: 1.0em;
  line-height: 1.5em;
}

#page-header, #page-header-2, #page-section-header {
  padding: 0.4em 1.0em;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.0em;
  cursor: default;
  text-shadow: #000 0px 0px 2px;
}

#page-header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#page-header-2 {
  font-size: 0.44em;
  padding-top: 0.8em;
  padding-bottom: 0;
  margin-top: -0.6em;
}

#page-section-header {
  font-size: 1.2em;
  font-style: italic;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.page-sub-header {
  padding: 0.3em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Roboto Condensed';
  font-size: 1.2em;
  text-align: center;
  cursor: default;
}

.page-content {
  margin: auto;
  max-width: 46em;/*52em;*/
  margin: auto;
  padding: 1.0em 1.0em;
  margin-top: 1.5em;
  padding-top: 0;
}

img {
  float: left;
  margin-right: 1.0em;
}

.float-right {
  float: right;
  margin: 0px 0px 1.0em 1.0em;
  line-height: 1em;
}

.float-right img {
  /*margin: 0.5em;*/
  border-radius: 0.3em;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}

.float-right-text {
  float: right;
  margin: 0px 0px 1.0em 1.0em;
  border: 1px solid #ccc;
  text-align: right;
  padding: 0.3em;
  font-family: 'Roboto Condensed';
}

.page-content-header, .blog-title {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 1.2em;
}

.blog-title {
  font-size: 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #ccc
}

.blog-date {
  float: right;
  font-size: 0.7em;
  line-height: 2.5em;
  font-weight: normal;
  vertical-align: bottom;
}

.blog-content {
  position: relative;
}

.blog-content img {
  border-radius: 0.3em;
}

.blog-category,
.blog-tag,
.blog-category-dev,
.blog-category-gaming,
.blog-category-music {
  display: inline-block;
  float: left;
  font-family: 'Roboto Condensed';
  font-size: 0.7em;
  font-weight: normal;
  line-height: 2.0em;
  margin-top: 0.1em;
  margin-right: 1.0em;
  padding: 0 0.5em;
  padding-bottom: 0.0em;
  border: 1px solid #ccc;
  cursor: default;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
}

.blog-tag {
  border-radius: 0.2em;
}

.blog-category-dev {
  border: 1px solid #b7cce1;
}

.blog-category-gaming {
  border: 1px solid #e1b7b7;
}

.blog-category-music {
  border: 1px solid #b7e1b7;
}

.blog-tag {
  float: none;
  margin-top: -0.5em;
  font-size: 0.8em;
  line-height: 1.7em;
}

blockquote {
  margin: 0;
  margin-left: 1.0em;
  margin-right: 1.0em;
  padding: 0.5em 1.0em;
  border-left: 0.3em solid #ccc;
}

blockquote p {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#content a {
  text-decoration: none;
  font-weight: 600;
  transition:
    background-color .2s,
    color .2s
    ease-in;
  border-radius: 0.3em;
  line-height: 1.3em;
  display: inline-block;
}

#content a:hover {
  padding-bottom: -0.4em;
  transition:
    background-color .1s,
    color .1s
    ease-out;
  border-radius: 0.25em;
}

a.image {
  display: inline;
}

.gallery, .gallery-caption {
  text-align: center;
  margin: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
}

.gallery-caption {
  font-size: 0.9em;
  border-top: 0;
  margin-top: -2em;
  padding-top: 0em;
  padding-bottom: 0.4em;
}

.gallery img {
  max-height: 7em;
  width: auto !important;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0;
}

.gallery-section-caption {
  font-family: 'Roboto Condensed';
  font-size: 1.1em;
  text-align: center;
  cursor: default;
  margin-bottom: 1em;
}

.hidden {
  display: none;
  margin: 0;
  padding: 0;
  position: static;
}

hr {
  height: 1px;
  border: none;
  margin-bottom: 1em;
}

.track, .tracklist, .track-playing {
  position: relative !important;
  display: block !important;
  height: 1.6em;
  border-bottom: 1px solid #ccc;
  max-width: 37em;
  margin-left: 16em;
  font-weight: normal !important;
  padding-top: 0.2em;
  cursor: default;
  transition:
    background-color .1s,
    color .1s
    ease-in;
}

.tracklist {
  cursor: default;
  font-weight: bold !important;
}

.track:hover, .track-playing:hover {
  border-radius: 0 !important;
  transition:
    background-color .1s,
    color .1s
    ease-out;
}

.track-playing, .track-playing:hover {
  font-weight: bold !important;
}

.track-num {
  left: 0;
  width: 2em;
  display: inline-block;
  margin-left: 0.4em;
}

.track-play {
  display: inline-block;
  width: 2em;
  text-align: center;
  font-weight: normal !important;
  cursor: pointer;
  transition:
    background-color .1s,
    color .1s
    ease-in;
}

.track-play:hover {
  transition:
    background-color .1s,
    color .1s
    ease-out;
}

.track-title {
  left: 3.5em;
  display: inline-block;
}

.track-length {
  position: absolute;
  width: 5.0em;
  text-align: right;
  right: 0;
  display: inline-block;
  margin-right: 0.4em;
}

img.album {
  width: 15em;
  margin-top: 0.5em;
  display: inline-block;
  float: left;
  clear: both;
  border-radius: 0.3em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.album-no-cover {
  clear: both;
  width: 4.98em;
  height: 3.48em;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  font-size: 3em;
  line-height: 1.0em;
  padding-top: 1.5em;
  margin-top: 0.2em;
  border-radius: 0.1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: default;
}

#music-player {
  position: fixed;
  top: 2.5em;
  left: 13.25em;
  width: 100%;
  height: 1.55em;
  z-index: 200;
}

a#music-play-button {
  font-family: 'Roboto Condensed';
  font-weight: 600;
  line-height: 1em;
  cursor: pointer;
  border-radius: 1em;
  border: 1px solid #fff;
  width: 1.4em;
  height: 1.25em;
  text-align: center;
  padding-top: 0.2em;
  margin-top: 0.2em;
  margin-left: 0.4em;
}

a#music-play-button:hover {
  border: 1px solid #fff;
  border-radius: 1em;
  display: inline-block;
}

#music-title {
  font-family: 'Roboto Condensed';
  display: inline-block;
  margin-left: 0.1em;
}

.music-mini-play-button {
  display: inline-block;
  float: right;
  border: 1px solid #999;
  border-radius: 0.3em;
  width: 4em;
  text-align: center;
  font-family: 'Roboto Condensed';
  margin-left: 0.5em;
  cursor: pointer;
  line-height: 1.2em;
  transition:
    background-color .1s,
    color .1s
    ease-in;
}

.music-mini-play-button:hover {
  background-color: #d0d0d0;
  transition:
    background-color .1s,
    color .1s
    ease-out;
}

a.music-mini-play-button {
  padding-top: 0.1em;
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?91791517');
  src: url('../font/fontello.eot?91791517#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?91791517') format('woff2'),
       url('../font/fontello.woff?91791517') format('woff'),
       url('../font/fontello.ttf?91791517') format('truetype'),
       url('../font/fontello.svg?91791517#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.track-play {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  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); */
}
 
.icon-play:before { content: '\e800'; } /* 'î €' */
.icon-pause:before { content: '\e801'; } /* 'î ' */
.icon-download:before { content: '\e802'; } /* 'î ‚' */
.icon-spin6:before { content: '\e803'; } /* 'î ƒ' */
.icon-block:before { content: '\e804'; } /* 'î „' */