/*
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: #fff;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	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 #fff;
	background-color: #eee;
	color: inherit;
	margin-bottom: 2px;
	padding: 6px;
}

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

	input:focus, textarea:focus  {
		background: #fff;
		border: 1px solid #eee;
		}
	input:hover, select:hover, textarea:hover {
		background: #ccc;
		border: 1px solid #fff;
		color: #000;
		}
	select:focus {
		background: #fff;
		color: #000;
		}

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

legend {
	display: none;
	}

input.submit {
	text-transform: uppercase;
	background: #eee;
	color: #999;
	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.gif) no-repeat;
}

h3 {
	font-size: 12px;
	margin: 0 0 6px 0;
}

p {
	margin-bottom: 1em;
	color: #999;
	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: #ccc;
	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;
}
