html,
body,
div,
p,
ul,
ol,
li,
span,
a,
h1,
h2,
h3,
h4,
img,
figure {
  margin: 0px;
  padding: 0px;
  color: #363636;
  line-height: 1.8;
}
body {
  font-family: 'Fenix', serif;
  font-size: 20px;
}
html,
body,
#left {
  height: 100%;
}
.Clear {
  clear: both;
}
#left {
  float: left;
  left: 0px;
  top: 0px;
  width: 200px;
}
#left #logo {
  background-color: #BD0909;
  margin: 20px;
  padding: 34px 20px;
  color: white;
  font-size: 2em;
  line-height: 1.3;
}
#left #logo a {
  text-decoration: none;
  color: #FFF;
  line-height: 1.3;
}
#left .desc {
  margin: 20px;
  text-align: center;
}
#left .links {
  margin: 20px;
  text-align: center;
  font-size: 0.8em;
}
#left .links a {
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#left .links a:hover {
  text-decoration: underline;
}
#left .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
#right {
  margin-left: 200px;
}
#right #create {
  text-align: right;
  padding: 15px 0 0;
  margin: 0 50px;
}
#right #create a {
  background-color: #BD0909;
  color: white;
  padding: 3px 15px;
  text-decoration: none;
  display: inline-block;
}
#right #create a:hover {
  background-color: #D60B0B;
}
#right .post {
  color: #363636;
  border-bottom: 1px solid #e1e2e2;
  padding: 50px;
  overflow:hidden;
}
#right .post:last-child {
  border-bottom: 0px;
}
#right .post h2 {
  font-family: 'Fanwood Text', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 2em;
}
#right .post .content {
  width: 80%;
  float: left;
  max-width: 750px;
}
#right .post .content .body p {
  margin-bottom: 25px;
}
#right .post .content .body b {
  letter-spacing: 2px;
}
#right .post .engage {
  text-align: right;
  float: left;
  width: 15%;
  padding: 0px 2.5%;
}
#right .post .engage.fx {
  position: fixed;
  top: 20px;
  right: 0px;
  margin-right: 50px;
}
#right .post.stub {
    padding: 20px 50px;
}
#right .post.stub h2 {
    font-size: 1.5em;
}
#right .post.stub h2 a {
    text-decoration: none;
}
#right .post.stub h2 a:hover {
    border-bottom: 1px dashed #000;
}
@media (max-width: 1000px) {
  #left {
    float: none;
    height: auto;
    position: relative;
    width: auto;
    border-left: 0px;
  }
  #left #logo {
    margin: 10px;
    padding: 12px;
    text-align: center;
  }
  #left .desc {
    margin: 10px;
  }
  #right {
    margin-left: 0px;
  }
  #right .post {
    padding:10px 15px;
  }
  #right .post.stub {
    padding:10px 15px;
  }
  #right .post .content {
    width:100%;
  }
  .hide {
    display: none;
  }
}
