/*
======================================================
color palette:					alternates:

yellow-orange		: #FFCC00;
bright red 			: #F65445;
light blue 			: #92CFD0;

dark grey text 		: #666666;
light grey borders 	: #EEEEEE;
white text 			: #FFFFFF;
------------------------------------------------------
====================================================== */

* {
	padding: 0;
	margin: 0;
	}
	
html, body {
	/*height: 100%;*/
	}

body {
	height: 100%;
	font: 72% verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.4;
	color: #666;
	background: #FFF url( '/images/bg_shadow_top.jpg' ) 50% 20px no-repeat;
	}

p, pre, blockquote, form, ul, ol, dl, fieldset, address { margin: 20px 0; } /*, label, h1, h2, h3, h4, h5, h6, */
dd, blockquote { margin-left: 30px; }
/*ul { margin: 20px 10px 0 10px; }*/
ul { margin: 5px; font-size: 1em; }
li { margin: 2px 2px 2px 15px; }
fieldset { padding: 10px; }

a, a:link, a:visited { 
	/*color: #92CFD0; */
	color: #444;
	background: inherit;
	text-decoration: none;
	}
a:visited {
	color: #444;
	}
a:hover { 
	color: #F65445;
	background: inherit;
	}
a:active {
	color: #F65445; 
	background: inherit;
	text-decoration: none;
	}

h1, h2, h3, h4, p { 
	margin: 10px 0; 
	padding: 0px;
	line-height: 1.3em;
	vertical-align: middle;
}
h2 { 
	/*height: 16px;*/
	font-size: 140%; 
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	background: #666 url( '/images/h3bg.jpg' ) top left no-repeat;
	margin: 0;
	padding: 6px;
	}
h3 { font-size: 100%; }

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

div.row {
	width: 90%;
	padding: 0px;
	padding-top: 5px;
}

div.row .label {
	font-weight: bold;
}
div.row .formw {
	text-align: left;
}

textarea {
	width: 100%;
	height: 150px;
}

/*
--------------------------------------------
 IDs
-------------------------------------------- */

#shadowbox {
	width: 752px;
	height: 100%;
	background: #FFF url( '/images/bg_shadow_mid.jpg' ) 0 0 repeat-y;
	margin: 36px auto 0 auto;
	padding: 10px;
	}

#container {
	width: 740px;
	height: 100%;
	margin: 0;
	padding: 6px;
	border: 0;
	text-align: left;
	background: #FFF;
	}

#banner {
	clear: both;
	/*height: 80px;*/
	margin: 0 0 2px 0;
	padding: 10px 0;
	background: #999;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	}

#topbar {
	background: #92CFD0;
	height: 6px;
	margin: 2px 0;
	}

#masthead {
	margin: 0;
	border: 0;
	background: inherit;
	}

#main {
	height: 100%;
	margin: 2px 0 0 0;
	padding: 0;
	}

#content {
	float: left;
	display: inline;
	width: 398px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	background: #FFF;
	border: none;
	}
#content a, #content a:link, #content a:visited { 
	text-decoration: underline;
	}

#sidebar-left {
	float: left;
	display: inline;
	width: 170px;
	height: 100%;
	margin: 0 6px 6px 0;
	padding: 0;
	border: 0; 
	color: #666;
	background: #FFCC00 url( '/images/yellow-tex2.jpg' ) repeat-y top left;
	}
ul#nav {
	margin: 0;
	padding: 0;
	}
ul#nav li {
	line-height: normal;
	list-style: outside;
	list-style-type: none;
	text-transform: uppercase;
	margin: 2px 0;
	padding: 2px;
	}
ul#newsbox li {
	list-style: inside;
	list-style-type: disc;
	text-transform: none;
	margin: 2px 0;
	padding: 0;
	}

#search {
	margin: 0 0 6px 0;
	padding: 0 3px;
	}

#sidebar-right { 
	float: right;
	display: inline;
	width: 160px;
	height: 100%;
	margin: 0 0 6px 0px;
	padding: 0;
	border: 0; 
	color: #666;
	background: #FFF url( '/images/filmstrip_bg_160px.gif' ) repeat-y top left;
	}
ul#filmstrip {
	margin: 0;
	padding: 0;
	}
ul#filmstrip li {
	font-size: 88%;
	margin: 12px 28px;
	padding: 1px;
	border: 1px solid #eeeeee;
	line-height: normal;
	list-style: outside;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0;
	}


#footer { 
	clear: both;
	text-align: center;
	margin: 6px 0 0 0;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #FFF;
	background: #92CFD0;
	}
#footer ul {
	list-style-type: disc;
	}
#footer li {
	display: inline;
	line-height: 16px;
	vertical-align: top;
	color: #F4F2E9;
	list-style-type: disc;
	}
#footer a, #footer a:link, #footer a:visited, #footer li a, #footer li a:link, #footer li a:visited {
	font-weight: normal;
	color: #F4F2E9;
	}
#footer li a:hover, #footer a:hover  {
	color: #F4F2E9;
	}
#footer li a:active, #footer a:active {
	color: #F4F2E9;
	}





/*		CLASSES		*/

.pages {
	text-align: center;
	margin: 10px;
	}

h3.navheader {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 3px;
	border: 1px solid #000;
	color: #FFF;
	background: #F65445;
	}

a.navbutton, a.navbutton:link, a.navbutton:visited {
	display: block;
	height: 1%;
	margin: 0; 
	padding: 2px 2px 2px 5px;
	border: 1px solid #F65445;
	color: #444;
	background: inherit;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em; 
	font-weight: bold;
	text-transform: capitalize;
	}
a.navbutton:hover {
	color: #FFCC00;
	background: #F65445;
	padding: 2px;
	border: 1px solid black;
	border-left: 4px solid #92CFD0;
	}
a.navbutton#currentbutton {
	border: 0;
	/*padding-left: 3px;*/
	color: #FFBD5F;
	background: #F65445;
	text-decoration: none;
	border-left: 4px solid #F4F2E9;
	}

.navheader a.headerbutton, .navheader a.headerbutton:link, .navheader a.headerbutton:active {
	font-size: 12px;
	padding: 3px;
	border: 0;
	color: #FFF;
	background: #F65445;
	}
.navheader a.headerbutton:hover {
	color: #FFBD5F;
	background: inherit;
	}

a.chapter, a.chapter:link, a.chapter:visited { 
	display: block;
	height: 1%;
	color: #FFBD5F; 
	background: inherit;
	font-family: 'segoe ui', tahoma, verdana, arial;
	font-size: 105%;
	font-weight: bold; 
	}
a.chapter:hover { 
	color: #F65445;
	background: #000 url( '/images/spotlight_bg.jpg' ) no-repeat top left;
	}

a.currentpage {
	background-color: #FFBD5F;
	border: 1px solid #000;
	padding: 4px 6px;
	text-decoration: none;
	}

.trailerimg {
	/*width: 280px;*/
	height: 192px;
	border: 0;
	}

.logo, .logo2 {
	display: block;
	width: 170px;
	height: 175px;
	border: 0;
	}
.logo2 {
	height: 174px;
	}

.bookcover {
	width: 378px;
	/*height: 564px;*/
	border: 0;
	}

.imgleft { margin: 0 12px 0 0; float: left; }
.imgright { margin: 0 0 0 12px; float: right; }

.searchbox {
	width: 75%;
	}

.gobutton {
	/*width: 22px;*/
	color: #fff;
	background: #92CFD0;
	border: 1px solid #000;
	}

.clear {
	clear: both;
	/*height: 0;*/
	}

.clearcontent {
	clear: left;
	}

