body {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  max-width: 982px;
  padding-top: 3em;
  margin: auto;
  padding: 2em 5%;
  background: #f7f7f7; }

a {
  color: #E84C68; }
  a img {
    border: none; }

hr {
  border: none;
  border-bottom: 1px solid #bbb; }

h1 {
  margin: 0;
  margin-top: 1.6em;
  padding: 0; }

h1, h1 a {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .1em;
  color: #565656;
  text-decoration: none; }

h2 {
  font-weight: normal;
  font-size: 1.25em;
  font-style: italic;
  margin: 0;
  padding: 0;
  color: darkgray; }

p {
  margin: 0; }

header h1, header h2 {
  white-space: nowrap;
  display: inline-block;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 5em;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 1px 1.5px 3px #f7f7f7, 0 0 0 #bbb;
  margin: 0;
  padding: 0;
  margin-right: 0.3em; }
  @media (max-width: 500px) {
    header h1, header h2 {
      font-size: 4em; } }
header h2 {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 2em;
  font-style: italic; }
  @media (max-width: 700px) {
    header h2 {
      display: none; } }

::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #5af;
  color: #fff;
  text-shadow: none; }

nav {
  margin: 0.5em 0; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      display: inline-block;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      padding: 0;
      margin: 0;
      margin-right: 1.5em; }
      nav ul li a {
        letter-spacing: 1.5px;
        color: #333;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        text-align: left; }
      nav ul li a.current {
        text-transform: uppercase; }

#login {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em; }

a.editlink, a.addlink {
  color: #E84C68 !important;
  text-decoration: none;
  transform: scale(1.5);
  display: inline-block; }

article {
  width: 100%;
  max-width: 982px;
  margin: 3em auto;
  margin-bottom: 0; }
  article img.banner {
    width: 100%; }
  article p {
    width: 85%; }
    @media (max-width: 500px) {
      article p {
        width: auto; } }

form label {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  padding: 0.5em; }
form table {
  line-height: 1.25;
  width: 100%;
  max-width: 700px; }
form td {
  padding-bottom: 10px;
  vertical-align: top;
  text-align: right; }
form td:last-child {
  width: 100%;
  text-align: left; }
form input[type=email], form textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1em;
  padding: 0.5em;
  margin: 0;
  background: #fff;
  border: 1px inset #ddd; }
form input:focus, form textarea:focus {
  outline: 1px solid #565656; }
form input, form textarea {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1em; }
form input[type=submit] {
  background: #565656;
  border: none;
  color: white;
  font-weight: bold;
  padding: 0.5em 2em;
  cursor: pointer;
  margin-bottom: 1em; }
form input[type=submit]:focus {
  outline: none; }
form input[type=submit]:active {
  position: relative;
  top: 1px;
  left: 1px; }

ul.blocks {
  padding: 0;
  margin: 0;
  margin-top: 3em;
  list-style: none; }
  ul.blocks li {
    vertical-align: top;
    box-sizing: border-box;
    padding: 0;
    margin-right: 4em;
    margin-bottom: 4em;
    width: 150px;
    height: 150px;
    display: inline-block;
    border: 1px solid #bbb;
    text-align: center;
    background-size: cover;
    background-position: center; }
    ul.blocks li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
    ul.blocks li a.addwork {
      font-size: 1.5em;
      text-decoration: none;
      color: #E84C68 !important; }

table.categories {
  border-collapse: collapse;
  width: 100%; }
  table.categories td:first-child {
    width: 1px; }
  table.categories td {
    padding: 2em;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #bbb; }
    table.categories td div {
      width: 150px;
      height: 150px;
      background-position: center;
      background-size: cover; }
    table.categories td img.default {
      border: 1px solid #bbb; }
    table.categories td h1 {
      margin: 0;
      padding: 0;
      margin-bottom: 0.5em; }
  @media (max-width: 500px) {
    table.categories td:first-child {
      display: none; } }

div.work_detail {
  text-align: center;
  margin-top: 3em; }
  div.work_detail div.image-container {
    position: relative;
    box-sizing: border-box;
    height: 500px;
    height: calc(100vh - 275px);
    min-height: 500px;
    width: 100%;
    margin-bottom: 5px;
    padding: 1em; }
    div.work_detail div.image-container div.image {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  div.work_detail a.previous, div.work_detail a.next {
    position: absolute;
    top: -2em;
    text-decoration: none; }
  div.work_detail a.previous {
    left: 0; }
  div.work_detail a.next {
    right: 0; }

div.message {
  position: relative;
  margin-bottom: 4em; }
  div.message a.addlink {
    position: absolute;
    top: 0;
    right: -1.5em;
    font-size: 1.5em; }
  div.message div.messageheader {
    margin-bottom: 1em; }
    div.message div.messageheader h1 {
      margin: 0; }
  div.message img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 2em; }
  div.message p {
    clear: both; }
  @media (max-width: 500px) {
    div.message {
      padding: 1em; } }

iframe {
  width: 100%;
  height: calc(100vh - 235px);
  border: 1px solid #bbb; }

/*# sourceMappingURL=main2.css.map */
