/* Import "Lora" font from Google fonts */
@import url(http://fonts.googleapis.com/css?family=Lora:400,700);


.google-maps {
  position: relative;
  padding-bottom: 35%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 1100px !important;
  text-align: center !important;
  margin: 20px auto;
}

  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

html, body {
  max-width: 1200px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fbf3e8;
}

body {
  margin: 0;
  font: 100% 'Lucida Console',Monaco,'Courier New',Courier,monospace;
  color: #222;
}

.columns {
  overflow: hidden;
}

.left-column, .right-column {
  float: left;
  width: 50%;
}

.right-column {
  float: right;
}

#content {
  margin: 0 24px;
}

  #content p a {
    word-wrap: break-word;
  }

h1, h2 {
  font-family: "PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #A4A4A4;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.36em;
  font-size: 2.26em;
  text-shadow: 0 1px 1px #FFF;
}

h2 {
  margin-bottom: 0.416em;
  font-size: 1.667em;
}

p, ul, dl {
  margin-bottom: 1.5em;
  line-height: 1.625em;
}

ul {
  list-style: circle;
  padding-left: 1.3em;
}

a {
  color: #D23600;
  text-decoration: none;
}

  a:hover, a:focus, a:active {
    color: #980000;
  }

#themes, #source {
  margin: 1em .5em 0 .5em;
  border: 1px solid;
  border-color: #ebe3d9;
  border-color: rgba(0,0,0,0.04);
  padding: 2.5%;
  background: #f4ece1;
  background: rgba(255,255,255,0.95);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #000;
}

  #themes p:last-child {
    margin-bottom: 0;
  }

  #themes select {
    display: block;
  }

  #themes label {
    margin-left: 0.3em;
  }

  .right-column h2, .left-column h2, #themes h2 {
    margin-top: 0;
  }

.right-column h3 {
  font-size: 1em;
  font-weight: normal;
}

dl.docs-terms dt {
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

dl.docs-terms dd {
  margin: 0 0 1.5em 1.3em;
}

dl.docs-arguments {
  margin: 0 0 0 1.3em;
}

  dl.docs-arguments dt, dl.docs-arguments dd {
    margin: 0;
  }

pre.sh_sourceCode {
  border: 1px solid;
  border-color: #e1ddd8;
  border-color: rgba(0,0,0,0.10);
  padding: 0.5em;
  background: #f9f5f0;
  background: rgba(255,255,255,0.5);
  overflow: auto;
  min-width: 0;
  font: 0.89em 'Lucida Console',Monaco,'Courier New',Courier,monospace;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

code {
  background: #f9f5f0;
  background: rgba(255,255,255,0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

kbd {
  /* Thanks to: https://github.com/michaelhue/keyscss */
  display: inline;
  display: inline-block;
  min-width: 1em;
  padding: .2em .3em;
  font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
  text-align: center;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #555;
  background-image: -moz-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(70,70,70)),color-stop(100%,rgb(90,90,90)));
  background-image: -webkit-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
  background-image: -o-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
  background-image: -ms-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
  background-image: linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
  color: #fff;
  text-shadow: -1px -1px 0 rgb(70, 70, 70);
  -moz-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
}

.pagination {
  text-align: center;
}

  .pagination a {
    margin: 1em 0.5em 0 0.5em;
    display: inline-block;
    border: 1px solid #dad3c9;
    border-color: rgba(0,0,0,0.10);
    padding: 0.111em 0.666em;
    text-decoration: none;
    color: #1675A1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

    .pagination a:hover, .pagination a:focus, .pagination a:active {
      color: #d23600;
    }

#col1, #col2 {
  float: left;
  width: 48%;
  background-color: #585858;
  color: #F2F2F2;
  margin: .5em 0 0 .5em;
  border: 1px solid;
  border-color: #ebe3d9;
  border-color: rgba(0,0,0,0.04);
  padding: .5%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
  text-decoration: none;
}

  #col1 a, #col2 a {
    color: #F7F8E0;
  }

@media screen and (max-width: 640px) {
  body {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 100%;
  }

  .left-column, .right-column {
    float: none;
    width: auto;
  }


  #col1, #col2 {
    float: none;
    width: auto;
    background-color: #585858;
    color: #F2F2F2;
    margin: .5em 0 0 .5em;
    border: 1px solid;
    border-color: #ebe3d9;
    border-color: rgba(0,0,0,0.04);
    padding: 2.5%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
    text-decoration: none;
  }

  #content {
    margin: 0;
    padding: 0 5px;
  }

  #themes, #source {
    margin-left: 0;
    margin-right: 0;
  }
}
