@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);

body {
	margin: 0;
	padding: 0;
	background: #121212;
	font: .875em 'News Cycle', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

header {
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .5);
}

h1, h2 {
	margin: 0;
}

h1 {
	padding: 5px 25px 40px;
	background: #3f002f;
	background: -moz-linear-gradient(top,  #3f002f 0%, #4b003b 55%, #4b003b 83%, #550049 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f002f), color-stop(55%,#4b003b), color-stop(83%,#4b003b), color-stop(100%,#550049));
	background: -webkit-linear-gradient(top,  #3f002f 0%,#4b003b 55%,#4b003b 83%,#550049 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f002f 0%,#4b003b 55%,#4b003b 83%,#550049 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f002f 0%,#4b003b 55%,#4b003b 83%,#550049 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f002f 0%,#4b003b 55%,#4b003b 83%,#550049 100%); /* W3C */
	font-size: 3em;
	font-weight: bold;
	color: rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
}

h2 {
	width: 100%;
	padding: 0px 0 8px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.6);
	font: normal 1.25em/1.2em 'News Cycle', Helvetica, Arial, sans-serif;
	text-align: right;
	color: rgba(255,255,255,1);
	opacity: .7;
}

h1 span, h2 span, article, #downloadLinks {
	display: block;
	margin: auto;	
	max-width: 950px;
}


h2 span { padding: 0 25px; }

h3 {
	margin: 30px 0 5px;	
	font-size: 1.3em;
	color: #fff;
}

article { padding: 0 25px; }

.intro {
	display: block;
	margin: 0 0 .5em;
	padding: 0;
	font: 1.75em Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	line-height: 1em;
	color: rgba(255,255,255,0.9);
}

p, ol, ul {
	display: block;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
}

p { margin: 0 0 .75em; }
ol, ul { margin: 0 0 0 40px;	}
.examples li { padding-bottom: 1em;	}

code { 
	display: block; 
	padding: 10px 0 15px; 
	font: 1em Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	color: #b5a1b0;
}

#downloadLinks {
	padding: 0 25px;	
	overflow: hidden;
	margin-bottom: 20px;
}

.download {
	display: inline-block;
	width: 47%;
	padding: 0 0 2px 0;
	height: 26px;
	float: left;
	background: #999999;
	background: -moz-linear-gradient(top,  #999999 0%, #878787 29%, #878787 64%, #6b6b6b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(29%,#878787), color-stop(64%,#878787), color-stop(100%,#6b6b6b)); 
	background: -webkit-linear-gradient(top,  #999999 0%,#878787 29%,#878787 64%,#6b6b6b 100%);
	background: -o-linear-gradient(top,  #999999 0%,#878787 29%,#878787 64%,#6b6b6b 100%); 
	background: -ms-linear-gradient(top,  #999999 0%,#878787 29%,#878787 64%,#6b6b6b 100%); 
	background: linear-gradient(to bottom,  #999999 0%,#878787 29%,#878787 64%,#6b6b6b 100%); 
	border-radius: 5px;
	border: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: rgba(0,0,0,0.7);
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
}

.download:active {
	background: #6b6b6b;
	background: -moz-linear-gradient(top,  #6b6b6b 0%, #878787 55%, #878787 83%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6b), color-stop(55%,#878787), color-stop(83%,#878787), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #6b6b6b 0%,#878787 55%,#878787 83%,#999999 100%);
	background: -o-linear-gradient(top,  #6b6b6b 0%,#878787 55%,#878787 83%,#999999 100%);
	background: -ms-linear-gradient(top,  #6b6b6b 0%,#878787 55%,#878787 83%,#999999 100%);
	background: linear-gradient(to bottom,  #6b6b6b 0%,#878787 55%,#878787 83%,#999999 100%);
}

.download.src { margin-right: 6%; }

footer {
	background: #300027; 
	-webkit-box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, .5);
}

footer p {
	max-width: 920px;
	margin: auto;
	padding: 10px 15px 15px;
	font-size: .92em;
	text-align: center;
}

footer a {
	color: #fff;	
	text-decoration: none;
}

#license {
	position: relative;
	top: 2px;	
}

@media screen and (min-width: 34.375em) { /* 550px / 16px */
	h1 { padding: 20px 40px 50px; font-size: 7em; text-shadow: 2px 2px 3px rgba(255,255,255,0.1); } 
	h2 { padding: 0px 0 7px; font-size: 1.3em; }
	article, h2 span { padding: 0 40px; }
	.intro { font-size: 2em; line-height: 1em;}
	p { font-size: 1.3em; }
	.indent1, .indent2 { display: inline-block; }
	.indent1 { padding-left: 30px; }
	.indent2 { padding-left: 60px; }
	#downloadLinks {
		float: right;
		width: 125px;
		padding: 0;
	}
	.download { padding: 0 0 2px 0; }
} 

@media screen and (min-width: 53.125em) { /* 850px / 16px */
	h1 span { background: url(../img/plum.png) no-repeat right 10px; }
}

.marquee {
	display: block;
	width: 100%;
	margin-top: .5em;
	background: rgba(255,255,255,.1);
	border-radius: 10px;
}

#left { padding: 0 0 .5em; }

#bunny { padding: 10px 0; }

#link {
	width: 25%;
	min-width: 150px;
	height: 100px;
	text-align: center;	
}

#link a { color: #b5a1b0; }

#div { 
	width: 25%;
	min-width: 210px;
	padding: 10px;
	font-size: .75em;
}
#div img { display: block; width: 100%; max-width: 324px; margin: auto; }
#div li { padding: 0; }


