@charset "utf-8";
/* World of Froud designed by Fionaurora Productions - 2011 */
/*Resetting Browser Inherited Styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-weight: inherit;
	font-size: 100%;
	text-align: left;
	vertical-align: baseline;
	list-style: none;
}
/*Default Styles*/
body, input, select {
	color: #000000;
	font-family: Verdana,"Lucida Grande",Arial,Helvetica,Sans-Serif;
	}

h1,h2,h3,h4,h5,h6 {
	color: #b3a152;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h1 {font-size: 2.5em; text-align: center;}
h2 {font-size: 2em; text-align: center;}
h3,h4 {font-size: 1.25em;}
h5,h6 {font-size: 1em;}

p {
	text-align: left;
	font-size: .75em;
	margin: 5px 0;
	line-height: 1.5;
}

blockquote {
	font-size: .75em;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 thin;
	line-height: 1;
}
	
li {
	font-size: smaller;
	margin-left: 20px;
	list-style: square;
}

a {text-decoration: none;}
a:link {color: #CC6;}
a:visited {color: #CC9;}
a:hover {color: #C93;}
a:active {color: #C93;}

.float_lt {
	float: left;
	padding: 20px;
}
.float_rt {
	float: right;
	padding: 20px;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
	text-align: center;
}
/* Misc */
img {border: 0;}

strong {font-weight: bolder;}

/* Main Style*/
html, body {height: 100%;}
body {
	min-width: 1110px;
	color: #FFC;
	background-color: #000;
	background-image: url(../img/page_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
#wrap {min-height: 100%;
		margin: 0 auto;}
#container {
	width: 1110px;
	margin: 0 auto;
	padding: 0px 0px 100px 0px; /* must be same height as the footer */
	overflow:auto;}
/*HEADER*/	
/*Logo*/
#header img {
	position: relative;
	top: 49px;
	left: 100px;
	z-index: 2;
}
/*Floater img*/
#rtimg {
	float: right;
	width: 225px;
	height: 292px;
	background: transparent url(../img/trolls.png) no-repeat;
	position: relative;
	top: 20px;
	right: 20px;
	z-index: 4;
}
/*background*/	
#header{
	margin: 0 auto;
	padding: 0px 0px;
	background:transparent url(../img/header.jpg) no-repeat;
	width: 1106px;
	height: 202px;
	}
/*Main Content*/
#mainContent {
	margin: 0 auto;
	padding: 50px 0px 2px 0px;
}
div#wrapper
{	width: 85%;
	margin: 0 auto;
	text-align: left;
}
/*Book Gallery*/
.books {padding: 20px 10px;
		margin: 0 auto;}
div#books {
	width: 87%;
	margin: 0 auto;
	text-align: left;}
div#books img{
	padding: 0px 25px 25px 0px;}
div#galimg {
	width: 852px;
	margin: 0 auto;
	text-align: left;}
div#coverbox {
	float: left;
	width: 500px;
	text-align: center;
	padding: 0px 5px 5px 0px;
	font-size: smaller;}
div#bookinfo {
	padding-right: 35px;}
div#bookinfo h4 {
	text-align: center;}
	
.buy {text-align: center;}
.buy img {
	padding: 10px 5px 0px 5px;}

/*Footer*/
.clearfooter {
clear: both;
margin: 0;
padding: 0;
}
#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background-color: transparent;
color: #fef9ee;}
#footerContent {padding:10px;}
#footerContent h5 {margin:0; padding:5px 0;}
#footerContent p {padding:5px 0; margin:0; text-align: center;}
/*Opera Fix for footer*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
/*Mailing List*/
.link,
.link a,
.signupframe
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	.link,
	.link a {
		text-decoration: none;
		}
	.signupframe {
		border: 0;
		}
.signupframe .required {
	font-size: 10px;
	}
.sm  {font-size: 50%;}