@import url(../font-entypo/0.1/dev/entypo.css);
@import url(////fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(////fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,300italic,400italic,300,100,100italic);

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica';
  background: white;
}

body {
  margin-top: 75px;
}

* {
  box-sizing: box-model;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: #888;
}

a:hover {
  color: #ff6600;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

body > header {
  background: white;
  color: black;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

header.shadow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

body > header .header-inner {
  padding: 10px 0;
}

body > header .header-inner a {
  text-decoration: none;
}

body > header .header-inner,
.page .page-inner {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

body > header nav {
  position: relative;
}

body > header nav .logo {
  font-weight: 16px;
  line-height: 50px;
  color: black;
}

body > header nav .logo .icon-bucket {
  font-size: 28px;
}

body > header nav .logo h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

body > header nav .logo h1 strong {
  font-weight: 600;
  color: #ff6600;
}

body > header nav .links {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-decoration: none;
}

body > header nav .links a {
  margin-left: 20px;
  color: #777;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
}

body > header nav .links a .radial {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
  background: #6cc425;
}

body > header nav .links a.donate {
  color: #ff6600;
  border: 2px solid #ff6600;
  padding: 5px 10px;
  border-radius: 2px;
}

body > header nav .links a:hover,
body > header nav .links a.active {
  color: #ff6600;
}

.clear {
  clear: both;
}

.entries > .indicator {
  text-align: center;
}

.section {
  padding: 20px 0;
}

.page-inner > h1 {
  font-weight: 300;
  color: #444;
}

.page-inner > h1 .right {
  float: right;
  font-size: 14px;
}

.page-inner > h1 .right a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
}

.leaderboard .list {
  padding: 10px;
  width: 30%;
  float: left;
  border: 1px solid hsl(207, 11%, 86%);
  border-radius: 3px;
  margin-top: 30px;
  margin-right: 1%;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.1);
}

.leaderboard .list > h2 {
  font-weight: 600;
  padding-bottom: 0px;
}

.leaderboard .list > p {
  color: #666;
  padding: 5px 0;
  margin: 0 0 10px;
}

.leaderboard .list a {
  display: block;
  margin-bottom: 5px;
  color: #ff6600;
  font-size: 14px;
  border-bottom: 1px dotted hsl(207, 11%, 86%);
}

.leaderboard .list a:hover {
  color: black;
}

.leaderboard .list a h4 {
  display: inline-block;
  padding: 10px 8px 10px 0;
  background: white;
  line-height: 0px;
  margin-bottom: -1px;
}

.leaderboard .list a .installs,
.leaderboard .list a .label {
  font-weight: 600;
  color: #666;
  background: white;
  border-radius: 2px;
  padding: 2px 5px;
  float: right;
}


.leaderboard .list a .slug {
  font-size: 12px;
  color: #888;
  display: none;
}

.stats {
  background: hsl(24, 100%, 50%);
}

.stats .page-inner > h1 {
  color: white;
}

.stats h1,
.stats p,
.stats a {
  color: white;
}

.stats a:hover,
.stats a.active {
  color: #000 !important;
}

.stat {
  float: left;
  display: inner-block;
  width: 33%;
  padding: 20px 0;
}

.stat h1 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans';
  text-transform: uppercase;
  padding: 0 10px;
}

.stat h1 strong {
  font-size: 18px;
  font-weight: 600;
}

.stat h4 {
  font-size: 72px;
  font-weight: 400;
  color: white;
}

.status .overall p {
  display: inline-block;
}

.status .overall {
  margin: 20px 0;
  border-radius: 3px;
  font-size: 28px;
  text-align: center;
  background: hsl(93, 68%, 46%);
  color: white;
}

.status .system {
  width: 33%;
  display: inline-block;
  float: left;
  padding: 20px 0 60px;
  margin-left: 10%;
  margin-right: -25%;
  text-align: center;
}

.status .system .block {
  display: inline-block;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  position: relative;
}

