/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Import Supersized plugin CSS */
@import url("supersized.css");

/* Import Supersized plugin CSS */
@import url("jquery.fancybox-1.3.4.css");

/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Styles */

html {
	height: 100%;
}
body {
  font-family: "Myriad Pro", "Helvetica", sans-serif;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
  color: #666;
}
  body.color { 
    background: url("../img/gradient.png") center no-repeat;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  }

a, a:visited {
  color: inherit;
}
  a:hover {
    color: #333;
    text-decoration: none;
  }

h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
    color: #333;
}
  h1 {
    font-size: 30px;
    font-weight: 300;
  }
  h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
    text-decoration: none;
    color: inherit;
  }

hr {
  border-top: 1px solid #ebebeb;
  margin: 20px 0 35px 0;
  clear: both;
}

#container {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
}

.box {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
  .box p:last-child {
    margin-bottom: 0;
  }

.padding {
  padding: 30px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.auto, .quarter, .half, .full {
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
  .auto {
    float: none;
  }
  .quarter {
    width: 240px;
  }
  .half {
    width: 500px;
  }
  .full {
    width: 1020px;
  }

form {
}
  .field_half, .field_full {
      width: 220px;
      display: block;
      float: left;
  }
    .field_half {
      width: 220px;
      margin: 0 20px 20px 0;
    }
    .field_full {
      width: 460px;
      margin: 0 0 20px 0;
    }
  label {
    padding-bottom: 10px;
    display: inline-block;
  }
  input, .textarea {
    background-color: #f9f9f9;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  }
    input {     
      width: 200px;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
    }
      .no-boxshadow input {
        width: 198px;
        border: 1px solid #eee;
      }
    .textarea {
      padding: 10px;
    }
      textarea {
        background: transparent;
        border: none;
        width: 100%;
      }
      .no-boxshadow .textarea {
        border: 1px solid #eee; 
      }
    input.submit {
      width: auto;
      background-color: #333;
      color: #fff;
      padding: 0 20px;
      clear: both;
    }

.circle {
  width: 226px;
  height: 226px;
  background: url("../img/circle.png") no-repeat center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -113px 0 0 -113px;
  z-index: 10;
  float: left;
}
  .circle h1 {
    font-family: "League Gothic", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #a31717;
    text-shadow: 0 1px 2px #000;
    padding-top: 80px;
    line-height: 100%;
  }
  .circle p {
    text-transform: uppercase;
    color: #a31717;
    font-size: 14px;
    text-shadow: 0 1px 1px #000;
    margin: 5px 0;
  }

nav {
}
  nav ul {
  }
    nav li {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      -webkit-transform-origin: 0 20px; -moz-transform-origin: 0 20px; -ms-transform-origin: 0 20px; -o-transform-origin: 0 20px; transform-origin: 0 20px;
    }
      nav li a {
        height: 40px;
        line-height: 42px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 20px;
        display: inline-block;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        -webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;
      }
      nav a.white {
        background: #fff;
        color: #333;
      }
        nav a.white:hover {
          background: #eee;
        }
      nav a.black {
        background: #000;
        color: #ccc;
      }
        nav a.black:hover {
          background: #333;
        }
      nav span {
        display: inline-block;
        height: 1px;
        border-top: 1px solid rgba(0,0,0,0.2);
      }
      .no-csstransforms nav {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        margin: 150px auto 0 auto;
        text-align: center;
      }
        .no-csstransforms nav ul {
        }
          .no-csstransforms nav li {
            position: static;
            display: inline-block;
            margin: 10px 4px;
            width: auto;
          }
            .no-csstransforms nav li a {
              display: inline-block;
              margin-left: 0 !important;
              -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
            }
              .no-csstransforms nav li span {
                display: none;
              }

.title {
  line-height: 50px;
  padding: 10px 0;
  margin-bottom: 30px;
}
  .title .back {
    display: inline-block;
    width: 60px;
    height: 50px;
    border-right: 1px solid #ebebeb;
    background: url("../img/back.png") center no-repeat;
    text-decoration: none;
  }
    .title .back:hover {
      background-image: url("../img/back_hover.png");
    }
  .title h1, .title h2 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 30px;
    margin: 0;
  }
    .title h1 {
    }
      .title h1 a {
      }
        .title h1 a:hover {
          text-shadow: 0 1px 3px rgba(0,0,0,0.2);
        }
    .title h2 {
      padding-left: 30px;
      border-left: 1px solid #ebebeb;
    }
      .title h2 a {
        margin: 0 10px;
        color: #999;
      }
        .title h2 a.selected, .title h2 a:hover {
          color: #333;
        }

.thumb {
  position: relative;
  display: block;
}
  .thumb .hover {
    display: none;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
    .thumb .hover span {
      display: inline-block;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -18px 0 0 -18px;
      background: url("../img/hover.png") top left;
    }
      a.photo .hover span, a.view .hover span {
        background-position: 0px 0;
      }
      a.video .hover span {
        background-position: -36px 0;
      }
      a.audio .hover span {
        background-position: -72px 0;
      }
      a.link .hover span {
        background-position: -108px 0;
      }
      a.category .hover span {
        background-position: -144px 0;
      }
      a.info .hover span {
        background-position: -180px 0;
      }

aside {
  width: 220px;
}
  aside.left {
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ebebeb;
  }
  aside.right {
    float: right;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #ebebeb;
  }
  aside h2 {
    color: #999;
  }
  .exif {
    width: 100%;
  }
    .exif th {
      font-family: Georgia, serif;
      font-size: 12px;
      font-style: italic;
      font-weight: normal;
      color: #999;
      text-align: left;
    }
    .exif td {
      font-size: 12px;
      text-align: left;
    }
  img.left {
    float: left;
    margin: 0 30px 15px 0;
  }
  img.right {
    float: right;
    margin: 0 0 15px 30px;
  }

.main {
    float: left;
    width: 679px;
}

.portfolio {
}
  .portfolio li {
  }
    .portfolio h3 {
      padding: 20px 20px 15px 20px;
      margin: 0;
    }
    .portfolio p {
      padding: 0 20px;
    }
      .portfolio p:last-child {
        margin-bottom: 15px;
      }

.meta {
}
  .meta li {
      list-style: none;
      font-family: Georgia, serif;
      font-size: 12px;
      font-style: italic;
      line-height: 24px;
      background: url("../img/sprite.png") no-repeat top left;
      padding-left: 30px;
  }
    .meta .date {
      background-position: 0 0px;
    }
    .meta .discussion {
      background-position: 0 -24px;
    }
    .meta .tags {
      background-position: 0 -48px;
    }

.blog {
}
  .blog article {
    padding-bottom: 20px;
  } 
    .blog article h3 {
      float: left;
      padding: 20px;
      margin: 0;
    }
    .blog article .meta {
      float: right;
      padding: 20px;
    }
      .blog article .meta li {
        float: left;
        margin-left: 20px;
      }
    .blog article p {
      padding: 0 20px;
      margin-bottom: 5px;
      clear: both;
      text-align: justify;
    }

.blogpost {
  overflow: hidden;
}
  .blogpost .meta li {
    padding-left: 35px;
    margin-bottom: 10px;
  }

.comments {
}
  .comments ul {
  }
    .comments li {
      list-style: none;
      padding-bottom: 30px;
    }
      .comments .top {
        border: solid #ebebeb;
        border-width: 1px 0;
        height: 35px;
        margin-bottom: 20px;
      }
        .comments h3 {
          line-height: 35px;
          float: left;
          margin: 0 0 0 5px;
        }
        .comments .options {
          float: right;
          width: auto;
          margin-right: 5px;
        }
          .options li {
            float: left;
            margin: 5px 0 5px 20px;
            padding-bottom: 0;
          }  
            .options .date {
              background-position: 0 0px;
            }
            .options .reply {
              background-position: 0 -72px;
            }
      .comments .avatar {
        float: left;
      }
        .comments .avatar img {
          margin: 4px 20px 15px 0;
        }
      .comments p {
        margin-bottom: 5px;
      }
      .comments .reaction {
        padding-left: 80px;
      }

.map {
  height: 300px;
}

.contact {
}
  .contact_info {
  }
    .contact_info li {
    }
      .contact_info .location {
          background-position: 0 -96px;
      }
      .contact_info .phone {
          background-position: 0 -120px;
      }
      .contact_info .email {
          background-position: 0 -144px;
      }
  .social {
  }
    .social img {
    }

.contact_form {
}
  .contact_form form {
  }
    .contact_form p {
      display: inline-block;
      margin-left: 20px;
    }

.gallery {
}
  .gallery a {
    float: left;
  }
  .gallery img {
    float: left;
    display: inline-block;
    margin-right: 20px;
  }
    .gallery .last {
      margin-right: 0;
    }

/* Smaller screen */
@media all and (max-width: 1023px) {
  
  #container {
    width: 520px;
  }
  .full {
    width: 500px;
  }
    .full img {
      max-width: 500px;
    }
  .circle {
    width: 226px;
    height: 226px;
    background: url("../img/circle.png") no-repeat center;
    text-align: center;
    position: static;
    margin: 0 auto;
    z-index: 10;
    float: none;
  }
  nav, .no-csstransforms nav {
    position: static;
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
  }
    nav ul {
    }
      nav li {
        position: static;
        display: inline-block;
        margin: 10px 4px;
        width: auto;
        -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important;
      }
        nav li a {
          display: inline-block;
          margin-left: 0 !important;
          -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
          -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important;
        }
          nav li span {
            display: none;
          }
  aside.left, aside.right {
    float: none;
    border-width: 0 0 1px 0;
    width: auto;
    height: auto !important;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
  .main {
    float: none;
    width: auto;
    height: auto !important;
  }
  .gallery {
  }
    .gallery img {
      margin: 0 10px 10px 0;
      max-width: 215px;
    }
      .gallery a:nth-child(2n) img, .gallery img:nth-child(2n) {
        margin-right: 0;
      }
  .blogpost {
  }
    .blogpost .meta li {
      float: left;
      margin-right: 20px;
    }
  .title {
    display: block;
  }
    .title h2 {
      display: block;
      margin: 10px 10px 0 10px;
      padding: 10px 5px 5px 5px;
      border-left: none;
      border-top: 1px solid #ebebeb;
    }

}