/* Reset. */

html, body {
  height: 100%;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
  line-height:1;
  position: relative;
}


* {
  margin: 0;
}

/* Layout */

#content {
  margin-left: 4%;
  margin-right: 4%;
  width: 92%;
}

#lightbox {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50;
  display: none;
  cursor: pointer;
}

#lightbox img {
  -moz-box-shadow: 0 0 20px 5px #000;
}

.project {
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 29.333333%;
}

.project .thumb {
  background-color: #000;
  width: 100%;
  margin: 0 0 8px 0;
}

.project .thumb img {
  width: 100%;
  border-top: 0px solid #555;
  border-bottom: 0px solid #555;
  cursor: pointer;
}

.project p {
  min-height: 80px;
}

.project p, .project .links {
  font-size: 0.9em;
  line-height: 1.3em;
}

.project .links {
  margin-top: 10px;
  text-align: left;
}

.project .links a {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 21px;
  margin-right: 2em;
  color: #FFF;
}

.project .links a:hover {
  text-decoration: underline;
}

.links a.code {
  background: url(../images/code_icon.png) top left no-repeat;
}

.links a.site {
  background: url(../images/site_icon.png) top left no-repeat;
}

.double {
  width: 62.6666666% !important;
}

.double .thumb {
  width: 100%;
  margin: 0 0 8px 0;
}

.double .thumb img {
  width: 100%;
}

/* Styling */

body {
  background-color: #0d171a;
  color: #fff;
  font-family: "Lucida Grande", Arial, sans-serif; 
}

h1, h2 {
  font-family: Vegur, "Lucida Grande", Arial, sans-serif; 
}

h1 {
  font-size: 1.85em;
  padding: 5px 0 5px 45px;
  background: url(../images/polaroid.png) 0px 2px no-repeat;
  margin: 80px 2% 60px 2%;
}

h1 span.extra-info {
  color: #83b5d1;
}

h2 {
  font-size: 1.1em;
  margin-bottom: 14px;
}

a {
  color: #83b5d1;;
}

@font-face {
  font-family: Vegur;
  src: url(../fonts/vegur-b.otf);
}