@import 'octicons.css';

/*------------------------------------------------------------------------------
     Global Documentation Styles
------------------------------------------------------------------------------*/

body {
  font: 13px/1.4em "Helvetica Neue", arial,freesans,clean,sans-serif;
  background-color: #fff;
  color: #393939;
}

p {
  margin: 1em 0;
}

h1 {
  font-size: 20px;
  padding: .5em 0;
  margin: 2em 0 1em;
  font-weight: normal;
}

body:not(.enterprise) .enterprise-only {
  display: none;
}
body.dev-mode .enterprise-only {
  border: 3px solid red;
}
body.dev-mode .not-enterprise {
  border: 3px dashed blue;
}
body.dev-mode.enterprise .not-enterprise {
  display: none;
}

.content h1 {
  font-weight: 300;
  -webkit-backface-visibility: hidden;
  font-size: 36px;
  margin: 0em 0 0.5em;
  position: relative;
  line-height: 30px;
}

.header-anchor {
  position: absolute;
  left: -32px;
  top: 0;
  opacity: 0;
  padding: 0 5px 0 10px;
  height: 100%;
  width: 20px;
  font: normal normal 16px/20px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  color: #333;

  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

h1 .header-anchor {
  line-height: 55px;
}

.content h1:hover .header-anchor, .content h2:hover .header-anchor, .content h3:hover .header-anchor, .content h4:hover .header-anchor, .header-anchor:hover {
  opacity: 1;
  text-decoration: none;
}

.header-anchor:before {
  content:'\f0c1';
  font-family: 'FontAwesome';
  font-size: 16px;
}

h2 {
  font-size: 22px;
  color: #333;
  margin: 2em auto 1em;
  position: relative;
  font-weight: 300;
}

.library-list h1 {
  margin: 20px 0 20px;
  padding: 20px 0 20px;
}

.library-list h2 {
  margin-bottom: -17px;
  margin-left: 0px;
  font-size: 16px;
  max-width: 190px;
}

.library-list ul {
  margin-bottom: 40px;
  list-style: none;
}

.library-list ul li {
  padding-left: 200px;
  padding-right: 200px;
  font-size: 14px;
}

.change h2, .sidebar-shell h2 {
  margin: 1.2em 0 1em;
}

.change > .title {
  line-height: 1.4em;
  margin: 1.2em 0 0px;
  padding-left: 0;
  font-size: 30px;
}

h2 span.step {
  color: #666;
}

h3 {
  font-size: 14px;
  color: #333;
  margin: 1.5em 0 .5em;
  position: relative;
}

h4 {
  margin: 1em 0;
  position: relative;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 13px;
  color: #666;
}

a {
  color: #4183C4;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration:underline;
}

blockquote {
  margin:0 -5px;
  padding: 0px 20px;
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

dd + dd {
  margin-bottom: 0;
}

a img {
  border: 0px;
}

.button, .button-secondary {
  background-color: #297fc7;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
}

.button:hover {
  text-decoration: none;
  background-color: #3088d0;
}

.button-secondary {
  background-color: #738797;
  font-size: 15px;
  padding: 12px;
  -webkit-backface-visibility: hidden;
}

.button-secondary:hover {
  text-decoration: none;
  background-color: #7e909e;
}

.rss-subscribe {
  display: block;
  padding: 15px 14px 16px 47px;
  background: url(/images/feed-icon.png) 10px center no-repeat;
  color: #444;
  font-size: 13px;
  text-decoration: none;
}

.rss-subscribe:hover {
  background-color: #f4f4f7;
  text-decoration: none;
}

.facebook-subscribe {
  display: block;
  padding: 15px 14px 16px 47px;
  background: url(/images/facebook-icon.png) 10px center no-repeat;
  color: #444;
  font-size: 13px;
  text-decoration: none;
}

.facebook-subscribe:hover {
  background-color: #f4f4f7;
  text-decoration: none;
}

.twitter-subscribe {
  display: block;
  padding: 15px 14px 16px 47px;
  background: url(/images/twitter-icon.png) 10px center no-repeat;
  color: #444;
  font-size: 13px;
  text-decoration: none;
}

.twitter-subscribe:hover {
  background-color: #f4f4f7;
  text-decoration: none;
}

/********************/
/*  Form elements   */
/********************/

label, input, button, select, textarea {
    font-size: 14px;
    line-height: 1.4
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer
}

label.error {
    font-size: 13px;
    font-weight: normal;
    cursor: auto;
    color: #c44
}

label small {
    font-weight: normal;
    color: #999
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 7px 9px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input, .uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(66, 129, 202, 0.7);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 129, 202, 0.3)
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"], input[type="image"], input[type="submit"],
input[type="reset"], input[type="button"], input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select, input[type="file"] {
    height: 36px;
    line-height: 36px
}

select {
    border: 1px solid #ccc;
    background-color: #fff
}

select[multiple], select[size] {
    height: auto
}

.form-field-error {
    color: #bd2c00;
    font-size: 13px;
    text-shadow: 0 1px 1px #FFF
}

.radio, .checkbox {
    min-height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: normal
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-top: 3px;
    margin-left: -20px
}

.checkbox-btn {
    display: inline-block;
    padding: 7px 12px;
    font-weight: normal;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(#fff, #f9f9f9);
    background-image: -webkit-linear-gradient(#fff, #f9f9f9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f9f9f9')";
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.checkbox-btn input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 8px
}

.form-actions {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5
}

.form-actions p {
    line-height: 35px
}

.inline-fields label, .inline-fields input {
    margin-bottom: 0
}

.inline-fields label {
    display: inline-block
}

.inline-fields input {
    width: auto
}

.input-group {
    display: table;
    margin-bottom: 7px;
    width: 100%
}

.input-group:after {
    content: "";
    display: table;
    clear: both
}

.input-group input, .input-group .input-group-button {
    display: table-cell
}

.input-group input {
    border-radius: 4px 0 0 4px;
    margin-bottom: 0;
    width: 100%
}

.input-group .input-group-button {
    width: 1%
}

.input-group button {
    border-radius: 0 4px 4px 0;
    margin-left: -1px
}

.form-note {
    font-size: 12px;
    color: #999;
    margin: -5px 0 15px
}

label .note {
    color: #777;
    display: block;
    font-weight: normal;
    margin: 5px 0 10px 16px
}

.form-extras {
    display: none
}

[class^="btn"] {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -webkit-linear-gradient(#fff, #eee);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee')";
    background-repeat: repeat-x;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    vertical-align: middle
}

[class^="btn"]:hover, .zeroclipboard-is-hover {
    text-decoration: none;
    background-position: 0 -15px
}

[class^="btn"]:active, [class^="btn"].active, .zeroclipboard-is-active {
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-small {
    font-size: 12px;
    padding: 5px 10px
}

.btn-large {
    padding: 14px 20px;
    font-size: 20px;
    border-radius: 6px
}

.btn-block {
    display: block
}

[class^="btn"].disabled {
    background-image: none;
    box-shadow: none;
    opacity: .5;
    cursor: default
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1d6ac8;
    background-image: -moz-linear-gradient(#45b3f3, #1d6ac8);
    background-image: -webkit-linear-gradient(#45b3f3, #1d6ac8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b3f3', endColorstr='#1d6ac8')";
    border-color: #1d6ac8 #1d6ac8 #1a5eb2
}

.btn-primary:active {
    border-color: #17529b
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #60b044;
    background-image: -moz-linear-gradient(#8add6d, #60b044);
    background-image: -webkit-linear-gradient(#8add6d, #60b044);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8add6d', endColorstr='#60b044')";
    border-color: #74bb5a #74bb5a #509338
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b33630;
    background-image: -moz-linear-gradient(#cd5f59, #b33630);
    background-image: -webkit-linear-gradient(#cd5f59, #b33630);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd5f59', endColorstr='#b33630')";
    border-color: #cd504a
}

.btn-link {
    color: #4281ca;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    border-color: #e5e5e5;
    box-shadow: none
}

.btn-link:hover {
    color: #fff;
    background-color: #4281ca;
    border-color: #4281ca
}

.btn-link:active {
    border-color: #3068a9
}

[class^="btn"] [class^="octicon-"] {
    vertical-align: -1px
}

.btn-group .btn {
    border-radius: 0;
    float: left
}

.btn-group .btn:first-child {
    border-radius: 3px 0 0 3px
}

.btn-group .btn:last-child {
    border-radius: 0 3px 3px 0
}

.btn-group .btn:not(:first-child) {
    margin-left: -1px
}

.error-color {
    color: #ae4545 !important;
}

.text-smaller {
    font-size: 11px;
}

/* @end */

/*------------------------------------------------------------------------------
     Header Styles
------------------------------------------------------------------------------*/

#header-wrapper {
  margin-bottom: 0;
  clear: both;
  height: 61px;
  background: url(../images/header.png) 0 0 repeat-x;
}

#header {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

#header .logo {
  float: left;
  margin-top: 17px;
  display: inline-block;
  width: 186px;
  height: 27px;
  background: url(/images/logo.png) 0 0 no-repeat;
  text-indent: -999em;
}

#header .nav {
  float: right;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: white 1px 1px 0px;
  font-size: 14px;
}

#header .nav li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  line-height: 1.4em;
}

#header .nav a {
  color: #515151;
  outline: none;
  text-decoration: none;
  padding: 20px 11px 19px;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}

.overview #header .nav-overview,
.download #header .nav-download,
.coins #header .nav-coins,
.create #header .nav-create,
.developers #header .nav-developers,
.blog #header .nav-blog,
.contact #header .nav-contact {
  color: #333;
  border-bottom: 3px solid #c9c9c9;
}

.docs-documentation .subnav-documentation,
.docs-guides .subnav-guides {
  color: #222;
  border-bottom: 2px solid #d8d8d8;
}

#header .nav a:hover {
  color: #327fc7;
}

/** Search **/

#header .nav #search-container {
  position: relative;
  margin-left: 5px;
  text-shadow: none;
}

#searchfield {
  border: 1px solid #dddddd;
  line-height: 20px;
  height: 21px;
  padding: 2px 5px 2px 20px;
  display: inline-block;
  margin-top: -4px;
  margin-bottom: 0px;
  width: 51px;
  border-radius: 3px;
  background: url(/images/search.png) 5px center no-repeat #fff;

  font-family: '.HelveticaNeueDeskInterface-Regular';
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000000;
  box-sizing: content-box;
  box-shadow: none;
  vertical-align: baseline;

  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}

#searchfield label {
  margin: 0;

}

#searchfield:focus {
    border-color: #327FC7;
    outline-color: #327FC7;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

/** Hide native X appearing in IE10 **/

#searchfield::-ms-clear {
    height: 0;
    width: 0;
}

#searchfield:focus, #search-container.active #searchfield {
  width: 120px;
}

