@font-face {
  font-family: "Ubuntu Mono";
  src: url("http://www.gwenbell.com/fonts/UbuntuMono-R.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("http://www.gwenbell.com/fonts/UbuntuMono-RI.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("http://www.gwenbell.com/fonts/UbuntuMono-B.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("http://www.gwenbell.com/fonts/UbuntuMono-BI.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
.container {
  padding-top: 4em;
  padding-bottom: 4em;
}
img {
  max-width: 100%;
}
body {
  background: #fff;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
}
p,
li {
  font-family: 'Open Sans', sans-serif, Verdana;
  font-size: 1.1em;
}
pre {
  margin-bottom: 1em;
}
blockquote {
  font-family: 'Open Sans', sans-serif, Verdana;
  font-weight: 400;
}
table tfoot th,
table tbody th {
  border-top: 1px solid #353534;
}
footer {
  padding-bottom: 30px;
}
.row-fluid > .span-fixed-sidebar {
  margin-left: 290px;
}
a,
a:link {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #515151;
}
.stream p:first-child {
  font-size: 2em;
}
.centered {
  margin-bottom: 3em;
  padding-top: 5em;
  text-align: center;
}
.container-main {
  padding-top: 60px;
}
.date {
  color: #666;
}
.status {
  color: #666;
}
.mark {
  font-family: 'Source Sans Pro', sans-serif, Verdana;
  font-weight: 400;
  font-size: 1.1em;
  background-color: #ffeaaf;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.profile {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 1px 3px 3px #ddd;
}
.navbar {
  background: #313131;
  width: 100%;
  position: fixed;
  z-index: 1000;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: 1px 3px 3px #ddd;
}
.navbar-top {
  top: 0;
  border-bottom: 1px solid #272727;
}
.navbar-bottom {
  bottom: 0;
  border-top: 1px solid #272727;
}
.navbar p,
.navbar li {
  margin: 0;
  padding: 0;
}
.navbar li {
  float: left;
  padding-left: 1em;
  padding-right: 2em;
}
.navbar a {
  text-decoration: none;
  color: #e0e0e0;
  font-weight: 400;
}
.navbar a:hover {
  color: #f5f5f5;
}