body {
  background: white;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
#everything {
  padding-top: 65px;
}
#everything.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
#top_bar {
  z-index: 100;
  position: fixed;
  top: 0px;
  height: 65px;
  color: rgba(0, 0, 0, 01);
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  transition: 200ms background-color, 200ms color, 300ms top;
  border-width: 0px 0px 1px 0px;
  border-color: #eee;
  border-style: solid;
  line-height: 65px;
  padding: 0px 10px;
  background: white;
  width: 100%;
  display: flex;
}
#top_bar.up {
  top: -65px;
}
#top_bar #filler {
  flex-grow: 1;
}
#top_bar #top_links {
  vertical-align: middle;
  white-space: nowrap;
  opacity: 0.6;
}
h1 {
  vertical-align: middle;
  font-size: 45px;
  margin: 0px;
  font-family: 'Seaweed Script', cursive;
  display: flex;
  align-items: center;
}
h1 a, h1 a:active, h1 a:visited, h1 a:focus, h2 a, h2 a:active, h2 a:visited, h2 a:focus {
  background-image: none;
  color: inherit;
  text-decoration: none !important;
}
#everything.index_page h2:not(.index_h2) {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
  background-repeat: repeat-x;
  background-position: 0 24px;
  background-size: 2px 2px;
}
td#top_links a {
  background-image: none;
}
p.paginate {
  text-align: center;
  opacity: 0.44;
}
.width_container p {
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.width_container p:not(.custom_color_text p) {
  color: rgba(0, 0, 0, 0.75);
}
.width_container > *.starts_with_double_quote {
  text-indent: -0.43em;
}


p.nicey {
  line-height: 1.4;
  text-align: center;
  font-size: 32px;
  padding: 0px;
  transition: margin 100ms;
  font-style: italic;
  
}
h2 {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-left: -1.8px;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 18px;
}
h3 {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  margin-left: -1.8px;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 18px;
}

code {
  color: inherit;
  font-family: "Consolas", "Inconsolata", "Monaco", "Courier new", monospace;
  background-color: inherit;
}

div.post_tags {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  clear: both;
  text-align: right;
  opacity: 0.4;
  text-transform: uppercase;
}

.disqus_bottom_hider {
  background: white;
  margin-top: -60px;
  height: 60px;
  position: relative;
}

/* This is just for the Disqus hider: */
@media (max-width: 537px) {
  .disqus_bottom_hider {
    height: 230px;
    margin-top: -230px;
  }
}      

p.read_more_container {
  background: url(http://evilcorp.blog.ram.rachum.com/images/hiding-background.png);
  background-size: auto 100%;
  text-align: center;
  margin-top: -20ex;
  position: relative;
  bottom: 2ex;
  height: 20ex;
  color: #57ad68;
  font-size: 200%;
  text-shadow: 0.0em 0.0em 0.3em white;
  z-index: 50;
  padding-top: 14ex;
}
p.read_more_container a {
  text-decoration: none;
  background: none;
  padding: 15px;
  background: white;
  border-radius: 40px;
}

p.read_more_container a:visited, p.read_more_container a:active {
  color: #57ad68;
}
p.read_more_container a:hover {
  border: thin solid #57ad68;
}
blockquote {
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  border-left: none;
  background: url('http://evilcorp.blog.ram.rachum.com/images/quote.png') no-repeat top left;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .01rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
p.nicey {
  margin: 48px;
}
pre.push_left code {
  /* Because Shpaml makes all these space indentation in a `pre`, we push 
     it back left to compensate. */
  position: relative;
  left: -7ex;
}
#bio td {
  padding: 10px;
}
td#bio_picture {
  vertical-align: top;
}
#bio_date {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  letter-spacing: .02em;
  padding-bottom: 5px;
}
#bio_name {
  font-size: 16px;
  color: #57ad68;
  text-decoration: none;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
}
#bio_description p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.44);
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#bio_description a {
  text-decoration: underline;s
}
  
img.left_image {
  float: left;
  margin: 15px;
}      
img.right_image {
  float: right;
  margin: 15px;
}      
div.center_image_container img {
  max-width: 90%;
}      

.band_image_container {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  display: table;
  width: 100%;
  margin: 15px 0px;
}
.band_image_container:first-child {
  margin-top: 0px;
}

.middle_table_cell {
  display: table-cell;
  vertical-align: middle;
}

#share_box {
  position: relative;
  background: #f8f8f8;
  box-shadow: 0px 0px 6px #ccc;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}

#share_box ul  {
  padding: 0px;
}

#share_box ul li {
  list-style: none;
  margin-bottom: 20px;
}

#subscribe_box {
  position: relative;
  background: #f8f8f8;
  box-shadow: 0px 0px 6px #ccc;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

#subscribe_box ul  {
}

#subscribe_box ul li {
  margin-bottom: 20px;
}
#subscribe_box p {
  margin-bottom: 20px;
}
#subscribe_box ul li a {
  text-decoration: underline;
}

@media (max-width: 749px) {
  .width_container > *:not(.width_breaker) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .width_container > h2 {
    margin: 24px 5px;
  }
  .width_container > p.nicey {
    margin: 48px 5px;
  }
  .width_container p {
    font-size: 20px;
    line-height: 1.4;          
  }
  .width_container > div.center_image_container {
    margin: 10px auto;
    width: auto;
    text-align: center;
  }
  .small_hidden {display: none;}
  pre {
    font-size: 50%;
    padding: 0px !important;
  }
  h2 {
    font-size: 30px;
  }
  p.paginate {
    font-size: 18px;
  }  
}
@media (min-width: 750px) and (max-width: 999px) {
  .width_container > *:not(.width_breaker) {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .width_container > h2, .width_container > p.nicey {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .width_container > div.center_image_container {
    margin: 20px auto;
    width: auto;
    text-align: center;
  }
  .medium_hidden {display: none;}
}
@media (min-width: 1000px) {
  .width_container > *:not(.width_breaker) {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .width_container > h2, .width_container > p.nicey {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .width_container > div.center_image_container {
    margin: 20px auto;
    width: auto;
    text-align: center;
  }
  .big_hidden {display: none;}
}
