body {
	padding: 0px;
	margin: 0px;
	width: 60%;
	margin-left: 20%;
	background-image: url(noise.png); /* http://noisetexturegenerator.com/ #203243, 0.05 */
	background-repeat: repeat-both;
	color: #fbfbe8;
	font-family: verdana;
	line-height: 16.25pt;
}

a {
	color: #fbfbe8;
}

a:hover {
	color: #ef2929;
}

a.top {
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 0.2em;
}
a.top:hover:before {
	content:"↑ ";
}

header {
	width: 100%;
}

header h1.title {
	text-align: center;
	font-family: 'Lobster', arial, serif;
	color: #fbfbe8;
	font-size: 48pt;
}
header p.subtitle {
	font-style: italic;
	text-align: center;
}

section {
	display: block;
}

section#schema {
	width: 100%;
	
	height: 240px;
	padding-top: 60px;

	background-color: rgba(255,255,255,0.1);
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	margin-bottom: 1em;

	text-align: center;
}

div#browser, div#redis {
	background-image: url(logos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 162px;
	display: inline-block;
}
div#browser {
	width: 167px;
	margin-right: 2em;
}
div#redis {
	width: 187px;
	background-position: -336px 0px;
	margin-left: 2.5em;
}

div#browser div {
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.9s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.9s;
	background-image: url(logos.png);
	background-repeat: no-repeat;
	background-position: -168px 0px;
}
div#browser:hover div {
	opacity: 1;
}

span#plus {
	width: 200px;
	height: 100%;
	font-size: 112px;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
	position: relative;
	top: -50px;
}

section#features {
	width: 45%;
	float: left;
}
section#features ul {
	padding: 0px;
	padding-left: 20px;
}
section#features ul li {
	margin-top: 0.6em;
}

section#install {
	width: 55%;
	float: left;
}

section#install output {
	white-space: pre;
	display: block;
	font-family: monospace;
	width: 90%;
	padding: 5%;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	vertical-align: top;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin-bottom: 0.5em;
}

a#github {
	display: block;
	height: 61px;
	text-decoration: none;
	background-image: url(octocat-small.png);
	background-position: 16px 0px;
	background-repeat: no-repeat;

	text-align: center;
	font-size: 44px;
	font-family: 'Crimson Text', serif, arial;
	padding-top: 35px;
	padding-left: 40px;
}

section.feature h2, section.top h2 {
	color: #e9b96e;
	font-family: 'Crimson Text', serif, arial;
	font-weight: normal;
	font-size: 26pt;
	text-shadow: 2px 2px 1px rgba(200,200,200,0.1);
}
section.feature {
	padding-top: 1em;
	margin-top: 1em;
}
section.feature h2 {
	margin-bottom: 0.5em;
	padding-left: 0.2em;
}
section.feature div, footer {
	padding-top: 0.2em;
	padding: 1em;
	margin-top: 0em;

	background-color: rgba(255,255,255,0.1);
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
}

section.feature h3 {
	font-weight: bold;
	font-size: 12pt;
}

code {
	display: inline;
}

code.conf {
	white-space: pre;
	display: block;
	font-family: monospace;
}

footer {
	display: block;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 1em;
}

