/* Header style */
header.projecttitle {
	margin: 0 auto;
	padding: 115px 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	background: url(../images/clouds.jpg) #679eba;
}
header .projectname {
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}
header .projectdescription {
	opacity: 1;
}
.download {
	margin-top: -45px;
}
/* Color theme */
a, ul.grid li a, .download a:hover, .repos ul li a:hover {
	color: #95b378;
}
.chromeframe, .download a, ul.grid li a:hover, .mainnav ul li.active a, .license:hover {
	background: #aacc89;
}
.download a.repo:before {
	border-left-color: #aacc89;
}
.mainnav ul li.active a:before {
	border-right-color: #aacc89;
}
.license:hover:before {
	border-right-color: #aacc89;
}
.license:hover:after {
	border-left-color: #aacc89;
}
/* Examples */
.examples .example {
	height: 300px;
	margin-bottom: 25px;
	background: #363840;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.examples .panning {
	width: 100%;
	height: 100%;
	background: url('../images/clouds.jpg') #679eba;
	box-shadow: inherit;
}

  
