@charset "utf-8";
/* CSS Document */

/*Colors for the index page

HEADER
-background: #292f7e
-text: #ffde0c

LEFT BAR 
-background: #666f75
-text: #fff
-text-hover: #1c1c1a

MAIN
-text: #7f82b2

PURCHASE
-background: #9b9b9c
-text: #fff
-border: #ffde0c
-background hover: #292f7e

FOOTER
-text: #7f82b2


*/

* {margin:0;padding:0;} 


h1{padding-bottom:.5em; font-size:3em; font-weight:100; color:#292f7e; text-transform:uppercase;}
/*Used for subtitle on inside-pages*/
h2{padding-bottom:.5em; font-size:1.1em; font-weight:bold; letter-spacing:.2em; color:#292f7e; text-transform:uppercase;}
/*Used for author on main page*/
h3{font-size:1em; font-weight:bold; color:#9b9b9c; letter-spacing:.2em; text-transform:uppercase;}
/*Used for the quotes on the main pages*/
h4{font-size:1.5em; font-weight:100; color:#7f82b2;} 
p{padding-bottom:1em;}
blockquote{padding:1em; font-size:.8em;}
a{outline:none;}

body{
	border:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	min-width:55em;
	font-size:.9em;
}

#header{
	color:#ffde0c;
	background:#292f7e;
	border-bottom:2px solid #fff;
	text-align:center;
	letter-spacing:.8em;
	padding:.5em;
}
#header a{color:#ffde0c; text-decoration:none;}

#container{
	background:url("../graphics/m-background.png") repeat-x;
	width:100%;
	height:500px;
}
#leftBar{
	background:#666f75;
	width:12.5em;
	min-height:34.8em;
	border-right:2px solid #fff;
}

#navigation{
	padding:3em 0 3em 2.2em;
	width:8em;
	letter-spacing:.2em;
	line-height:1.5em;
}
#navigation a:link{color:#fff; text-decoration:none;}
#navigation a:visited{color:#fff; text-decoration:none; outline:0px;}
#navigation a:hover{padding-left:1em; margin-left:-1em; color:#000; text-decoration:none; background-image:url(../graphics/nav-bullet.png); background-repeat:no-repeat;}
#navigation a:active{color:#000; text-decoration:none;}
.selected{color:#f00;}

#rightFade{
	position:absolute;
	top:2.23em;
	left:12.65em;
	background-image:url(../graphics/gradient-vertical-trans.png);
	background-repeat:repeat-y;
	z-index:10;
}
#content{
}

#main-left{
	position:absolute;
	top:-1em;
	background-image:url(../graphics/h-book-background-trans.png);
	background-repeat:no-repeat;
	margin:3em 4em;
}

#main-right{
	position:relative;
	top:3em;
	left:375px;
	width:30em;
	min-height:350px;
}
#main-right h1{padding:0; margin:0; font-size:3em; font-weight:100; color:#292f7e; text-transform:none;}
#main-right h2{font-size:1.5em; font-weight:100; color:#292f7e; letter-spacing:0; text-transform:none;}

#main-quotes{
	position:relative;
	top:4em;
	color:#7f82b2;
}

#main-purchase{
	position:relative;
	top:6em;
	left:-1.5em;
}
a#purchaseBook {border:2px solid #ffde0c; margin: .2em; padding: .3em; font-family:Arial, Helvetica, sans-serif; font-size:1em; color: #fff; font-weight:100; text-decoration:none; text-align:center; } 
a:link#purchaseBook {padding:.2em 1.2em .2em 1.1em; background-color: #9b9b9c; } 
a:visited#purchaseBook {padding:.2em 1.2em .2em 1.1em; background-color: #9b9b9c; } 
a:hover#purchaseBook {background-color: #292f7e; border:#fff 2px solid;}

#inside-text{
	width:35em;
	color:#444;
	min-height:23.3em;
	padding:3em 4em;
}
#inside-text a:link{color:#292f7e;}
#inside-text a:hover{color:#444; text-decoration:none;}
#inside-text a:active{color:#444; text-decoration:none;}
#inside-text a:visited{color:#292f7e; outline:0;}
#inside-text p{line-height:1.5em; font-size:.9em;}

#inside-right{
	position:absolute;
	top:5em;
	left:42em;
	width:15em;
	background-image:url(../graphics/i-book-background-trans.png);
	background-repeat:no-repeat;
}

#main-book{
	padding:24px;
}
#inside-book{
	padding:14px;
}

#main-bottom{
	position:relative;
	top:12em;
	width:100%;
	min-width:61em;
	background-color:#292f7e;
	background-image:url(../graphics/gradient-vertical-blue.png);
	background-repeat:repeat-y;
}
#main-bottom-text{
	padding:3em 0 1em 5em;
	line-height:1.5em;
	width:55em;
	color:#fff;
}
#main-bottom-text a:link{color:#7f82b2;}
#main-bottom-text a:hover{color:#fff; text-decoration:none;}
#main-bottom-text a:active{color:#fff; text-decoration:none;}
#main-bottom-text a:visited{color:#7f82b2; outline:0;}

#main-footer{
	color:#7f82b2;
	font-size:.8em;
}
#carat{position:absolute; top:2em; left:2.2em; color:#ffde0c; font-weight:bold; font-size:1.5em;}

#inside-footer{
	background-image:url(../graphics/footer-divider.png);
	background-repeat:repeat-x;
	margin-top:1em;
	padding:0em 0 2em 0;
	color:#a9accb;
	font-size:.8em;	
	margin-left: 4em;
}
#inside-footer a:link{color:#a9accb;}
#inside-footer a:hover{color:#292f7e; text-decoration:none;}
#inside-footer a:active{color:#292f7e; text-decoration:none;}
#inside-footer a:visited{color:#a9accb; outline:0;}

