
/* Basic global styles */
body { line-height: 1.6;  -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; }



/* Buttons */
.btn {
	position: relative;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	line-height: 30px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	*zoom: 1;
}


/* ==========================================================================
   Page styles
   ========================================================================== */

/* Sets the page width */
.pagespan { 
  width: 941px;
  clear: left;
  height: 580px;
  margin: auto;
  position: relative;
  vertical-align: middle;
}

/* Header */
header { margin: 60px auto; text-align: center; font-family: Novecento, sans-serif; }
header.projecttitle { margin: 130px auto 100px; }
header .titlewrap { position: relative; display: inline-block; margin: 0 0 20px; }
header h1 { position: relative; display: inline-block; margin: 0; font-weight: bold; font-size: 80px; line-height: 1; }
header .titlewrap .follow { position: absolute; display: block; top: 0; left: 100%; color: inherit; margin-left: 40px; opacity: .5;
	line-height: 80px; font-size: 16px; font-family: sans-serif; white-space: nowrap; text-decoration: none;
}
header .titlewrap .follow:hover { opacity: 1; }
header .projectdescription { opacity: .7; }

/* Download stripe */
.download { position: relative; height: 100px; margin: 70px auto 0; color: #fff; font-family: Novecento, sans-serif; text-shadow: 1px 1px 0 rgba(0,0,0,.2); z-index: 2; }
.download h2,
.download h3 { float: left; width: 216px; margin: 0; padding: 23px 40px 0 0; height: 77px; font-size: 30px; text-align: right; font-weight: normal; line-height: 1;
	background: #3a3c47; text-shadow: 1px 1px 0 #000;
}
.download h2:before { content: ''; position: absolute; top: 50%; left: -50px; margin-top: -50px; width: 0; height: 0; overflow: hidden;
	border: 50px solid transparent; border-left: 0; border-right-color: #3a3c47;
}
.csstransforms .download h2:before { border-width: 25px; margin-top: -25px; left: -25px;
	-webkit-transform: scaleY(2); -moz-transform: scaleY(2); -ms-transform: scaleY(2); -o-transform: scaleY(2); transform: scaleY(2);
}
.lt-ie10.csstransforms .download h2:before { left: -24px; } /* IE9 makes 1 pixel gap */
.download h3 { width: 180px; font-weight: bold; }
.download h3 small,
.download h2 small { display: block; margin-top: 8px; font-weight: normal; font-size: 16px; opacity: 0.8; }
.download h3 .loading { display: block; margin-top: 20px; font-size: 14px; font-weight: normal; }
.download h3 .loading i { margin-left: 5px; }

.download a { float: left; width: 210px; padding: 23px 0 0; height: 77px; text-align: center; text-decoration: none; background: #d95b5b; color: #fff; }
.download a:hover { background: #fff; color: #d95b5b; text-shadow: none; }
.download a .title { display: block; font-size: 16px; line-height: 1; }
.download a .size { display: block; margin-top: 5px; font-size: 40px; line-height: 1; }

.download a.repo { position: relative; width: 196px; text-align: left; padding-left: 40px; }
.download a.repo:before { content: ''; position: absolute; top: 50%; right: -50px; margin-top: -50px; width: 0; height: 0; overflow: hidden;
	border: 50px solid transparent; border-right: 0; border-left-color: #d95b5b;
}
.csstransforms .download a.repo:before { border-width: 25px; margin-top: -25px; right: -25px;
	-webkit-transform: scaleY(2); -moz-transform: scaleY(2); -ms-transform: scaleY(2); -o-transform: scaleY(2); transform: scaleY(2);
}
.download a.repo:hover { background: #fff; }
.download a.repo:hover:before { border-left-color: #fff; }
.download a.repo .icon-github { position: absolute; top: 0; right: -5px; height: 100px; font-size: 150px; vertical-align: middle; line-height: 0.7; overflow: hidden; opacity: 0.1; }

.download a.repo .title { font-size: 24px; margin: -1px 0 0 0; }
.download a.repo .loading { font-size: 12px; }
.download a.repo .loading i { margin-right: 5px; }
.download a.repo .size { font-size: 32px; vertical-align: top; }
.download a.repo .size small { font-size: 12px; line-height: 16px; vertical-align: top; }

/* Download border - place after .download element */
.download-border { position: relative; height: 110px; padding: 0 4px; margin: -105px auto 0; background: #f5f5f5; }
.download-border:before,
.download-border:after { content: ''; position: absolute; top: 50%; margin-top: -55px; width: 0; height: 0; overflow: hidden; border: 55px solid transparent; }
.csstransforms .download-border:before,
.csstransforms .download-border:after { border-width: 27px; margin-top: -27px; -webkit-transform: scaleY(2); -ms-transform: scaleY(2); transform: scaleY(2); }

.download-border:before { left: -55px; border-left: 0; border-right-color: #f5f5f5; }
.csstransforms .download-border:before { left: -27px; }
.lt-ie10.csstransforms .download-border:before { left: -26px; } /* IE9 makes 1 pixel gap */

.download-border:after { right: -55px; border-right: 0; border-left-color: #f5f5f5; }
.csstransforms .download-border:after { right: -27px; }

/* Dividers */
.download h2 { border-right: 1px solid #fff; }
.download a { border-left: 1px solid #fff; }
.download h2, .download a { border-color: rgba(255,255,255,.3); }
.download a.repo { border-width: 5px; }

/* Navigation */
.mainnav { position: absolute; top: 0; padding-top: 50px; width: 252px; }
.mainnav.fixed { position: fixed; padding-top: 30px; }
.mainnav.fixed.bottom { position: absolute; top: auto; bottom: 0; }
.mainnav ul { list-style: none; margin: 0; padding: 0; }
.mainnav ul li { margin: 0 0 1px 0; padding: 0; }
.mainnav ul li a { position: relative; display: block; margin: 0; padding-left: 30px; height: 60px; line-height: 60px;
	font-family: Novecento, sans-serif; font-size: 18px; text-decoration: none;
}
.mainnav ul li a:before { content: ''; position: absolute; top: 50%; left: -30px; margin-top: -30px; width: 0; height: 0; overflow: hidden;
	border: 30px solid transparent; border-left: 0;
}
.csstransforms .mainnav ul li a:before { border-width: 15px; margin-top: -15px; left: -15px;
	-webkit-transform: scaleY(2); -moz-transform: scaleY(2); -ms-transform: scaleY(2); -o-transform: scaleY(2); transform: scaleY(2);
}
.lt-ie10.csstransforms .mainnav ul li a:before { left: -14px; } /* IE9 makes 1 pixel gap */
.mainnav ul li a:hover { background: #fff; }
.mainnav ul li a:hover:before { border-right-color: #fff; }
.mainnav ul li.active a { color: #fff; background: #d95b5b; text-shadow: 1px 1px 0 rgba(0,0,0,.2); }
.mainnav ul li.active a:before { border-right-color: #d95b5b; }

/* Barbon ads */
#carbonads-container { margin: 30px 0 0; height: 220px; }
.carbonad { margin: 0 auto; }

/* Content. */
.content { position: relative; margin: 0 auto; }
.content > section { margin-left: 295px; padding: 30px 0 40px;
	background: url(data:image/gif;base64,R0lGODlhDQAFAIABAObm5hoaGiH5BAEAAAEALAAAAAANAAUAAAINRA6perFvHGRyRptaAQA7) repeat-x left bottom;
}
/*.content > section:first-of-type { padding-top: 0; }*/
.content > section:last-of-type { background: none; padding-bottom: 0; }
.content h2 { font-size: 30px; }

/* Footer */
footer { margin: 0 auto; padding-top: 70px; }
.license { position: relative; display: block; padding: 0 25px; height: 60px; line-height: 60px; background: #3a3c47; color: #fff;
	font-family: Novecento, sans-serif; font-size: 18px; text-align: center;
}

.license:before,
.license:after { content: ''; position: absolute; top: 50%; margin-top: -30px; width: 0; height: 0; overflow: hidden; border: 30px solid transparent; }
.csstransforms .license:before,
.csstransforms .license:after { border-width: 15px; margin-top: -15px; -webkit-transform: scaleY(2); -ms-transform: scaleY(2); transform: scaleY(2); }

.license:before { left: -30px; border-left: 0; border-right-color: #3a3c47; }
.csstransforms .license:before { left: -15px; }
.lt-ie10.csstransforms .license:before { left: -14px; } /* IE9 makes 1 pixel gap */

.license:after { right: -30px; border-right: 0; border-left-color: #3a3c47; }
.csstransforms .license:after { right: -15px; }

.license:hover:before { border-right-color: #d95b5b; }
.license:hover:after { border-left-color: #d95b5b; }

.license:hover { background: #d95b5b; text-decoration: none; }
.license .fl, .license .fr { font-size: 36px; opacity: 0.4; font-weight: bold; }

.repos { width: 1140px; margin: 40px 0 40px; text-align: center; }
.repos ul { list-style: none; margin: 0 0 0 -43px; padding: 0; width: 1184px; text-align: left; }
.repos ul li { float: left; width: 253px; margin: 0 0 0 43px; }
.repos ul li a { display: block; position: relative; color: #3a3c47; }
.repos ul li a:hover { text-decoration: none; color: #d95b5b; }
.repos ul li a h4 { margin: 0 0 10px; }
.repos ul li a p { margin: 0; font-size: 12px; }
.repos ul li a .watchers { position: absolute; top: 0; right: 0; font-size: 14px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.fl { float: left; }
.fr { float: right; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