#searchfield:focus + .search-placeholder, #search-container.active .search-placeholder {
  opacity: 0;
}

.search-placeholder {
  position: absolute;
  cursor: text;
  left: 22px;
  top: 0px;
  font-weight: normal;
  font-size: 12px;
  pointer-events: none;
  color: #aaa;
  line-height: 20px;

  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-appearance-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.cancel-search {
  position: absolute;
  right: 4px;
  top: 2px;
  background: url(/images/cancel.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  display: none;
}

#search-container.active .cancel-search {
  display: block;
}

#search-results {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 260px;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  visibility: hidden;
  opacity: 0;
}

#search-container.active #searchfield:focus ~ #search-results, #search-results:active, #search-results:focus, #search-results:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#search-results li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

#header #search-results .result a {
  display: block;
  text-shadow: none;
  padding: 10px;
}

#search-results .placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 20px 0;
}

#search-results em {
  font-weight: bold;
}

#search-results .result em {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}

.result small {
  font-size: 12px;
  color: #5c5c5c;
  line-height: 1em;
}

.result:hover, .result.selected {
  background-color: #297fc7 !important;
}

.result:hover em, .result.selected em, .result:hover small, .result.selected small {
  color: #fff !important;
}

#header #search-results li:last-child {
  border-bottom: none;
}

