* {margin: 0px; padding: 0px; border: 0px;}

body {
	background-color: #1b1b1b;
	font-family: Calibri, Arial, sans-serif;
}

a, #footer a:visited #footer a:active {
	color: #33648d;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 5px;
	padding-right: 20px;
	margin-left: 24px;
	margin-bottom: 10px;
}

#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 32px;
	margin-left: 90px;
	background-color: #3a445a;
	border: solid #2d2d2d 10px;
	border-bottom: 0px;
}

#logo {
	display: block;
	width: 90px;
	height: 110px;
	float: left;
}

#menu {
	padding: 10px;
	padding-top: 0px;
	text-align: center;
}

#menu a {
	display: inline-block;
	padding: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	font-family: Candara, monospace;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	background-color: transparent;
}

#menu a:hover, #menu-right a:hover {
	color: #3a445a;
	background-color: #fff;
}

#content-wrapper {
	border: solid #2d2d2d 10px;
	border-top: 0px;
	background-color: #fff;
	padding: 10px;
	margin-left: 90px;
}

#content {
}

#content {
	background-color: white;
	margin-bottom: 10px;
}

#content a {
	border-bottom: dotted #33648d 1px;
}

#content a:hover {
	border-bottom: dotted #333333 1px;
	text-decoration: none;
}

#content h1 {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
	color: #2b2b2b;
	font-size: 11pt;
	font-family: Book Antiqua, Garamond, serif;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	letter-spacing: 4px;
	margin-bottom: 20px;
	border-bottom: solid #2b2b2b 2px;
}

#content h2 {
	color: #fff;
	background-color: #2b2b2b;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#content p {
	padding-bottom: 10px;
	padding-top: 0px;
}

#content a.button {
	display: inline-block;
	padding: 5px;
	background-color: #317b14;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#content a.button.red { background-color: #7b1414; }

#content .screenshot {
	float: right;
	background-color: #317b14;
	color: white;
	font-size: 8pt;
	margin-right: 10px;
	margin-left: 15px;
	padding: 2px;
}

#content .screenshot.w100 img { width: 100px; }
#content .screenshot.w200 img { width: 200px; }
#content .screenshot.w300 img { width: 300px; }

#content .screenshot p {
	padding: 3px;
	text-align: center;
}

#content p.command, #content span.command {
	font-family: monospace;
	font-weight: bold;
	color: #317b14;
}

#content p.command {
	padding: 15px;
	background-color: #eee;
}

#content p.note {
	padding: 15px;
	color: #14317b;
	background-color: #eee;
}

#content p.warning {
	padding: 15px;
	color: #C92020;
	background-color: #eee;
}

#content p img { padding-top: 2px; padding-bottom: 2px; border-top: dotted #505050 1px; border-bottom: dotted #505050 1px; }

#footer {
	padding: 10px;
	font-size: 10pt;
	text-align: center;
	color: #505050;
}

#footer a, #footer a:visited #footer a:active {
	color: #33648d;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.mono {
	font-family: Candara, monospace;
}

.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }

.byline { text-align: center; padding: 0px; margin: 0px; margin-bottom: 1em; margin-top: -1em; font-style: italic; }

.reviewdate { text-align: center; font-size: 0.7em; margin-top: 2em; color: #505050; }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#wrapper { width: 100%; }
	#logo { float: none; margin: 0px auto; }
	#header { margin: 0; height: auto; }
	#content-wrapper { margin: 0; }
}