.status .system > h2 {
  font-weight: 400;
}

.status .chart {
  border: 2px solid #eee;
  border-radius: 2px;

  padding: 20px;
  text-align: center;

  color: #888;

  margin-bottom: 20px;
}

.status .block:hover:after {
  position: absolute;
  top: -34px;
  background: hsla(0, 0%, 0%, 0.8);
  display: block;
  width: 200px;
  height: 24px;
  content: attr(title);
  left: -90px;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Arial;
  letter-spacing: 1px;
  text-align: center;
  opacity: 1;
}

.status .block:after {
  opacity: 0;
  transition: all .2s;
}

.status .block.ok,
header nav .links a .radial.ok,
.status .overall.ok {
  background: hsl(93, 68%, 46%);
}

.status .block.warning,
header nav .links a .radial.warning,
.status .overall.warning {
  background: #ff9900;
}

.status .block.down,
header nav .links a .radial.down,
.status .overall.down {
  background: #cc0000;
}

.status .block.pending,
header nav .links a .radial.pending,
.status .overall.pending {
  background: #eee;
  color: #888;
}

.help-bubble {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #aaa;
  color: white;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}

.template {
  display: none;
}

.section.hero {
  padding: 150px 0 170px;
}

.section.hero h4 {
  font-weight: 400;
  margin: 5px 0 40px;
  color: #aaa;
}

.section.hero h1 {
  font-weight: 300;
  margin: 0px 0 0;
  color: black;
  font-size: 38px;
}

.section.hero .graphic {
  position: absolute;
  right: 0;
}

.section.hero .graphic .circle {
  border: 2px solid;
  padding: 5px;
  border-radius: 50%;
  color: hsl(0, 0%, 80%);
}

.section.hero .graphic .circle.two {
  position: absolute;
  top: 108px;
  left: -188px;
  padding: 8px;
  border-color: hsl(0, 0%, 75%);
}

.section.hero .graphic .circle.three {
  position: absolute;
  top: 175px;
  left: -34px;
  padding: 15px;
  border-color: hsl(0, 0%, 68%);
}

.section.hero .graphic .circle.large {
  position: absolute;
  top: 67px;
  left: -109px;
  padding: 30px;
  border-color: hsl(20, 100%, 60%);
  z-index: 1;
}

.section.hero .graphic .line.one {
  width: 2px; height: 64px; position: absolute;
  background: hsl(0, 0%, 75%);
  -webkit-transform: rotate(-282deg);
  -moz-transform: rotate(-282deg);
  -ms-transform: rotate(-282deg);
  -o-transform: rotate(-282deg);
  top: 77px;
  left: -140px;
}

.section.hero .graphic .line.two {
  width: 2px;
  height: 64px; position: absolute;
  background: hsl(0, 0%, 68%);
  -webkit-transform: rotate(-390deg);
  -moz-transform: rotate(-390deg);
  -ms-transform: rotate(-390deg);
  -o-transform: rotate(-390deg);
  top: 118px;
  left: -41px;
}

.section.hero .graphic .line.three {
  width: 2px;
  height: 88px;
  position: absolute;
  background: #ccc;
  -webkit-transform: rotate(-318deg);
  -moz-transform: rotate(-318deg);
  -ms-transform: rotate(-318deg);
  -o-transform: rotate(-318deg));
  top: 0px;
  left: -28px;
}

.section.hero .graphic .circle.large span {
  line-height: 0;
  position: absolute;
  left: 13px;
  font-size: 32px;
  color: hsl(20, 100%, 60%);
}

.button {
  border: 2px solid hsl(24, 100%, 50%);
  border-radius: 2px;
  padding: 8px 12px;
  font-weight: 600;
  background: hsl(24, 100%, 50%);
  color: white;
}

.button:hover {
  color: hsl(24, 100%, 50%);
  background: white;
  cursor: pointer;
}

.features .page-inner > h1 {
  text-align: center;
}