/*------------------------------------------------------------------------------
     Subnav
------------------------------------------------------------------------------*/

.sub-nav {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.sub-nav > h2, .sub-nav > h2 > a {
  color: #333;
  font-weight: normal;
  font-size: 22px;
  -webkit-backface-visibility: hidden;
  margin: 50px 0 10px 0;
  text-decoration: none;
}

.sub-nav > h2 > a {
  z-index: 10;
  position: relative;
}

.sub-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 100%;
  text-align: right;
}

.sub-nav li {
  display: inline-block;
}

.sub-nav li a {
  color: #767676;
  font-size: 14px;
  margin-left: 16px;
  padding: 4px 2px 8px;
}

.sub-nav li a:hover {
  text-decoration: none;
  color: #327fc7;
}

.sub-nav li:last-child a {
  padding-right: 0;
}

.sub-nav li .active {
  color: #222;
  border-bottom: 2px solid #d8d8d8;
}

/*------------------------------------------------------------------------------
     Features
------------------------------------------------------------------------------*/

.wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.wrapper:before, .wrapper:after {
  content: " ";
}

.wrapper:after {
  clear: both;
}

.wrapper.blog {
  display: table;
}

.feature {
  position: relative;
  height: 420px;
}

.feature h1, .library-list .feature h1 {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.2em;
  -webkit-backface-visibility: hidden;
  padding: 80px 0 0 0;
  margin: 0;
  text-align: left;
}

