@charset "utf-8";
@import url("sidebar_wprb.css");
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	color: #C33;
	font-family: Arial, Helvetica, sans-serif;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bbb url(../_images/page_bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #B36B00;
}
#wrapper a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 110px;
	margin: 0;
	position: relative;
}
#header #contactButton {
	position: absolute;
	left: 650px;
	top: 0px;
}
#header #contactButton a:link, #header #contactButton a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/contact_icon_dual.gif) no-repeat left top;
	height: 29px;
	width: 86px;
}
#header #contactButton a:hover, #header #contactButton a:active{
	background-position: left bottom;
	border: none;
}


#header #mainNav {
	position: absolute;
	left: 21px;
	bottom: -25px;
	width: 754px;
	height: 28px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	margin-right: 35px;
	display: block;
	line-height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../_images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#header #mainNav li a:hover {
	color: #9FF;
	background-image: url(../_images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #mainNav ul li a.current {
	margin-top: 0px;
	height: 30px;
	background: url(../_images/current.jpg) no-repeat;
	color: #000000;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}
#header #flashAd {
	position: absolute;
	z-index: 15;
	height: 110px;
	width: 320px;
	left: 0px;
	top: 0px;
}

/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	width: 480px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 50px;
	padding-top: 50px;
	text-align: left;
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #009900;
	padding-left: 20px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	font-style: italic;
}
#mainContent p {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: -.2em;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3C3809;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h2.special {
	margin-bottom: 1em;
}

#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #30C;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	font-size: 0.9em;
	margin-bottom: 1.4em;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: .6em;
}
#mainContent dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin-left: 30px;
	margin-top: 0px;
}
#mainContent dt {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#mainContent dd {
	font-style: italic;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-weight: normal;
	background: #F3F8A5;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* - BOOKS SUBNAV -*/
#mainContent ul#booksSubNav {
	width: 340px;
	float: left;
	margin: 10px 0 10px;
	list-style: none;
	padding-left: 60px;
}

#mainContent ul#booksSubNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainContent ul#booksSubNav a {
		width: 70px;
		height: 20px;
		font-family: "Orator Std", Orator, Arial, Helvetica, sans-serif;
		font-size: .9em;
		text-align: center;
		padding-top: 100px;
		margin-right: 20px;
		border: none;
		display: block;	
}
#mainContent ul#booksSubNav a.last {
		margin-right: 0;
		
}
/*- BOOKS SUBNAV ICONS -*/
#mainContent ul#booksSubNav a.belong {
	background: url(/books/belong_icon_up.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.cloud {
	background: url(/books/cloud_icon_up.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.lost-found {
	background: url(/books/lost-found_icon_up.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.morning {
	background: url(/books/morning_icon_up.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.belong:hover {
	background: url(/books/belong_icon_over.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.cloud:hover {
	background: url(/books/cloud_icon_over.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.lost-found:hover {
	background: url(/books/lost-found_icon_over.jpg) no-repeat center top;
}
#mainContent ul#booksSubNav a.morning:hover {
	background: url(/books/morning_icon_over.jpg) no-repeat center top;
}
/* -BOOKS SUBNAV CURRENT STYLES -*/
#mainContent ul#booksSubNav li.current a.belong {
	background: url(/books/belong_icon_over.jpg) no-repeat center top;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.cloud {
	background: url(/books/cloud_icon_over.jpg) no-repeat center top;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.lost-found {
	background: url(/books/lost-found_icon_over.jpg) no-repeat center top;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.morning {
	background: url(/books/morning_icon_over.jpg) no-repeat center top;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.belong:hover {
	cursor: default;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.cloud:hover {
	cursor: default;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.lost-found:hover {
	cursor: default;
	color: #666;
}
#mainContent ul#booksSubNav li.current a.morning:hover {
	cursor: default;
	color: #666;
}

#mainContent #booksItem {
	float: left;
	width: 35%;
	margin: 30px 0;
}
#mainContent #booksItem img {
	display: block;
	margin: 0 auto 10px auto;
}
#mainContent #booksItem p {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: .6em;
}
#mainContent #booksItem p a {
	font-size: 1.2em;
}



#mainContent #booksDesc {
	float: right;
	width: 65%;
	margin: 30px 0;
}
#mainContent #booksDesc h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #426F26;
	font-style: italic;
	line-height: .7;
}

#mainContent #booksDesc h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #C47500;
	border-bottom: 1px solid #354F42;
	padding-bottom: 0.2em;
}
#mainContent #booksDesc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	margin-bottom: .8em;
}
#mainContent #booksDesc span.price {
	font-weight: bold;
	color: #365043;
	text-align: right;
	display: block;
	font-size: 1.2em;
}

/* ---------- SINGLE COLUMN LAYOUT ---------*/
#mainContentSingle {
	margin: 0;
	padding: 0;
	clear: both;
} 
#mainContentSingle h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #1B9D95;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}
#mainContentSingle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#mainContentSingle span.subhead {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainContentSingle h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3C3809;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContentSingle h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #324E40;
	margin-bottom: 0.4em;
	margin-left: 20px;
}


/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: right;
	width: 265px;
	border-left: solid #aaa 1px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #CCF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #30C;
	text-align: center;
	margin-bottom: 0.4em;
	padding: 0 10px;
	font-style: normal;
}
#sidebar h3.books {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #425251;
	text-align: center;
	border-bottom: 1px solid #425251;
	margin: 0 10px 20px 10px;
}
#sidebar h4.books {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #455552;
	text-align: center;
	font-size: 1.4em;
}
#sidebar p.books {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
	background: url(../_images/sidebar-knot.gif) no-repeat center bottom;
}
#sidebar p.caption {
	font-style: italic;
	text-align: center;
}


#sidebar img {
	display: block;
	margin: 0 auto 1em auto;
}
#sidebar h3 img {
	display: inline;
	vertical-align: middle;
}
#sidebar a img , #sidebar a.books:hover, #sidebar a.gallery:hover{
	border: none;
}
#sidebar #frmFeedback p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	letter-spacing: 0.1em;
}



/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 0 10px 0 20px;
	background:#bbb;
	clear: both;
	border-bottom: 2px solid #aaa;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #039C6A;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.holder #wrapper #mainContent p a strong em {
	font-size: 1.1em;
}
.tempTitle {
	color: #C00;
}
#wrapper #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #30C;
}
#wrapper #sidebar h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #30F;
}
#wrapper #sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #30C;
}
#wrapper #mainContent h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #mainContent h1 font {
	color: #30C;
}
#wrapper #sidebar p font {
	color: #000;
}
#wrapper #mainContentFullPage {
	background-color: #69F;
	width: 770px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-align: center;
}
.ital {
	font-style: italic;
}
.ital {
	font-style: italic;
}
.Ital {
	font-style: italic;
}
#wrapper #sidebar p a {
	font-size: 3em;
}
#wrapper #sidebar p a {
	font-size: 2em;
}
#wrapper #sidebar p a {
	font-size: 1.5em;
	font-style: italic;
	line-height: 2em;
	color: #63C;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper #sidebar h1 {
	text-align: center;
}
#wrapper #sidebar h1 {
	color: #33C;
}
.ital {
	font-style: italic;
}
