/* Common styles */
a {
  color: #2879d0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #2268b2;
}

blockquote {
  font-size: 16px;
  border-left: 10px solid #e9e9e9;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
}

body {
  height: 100%;
  font-size: 15px;
  line-height: 1.5; 
  background: #fafafa url('../images/skin-body.jpg') 0 0 repeat;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'serif';
  font-weight: 400;
  color: #666;
}

pre code {
  padding: 5px 10px 5px 20px;
  margin-bottom: 5px;
}

code {
  font-family: 'Monaco', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Terminal', 'monospace';
  color: #222;
  background-color: #f2f8fc;
  font-size: 13px;
  display: inline-block;
  padding: 3px 7px;
  outline: solid 1px #cccccc;
}

em {
  font-style: italic;
}

dl dd {
  font-style: italic;
  font-weight: 100;
}

footer, push {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 13px;
  color: #aaa;
}

footer a {
  color: #666;
}

footer a:hover {
  color: #444;
}

form {
  background: #f2f2f2;
  padding: 20px;
  
}

h4:before {
  content: '////';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -2.8em;
}

h5:before {
  content: '/////';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -3.2em;
}

h6:before {
  content: '//////';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -3.7em;
}

header {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  background: #2e7bcf url('../images/skin-header.jpg') 0 0 repeat-x;
  border-bottom: solid 1px #275da1;
  margin: 0;
}

header h1 {
  letter-spacing: -1px;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.2em;
  width: calc(100% - 200px);
}

header h2 {
  font-size: 26px;
  color: #9ddcff;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0;
}

hr {
  height: 1px;
  line-height: 1px;
}

kbd {
  padding: 0.1em 0.6em;
  border: 1px solid #CCC;
  font-size: 11px;
  font-weight: bold;
  background-color: #F7F7F7;
  color: #333;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #FFF inset;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 0.1em;
  text-shadow: 0px 1px 0px #FFF;
  line-height: 1.4;
  white-space: nowrap;
}

ol li {
  list-style: decimal inside;
  padding-left: 3px;
}

p {
  margin-bottom: 15px;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
  border: 1px solid #ebebeb;
}

td {
  border: 1px solid #ebebeb;
  text-align: center; 
  font-weight: 300;
}

th {
  font-weight: bold;
}

ul, ol, dl {
  margin-bottom: 20px;
}

ul li {
  list-style: disc inside;
  padding-left: 20px;
  padding-bottom: 5px;
}

/* Custom classes */
.big {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 30px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.clearfix {
  display: block;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

.inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

/* Layout styles */
#content-wrapper {
  border-top: solid 1px #fff;
  padding-top: 30px;
}

#main-content {
  width: calc(100% - 230px);
  float: left;
}

#main-content.full {
  width: 100%;
  float: center;
}

#main-content h1 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 2.8em;
  letter-spacing: -1px;
  color: #474747;
} 

#main-content h1:before {
  content: '/';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -0.9em;
}

#main-content h2 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #474747;
} 

#main-content h2:before {
  content: '//';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -1.5em;
}

#main-content h3 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #474747;
} 
 
#main-content h3:before {
  content: '///';
  color: #9ddcff;
  padding-right: 0.3em;
  margin-left: -2em;
}

#main-content h4 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 15px;
  font-weight: bold;
  color: #474747;
} 

#main-content h5 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: 14px;
  color: #474747;
} 

#main-content h6 {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-size: .8em;
  color: #474747;
}

#main-content img {
  max-width: 100%;
}

.footer, .footer a {
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #2e7bcf url('../images/skin-header.jpg') 0 0 repeat-x;
}

.footer div#icons {
  padding-top: 10px;
  padding-bottom: 5px;
}

.title {
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
  font-size: 46px;
  letter-spacing: -1px;
  color: #474747;
}

a.button {
  width: 134px;
  height: 58px;
  line-height: 1.2;
  font-size: 23px;
  color: #fff;
  padding-left: 68px;
  padding-top: 22px;
  font-family: 'Architects Daughter', 'Helvetica Neue', 'Helvetica', 'Arial', 'serif'; 
}

a.button small {
  display: block;
  font-size: 11px;
}

header a.button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url('../images/skin-github-button.png') 0 0 no-repeat;
}

/* #Media Queries
================================================== */

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

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inner {
    width: 740px;
  }

  header h1, header h2 {
    width: 340px;
  }

  header h1 {
    font-size: 60px;
  }

  header h2 {
    font-size: 30px;
  }

  #main-content {
    width: 490px;
  }

  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    content: none;
    padding-right: 0;
    margin-left: 0;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .inner {
    width: 93%;
  }
  
  header {
    padding: 20px 0;
  }

  header .inner {
    position: relative;
  }

  header h1, header h2 {
    width: 100%;
  }

  header h1 {
    font-size: 48px;
  }

  header h2 {
    font-size: 24px;
  }

  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    content: none;
    padding-right: 0;
    margin-left: 0;
  }

  header a.button {
    background-image: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    background-color: #9ddcff;
    color: #2879d0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;                     
    border-radius: 5px;    
  }

  header a.button small {
    font-size: 13px;
    display: inline;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
