@font-face {
  font-family: 'Aurulent';
  src: url('AurulentSans-Regular-webfont.eot');
  src: local('☺'), url('AurulentSans-Regular-webfont.woff') format('woff'), url('AurulentSans-Regular-webfont.ttf') format('truetype'), url('AurulentSans-Regular-webfont.svg#webfont18nXzLYS') format('svg');
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  font: normal 14px "Aurulent", Helvetica, Arial, sans-serif;
  background: #323e42 url("../images/bg.png") repeat; }
a {
  font-size: 18px;
  text-decoration: none;
  vertical-align: -2px;
  color: #5a6c73; }
a:hover {
  opacity: .7;
  text-decoration: underline; }
a[href*="twitter"] {
  padding: 3px 1px 3px 32px;
  background: transparent url("../images/icons.png") 0 2px no-repeat; }
a[href*="github"] {
  padding: 3px 1px 3px 32px;
  background: transparent url("../images/icons.png") 0 -36px no-repeat; }
a[href*="flickr"] {
  padding: 3px 1px 3px 32px;
  background: transparent url("../images/icons.png") 0 -71px no-repeat; }

header {
  display: block;
  width: 480px;
  margin: 150px auto 0 auto; }
header h1 {
  height: 110px;
  padding: 0;
  margin: 0;
  text-indent: -8685px;
  background: transparent url("../images/logo.png") 30px 50% no-repeat; }
h1 {
  padding-left: 30px;
  font-size: 22px;
  font-weight: normal;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .5);
  color: #807d53; }
nav {
  display: block;
  width: 480px;
  margin: 0 auto; }
ul { margin: 0 0 0 40px; }
li {
  padding: 5px 0;
  margin: 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .5);
  line-height: 170%;
  color: #807d53; }
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .6); }
  img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    padding: 15px 15px 45px 15px;
    background: #ffffff; }
