/*-------------------------------
MAMEVE MEDWED
Master Style Sheet
Copyright 2008 Mameve Medwed

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

/* GLOBAL STYLE */
	
html, body {
	background: #696 url(../images/gradient_bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffc;
	margin: 0;
	padding: 0;
	z-index: 0;
	}

h1, h2, h3 {
	font-family: Georgia, TimesRoman, Times, TimesNewRoman, serif;
	}

h1 {
	font-size: 23px;
	line-height: 150%;
	font-weight: normal;
	}
	
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 115%;
	}

a:link {
	color: #ffc;
	text-decoration: underline;
	}

a:visited {
	color: #9c9;
	text-decoration: underline;
	}

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

ul {
	font-size: 14px;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}

li {
	line-height: 150%;
	}
	
ul.nav {
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
	}

ul.buybooks {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding-bottom: 50px;
	}

ul.news {
	list-style: square;
	margin-left: 15px;
	padding-left: 0;
	}
	
hr {
	height: 1px;
	border-top: 1px dotted #ffc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0 0 0;
	padding: 0;
	}

/* FORMS */

table.subscribe {
	width: 375px;
	border: 0;
	}

table.subscribe td {
	padding: 2px;
	}

table.verify {
	width: 400px;
	border: 0;
	}

table.verify td {
	padding: 3px;
	}

td.l {
	text-align: left;
	}

td.r {
	text-align: right;
	}
	
input.text {
	background-color: #ffc;
	border: 1px solid #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

input.button {
	background-color: #030;
	border: 1px solid #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc;
	padding: 0;
	margin: 0;
	}

textarea {
	background-color: #ffc;
	border: 1px solid #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* HOME PAGE STYLES */

#container-home {
	width: 770px;
	overflow: visible;
	margin: 0 auto 0 auto;
	padding: 0;
	}

html>body #container {
    height: auto;
	}
	
#content {
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	}
	
#masthead-home {
	width: 671px;
	height: 112px;
	border: none;
	margin: 20px auto 35px auto;
	padding: 0;
	text-align: center;
	}

#left {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	}

.button {
	margin-bottom: 15px;
	}

#right {
	margin: 0;
	padding: 0 0 25px 30px;
	overflow: hidden;
	}

#right h2 {
	margin: 0;
	padding: 0;
	}
	
.book-home {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #ffc;
	}

.contest {
	width: 500px;
	clear: left;
	margin: 15px 0 0 0;
	padding: 10px;
	border: 1px dotted #ffc;
	}

#footer {
	clear: both;
	border-top: 1px solid #ffc;
	background: #9cf url(../images/footer-bg.gif) no-repeat top center;
	color: #030;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 125px;
	overflow: visible;
	margin: 20px auto 0 auto;
	padding: 25px 0 0 0;
	}
	
/* CONTENT PAGE STYLES */

#page {
	position: absolute; top: 0; left: 0; right: 0;
	background: #030;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	}

#masthead {
	position: relative; top: 0; left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ffc;
	margin-bottom: 20px;
	padding: 0;
	overflow: visible;
	}

.masthead-left {
	position: relative; top: 16px; left: 20px;
	float: left;
	height: 84px;
	text-align: left;
	padding: 0;
	}

#masthead-right {
	position: relative; top: 76px; left: 0;
	width: 50%;
	float: right;
	text-align: right;
	margin-right: 20px;
	padding: 0;
	}
	
#container {
	position: relative;
	background: #030;
	width: 95%;
	margin: 0 auto 0 auto;
	padding: 0;	
	overflow: visible;
	}

#container p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#left-side2 {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible;
	z-index: 1;
	}
	
.book {
	border: 1px solid #ffc;
	margin-bottom: 10px;
	padding: 0;
	}
	
#right-side2 {
	width: 78%;
	float: right;
	margin: 0;
	padding: 0;
	overflow: visible;
	}
	
.author-photo {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 1px solid #ffc;
	}

.booklisting {
	height: 260px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.booklisting h2 {
	margin-top: 0;
	padding-top: 0;
	}
	
.jacket {
	float: left;
	margin-right: 12px;
	border: 1px solid #ffc;
	}

.breadcrumbs {
	line-height: 150%;
	margin-bottom: 20px;
	}

.jacket2 {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #ffc;
	}
	
.bookpage-jacket {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px;
	text-align: right;
	overflow: visible;
	}

.bookpage-info {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	overflow: hidden;
	}

.comments {
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ffc;
	margin: 0;
	}