/******
caseygunschel.com
Adaptive CSS styling
Author: Erica Dreisbach
Author URL: ericadreisbach.com
boom kaboom.
*******/
@media screen and (max-width: 1001px) {
  .wrapper {
    width: 94%;
    padding: 0 3%; } }
@media screen and (max-width: 680px) {
  #top {
    background: url("../img/top-bg.jpg") no-repeat center center; }

  #page {
    background: url("../img/page-bg.jpg") repeat; }

  .social-icon {
    display: none; }

  #nav #nav-slim-button {
    width: 2em;
    height: 2em;
    background: #666;
    display: block;
    float: right;
    margin-top: .5em;
    position: relative;
    z-index: 9999; }
    #nav #nav-slim-button div {
      height: 4px;
      width: 80%;
      display: block;
      background: #fff;
      margin: 5px auto; }
  #nav #nav-slim-button:hover {
    background: #888; }
  #nav ul {
    display: none;
    width: 32%;
    background: #111;
    padding: 0 2% 0 0;
    position: absolute;
    top: 3em;
    right: 0; }
    #nav ul li {
      display: block;
      float: none;
      padding: 0; }
      #nav ul li a {
        width: 100%;
        display: block;
        padding: 0 1em 0;
        text-indent: .4em; }
      #nav ul li a:hover {
        background: #333; }

  #press-thumbs .well {
    width: 47%; } }
@media screen and (min-width: 681px) {
  #top {
    background: url("../img/top-bg.jpg") no-repeat center center; }

  #page {
    background: url("../img/page-bg.jpg") repeat; }

  #nav-slim-button {
    display: none; }

  #nav ul {
    padding-right: 1.1em; }
    #nav ul li a {
      padding: 1em .4em; }

  #press-thumbs .well {
    width: 30%; }

  .social-icon {
    display: block;
    float: right;
    padding-top: .6em;
    padding-right: .6em; }
    .social-icon span.genericon-pinterest:before {
      font-size: 1.3em; }
    .social-icon span.genericon-facebook-alt:before {
      font-size: 1.4em; } }
@media screen and (min-width: 1001px) {
  .wrapper {
    width: 1000px; } }