.library-list .feature {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.feature .intro {
  color: #666;
  font-size: 18px;
  line-height: 1.5em;
  max-width: 400px;
}

.feature .button, .highlights .button-secondary {
  display: inline-block;
}

.feature .forknote-large {
  position: absolute;
  right: -50px;
  top: 30px;
  z-index: -1;
}

.feature .library-links {
  line-height: 40px;
  margin-top: 25px;
}

.feature .library-links li {
  padding: 0;
  font-size: 22px;
}

.feature .library-links span {
  width: 60px;
  text-align: right;
  padding-right: 10px;
  display: inline-block;
}

.feature + .full-width-divider {
  margin-top: -1px;
}

.full-width-divider {
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.octicon-mail-read:before {
  content: "\f03c";
}

.octicon-code:before {
  content: '\f05f';
}

.octicon-file-text:before {
  content: '\f011'
}

.highlight-module {
  list-style-type: none;
  display: table-cell;
  padding: 40px 14px 30px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
  width: 31.623931623931625%;
  *width: 31.570740134569924%;
}

.highlight-module:first-child {
  padding-left: 0;
  padding-right: 14px;
}

.highlight-module:last-child {
  padding-left: 14px;
  padding-right: 0;
}

.highlight-module .mega-octicon {
  font-size: 70px;
  width: 70px;
  height: 70px;
}

.highlights h2 {
  margin: 25px 0 15px;
  font-size: 27px;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
}

a .mega-octicon {
  color: #333;
}

.full-width-divider + #footer {
  margin-top: -1px;
}

/*------------------------------------------------------------------------------
     Sidebar
------------------------------------------------------------------------------*/

.sidebar-shell {
  position: relative;
  float: right;
  margin: 20px 0 0;
  width: 290px;
}

.sidebar-shell.coin-form {
  width: 390px;
}

.sidebar-module {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 12px;
  border: 1px solid #ddd;
}

.sidebar-module ul {
  margin: 0px;
}

.sidebar-module.notice {
  background: #fafafb;
  border: 1px solid #CACACA;
  border-radius: 4px;
  line-height: 1.5em;
}

.notice > p {
  padding: 12px;
  margin: 0;
}

.sidebar-module li {
  list-style-type: none;
}

.sidebar-module ul li:last-child h3, .headlines li:last-child {
  border-bottom: none;
}

.sidebar-module ul li:last-child ul li:first-child {
  border-top: 1px solid #eee;
}

.sidebar-module ul h3, .headlines > li {
  margin: 0px;
  color: #666;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.headlines > li > a {
  color: #333;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}

.headlines > li > a:hover {
  color: #327fc7;
}

.headlines > li > a > .date {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}

.headlines li:hover {
  background-color: #fdfdfd;
}

.sidebar-module h3 a {
  padding: 8px 10px 8px 10px;
  color: #555;
  text-decoration: none;
  display: block;
}

.sidebar-module h3 a:hover {
  text-decoration: none;
  color: #327fc7;
  background-color: #fdfdfd;
}

.sidebar-module ul ul li {
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #666;
  background-color: #f9f9f9;
}

.sidebar-module ul li:last-child ul li:last-child {
  border-bottom: none;
}

.sidebar-module .disable > a {
  color: #333;
  border-left: 2px solid #d8d8d8;
  padding-left: 29px;
}

.sidebar-module ul ul li a {
  padding: 6px 0px 6px 31px;
  display: block;
  text-decoration: none;
  font-weight: normal;
}

.sidebar-module ul ul li a:hover {
  background-color: #f2f2f2;
  color: #327fc7;
}


/*****************************************************************************/
/*
/* Footer
/*
/*****************************************************************************/

.api-status {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.api-status a {
  color: #999;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  display: block;
}

#footer {
  position: relative;
  bottom:0;
  font-size:12px;
  color: #636363;
  margin: 0 auto;
  max-width: 980px;
  clear: both;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .mega-octicon {
  color: #ccc;
  font-size: 24px;
}

#footer .mega-octicon:hover {
  color: #bbb;
  text-decoration: none;
}

.forknote-small {
  background: url(/images/forknote-small.png) center no-repeat;
  width:24px;
  height:24px;
}

.lower_footer {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.footer-cell {
  display: table-cell;
  text-align: center;
  width: 10%;
  vertical-align: middle;
}

.footer-cell:first-child {
  text-align: left;
  padding-left: 0;
}

.footer-cell:last-child {
  text-align: right;
  padding-right: 0;
}

.footer-cell:last-child li {
  margin: 0 0 0 20px;
  padding-right: 0;
}

.footer-cell li {
  display: inline;
  margin-right: 20px;
  list-style: none;
}

#footer .wrapper {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
}

/* end */

/*------------------------------------------------------------------------------
    Dev Program
------------------------------------------------------------------------------*/
.dev-program.feature {
  height: 420px;
  margin-top: -2px;
  overflow-x: hidden;
  position: relative;
}

.dev-program.feature,
.dev-program-callout {
  background: #160625;
}

.dev-program.feature .intro {
  font-size: 20px;
  line-height: 1.5em;
  max-width: 500px;
}

.dev-program.feature h1 {
  width: 600px;
}

.dev-program.feature .earth {
  margin-top: -150px;
  position: absolute;
  right: -55px;
  top: 50%;
  z-index: -1;
}

.dev-program.feature .earth-short-loop {
  display: none;
}

.dev-program.feature .wrapper {
  position: relative;
  z-index: 1;
}

.dev-program-callout .wrapper {
  padding: 40px 0;
  background: #160625 no-repeat top right / 30%;
}

.dev-program.feature h1,
.dev-program-callout h2 {
  color: #eee;
}

.dev-program.feature .intro,
.dev-program-callout p {
  color: #a397ad;
}

.dev-program-callout h2 {
  margin: 0;
}

.dev-program-callout p {
  font-size: 16px;
  margin: 10px 0 0;
}

/* end */

/*------------------------------------------------------------------------------
    Not Footer
------------------------------------------------------------------------------*/
#wrapper {
  padding: 20px 0;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}

#wrapper:after, #wrapper:before {
  content: " ";
  display: table;
}

