/* font */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Site styling */ 

body {
	margin: 0 auto;
	padding: 0px 0px 0px;
	font-family: arial;
	font-size: 1em;
}

h1 {
	margin: 0px 0px 0px 20px;	
	padding: 20px 0px 0px 0px;
	color: #a81213;
	font-family: 'LeagueGothicRegular', arial, san-serif;
	font-size: 4.5em;	
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
h2, h3 {
	padding-top: 10px;
	font-family: 'LeagueGothicRegular', arial, san-serif;	
	font-size: 2.25em;
	font-weight: normal;
	color: #a81213;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}
#content a {
	color: #a81213; 
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}
#content a:hover {
	text-decoration: none;
}
#release-history {
	font-size: 0.7em;
	overflow: hidden;
}
#release-history p strong {
	margin-right: 5px;
	font-family: 'LeagueGothicRegular', arial, san-serif;	
	font-size: 1.6em;	
	font-weight: normal;
	display: block;
	float: left;
}

pre {
	margin: 20px 0px 0px;
	padding: 22px 40px;
	background-color: #f8f0db;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre code span.red {
	color: #a81213;
}
pre code span.grey {
	color: #7b7976;
}
dl {
	/*margin: 10px 10px 10px 20px;*/
	color: #f8f0db;
}
dt {
	margin-top: 10px;
	font-weight: bold;
}
dd {
	margin: 5px 0px 10px 20px;
}
div#content {
	/*padding: 10px 5px 0px 0px;*/
}
.content-box {
	/*padding: 0px 0px 30px;*/
}
.divider-top {
	padding-top: 20px;
	border-top: 1px solid #70342d;
}
.divider-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #1e0a09;
}
#download {
 	margin: 20px 0px 30px 300px;
 	padding: 2px;
	background-color: #f8f0db;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	width: 216px;
	height: 96px;
	-webkit-box-shadow: 5px 5px 15px black;
	-moz-box-shadow: 5px 5px 15px black;
	box-shadow: 5px 5px 15px black; 
}
#download a {
 	font-family: 'LeagueGothicRegular', arial, san-serif;	
 	font-size: 1.875em;
 	background-color: #a81213;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 100%;
	color: #f8f0db;
	text-decoration: none;
	text-transform: uppercase;
}
#download a:hover {
	background-color: #000000;
}
#download a img {
	margin: 0px 20px 0px 20px;
	float: left;
}
#download a span.dl {
	margin-top: 19px;
	float: left;
	display: block;
}
#download a span.sub {
	display: block;
	float: left;
	font-size: 0.7em;
	color: #e0ac9e;
}
#github img {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: 0;	
}
#paypal {
	margin: 20px 0px 0px 0px;	
	padding: 22px 40px 22px 330px;
	/*width: 100%;*/
	background-color: #f8f0db;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
::-moz-selection {
    background-color: #a81213;	
	color: #f8f0db;
}
::selection {
	background-color: #a81213;
	color: #f8f0db;		
}