/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Import Supersized plugin CSS */
@import url("supersized.css");

/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Styles */

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}
  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: Arial, Helvetica, sans-serif;
	color: #333;
}
  h1 {
	font-size: 28px;
	font-weight: 300;
  }
  h2 {
	font-size: 24px;
	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;
  }



.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: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    padding-top: 80px;
    line-height: 100%;
  }
  .circle p {
    text-transform: uppercase;
    color: #fff;
    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;
        }


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: #09C;
  }
  .exif {
    width: 100%;
  }
    .exif th {
	font-family: Georgia, serif;
	font-size: 14px;
	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;
}



.meta {
}
  .meta li {
	list-style: none;
	font-family: Georgia, serif;
	font-size: 14px;
	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;
    }


.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 {
    }


/* 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;
  }

  .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;
    }
