@charset "utf-8";
/* CSS for jeremywolfe.com */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #000 url(assets/bg_glow.png) center center no-repeat;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 80px 0 0 0;
	margin: 0;
}

p {
	text-align: justify;
}

a {
	color: #09F;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #555;
	width: 478px;
}

legend {
	color: #FFF;
}

img {
	border: none;
}

label:hover {
	color: #09F;
}

input[type=submit], input[type=reset] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	border: 1px solid #09F;
	color: #09F;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit]:hover, input[type=reset]:hover {
	color: #FFF;
}

input[type=text] {
	width: 160px;
}

textarea {
	width: 480px;
}

input[type=text], textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=text]:focus, textarea:focus {
	border-color: #09F;
	color: #09F;
	-moz-box-shadow:inset 0 0 10px #0CF;
	-webkit-box-shadow:inset 0 0 10px #0CF;
	box-shadow:inset 0 0 10px #0CF;
}

#topspacer {
	width: 100%;
	height: 50%;
	margin-bottom: -250px;
	float: left;
}

#leftspacer {
}

#sitecontainer {
	position: relative;
	margin: 0 auto;
	width: 720px;
	height: 500px;
	border: 2px solid #CCC;
	background-color: #000;
	clear: both;
}

#header {
	text-align: center;
}

#navigation {
	width: 170px;
	height: 400px;
	float: left;
	padding: 0 10px 0 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #333;
}

#navigation ul ul {
	border-bottom: none;
}

#navigation li li a, #navigation li li span {
	border-top: none;
}

#navigation a, #navigation span {
	border-top: 1px solid #333;
	display: block;
	padding: 4px;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #06C;
	color: #000;
}

#content {
	width: 510px;
	float: right;
	padding: 0 20px 0 0;
	position: relative;
	height: 400px;
	overflow: hidden;
}

#content ul {
	padding: 0 0 0 16px;
	list-style: outside;
}

#footer-left {
	font-size: 10px;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 20px;
	z-index: 1;
}

#footer-right {
	font-size: 10px;
	clear: both;
	position: absolute;
	bottom: 3px;
	right: 10px;
	height: 20px;
	z-index: 1;
}

#screenshot {
	background-position: 0px 16px;
	background-repeat: no-repeat;
	background-color: #000;
	height: 66px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	border: 1px solid #555;
}

#screenshot-cap {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	background-color: #555;
	color: #FFF;
	height: 16px;
}

.formlabel {
	display: inline-block;
	width: 60px;
}

