body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}

a {
  color: #307EA9;
}

ul {
  margin-left: 20px;
}

b, strong {
  font-weight: 600;
  color: #555;
}

li {
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
}

div.content ul li {
  list-style-type:none;
  font-size:16px;
  padding:1px 0 1px 0;
}

blockquote {
  color: #000;
  font-weight: 400;
  font-style: italic;
}

::selection {
  background-color: #2B2B2B;
  color: #eee;
}

.clear {
  clear: both;
}

.header {
  background-color: rgb(250, 250, 250);
  height: 25px;
  text-align: center;
  width: 100%;
  opacity: .9;
  position: fixed;
  top: 0;
}
  .logo {
    float: left;
    width: 325px;
    text-align: left;
  }
  .logo b {
    color: rgb(35,35,35);
  }
  .header a {
    color: rgb(55,55,55);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.1s ease-in;
    -webkit-transition: color 0.1s ease-in;
    font-weight: 100;
  }
  .header a:hover, .header a:hover b {
    color: rgb(75,75,75);
  }

  .menu {
    float: right;
    text-align: right;
    margin: 0;
    width: 275px;
  }
  .menu li {
    display: inline;
    padding-left: 10px;
  }
  .menu li a{
    font-size: 12px;
  }

  .social {
    margin: 0;
    padding-top: 2px;
  }
  .social li {
    display: inline;
  }

.container {
  width: 750px;
  margin: 0 auto;
}

.hero {
  background-color: #2B2B2B;
  background-size: cover;
  background-position:center;
  height: 150px;
  box-shadow: inset 0 0 30px rgba(0,0,0,.79);
}
div.message {
  line-height: 28px;
  margin-top:30px;
  padding: 10px;
  font-size: 16px;
}
.aside {
  margin-bottom: 25px;
  background-color: #eee;
  padding: 10px;
  font-size: 14px;
}

h1 {
  text-transform: uppercase;
  font-size: 26px;
  margin: 40px -30px 30px -30px;
  padding: 15px 30px 15px 23px;
  border-left: 7px solid #eee;
  font-weight: 400;
  color: #444;
}

  h2 {
    margin: 50px -30px 20px -30px;
    padding: 10px 30px 10px 25px;
    border-left: 5px solid #eee;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #444;
  }

  h2 a {
	text-decoration:none;
	border-bottom: solid 1px #307EA9;
  }

  h3 {
    margin: 50px -30px 20px -27px;
    padding: 15px 30px;
    border-left: 3px solid #eee;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    color: #444;
  }

.content {

}
  .content p, .content li {
	font-weight:300;
    font-size: 18px;
    line-height: 175%;
    margin: 25px 0;
	color: #545454;
  }
  .content img {
    margin: 0 -30px;
    max-width: 810px;
  }
  .content img.inline {
	margin: 0;
	max-width: 700px;
  }
  .content video {
    margin: 0 -30px;
    max-width: 810px;
  }
  .content pre {
    padding: 10px 20px;
    margin: 0 50px;
    background-color: #fbfbfb;
    border-radius: 5px;
    overflow: scroll;
  }
  .content code {
    color: #444;
    font-size: 13px;
    padding: 0 3px;
    overflow:scroll;
  }
  .content .when + p:first-of-type {
    display: inline;
  }
  .when {
    display: inline;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 5px;
    color: #999;
  }
  .content hr{
    border: 0;
    height: 6px;
    background-image: url('/images/hr.png');
    background-repeat: repeat-x;
    margin: 2em 3em;
  }
  .meta {
    margin: 75px -30px 25px -30px;
    padding: 30px;
    border-top: 1px solid #eee;
    color: #eee;
    text-align: center;
  }
  .meta a {
    font-size: 40px;
    color: #555;
    text-decoration: none;
    transition: color 0.25s ease-in;
    -webkit-transition: color 0.25s ease-in;
  }
  .meta a:hover {
    color: #307EA9;
  }
  .meta .block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 30%;
    padding: 0 10px;
  }
  .meta .block div {
    font-size: 12px;
  }
  .colophon {
    margin: 75px -30px -45px -30px;
    text-align: center;
  }
    .colophon .color, .colophon .typeface {
      width: 100px;
      display: inline-block;
      margin: 5px;
      text-align: right;
      font-size: 12px;
    }
    .colophon .typeface b {
      text-align: right;
      display: block;
      width: 100px;
      height: 19px;
      text-transform: uppercase;
      border-bottom: 1px solid #eee;
      color: #ccc;
    }

.listing {
  margin: 0 0 25px 0;
  padding: 0;
}
  .listing li {
    list-style-type: none;
    padding: 7px 5px;
    border-bottom: 1px solid #eee;
  }
  .listing span {
    padding-top: 3px;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
  }
.chart {
      min-width: 400px;
      height: 400px;
      margin: 0 auto;
    }
@media screen and (max-width: 830px) {
    ul.social  {
      display:none;
    }
    section.logo {
      width:40px;
    }
    ul.menu {
      width:50px;
    }
    .container {
      width:90%;
    }
    .chart {
      margin: 0 auto;
    }

}