.features .browser {
  width: 600px;
  margin: 30px auto 0px;
  border: 1px solid hsl(207, 11%, 86%);
  border-radius: 3px;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.1);
}

.features .browser .bar {
  border-bottom: 1px solid hsl(207, 11%, 86%);
  padding: 5px;
  background: hsl(207, 11%, 98%);
  border-radius: 3px 3px 0 0;
}

.features .browser .bar .address {
  border: 1px solid hsl(207, 11%, 86%);
  border-radius: 2px;
  padding: 10px;
  width: 84.7%;
}

.button-grey {
  background: white;
  border: 1px solid hsl(207, 11%, 86%);
  padding: 8px;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: hsl(24, 100%, 50%);
}

.button-grey:hover {
  color: black;
}

.features .browser .browser-page {
  height: 370px;
  padding: 20px;
  overflow: auto;
}

.features .browser .browser-page .start-page {
  width: 550px;
  margin: 0 auto;
}

.features .browser .browser-page .start-page .browser-box {
  display: block;
  width: 172px;
  height: 172px;
  margin: 10px 10px 0 0;
  border: 1px solid hsl(207, 11%, 86%);
  float: left;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 10px;
  font-size: 11px;
}

.features .browser .browser-page .start-page .browser-box:hover {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.1);
}

.leaderboard {
  padding-top: 40px;
}

.features {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.left .github-fork-ribbon {
  background-color: #333;
}

.post {
  width: 650px;
}

.post h2 {
  font-family: 'Roboto';
  font-size: 54px;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: hsl(0, 0%, 9%);
}

.post h2 a {
  color: hsl(0, 0%, 9%);
}

.post h2 a:hover {
  color: #ff6600;
}

.post h5 {
  color: hsl(0, 0%, 72%);
  margin-bottom: 1em;
}

.post-content {
  line-height: 1.8em;
  font-size: 18px;
}

.posts.sidebar {
  float: right;
  width: 260px;
}

body > footer {
  color: #b7b7b7;

}

body > footer .footer-inner {
  width: 960px;
  margin: 20px auto 0 auto;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

body > footer .left,
body > footer .right {
  display: block;
  float: left;
  width: 50%;
}

body > footer .right {
  text-align: right;
  line-height: 50px;
}

body > footer .right a {
  margin-right: 10px;
}

body > footer .right .text {
  font-family: 'Open Sans';
}

body > footer .logo {
  line-height: 50px;
}

body > footer .logo .icon-bucket {
  font-size: 28px;
}

body > footer .icon-traffic-cone {
  display: inline !important;
}

body > footer .icon-github {
  display: inline !important;
}

body > footer .logo h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

body > footer .logo h1 strong {
  font-weight: 600;
}

.help h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

.help h2 strong {
  font-weight: 400;
}

.help .who {
  float: left;
  display: inline;
  margin-left: 30px;
  width: 30%;
}

.help .who .image {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  width: 200px;
  height: 200px;
  border: 2px #000 solid;
  margin-bottom: 25px;
}

.help .who .image:hover {
   border: 2px #ff6600 solid;
}

.help .who a {
  color: #ff6600;
  float: right;
  text-transform: none;
}

.help .who p {
  padding-bottom: 7px;
  font-weight: 600;
  font-size: 12px;
  width: 250px;
  margin-left: -20px;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
}

.help .who .name {
  margin-left: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.status #naughty {
  width: 915px;
  height: 100%;
  margin-top: 10px !important;
  display: none;
  border: 2px solid #eee;
  border-radius: 2px;
  padding: 20px;
  color: #888;
  margin-bottom: 20px;
}

.status #naughty table { border-collapse:collapse; margin-left: 20px; }


.status #naughty .title {
  margin-left: 300px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
  color: #444;
}

.status #naughty table thead {
  text-align: left;
  border-bottom: 2px solid #eee;
}

.status #naughty .spacer {
  height: 10px;
  width: 100%;
}