@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 
a{outline:none;}

#banner-container{
	position:relative;
	margin:0 auto;
	width:1000px;
}
#banner{
	background-image:url('http://www.discoveryinstitutepress.com/graphics/sign-up-transparentBlue.png');
	background-repeat:no-repeat;
	position:absolute;
	color:#fff;
	top:-215px;
	left:350px;
	height:100px;
	width:274px;
	z-index:10001;
	line-height:14px;
	font-size:12px;
	padding:13px;
}
#banner a{color:#eee;}
#banner a:hover{color:#ccc;}

h1{padding-bottom:.5em; font-size:1.7em; font-weight:100; color:#292f7e;}
/*Used for subtitle on inside-pages*/
h2{padding-bottom:.5em; font-size:1.1em; font-weight:bold; color:#1c3f94;}
/*Used for author on main page*/
h3{padding-bottom:.3em; font-size:1em; font-weight:bold; color:#292f7e;}
/*Used for the quotes on the main pages*/
h4{font-size:1.5em; font-weight:100; color:#7f82b2;} 
p{padding-bottom:1em;}

/*Slideshow stuff*/
#slideshow { margin:0;}
#slideshow-nav { z-index: 50; position: absolute; bottom: 10px; }
#slideshow-nav a { margin: 0 5px; padding: 3px 5px; border: 1px solid #999; background: #ccc; text-decoration: none; color:#eee; }
#slideshow-nav a.activeSlide { background: #fff; color:#aaa; }
#slideshow-nav a:focus { outline: none; }
.pics img{border:0;}
/*******************/

body{
	border:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	min-width:55em;
	font-size:.9em;
	color:#444;
}
a{color:#292f7e;}
a:visited{color:#292f7e;}
a:hover{color:#777; text-decoration:none;}
a:active{color:#777; text-decoration:none;}

#header{
	color:#ffde0c;
	background:#292f7e;
	border-bottom:2px solid #fff;
	text-align:center;
	letter-spacing:.8em;
	padding:.5em 0;
	min-width:1000px;
}
#header a{color:#ffde0c; text-decoration:none;}

#container{
	position:relative;
	background:url("../graphics/m-background.png") repeat-x;
	margin:0 auto;
	min-width:1000px;
}
.content{
	width:1000px;
	margin:0 auto;
}


#book-rotator{
	position:relative;
	top:20px;
	margin-top:55px;
	left:30px;
	width:960px;
	border:2px solid #fff;
}
#logo{
	position:absolute;
	top:-60px;
	left:40px;
	width:960px;
}
#navigation{
	position:relative;
	padding-left:717px;
	top:-40px;
	z-index:10;
}

#m-text{
	position:relative;
	top:40px;
	left:35px;
	width:640px;
	font-size:1.2em;
	min-height:410px;
}
#m-text p{line-height:1.4em;}
#m-rightbar{
	position:absolute;
	top:0px;
	left:670px;
	width:280px;
}
.m-books{
	border-bottom:1px solid #aaa; 
	height:160px; 
	padding:20px 0px 10px;
}

#m-footer{
	position:relative;
	top:90px;
	background:url("../graphics/m-footer-divider.png") repeat-x #d9dbdc;
	padding:20px 0;
	font-size:.8em;
	min-width:1000px;
}
#footer-text{
	position:relative;
	top:10px;
	left:40px;
	width:940px;
}
#footer-text a{color:#444; text-decoration:none;}
#footer-text a:visited{color:#444; text-decoration:none;}
#footer-text a:hover{color:#777;}
#footer-text a:active{color:#777;}
#footer-text li{padding:5px 0; list-style:none;}

.footer-books{
	position:relative;
	top:0px;
	width:300px;
	padding-bottom:15px;
}
.footer-links{
	position:absolute;
	top:0px;
	left:369px;
	width:270px;
	text-align:center;
}
.footer-authors{
	position:absolute;
	top:0px;
	left:639px;
	width:300px;
	text-align:right;
}
#footer-copyright{
	border-top:2px solid #292f7e;
	margin: 10px 0;
	padding: 10px 0;
	color:#292f7e;
}

/**************************************************
Code for creating a CSS button with two graphics
**************************************************/

a.button{
    background: transparent url('../graphics/right.gif') no-repeat scroll top right;
    color: #1c3f94;
	display:block;
	float:left;
    height: 31px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;

}
a.button span{
    background: url('../graphics/left.gif') no-repeat;
    display: block;
    line-height: 21px;
    padding: 5px 0 5px 18px;

}
a.button:hover{
    background: url('../graphics/right_on.gif') no-repeat right top;
	color:#fff;
}
a.button:hover span{
    background: url('../graphics/left_on.gif') no-repeat;
}
a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
} 

a.button2{
    background: transparent url('../graphics/button_nav_right.gif') no-repeat scroll top right;
    color: #1c3f94;
	display:block;
	float:left;
    height: 31px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin-right:10px;
}
a.button2 span{
    background: url('../graphics/button_nav_left.gif') no-repeat;
    display: block;
    line-height: 21px;
    padding: 5px 0 5px 18px;

}
a.button2:hover{
    background: url('../graphics/button_nav_right_on.gif') no-repeat right top;
}
a.button2:hover span{
    background: url('../graphics/button_nav_left_on.gif') no-repeat;
}
a.button2:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
} 

/*List Stuff*/
ul#nav {
	list-style: none;
	width: 200px;
	list-style:none;
	}
ul#nav li.nav {
	/*position: relative;*/
	position:absolute;
	}
ul li ul {
	position: absolute;
	left:0;
	top: 30px;
	margin:0;
	padding:0;
	display: none;
	border-bottom: 1px solid #aaa;
	list-style:none;

	}
ul li ul li {
	width:200px;
	position:relative;
	border:1px solid #aaa;
	height:23px;
	border-bottom:0;
	margin:0;
}
ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding:5px;
	size: 9px;
	}
ul li ul li a:visited{
	background-color:#fff;
    color: #777;	
}
ul li ul li a:hover{
	background-color:#e5e8e9;
    color: #1c3f94;	
}
ul li ul li a:active{
	background-color:#e5e8e9;
    color: #1c3f94;	
}
/* Fix IE. Hide from IE Mac \
#navigation div added so it only changes what is in that single div*/
* html #navigation ul li { float: left; }
* html #navigation ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

