

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-image: url("/images/subtle_grunge.png");
	font-family: Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-bottom: 0px;
    padding-top: 40px;
}

.navbar .brand {
	padding: 5px 20px;
}

.navbar .nav>li {
	line-height: 30px;
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 14px;
}

.navbar .nav {
	float: right;
}

.nav {
	text-transform: uppercase;
}

.dropdown-menu li:not(.nav-header) {
	text-transform: none;
}

.ornament-wrapper {
	background-image: url("/images/hero-unit-ornament.png");
	background-repeat:no-repeat;
	background-position: right top;
	height: 540px;
	padding-top: 100px;
	margin-bottom: 50px;
}

.ornament-bg {
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(left,  #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}


.ornament-bg .punch-line {
	font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	line-height: 54px;
	color: white;
	font-size: 54px;
	padding: 20px 0px;
	margin-top: 50px;
}

.ornament-bg h2 {
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
}


.ornament-bg h2 {
	color: #CCCCCC;
}

.item-header {
	border-style:solid;
	border-bottom:thick solid #CC0900;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 18px;
	margin-top: 60px;
	font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
}

.item-header h2 {
	color: white;
	background-color: #CC0900;
	padding: 8px 16px;
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px rgba(0,0,0, 0.25);
}

.item-header .language-used {
	color: #333333;
	background-color: white;
	padding: 10px;
	margin-left: 5px;
	text-shadow: none;
	font-family: Monaco, "Helvetica Neue",Helvetica,Arial,sans-serif;

}

.itemlinks a {
	font-weight: bold;
	color: #666666;
}

.item-header .langs-wrap {
	position: absolute;
	bottom: 8px;
	right: 0px;
}

.icon {
	width: 36px;
	height: 35px;
	background-image: url("/images/item-icons.png");
	display: inline-block;	
	vertical-align: middle;
	margin: 2px 0px;
}

.website-icon {
	background-position:0px 0px;
}

.github-icon {
	background-position:73px 0px;
}

.docs-icon {
	background-position:36px 0px;
}

.sexy-ruler {
	margin: 25px 0;
	height: 30px;
	background-image: -webkit-gradient(
	linear, left top, left bottom, from(rgba(50,50,50,0.15)),
	to(rgba(80,80,80,0)));
}

.logo-sprite {
	width: 203px;
	height: 340px;
	background-image: url("/images/logo-color-sprite.png");
	display: inline-block;	
	vertical-align: middle;
}

.logo-red {
	background-position:-10px 0px;
}

.logo-green {
	background-position:451px 0px;
}

.logo-blue {
	background-position:-249px 0px;
}

.terminal {
	background-color: #000000;
	color: #99FF00;
	font-family: Monaco, "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

.terminal ul {
	list-style: none;
}

.terminal-panel {
	border:thin dashed #99FF00;
}

.foss-ul {
	list-style: none;
	margin: 0;
}

.foss-ul li {
	position: relative;
	padding-left: 60px;
	margin: 0 0 20px 0;
}

.foss-ul li > span:first-child {
	color: #679900;
	font-weight: bold;
}

.foss-ul li > span[class*=icon] {
	position: absolute;
	left: 0px;
}

.foss-ul li p {
	margin: 0px 0px 10px 0px;
}

.foss-icons-sprite {
	background-image: url("/images/foss-icons.png");
	display: inline-block;
}

.foss-icon-commercial {
	width: 44px;
	height: 45px;
	background-position:0px 0px;
}

.foss-icon-innovation {
	width: 38px;
	height: 64px;
	background-position:165px 0px;
}

.foss-icon-bugs {
	width: 27px;
	height: 47px;
	background-position:-69px 0px;
}

.foss-icon-collab {
	width: 51px;
	height: 33px;
	background-position:461px 0px;
}

.foss-icon-quality {
	width: 42px;
	height: 43px;
	background-position:228px 0px;
}

.foss-icon-nolock {
	width: 51px;
	height: 47px;
	background-position:51px 0px;
}

.algol-footer {
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(left,  #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	color: white;
}

.algol-footer legend {
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 31.5px;
	border-bottom: 0px;
}

.oss-row p > b {
	color: #679900;
}

.footer-icons {
	background-image: url("/images/footer-sprite.png");
	display: inline-block;
	margin: 5px 0px;
	vertical-align: middle;
}

.footer-icon-telephone {
	width: 31px;
	height: 25px;
	background-position:0px 0px;
}

.footer-icon-email {
	width: 32px;
	height: 25px;
	background-position:-37px 0px;
}

.footer-icon-twitter {
	width: 33px;
	height: 32px;
	background-position:-73px 0px;
}

.footer-icon-linkedin {
	width: 33px;
	height: 32px;
	background-position:69px 0px;
}

.footer-icon-irc {
	width: 33px;
	height: 32px;
	background-position:33px 0px;
}

.footer-social-text {
	margin-left: 10px;
}

.footer-social-text a {
	color: white;
}