html {
  height: 100%; }

body {
  color: #272822;
  background-color: #EEEEEE;
  font-family: "Raleway", sans-serif;
  height: 100%; }

#wrapper {
  position: relative;
  padding: 0px;
  min-height: 100%;
  min-height: calc( 100% + 3em ); }

#sidebar {
  background: url("../img/fondo_aside_sm.png") repeat;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 25%;
  min-height: 100%;
  min-width: 300px;
  max-width: 350px;
  padding-left: 8px;
  padding-right: 8px;
  color: #EEEEEE; }
  #sidebar a {
    color: #EEEEEE;
    text-decoration: none; }
  #sidebar a:hover {
    border-color: #38C5C5;
    color: #38C5C5; }
  #sidebar footer {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid grey;
    font-size: 0.8em; }

#menu {
  display: none; }

#site-title {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #site-title:hover {
    color: #38C5C5; }
  #site-title img {
    width: 60px; }

#site-desc {
  font-size: 1.3em;
  padding: 0 6px; }

#post-container {
  position: relative;
  margin-left: 28%;
  padding-top: 0.1em;
  max-width: 800px;
  overflow-wrap: break-word; }

.nav-links {
  list-style: none;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  font-variant: bold; }
  .nav-links li {
    margin: 12px 12px; }
  .nav-links a {
    display: block;
    line-height: 1.2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .nav-links a:hover {
    border-color: #38C5C5;
    color: #38C5C5; }

#post-list {
  list-style: none; }

.post-entry {
  margin: 3em 0; }

#post-list li:first-child .post-entry {
  margin-top: 0px; }

.entry-header {
  font-family: "Oswald", sans-serif;
  font-variant: bold; }
  .entry-header a {
    color: #272822;
    text-decoration: none; }
  .entry-header a:hover {
    color: #38C5C5;
    text-decoration: none; }
  .entry-header time {
    color: #8E927E; }
  .entry-header h1 {
    margin: 0.5em 0; }

.post-content a {
  color: #38C5C5; }
.post-content img {
  display: block;
  margin: 0 auto;
  max-width: 80%; }
.post-content blockquote {
  font-style: italic; }
.post-content pre {
  font-size: 13px;
  background-color: #E6E6E6;
  padding: 10px;
  margin: 10px;
  overflow: auto;
  font-family: "PT Mono", monospace; }
.post-content p code {
  font-size: 0.9em;
  background-color: rgba(0,0,0,0.1);
  padding: 0.1em; }

.post-meta a {
  font-style: italic;
  color: #38C5C5; }

.paginator {
  text-align: center;
  padding: 12px;
  font-size: 1.4em;
  font-family: "Oswald", sans-serif; }
  .paginator a {
    color: #272822;
    text-decoration: none; }
    .paginator a:hover {
      color: #38C5C5; }

.figure,
figure {
  text-align: center; }
  .figure .caption,
  figure figcaption {
    font-size: 0.7em;
    font-style: italic; }

ul.gallery {
  display: block;
  padding: 0;
  margin: 0; }

ul.gallery > li {
  list-style: outside none none;
  display: inline-block;
  padding: 5px; }
  ul.gallery > li img {
    max-width: 100%; }

.footer {
  display: none;
  width: 100%;
  background-color: #939393;
  color: #454545;
  padding: 0.3em; }

/* lightbox */
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none; }

@media only screen and (max-width: 1000px) {
  #sidebar {
    min-width: 235px; }

  #site-title h1 {
    font-size: 1.3em; }

  #site-title img {
    width: 40px; }

  #site-desc {
    font-size: 1em; } }
@media only screen and (min-width: 801px) {
  .submenu {
    background-color: black;
    background-image: none;
    margin: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

  li:hover > .submenu {
    height: auto;
    border-left: 4px solid #38C5C5;
    border-bottom: 1px solid #38C5C5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }
@media only screen and (max-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
  #wrapper {
    position: relative;
    padding: 0px;
    margin-top: 0px; }

  #sidebar {
    background: #000 none;
    position: static;
    width: 100%;
    max-width: none;
    padding: 0; }

  #post-container {
    width: 100%;
    position: static;
    margin: 0;
    padding: 0px; }

  #post-list {
    padding: 0; }

  .nav-links {
    text-align: center;
    padding: 0;
    font-size: 1.8em; }
    .nav-links li {
      display: block;
      margin-top: 6px; }
    .nav-links a {
      display: inline-block; }
    .nav-links .submenu {
      margin: 0px;
      padding: 0px; }
    .nav-links .submenu li {
      margin: 12px 0px 0px 0px; }

  #site-title h1 {
    margin-top: 0;
    margin-bottom: 0px; }

  #site-desc {
    padding-bottom: 1em; }

  #site-header {
    margin-left: 18px; }

  .side-shadow {
    -webkit-box-shadow: 0 3px 12px 3px #8E927E;
    -moz-box-shadow: 0 3px 12px 3px #8E927E;
    box-shadow: 0 3px 12px 3px #8E927E; }

  .post-entry {
    padding: 0 12px; }

  .footer {
    display: block; }

  .hide-sm {
    display: none; }

  #menu {
    display: block;
    font-size: 2em;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    padding: 0.6em; } }
@media only screen and (max-width: 640px) {
  #nav-links {
    font-size: 1.1em; }

  #site-info {
    font-size: 0.6em; } }

/*# sourceMappingURL=blog.css.map */
