/*--------------------------------
Elinor Lipman
www.elinorlipman.com
Master Style Sheet
Author: etherweave communications
Date: 	October 2009
---------------------------------*/

/* General Styles */

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Georgia, TimesNewRoman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, TimesNewRoman, Times, serif;
	font-weight: normal;
	}
	
h1 {
	font-size: 150%;
	line-height: 1.25em;
	margin: 0 0 .5em;
	}
	
h2 {
	font-size: 130%;
	line-height: 1.25em;
	margin: 0 0 .5em;
	}
	
h3 {
	font-size: 110%;
	line-height: 2em;
	margin: 0 0 .75em;
	}
	
h4 {
	font-size: 100%;
	line-height: 2em;
	text-decoration: underline;
	margin: 0 0 0;
	}

a:link {
	color: #c00;
	text-decoration: underline;
	}
	
a:visited {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	color: #996;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 16px;
	}

ul.bullets {
	list-style: square;
	margin-left: 18px;
	padding-left: 0;
	font-size: 11px;
	line-height: 16px;
	}
	
ul.nav {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
	}

dt {
	font-weight: bold;
	}

dd {
	margin: 0;
	padding: 0;
	}
		
.button1 {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	}

.button2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
	}

.button3 {
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}

input {
	border: 1px solid #000;
	}
	
input.text {
	background-color: #fff;
	border: 1px solid #333;
	font-family: CourierNew, Courier, sans-serif;
	font-size: 12px;
	}

input.button {
	background-color: #c00;
	border: 1px solid #333;
	font-family: Georgia, TimesNewRoman, Times, serif;
	font-size: 12px;
	color: #fff;
	}

textarea {
	background-color: #fff;
	border: 1px solid #333;
	font-family: CourierNew, Courier, sans-serif;
	font-size: 12px;
	}
	
form td {
	font-size: 11px;
	}
	
/* Home Page Layout */

#flash {
	width: 1px;
	height: 1px;
	position: fixed; top: 1px; left: 1px;
	}
	
#container-home {
	width: 650px;
	height: 424px;
	margin: 20px auto 0 auto;
	border: 1px solid #c00;
	background: #ffc url(../images/home_bg.gif) no-repeat;
	}
	
#wall-home {
	width: 325px;
	height: 100px;
	position: relative; top: 10px; left: 315px;
	margin: 0;
	padding: 0;
	}

img.wall {
	margin: 6px;
	padding: 0;
	border: none;
	}

#nav-home {
	width: 255px;
	height: 210px;
	position: relative; top: 20px; left: 35px;
	padding: 0;
	margin: 0;
	text-align: right;
	}

#textnav-home {
	width: 750px;
	height: 20px;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin: 20px auto 0 auto;
	}

#footer-home {
	width: 650px;
	height: 25px;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin: 20px auto 0 auto;
	}
	
/* Content Page Layout */

#container {
	width: 750px;
	min-height: 500px;
	position: relative; top: 0; left: 0;
	background: #ffc url("../images/content_bg.gif") no-repeat;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	overflow: auto;
	padding-bottom: 20px;
	}
	
#wall {
	width: 125px;
	height: 160px;
	float: right;
	margin-right: 30px;
	padding: 0;
	}

img.wall2 {
	margin: 10px;
	padding: 0;
	border: none;
	}

#nav {
	width: 200px;
	height: auto;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: right;
	}

.headline {
	line-height: 200%;
	margin-bottom: 25px;
	}

.authorphoto {
	float: right;
	border: 1px solid #333;
	margin: 15px 0 50px 10px;
	}
	
#content {
	width: 550px;
	text-align: left;
	padding: 0 85px 0 0;
	margin: 200px 0 0 85px;
	}

.booklisting {
	display: block;
	clear: left;
	width: 500px;
	margin-bottom: 20px;
	overflow: visible;
	}

.jacket {
	float: left;
	border: 1px solid #333;
	margin: 0 25px 25px 0;
	}
	
.bookpage {
	width: 550px;
	}

.bookpage-jacket {
	width: 200px;
	float: left;
	}

.bookpage-info {
	width: 320px;
	float: right;
	}
	
#textnav {
	width: 750px;
	height: 20px;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	}

#footer {
	width: 750px;
	height: 25px;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin-top: 30px;
	}