#wrapper:after {
  clear: both;
}

.content {
  width: 630px;
  position: relative;
  float: left;
  color: #393939;
  z-index: 2;
  font-size: 14px;
  line-height: 1.5em;
}

.content.coin-form {
  width: 530px;
}

.blog .content {
  margin-bottom: 60px;
}

.content dt {
  color: #666;
}

.content ol {
  margin-left: 1.5em;
}

.content ul {
  margin: 1.5em;
  list-style-type: disc;
}

.content dd ul {
  margin-top: 0;
}

.content li {
  margin: 0.5em 0;
}

.content img {
  max-width: 100%;
  margin: 12px 0;
}

/* Taken from Help in order to show images in ordered lists inline */
ol {
  counter-reset: li;
  list-style: none;
  position: relative;
  padding-bottom: 10px;
}
ol > li {
  padding: 5px 0 5px 55px;
  position: relative;
  margin-bottom: 5px;
}
ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  padding: 0 10px 0 0;
  color: #999;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  text-align: right;
  border-right: 1px solid #ddd;
}
ol > li > p:first-child {
  margin-top: 0;
}
ol > li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content ol > li img {
  max-width: 100px;
  margin: 0 0 0 10px;
  float: right;
  border: 1px solid #ddd;
  cursor: pointer;
}
.content ol > li img.expanded {
  max-width: 400px;
}

