/* -----------------------------------
MICHAEL LOWENTHAL
Master Stylesheet
www.michaellowenthal.com

Author: Michael Borum, etherweave
http://www.etherweave.com

Version: October 2006
-------------------------------------*/

#background {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.background {
	height: 100%; 
	width: 100%; 
	padding: 0;
	margin: 0;
	}
	
body {
	background: #fff url(../images/bottom_bg.jpg) no-repeat bottom;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, TimesRoman, TimesNewRoman, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	z-index: 0;
	}

/* LINKS */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a:link {
	color: #6f1000;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #a66c62;
	}
a:active {
	color: #a66c62;
	}

a {
	font-family: Georgia, Times, TimesRoman, TimesNewRoman, serif;
	}
	
/* TEXT HEADERS and SUBHEADS */

h1, h2, h3, h4 {
	line-height: 150%;
	margin: 0 0 15px 0;
	}

h1 {
	font-size: 18px;
	font-weight: normal;
	}

h2 {	
	font-size: 16px;
	font-weight: normal;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	}

/* LISTS */

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

ul.bullets {
	list-style: square;
	margin: 0;
	padding: 0 0 15px 15px;
	}

/* PARAGRAPH */

p {
	padding: 0 0 15px 0;
	margin: 0;
	}

#footer p {
	padding: 15px 0 15px 0;
	}

/* HORIZONTAL RULE */

hr {
	height: 1px;
	border-top: 1px dotted #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0 0 5px 0;
	}

/* FORMS and INPUTS */

fieldset {
	width: 350px;
	border: 1px dotted #333;
	padding: 10px;
	margin: 0;
	}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	background: #fff;
	border: 1px solid #333;
	padding: 2px;
	margin: 0;
	}
	
input.submit {
	background: #fff;
	color: #6f1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	border: 1px solid #333;
	padding: 1px;
	margin: 0;
	}

label img {
	margin: 0;
	padding: 0;
	}

input:focus, textarea:focus, select:focus {
	background: #ccc;
	}
	
textarea {
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
