/*
Screen Stylesheet

URL: 		http://johnlytle.com
Created by: 	John Lytle
Site Design by:	JL Productions
*/


* {
	margin: 0;
	padding: 0;
}

	a:link {
		color: #900;
		background-color: inherit;
		text-decoration: none;
	}
	
	a:visited {
		color: #900;
		background-color: inherit;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
		color: black;
		background-color: inherit;
	}

body {
	background: #000;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0 2em;
}

/* =Forms 
---------------------------------------------------------------------*/
	
fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}	
	.unit fieldset {padding: 0;}
	
label {
	display: block;
	color: #999;
	margin-top: 10px;
	}

input[type="checkbox"] + label {
	margin: 3px;
	display: inline;
}

select {
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 10px;
	padding: .2em;
	}

input[type="checkbox"] {
	margin-top: 5px;
}

input[type="text"], 
input[type="password"], 
textarea, 
input.text, 
input.inputError, 
input.textError, 
textarea {
	display: block;
	border: 1px solid #222;
	background-color: #222;
	color: inherit;
	margin: 2px 0;
	padding: 6px;
}

.error p {
	color: #fff;
	margin: 10px 0 0 0;
	font-style: italic;
}

	input:focus, textarea:focus  {
		background: #222;
		border: 1px solid #222;
		}
	input:hover, select:hover, textarea:hover {
		background: #333;
		border: 1px solid #333;
		color: #fff;
		}
	select:focus {
		background: #333;
		color: #fff;
		}

textarea {
	height: 10em;
	width: 200px;
	margin-bottom: 0;
	padding: 5px;
	}

legend {
	display: none;
	}

input.submit {
	text-transform: uppercase;
	background: #333;
	color: #666;
	font-size: 90%;
	border: none;
	margin: 5px 0 0 0;
	padding: .2em;
	width: auto;
	overflow: visible;
}	
	input.submit:hover {
		background: #666;
		color: #fff;
		}
		
h1 {
	width: 30px;
	height: 33px;
	margin: 0 0 3em 0;
	text-indent: -9000px;
	background: url(images/jl-logo.png) no-repeat;
}

h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

h4 {
	font-size: 10px;
	margin: 0 0 6px 0;

	text-transform: uppercase;
}
h4 span {
	font-size: 9px;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
	color: #999;
	font-size: 10px;
	background-color: inherit;

}

ul {
	margin: 5px 0;
	list-style: none;
}

	ul li {
		background-color: inherit;
	}
 
	ul li span {
		color: #ccc;
		font-style: italic;
	}
 
#footer {
	padding-top: 1em;
	color: #333;
	background-color: inherit;
	margin-top: 1em;
	margin-left: 0;
}

#wrapper {
	width: 32em;
	margin: 0 auto;
	padding-top: 3em;
	color: inherit;
}

a[href$=".pdf"] {
	background: url(/app/css/images/assets/link-pdf.gif) no-repeat left top;
	padding-left: 14px;
}
a[href$=".doc"] {
	background: url(/app/css/images/assets/link-doc.gif) no-repeat left top;
	padding-left: 14px;
}



/* =Block Elements
---------------------------------------------------------------------*/

hr {
	height: 1px;
	margin: 10px 0 10px 0;
	border: none;
	background-color: #eee;
	color: #eee;
}