.content .full-image {
  position: absolute;
  top: 5px;
  right: -20px;
  z-index: 100;
}
.content .full-image img {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  max-width: 600px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.content .full-image:hover .octicon, .full-image:hover .mini-icon {
  color: #666;
}
.content .full-image .octicon, .full-image .octicon-remove-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #999;
  cursor: pointer;
}

.content .description {
  margin-left: 20px;
}

.content .verseblock-content {
  padding: 3px;
}

.content .verseblock-content,
.content .sectionbody .dlist dt,
.content p > tt,
.content dl code,
.content ul code,
p code {
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 0px 3px;
  display: inline-block;
}

.content .sectionbody .dlist dt {
  margin-top: 10px;
}

.content .verseblock-content {
  padding: 3px;
}

.content .intro {
  color: #868686;
}

.article-content ul {
  margin: 1.5em;
}

.change {
  padding-bottom: 40px;
}


.change .meta {
  font-size: 13px;
  margin: 3px 0 20px;
}

.change .meta ul {
  margin: 0;
}

.change .meta ul img {
  margin: 0;
}

.who_when a {
  padding-left: 2px;
  color: #999;
}

.change .who_when .author {
  color: #eee;
}

.change .who_when .published {
  color: #ccc;
}

.meta li {
  color: #999;
  padding-right: 20px;
  list-style: none;
  display: inline;
}

.published span {
  color: #999;
  vertical-align: middle;
  padding-bottom: 5px;
}

#markdown-toc {
  margin: 1em 1.5em 2em;
}

#markdown-toc li {
  font-size: 14px;
  list-style-type: lower-roman;
  margin: 0.25em 0;
}

#markdown-toc li a {
  color: #333;
  text-decoration: underline;
}

#markdown-toc li a:hover {
  color: #327fc7;
}

.content table {
  width: 100%;
  overflow: auto;
  display: block;
  margin: 15px 0;
  font-size: 12px;
}

