/*--------------------------------
SCOTTCAMPBELLBOOKS.COM
Master Stylesheet
Copyright 2009 Scott Campbell
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: January 2009
---------------------------------*/

html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
 	}
 
body {
	background: #e9c474;
	color: #330;
	font-family: "Georgia", "TimesNewRoman", "TimesRoman", "Times", serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	z-index: 50;
	}

#background {
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
	}

h1, h2, h3, h4 {
	color: #600;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	padding: 0 15px 0 25px;
	margin: 0;
	}

h1 {
	font-size: 32px;
	line-height: 150%;
	}

h2 {
	font-size: 20px;
	line-height: 150%;
	}

h3 {
	font-size: 16px;
	padding: 0 15px 0 25px;
	line-height: 150%;
	}

h4 {
	font-size: 14px;
	padding: 0 15px 0 25px;
	line-height: 150%;
	}

a {
	font-family: "Arial", "Helvetica", sans-serif;
}

a:link {
	color: #600;
	text-decoration: none;
	}

a:visited {
	color: #c66;
	text-decoration: none;
	}

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

a:active {
	color: #ccc;
	text-decoration: none;
	}
		
a img {
	border: none;
	}

#masthead { /* "Scott Campbell" */
	width: 550px;
	height: 120px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	}
	
ul.nav { /* navigation links */
	list-style: none;
	width: 550px;
	height: 20px;
	float: left;
	text-align: left;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	}

ul.nav li { /* individual navigation buttons */
	float: left;
	padding: 0 20px 0 0;
	}

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

p.socialmedia { /* links to social networking sites */
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}

p.socialmedia a {
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
	}

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

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

fieldset {
	width: 425px;
	border: none;
	padding: 0;
	margin: 0 0 100px 0;
	}

input, textarea {
	background: #ffc url("../images/form-bg.jpg") repeat-x;
	border-top: 1px solid #600;
	border-right: 1px solid #330;
	border-bottom: 1px solid #330;
	border-left: 1px solid #600;
	}
	
#footer { /* Copyright and other footer information */
	clear: both;
	width: 770px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 0;
	}
