/*
===============Presentationless=============
http://www.dbenton.com/presentationless/default.css

individual styles in this stylesheet are public domain
the site's appearance as a whole is copyright David Benton
*/

body { margin: 0; padding: 0; }
body.home { margin: 15px; }

body.home div#presentationless, div#presentationless-head {
background-color: #D6F5C2;
color: #305F0E;
border: 1px solid #006633;
width: 95.5%;
padding: 15px 2%;
margin-left: auto;
margin-right: auto;
}
	
	body.home div#presentationless h1, div#presentationless-head h1 { font-size: 1.8em; margin: 0; }
	
	body.home div#presentationless h2, div#presentationless-head h2 { font-size: 1.1em; margin: 0; }
	
	body.home div#presentationless form, div#presentationless-head form { margin: 15px; }
	
	body.home div#presentationless input#url, div#presentationless-head input#url { width: 27em; }
	
	body.home div#presentationless h3, div#presentationless-head h3 { font-size: 1em; margin: 0; }
	
	body.home div#presentationless a, div#presentationless-head a { color: #060; }

div#alert {
font-weight: bold;
color: #DD0000;
}

div#presentationless-head {
border: none;
border-bottom: 1px solid #006633;
width: 98%;
padding: 3px 1%;
margin: 0;
}

	div#presentationless-head form {
	margin: 0;
	padding: 0;
	text-align: right;
	}

		div#presentationless-head input#url { width: 15em; margin: 0; }
		div#presentationless-head input#action { margin: 0; }

	div#presentationless-head div { white-space: nowrap; }
	div#presentationless-body { margin: 15px; }