.content thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.content table th {
  border: 1px solid #ddd;
  padding: 6px 13px;
  font-weight: bold;
  text-align: center;
}

.content tbody {
  vertical-align: middle;
  border-color: inherit;
}

.content table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
  vertical-align: inherit;
}

.content table td {
  border: 1px solid #ddd;
  padding: 6px 13px;
}

/* @end */

/*------------------------------------------------------------------------------
     Pre/Code Styles
------------------------------------------------------------------------------*/

code {
  white-space: nowrap;
  font: 12px Consolas, 'Liberation Mono', Courier, monospace;
}

pre code {white-space: pre;}

pre {
  border: 1px solid #cacaca;
  font: 12px/1.4em Consolas, 'Liberation Mono', Courier, monospace;
  padding: 10px;
  overflow:auto;
  border-radius: 3px;
  background-color: #fafafb;
  color: #393939;
  margin: 2em 0;
}

ul + pre {
  margin-top: 1em;
}

pre span.comment {color: #aaa;}

.headers {
  margin-bottom: 0;
  border-radius: 3px 3px;
  border-bottom: 1px solid #CACACA;
  background-color: #f4f4f4;
}

.headers + pre {
  border-radius: 0 0 3px 3px;
  margin-top: 0;
  border-top-color: #ddd;
}

.headers + pre.body-response {
  margin-top: -2px;
}

.terminal {
  background-color: #444;
  color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
}

.terminal em {
  color: #f9fe64;
}

.terminal span.comment {
  color: #ccc;
}

.terminal span.output {
  color: #63E463;
}

/****************************/
/*  Expandable List Module  */
/****************************/

.sidebar-module a + a {
  padding-left: 27px;
}

.sidebar-module h3 {
  position: relative;
}

.sidebar-module .arrow-btn {
 background-image: url(/images/expand-arrows.png);
 background-repeat: no-repeat;
 background-position: -3px -3px;
 width: 13px;
 height: 100%;
 padding: 0 4px;
 text-decoration: none;
 position: absolute;
 left: 0;
 top: 0;
 background-color: transparent;
}

.arrow-btn.expanded {
  background-position: -41px -3px;
}

.arrow-btn.collapsed:hover {
  background-position: -3px -43px;
  background-color: transparent;
}

.arrow-btn.expanded:hover {
  background-position: -41px -43px;
  background-color: transparent;
}

.alert {
  position:relative;
  padding: 0 15px;
  color: #264c72;
  border: 1px solid #97c1da;
  border-radius: 3px;
  background-color: #d8ebf8;
}

.warning {
  position:relative;
  padding: 0 15px;
  color: #613A00;
  border: 1px solid #dca874;
  border-radius: 3px;
  background-color: #ffe3c8;
}

/*------------------------------------------------------------------------------
  Dev Program
------------------------------------------------------------------------------*/

.program-info-column {
  float: left;
  position: relative;
  margin: 20px 0 60px;
  padding-left: 50px;
  width: 415px;
}

.program-info-column:first-child {
  margin-right: 50px;
}

.program-info-column h2 {
  margin-bottom: 0;
  font-size: 18px;
}

.program-info-column p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.program-info-column .mega-octicon {
  position: absolute;
  left: 0;
  top: 32px;
  color: #333;
}

.program-info-column ul {
  margin-left: 15px;
}

/* @end */

/********************/
/*  Retina support  */
/********************/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

  #header-wrapper {
    background-image: url(../images/header@2x.png);
    background-size: 8px 61px;
  }

  #header .logo {
    background-image: url(/images/logo@2x.png);
    background-size: 186px 27px;
  }

  #searchfield {
    background-image: url(/images/search@2x.png);
    background-size: 13px 13px;
  }

  .cancel-search {
    background-image: url(/images/cancel@2x.png);
    background-size: 14px 14px;
  }

  .sidebar-module .arrow-btn {
    background-image: url(/images/expand-arrows@2x.png);
    background-size: 73px 80px;
  }
  .rss-subscribe {
    background-image: url(/images/feed-icon@2x.png);
    background-size: 28px 28px;
  }
  .facebook-subscribe {
    background-image: url(/images/facebook-icon@2x.png);
    background-size: 28px 28px;
  }
  .twitter-subscribe {
    background-image: url(/images/twitter-icon@2x.png);
    background-size: 28px 28px;
  }
  .forknote-small {
    background-image: url(/images/forknote-small@2x.png);
    background-size: 24px 24px;
  }
}

