body {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  margin: 0;
  background: url(images/bg-gradient.png) repeat-x;
}

#jy-root {
  position: relative;
  padding-top: 75px;
}

#jy-header {
  position:absolute;
  text-align: center;
  top:0;
  width: 100%;
  color: white;
  background-color: #444;
  font-size: 0.9em;
  padding: 22px 0 12px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  z-index:1;
  background-image: url(images/debut_dark.png);
  min-width: 1084px;
  font-weight: 500;
}

#jy-header > .emphasis {
  color: #80a4ee;
}

#jy-header > a {
  color: white;
}

#jy-header h4 {
  font-size: 2.8em;
  font-weight: 500;
  padding-bottom: 5px;
  text-shadow: 1px 1px 8px rgba(255,255,255, 0.4)
}

body.permalink #jy-header {
  min-width: 0;
}

body.permalink #container {
  position: relative;
}

.back-to-blog {
  display: none;
  position: absolute;
  left: -64px;
  margin-top: 0;
}

body.permalink .back-to-blog {
  display: inline-block;
}

@media screen and (max-width : 640px) {
  #jy-root {
    padding-top: 105px;
  }

  #jy-header {
    padding: 10px 0;
    min-width: 0;
  }

  h4 {
    font-size: 2.0em;
  }

  #container .back-to-blog {
    display: none;
  }
}

