/* General */

a {
  color: #111;
}
a:hover {
  color: #111;
}
body {
  font-family: 'Georgia';
  font-size: 13px;
}
body p, body li {
  color: #888;
  line-height: 1.8em;
}
h1, h2, h3, h4 {
  font-weight: normal;
}

hr {
/*  border-width: 1px;
  border-color: #DDD;*/
}

/* Default */

#site {
  margin: 0 60px 60px 60px;  
}
#canvas {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
header {
  margin: 150px 0 50px 0;
}
#first {
  text-align: center;
  font-family: 'Andrade Pro';
  font-size: 35px;
  margin-bottom: 30px;
}
#first a:hover {
  text-decoration: none;
}
#second {
  margin-bottom: 50px;
  letter-spacing: 3px;
  font-family: 'Varela Round';
  text-transform: uppercase;
  color: #DDD;
  font-size: 12px;
  text-align: center;
}
#menu {
  width: 100%;
  text-align: center;
}
#menu ul {
  padding: 0 50px 0 50px;
  background-color: white;
  display: inline-block;
  width: auto;
  margin: auto;
  list-style: none;
  list-style-image: none;
}
#menu li {
  float: left;
  position: relative;
}
#menu li + li {
  margin-left: 30px;
}
#menu ul a {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #FFF;
}
#menu ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #DDD;
  color: #444;
}
#menu .thispage a {
  border-bottom: 2px solid #DDD;
  color: #444;
}
#menudivider {
  margin-top: -19px;
  border-bottom: 2px solid #DDD;
}
.paginator {
  border-bottom: 2px solid #DDD;
  border-top: 2px solid #DDD;
  padding: 10px 0 10px 0;
}
.paginator a {
  font-family: "Varela Round";
  padding: 0 20px 0 20px;
  background-color: white;
  display: inline-block;
  /*width: 30%;*/
}
.paginator .next {
  /*width: 50%;*/
  text-align: right;
  float: right;
}

/* Posts */
/* .post + .post */
.post {
  margin-bottom: 100px;
}
.post .title {
  font-family: 'Georgia';
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}
.post h1:not(.title) {
  text-transform: uppercase;
  font-family: 'Varela Round';
  font-size: 14px;
}
.post:not([class*="big-"]) {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[class*="big-"] {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.big-quote blockquote {
  border: none;
}
.big-quote blockquote p {
  font-family: "Playfair Display";
  line-height: 1.5em;
  letter-spacing: 1px;
  font-size: 36px;
  color: #121212;
  font-style: italic;
}
.big-quote blockquote p:before {
  content: "“";
}
.big-quote blockquote p:after {
  content: "”";
}
.date {
  font-style: italic;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
blockquote p {
  font-size: 13px;
  /*font-family: "Playfair Display";*/
  font-style: italic;
}
code, pre {
  font-family: "Menlo", "Monaco", "Consolas", monospace;
  font-size: 12px;
}
pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.post-tags {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.post-tags ul {
  padding: 0 20px 0 20px;
  background-color: white;
  display: inline-block;
  width: auto;
  margin: auto;
  list-style: none;
  list-style-image: none;
}
.post-tags li {
  float: left;
  position: relative;
}
.post-tags li + li {
  margin-left: 10px;
}
.post-tags a {
  font-family: "Varela Round";
  text-transform: uppercase;
  font-size: 11px;
}
[class^="icon-"] {
  opacity: 0.5;
}
.carousel {
  overflow: hidden;
}
.carousel-controls {
  font-family: "Verdana";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 50px;
  padding-top: 30%;
  height: 100%;
  width: 30%;
  border: none;
  opacity: 0;
  font-size: 80px;
  font-weight: 100;
  text-align: left;
}
.carousel-controls:hover {
  opacity: 0.4;
  color: white;
  text-decoration: none;
}
.carousel-controls.left {
  display: none;
}
.carousel-controls.right {
  text-align: right;
  left: auto;
  right: 0;
}

/* Music Player */
.audio {
  margin-left: 3px;
}
.music-bar {
  position: relative;
  height: 25px;
  overflow: hidden;
}
.music-time {
  z-index: -1;
  background-color: #EEE;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 100%;
  margin-left:-650px;
}