/* @end */


/********************/
/*  Alert messages  */
/********************/

.alert-message {
    background-color: #fceec1;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: #EEDC94;
    border-width: 1px;
    border-style: solid;
    padding: 14px
}

.alert-message:after {
    content: "";
    display: table;
    clear: both
}

.alert-message p:last-child {
    margin-bottom: 0
}

.alert-message.flash {
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-weight: bold
}

.alert-message.center {
    text-align: center
}

.alert-message ul {
    list-style-image: none !important;
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 5px
}

.alert-message .alert-message-options {
    margin: 0;
    padding: 0
}

.alert-message .alert-message-options .btn {
    margin-right: 5px
}

.alert-message .button.classy {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    border: 1px solid #d5d5d5
}

.alert-message.danger {
    color: #911;
    background-color: #efd0d0;
    background-image: -moz-linear-gradient(#f8d8d8, #efd0d0);
    background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d8d8', endColorstr='#efd0d0')";
    border-color: #da9797
}

.alert-message.danger.danger:hover {
    border-color: #c65f5f
}

.alert-message.danger a {
    color: #fff;
    font-weight: bold
}

.alert-message.warn {
    color: #613A00;
    background-color: #f5dac0;
    background-image: -moz-linear-gradient(#ffe3c8, #f5dac0);
    background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3c8', endColorstr='#f5dac0')";
    border-color: #dca874
}

.alert-message.warn.warn:hover {
    border-color: #cd8237
}

.alert-message.warn a {
    color: #fff;
    font-weight: bold
}

.alert-message.good {
    position: relative;
    border: 1px solid #97c1da;
    color: #264c72;
    background-color: #d0e3ef;
    background-image: -moz-linear-gradient(#d8ebf8, #d0e3ef);
    background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ebf8', endColorstr='#d0e3ef')";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.alert-message.note {
    background: #f5fbff;
    border: 1px solid #e4f0ff
}

.alert-message.muted {
    background: #FAFAFA;
    border-color: #EEE
}

.alert-message.block, .sidebar-module-block {
    margin: 0 0 20px
}

.alert-message.block h4, .sidebar-module-block h4, .alert-message.block p,
.sidebar-module-block p {
    color: #393C3D;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49)
}

.alert-message.block h4, .sidebar-module-block h4 {
    margin-top: 0
}

.alert-message.block p, .sidebar-module-block p {
    font-weight: normal
}

.alert-message.block.danger, .danger.sidebar-module-block {
    background: #fddfde;
    border: 1px solid #fbc7c5
}

.alert-message.block.danger h4, .danger.sidebar-module-block h4 {
    font-size: 14px;
    font-weight: bold;
    color: #B94A48;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9)
}

.alert-message.block.danger li, .danger.sidebar-module-block li {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8)
}

/* @end */


/********************/
/*  Social buttons  */
/********************/

/* This gets Google to fall into place */
.social-share {
 font-size: 1px;
}
 
/* This gets Facebook to fall into place */
.social-share iframe {
  vertical-align: middle;
 
}
.fb-like{
 margin-right:20px;
}
.fb-share-button{
 margin-right:20px;
}
/* Set an optional width for your button wrappers */
.social-share span {
  display: inline-block;
  width: 110px;
}
 
/* Adjust the widths individually if you like */
.social-share .google {
  width: 75px;
}

/* @end */