@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:28px;
	background-color:#222;
	color:#BBB;
	margin:0px auto;
}
a {
	color:#F22;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.topbutton {
	font-size:16px;
	border-radius: 6px;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	color:#000;
	background-color:#f00000;
	display:inline-block;
	margin:2px;
	font-weight:bold;
	vertical-align:middle;
}
.topbutton:hover {
	background-color:#d00000;
	text-decoration:none;
}

.subscribeButton {
	font-family:Arial;
	font-size:16px;
	border-radius: 2px;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	color:#c6efa9;
	background-color:#5c8f1c;
	display:inline-block;
	margin:2px;
	font-weight:normal;
	vertical-align:middle;
}
.subscribeButton:hover {
	background-color:#6ea521;
	color:#e4ffb9;
}


h1, h2 {
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:25px 0px 15px 0px;
	color:#EEE;
}
h1 {
	font-size:40px;
}

div#content {

	padding-left:30px;
	padding-right:30px;
	margin-top:10px;

	padding-bottom:30px;
}
div#container {

	width:930px;
	display:block;
	border-style:solid;
	border-color:#333;
	border-width:0px 1px 0px 1px;
	background-color:#000;
	
	margin-left: auto;
	margin-right: auto;
}
div.spacer {
	height:5px;
}

/* #mce-EMAIL { */
	/* border-color:#F22; */
	/* width:400px; */
	/* background-color:#111; */
	/* font-size:20px; */
	/* line-height:20px; */
	/* color:#EEE; */
	/* font-family:Georgia, "Times New Roman", Times, serif; */
/* } */

#wrapper {
	/*margin:0px auto; */
	/* position:relative; */
	/* left:50%; */
	/* display:block; */
	/* overflow:hidden; */
	/* width:870px; */
}
img.thumbnail, img.thumbnail_selected {
	height:90px;
	width:160px;
	margin-bottom:1px;
	margin-left:12px;
	padding:0px;
}
img.thumbnail_selected {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.screenshot {

	width:690px; height:385px;
}
p {
	padding:0px;
	margin:10px 0px 10px 0px;
}
li {
	padding:0px;
	margin:5px 0px 5px 0px;
}
hr {
	margin-top:25px;
	margin-bottom:25px;
	border:0;
	background-color:#333;
	height:1px;
}
