/*
======================================================
color palette:					alternates:

yellow-orange		: #FFCC00;
bright red 			: #F65445;
light blue 			: #92CFD0;

dark grey text 		: #666666;
dark grey link text : #333333;
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: 115%; 
	font-weight: bold;
	margin: 0;
	}


hr {
	height: 1px;
	line-height: 15px;
	margin: 8px 0;
	color: #666;
	}
	
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

/*
--------------------------------------------
 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;
	}

#masthead {
	margin: 0;
	/*height: 260px;*/
	border: 0;
	background: #92CFD0;
	}
#experts {
	float: right;
	width: 358px;
	height: 248px;
	border: 1px solid #87B9C2;
	margin: 15px 12px 0 0;
	/*margin: 20px 12px 0 0;*/
	padding: 4px;
	font-size: 11px;
	color: #444;
	background: #FFCC00 url( '/images/yellow_tex_wide.jpg' ) repeat top left;
	overflow: auto;
	}
#trailer {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	color: #FFF;
	}

#main {
	height: 75%;
	margin: 2px 0 0 0;
	padding: 0;
	}

#search {
	margin: 0 0 6px 0;
	padding: 0 3px;
	}

#sidebar-left {
	float: left;
	width: 170px;
	height: 100%;
	margin: 0 6px 6px 0;
	padding: 0;
	border: 0; 
	color: #444;
	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;
	}

#content {
	float: left;
	height: 100%;
	margin: 0;
	color: #666;
	background: #FFF;
	border: none;
	}


#sidebar-right { 
	float: right;
	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;
	}


#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		*/

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;
	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;
	}

.trailerimg {
	/*width: 280px;*/
	height: 192px;
	border: 0;
	}

.bookcover {
	width: 398px;
	height: 612px;
	border: 0;
	}

.searchbox {
	width: 75%;
	}

.gobutton {
	/*width: 22px;*/
	color: #fff;
	background: #92CFD0;
	border: 1px solid #000;
	}

.clear {
	clear: both;
	/*height: 0;*/
	}

.spacer {
	clear: both;
	height: 10px;
	}
