@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.5em;
  background-color: #f4f4f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong {
  font-weight: bold;
}
::selection {
  background: #5cc9e8;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #72d0eb;
  color: #ffffff;
  text-shadow: none;
}
body {
  float: left;
  width: 100%;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 40px;
}
html {
  background: #ffffff;
}
#projectInfo {
  float: left;
  width: 90%;
  padding: 0 5% 40px;
  margin: 0 0 30px 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e0e5e9;
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
}
#projectInfo h1 {
  float: left;
  width: 100%;
  color: #2f353e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 2.4em;
}
#projectInfo h2 {
  float: left;
  width: 100%;
  margin: 8px 0 10px 0;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #454e5b;
  font-weight: normal;
}
#projectInfo h2 a {
  color: inherit;
  text-decoration: underline;
}
#projectInfo h2 a:hover {
  color: #00aadd;
}
#projectInfo h3 {
  float: left;
  width: 100%;
  margin: 8px 0 0 0;
  font-size: 1.4em;
  font-weight: normal;
  color: #879aa9;
}
#projectInfo h3 a {
  color: #00aadd;
  text-decoration: underline;
}
#projectInfo h3 a:hover {
  text-decoration: underline;
  color: #0083aa;
}
.meta {
  float: left;
  width: 90%;
  margin: 0 5%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #879aa9;
  padding: 0 0 30px 0;
}
ul {
  float: left;
  width: 90%;
  margin: 0 5% 40px 5%;
  padding: 0;
}
ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  padding: 30px 0 0 0;
}
ul li:last-child {
  border-bottom: none;
}
ul li a {
  float: left;
  min-width: 30px;
  min-height: 30px;
  padding: 0px;
  background: #f4f4f5;
}
ul li a.edit {
  float: none;
  background: none;
  min-width: 0;
  color: #00aadd;
}
ul li a.edit:hover {
  text-decoration: underline;
}
ul li img {
  float: left;
  border: none;
  max-width: 100%;
}
ul li p {
  float: left;
  width: 100%;
  padding: 10px 0 30px 0;
  font-size: 1.4em;
  color: #879aa9;
}
ul li p strong {
  color: #2f353e;
  font-weight: 500;
}
