/*******************************************************************************
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/*******************************************************************************
Theme Styles
*******************************************************************************/

html {
  font: 16px/1.5 "Myriad Pro", Calibri, Helvetica, Arial, sans-serif;
}

body {
  background: #212121;
  box-sizing: border-box;
  color: #373737;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 10px 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  border-bottom: 1px dotted #999999;
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 10px 0 15px 0;
}

footer p {
  color: #f2f2f2;
}

a {
  text-decoration: none;
  color: #007edf;
  text-shadow: none;

  -webkit-transition: color 0.5s ease;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: color 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -o-transition: color 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  -ms-transition: color 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
  transition: color 0.5s ease;
  transition: text-shadow 0.5s ease;
}

#main_content a:hover {
  color: #0069ba;
  text-shadow: #0090ff 0 0 2px;
}

footer a:hover {
  color: #43adff;
  text-shadow: #0090ff 0 0 2px;
}

.depGraph {
  position: relative;
   /* max-width: 739px; */
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 5px #ebebeb;
  -moz-box-shadow: 0 0 5px #ebebeb;
  -o-box-shadow: 0 0 5px #ebebeb;
  -ms-box-shadow: 0 0 5px #ebebeb;
  box-shadow: 0 0 5px #ebebeb;
}

code,
pre {
  width: 100%;
  color: #222;
  background-color: white;
  font: 14px/1 Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

code {
  padding: 3px;
  margin: 0 3px;
}

pre {
  padding: 10px;
  overflow: auto;
}

pre code {
  display: block;
  box-shadow: none;
}

/*blockquote {
  color: #666;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #bbb;
}*/

ul,
ol,
dl {
  margin-bottom: 15px;
  padding: 0;
}

ul > li {
  list-style: inside;
  padding-left: 20px;
}

ol > li {
  list-style: decimal inside;
  padding-left: 20px;
}

/*dl dt {
  font-weight: bold;
}

dl dd {
  padding-left: 20px;
  font-style: italic;
}

dl p {
  padding-left: 20px;
  font-style: italic;
}

hr {
  height: 1px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #999999;
}*/

table {
  border: 1px solid #373737;
  margin-bottom: 20px;
  text-align: left;
 }

th {
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  background: #373737;
  color: white;
 }

td {
  padding: 10px;
  border: 1px solid #373737;
 }

form {
  background: #f2f2f2;
  padding: 20px;
}

tr:nth-child(even) {
  background-color: #dedede
}


/*******************************************************************************
Full-Width Styles
*******************************************************************************/

.outer {
  width: 100%;
}

.inner {
  position: relative;
  max-width: 750px;
  padding: 20px 10px;
  margin: 0 auto;
}

/*#forkme_banner {
  display: block;
  position: absolute;
  top:0;
  right: 10px;
  z-index: 10;
  padding: 10px 50px 10px 10px;
  color: white;
  background: url("../img/blacktocat.png") #0090ff no-repeat 95% 50%;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}*/

#header_wrap,
#footer_wrap {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #373737), color-stop(0.6, #373737), color-stop(0.8, #212121));
  background-image: -webkit-linear-gradient(top, #373737 20%, #373737 60%, #212121 80%);
  background-image: -moz-linear-gradient(top, #373737 20%, #373737 60%, #212121 80%);
  background-image: -ms-linear-gradient(top, #373737 20%, #373737 60%, #212121 80%);
  background-image: -o-linear-gradient(top, #373737 20%, #373737 60%, #212121 80%);
  background-image: linear-gradient(top, #373737 20%, #373737 60%, #212121 80%);
}

#header_wrap .inner {
  padding: 50px 10px 30px 10px;
}

#project_title {
  margin: 0;
  color: white;
  font-size: 42px;
  font-weight: bold;
  text-shadow: #111 0 0 10px;
}

#project_tagline {
  color: white;
  font-size: 24px;
  font-weight: 300;
  background: none;
  text-shadow: #111 0 0 10px;
  border: none;
}

/*#downloads {
  position: absolute;
  width: 210px;
  z-index: 10;
  bottom: -40px;
  right: 0;
  height: 70px;
  background: url("../img/icon_download.png") no-repeat 0 90%;
}

.zip_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../img/sprite_download.png) no-repeat bottom left;
}

.tar_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../img/sprite_download.png) no-repeat bottom right;
  margin-left: 10px;
}

.zip_download_link:hover {
  background: url(../img/sprite_download.png) no-repeat top left;
}

.tar_download_link:hover {
  background: url(../img/sprite_download.png) no-repeat top right;
}*/

#main_content_wrap {
  background: #f2f2f2;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

#main_content {
  padding-top: 40px;
}



/*******************************************************************************
Small Device Styles
*******************************************************************************/

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }

  /*#downloads {
    display: none;
  }

  .depGraph {
    display: none;
  }*/

  .inner {
    min-width: 320px;
    max-width: 480px;
  }

  #project_title {
    font-size: 32px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  code,
  pre {
    min-width: 320px;
    max-width: 480px;
    font-size: 11px;
  }

}

@media screen and (max-width: 768px) {
  .depGraph {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
}