@import url("subnav_books.css"); /* load books section sub-navigation styles */

body {
	background-color: #2e064d;
}

#header {
	background: url(../../images/books/header.gif) no-repeat;
}

h4, p, #footer, a:link, a:visited, a:active {
	color: #cbc1d2;
}

p.podcasts, p.lastpara {
	line-height: 1.4;
	margin-bottom: 15px;
	margin-top: 0;
}

p.lastpara {
	margin-bottom: 25px;
}

.date {
	font-size: 80%; /* reviews */
}

/* PODCASTS */
.firstline {
	margin: 10px 0 -17px 0;
	display: block;
	color: #fff;
	font-size: 1.1em;
	word-spacing: 0;
}

#content img.podcastImage {
	display: inline;
	float: left;
	margin: 3px 5px 0px 0;
}

.podcastlink {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .25px;
}

p.links {
	margin-top: 4px; /* LINKS Sub Page */
}

/* MAIN NAVIGATION */

#nav {
	background: url(../../images/books/nav.gif);
	width: 50px;
	height: 76px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
	text-indent: -9999px;
}
#nav li, #nav a {
    width: 50px; 
	float:left;
	overflow: hidden;
}
#nav a {
	cursor: pointer;
}

#nav #link1 {top: 5px; height:18px;}
#nav #link1 {background: url(../../images/books/nav.gif) no-repeat -50px -5px;}

#nav #link2 {top: 23px; height:18px;}
#nav #link2 a:hover {background: url(../../images/books/nav.gif) no-repeat -50px -23px;}

#nav #link3 {top: 41px; height:18px;}
#nav #link3 a:hover {background: url(../../images/books/nav.gif) no-repeat -50px -41px;}

#nav #link4 {top: 59px; height:18px;}
#nav #link4 a:hover {background: url(../../images/books/nav.gif) no-repeat -50px -59px;}

/*#link1  {
	background: url(../../images/books/nav.gif) no-repeat -50px -5px;
}

#link2 a:hover {
	background: url(../../images/books/nav.gif) no-repeat -50px -23px;
}

#link3 a:hover {
	background: url(../../images/books/nav.gif) no-repeat -50px -41px;
}

#link4 a:hover {
	background: url(../../images/books/nav.gif) no-repeat -50px -59px;
}
*/
/* TEXT LINKS */

a:link, a:visited, a:active {text-decoration:none;} 
a:hover {color: #fff; text-decoration:underline;} 

a.books:link, a.books:visited, a.books:active {color: #fff; text-decoration:none;} 
a.books:hover {color: #fff; text-decoration:underline;} 