/*  J R E A M  */
@import 'reset.css';

/* ---------- ---------- ---------- structure ---------- ---------- ---------- */
body {
	background: #0f2e07 url(/public/images/layout/bg.jpg) 50% 0% fixed;
	color: #000;
	font: 12px 'Lucida Sans', Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	text-align: center;
	}

#page {background: url(/public/images/layout/clock.png) repeat-y;}
#base {	/*		Float Fix at Bottom		*/
	background: url(/public/images/layout/content-bg.png);
	text-align: left;
	margin: 0 auto;
	width: 900px;	
	}

#header {
	background: url(/public/images/layout/corners-top.png) bottom no-repeat;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 30px 30px;
	width: 900px;
	}

#nav {}

#content {
	float: right;
	padding: 15px 20px 0 65px;
	width: 600px;
	}

#sidebar {
	color: #000;
	float: left;
	padding: 15px 0 0px 12px;
	width: 200px;
	}

#footer {

	background: url(/public/images/layout/footer-bg.png);
	clear: left;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	height: 120px;
	}

#copyright {
	background: url(/public/images/layout/corners-bottom.png) top no-repeat;
	clear: both;
	text-align: center;
	height: 18px;
	margin-bottom: 50px;
	}	
	
/* ---------- ---------- ---------- book stuff ---------- ---------- ---------- */
.book-ad {
	background: url(/public/images/layout/book-ad.png) top no-repeat;
	width: 590px;
	height: 167px;
	}
.book-ad table {margin-left: 120px;}
.book-ad td.desc{width: 290px; vertical-align: top; padding-top: 11px;}
.book-ad td.desc h2 {font: 24px 'Trebuchet MS', Sans-serif; color: #68859c; line-height: 0%;}
.book-ad td.price{padding-left: 30px; width: 130px; color: #fff; padding-top: 18px;}
.book-ad td.price h2{font: 20px 'Trebuchet MS', Sans-serif; color: #fff; line-height: 0%;}

.coupon-box {
	background: url(/public/images/emptybox.gif) top no-repeat;
	width: 564px;
	height: 66px;
	}

.book-exerpts {
	background: url(/public/images/layout/book-exerpts.png) top no-repeat;
	color: #fff;
	font: 16px Georgia, 'Times New Romans', Serif; 
	width: 590px;
	height: 133px;
}

.book-exerpts-fit {
	margin: 0 auto;
	width: 520px;
	height: 90px;
	padding-top: 22px;
}

/* ---------- ---------- ---------- blog ---------- ---------- ---------- */

.entry {
	background: url(/public/images/layout/blog-bg.png);
	width: 590px;
	padding: 5px;
	margin-top: 5px;
	}
.entry-bottom {
	background: url(/public/images/layout/blog-bg-bottom.png);
	width: 600px;
	height: 16px;
	margin-bottom: 10px;
	}

.info {
	color: gray;
	font: 12px Arial, sans-serif;
	}

/* ---------- ---------- ---------- links ---------- ---------- ---------- */
a {color: #eb05b3; text-decoration: underline;}
a:hover {color: #52023e;}
a img {border: none;}

#content a {color: #956e99; font-weight: bolder;}
#content a:hover {color: #52023e;}
#sidebar a {color: #2716a1;}
#sidebar a:hover {color: #235bfa;}
#footer a {color: #fff; font: 10px Tahoma; text-decoration: none; padding: 5px; }
	
/* ---------- ---------- ---------- navigation ---------- ---------- ---------- */

#nav h1 {
	margin: 25px 0 3px 0;
	background: url(/public/images/layout/h1bar.png) bottom no-repeat;
	text-indent: 6px;
	}
#nav li {display: block;}
#nav li a, #nav li a.current {
	color: #858585;
	font: 14px Arial, Tahoma, Serif;
	font-weight: bolder;
	background: url(/public/images/dot.gif) 0 50%  no-repeat;
	line-height: 30px;
	padding-left: 12px;
	text-decoration: none;
	}
#nav li a.none {
	background-image: none;
}
#nav li a:hover  {
	color: #6e7b80;
	text-decoration: underline;
}

.inline, ul.inline li {display: inline;}
/* ---------- ---------- ---------- text: content ---------- ---------- ---------- */

#content p {
	margin: 0 0 20px 0;
	line-height: 1.6em;
	}

#content p.indent {
	text-indent: 20px;
	}
	

h1, h2, h3, h4 {
	font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
	}

h1 {	
	font: 24px Georgia, 'Times New Romans', Serif;
	color: #8199ab;
	background: url(/public/images/layout/h1barbig.png) left bottom no-repeat;
	}

h2 {
	color: #1990c9;
	color: #8199ab;
	font-size: 21px;
	letter-spacing: -1px;
	margin: 12px 0;
	text-transform: capitalize;
	}
	
h3 {
	color: #1990c9;
	font-size: 18px;
	margin: 22px 0 0 0;
	}

h4 {font-size: 16px;}

/* ---------- ---------- ---------- lists ---------- ---------- ---------- */

ul.space li {padding-bottom: 10px;}
ul li {padding-left: 10px;}
ul li.none {background-image: none;}

ul li.sub {margin-left: 20px;}

/* ---------- ---------- ---------- misc ---------- ---------- ---------- */

.flleft {float: left; padding-right: 15px;}
.flright {float: right; padding-left: 15px;}

strong {font-weight: bolder;}
em {font-style: italic;}
hr, .hide {display: none;}
pre, code {line-height: normal; font-size: 12px; color: #404040;}

.c {
	display: block;
	margin: 0 auto;
	text-align: center;
	}


/* ---------- ---------- ---------- forms.css ---------- ---------- ---------- */

input, option, select, textarea {
	padding: 3px;
	font: 16px 'Trebuchet MS', sans-serif;
	font-weight: bold;
}



/* Float Fix */
#base:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html #base{height: 1%;}
/* End hide from IE-mac */
