/* -------------------------------
NATALIE DANFORD
Master Stylesheet
Copyright (c) 2006

Author: Michael Borum, etherweave
www.etherweave.com
---------------------------------*/

/* GLOBAL STYLES */

body {
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Georgia, TimesRoman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	z-index: 0;
	}

h1, h2, h3 {
	color: #000;
	font-weight: normal;
	line-height: 150%;
	}
	
h1 {
	font-size: 18px;
	margin-top: 0;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

a:link {
	color: #c00;
	text-decoration: none;
	}
	
a:visited {
	color: #666;
	text-decoration: underline;
	}

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

a:active {
	color: #ccc;
	text-decoration: underline;
	}

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

ul.bullets li {
	margin-top: 15px;
	}
	
#footer {
	position: relative;
	clear: left;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 20px 0 25px 0;
	z-index: 2;
	}

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

input.text {
	border: 1px solid #000;
	padding: 0;
	}

input.button {
	background: #fff;
	border: 1px solid #000;
	color: #c00;
	font-size: 11px;
	line-height: 100%;
	margin: 0;
	}

textarea {
	background: #fff;
	border: 1px solid #000;
	}
	
td {
	padding: 0 2px 0 0;
	margin: 0;
	}

form td {
	font-size: 10px;
	}
	
/* HOME PAGE STYLES */

#background {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
.background {
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	}

#animation {
	padding-bottom: 25px;
	}
	
#container-home {
	position: relative; top: 150px;
	width: 650px;
	height: 350px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	}

#container-home #footer {
	padding: 50px 0 0 0;
	}

.button-home1 {
	width: 170px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 0;
	}

.button-home2 {
	width: 170px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	}

#logo-home {
	width: 166px;
	height: 135px;
	margin: 0;
	padding: 0;
	float: left;
	}

#brace {
	width: 39px;
	height: 150px;
	float: left;
	margin: 0 25px 0 50px;
	padding: 0;
	}
	
#nav-home {
	width: 170px;
	height: 145px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	}

#jacket-home {
	width: 110px;
	height: 150px;
	float: right;
	margin-left: 75px;
	padding: 0;
	}

#jacket-home img {
	border: 1px solid #000;
	}

/* CONTENT PAGE STYLES */

#container {
	position: relative; top: 20px;
	width: 675px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: visible;
	z-index: 2;
	}

#masthead {
	width: 675px;
	height: 105px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	overflow: visible;
	}

#logo {
	width: 150px;
	height: 101px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	}

#header {
	width: 410px;
	height: 105px;
	float: left;
	margin: 0;
	padding: 0;
	}

#jacket {
	width: 82px;
	height: 112px;
	float: right;
	margin: 0;
	padding: 0;
	}

#jacket img {
	border: 1px solid #000;
	}

#nav {
	float: left;
	width: 150px;
	margin: 20px 10px 0 0;
	padding: 0;
	text-align: right;
	}

#nav ul {
	text-align: right;
	}
	
.button {
	margin: 0 0 15px 0;
	}

#content {
	float: left;
	width: 500px;
	min-height: 150px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 10px;
	border-left: 1px dashed #c00;
	text-align: left;
	}

#content p {
	margin-bottom: 15px;
	}
	
div.bnav, div.fiction {
	height: 305px;
	padding: 0 0 50px 0;
	overflow: visible;
	}

div.bnav p, div.fiction p {
	font-size: 11px;
	line-height: 14px;
	}
	
div.bnav img, div.fiction img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000;
	}

div.bnav ul, div.fiction ul {
	margin: 10px 0 0 0;
	font-size: 10px;
	}

div.bnav ul li, div.fiction ul li {
	line-height: 125%;
	}

div.bnav h3, div.fiction h3 {
	margin: 0 0 10px 0;
	}

ul.nonfiction li {
	margin-bottom: 5px;
	}