/*
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/


/* Documentation Styles
================================================== */
  div.container {
    padding-top: 60px; }

  /* Doc nav */
  nav {
    position: fixed;
    width: 160px; }
  #logo {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: bold; }
  nav ul {
    float: left;  }
  nav ul li {
    display: block;
    margin-bottom: 10px; }
  nav ul li a,
  nav ul li a:visited,
  nav ul li a:active  {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    font-weight: bold; }
  nav ul li a:hover,
  nav ul li a:focus {
    color: #000; }
  header h1 {
    font-size: 52px;
    line-height: 61px;
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; }
  hr.large {
    border: none;
    height: 8px;
    background: #ebebeb;
    margin: 10px 0; }
  div.doc-section {
    margin: 30px 0; }

  #whoami .row {
    padding: 30px 0 0; }

  .hidden-code a {
    font-size: 12px;
    color: #999; }
  .hidden-code>div {
    display: none; }


  /* Grid */
  #grid .column,
  #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px; }
  #grid .column:hover,
  #grid .columns:hover {
    background: #bbb;
    color: #333; }
  #grid .example-grid { overflow: hidden; }

  .post-button-note,
  .post-button-note a {
    font-size: 11px;
    color: #999; }

  #examples .four.columns a {
    text-decoration: none;
  }
  #examples .four.columns a:hover {
    text-decoration: underline;
  }

  ul.projects li{
      font-weight: bold; 
      font-size:18px;
  }
  
  .resize {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 80px;
    background: url(images/resize.png); }


  img {
    max-width: 100%;
    height: auto; }

  .gist-meta { display: none !important;}

  ul ul ul li { margin-bottom: 3px; }

  .twitter-share-button { margin-bottom: -18px; }

.carbonad,
.carbonad-image,
.carbonad-text,
.carbonad-tag {
  background: none !important;
  border: none !important;
  margin-left: 0 !important;
}
.carbonad-tag {
  margin-top: 6px !important;
  padding-top: 0 !important;
}
.carbonad-text {
  height: auto !important;
}
.carbonad-image {
  margin-top: 0 !important;
}


  /* Mobile */
  @media only screen and (max-width: 767px) {
    header h1 { font-size: 34px; line-height: 37px; }
    nav { position: relative; }
    nav ul,
    .carbonad {
        display: none;
    }
    #logo { text-align: left; }
    #examples .four.columns {
      padding-top: 30px;
    }
  }

  /* Mobile Landscape */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    nav ul {
      display: none;
    }
  }

  /* Non 960 */
  @media only screen and (max-width: 959px) {
    #logo {
      font-size: 21px;
      margin-bottom: 15px; }
    nav .button {
      padding: 9px 20px 11px; }
  }

  /* iPad Portrait/Browser */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    nav {
      width: 124px; }
  }

  /* Mobile/Browser */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape/Browser */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Anything smaller than standard 960 */
  @media only screen and (max-width: 959px) {}


  /* iPad Portrait Only */
  @media only screen and (min-width: 768px) and (max-width: 959px) and (max-device-width: 1000px) {}

  /* Mobile Only */
  @media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

  /* Mobile Landscape Only */
  @media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}

  /* Anything smaller than standard 960 on a device */
  @media only screen and (max-width: 959px) and (max-device-width: 1000px) {
    .resize { display: none; }
  }


