/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************/


body
{
	background-image:url('bg.gif');
	background-attachment:fixed;
	font-family: 'Droid Sans Mono', sans-serif;
	font-size: 12px;
}

#wrap
{
	margin: 50px;
	min-width: 1024px;
}

#wrap a 
{
	color: #01CFFF;
	text-decoration: underline;
}

#wrap a:hover
{
	background-color: yellow;
	color: black;
}

#wrap a:active
{
	background-color: black;
	color: yellow;
}

#wrap strong
{
	font-weight: bold;
}

#wrap em
{

}

#wrap p 
{
	line-height: 15px;
}

#header
{
	display: inline;
	float: left;
}

#side-bar h1
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	background-color: yellow;
	padding: 20px 10px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#side-bar
{
	width: 160px;
	float: left;
	margin-right: 10px;
}

#side-bar p
{
	background-color: white;
	padding: 7px;
	margin-bottom: 5px;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#side-bar a#download
{
	background-color: #FF008F;
	display:block;
	width: 160px;
	padding: 20px 0;
	text-align: center;
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#side-bar a#download:hover
{
	background-color: black;
	color: yellow;
}

#side-bar canvas
{
	margin-top: 15px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;

}

#content
{
	float: left;
	width: 800px;
}

#content iframe
{
	margin-bottom: 10px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-color: white;
}

#content p
{
	margin-bottom: 10px;
}

#content hr
{
	border: 0;
	border-bottom: 1px dotted black;
}

#content #tagline
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	line-height: 24px;
	
	border-top: 1px dotted black;
	border-bottom: 2px solid black;
	
	padding: 30px 0;
	text-align: center;
	margin-bottom: 15px;
}

.box
{
	background-color: white;
	width: 225px;
	float: left;
	margin: 0px 10px 10px 0;
	min-height: 330px;
	padding: 15px;
}

.box h2
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	
	padding: 15px 0 20px;
	color: #FF3FEF;
	border-bottom: 1px dotted black;
	margin-bottom: 15px;
}

.box p
{
	margin-bottom: 12px;
}

.box ul
{
	list-style-type:square;
	margin-left: 16px;
	display:block;
}

.box ul li
{
	margin-bottom: 5px;
}

.box ul#screenshots
{
	list-style-type:none;
	margin: 0;
	padding: 0px;
}

.box ul#screenshots li
{
	margin: 0 5px 5px 0;
	float: left;
}

#all-rights
{
	margin-top: 10px;
	border-top: 1px dotted black;
	padding-top: 15px;
	text-align: center;
}

#twitter
{
	margin-top: 15px;
	text-align: center;
}

#donate-btn
{
	text-align: center;
}