/*
written by: Jane Vora
contact: jane.vora@gmail.com
*/

body {
	background:#FFFFFF;
	text-align:center;
	margin:0 auto;
	font-family:Helvetica, Geneva, Arial, sans-serif;}
	
body p {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:150%;}

#bookBlurb a, #homeContent a {
	color: #a659ca;
	font-weight:bold;
	font-size:13px;
	}

#bookBlurb a:hover, #homeContent a:hover {
	color: gray;
	}

H1, H2 {
    font-family:Helvetica, Geneva, Arial, sans-serif;
    text-align:left;}

H1 {font-size: 24px;
	font-weight: normal;
	color: #003399;}

H2 {
	padding-top: 15px;
	font-size:18px;
	font-weight:normal;
	color:#666666;}
	
#header {
	background-image:url('images/banner.gif');
/*	background-repeat: no-repeat;
	background-position: top left; */
	color:#ffffff;
	width:800px;
	height:100px;
	margin:0px auto;
/*	top: 0px; */
	text-align:center;}

/* NAV */

#underlinemenu {
	font-weight: bold;
	top:100px;
	width: 800px;
	margin:0px auto;
	padding-bottom:15px;}
 
#underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

#underlinemenu ul li{
	display: inline;
	}

#underlinemenu ul li a{
	color: #663399;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	font-size:24px;
	font-weight:lighter;
	text-decoration: none;
	border-bottom: 3px solid #663399; /*bottom border is 3px*/
	}

#underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	color: gray;
	border-bottom-color: gray;
	}

/* END NAV */

#bookBlurb {
	width: 100%;
/*	background-image: url('images/bg-gray.jpg'); */
	background: #cbe1f9;
	position:relative;
	height:335px;
	margin-top: 10px;
	}

#blurbContainer {
	width: 800px;
	margin: 0px auto;
	}

#left {
	width: 195px;
	float: left;
	text-align: center;
	}

#left img {
	margin-top:10px;	
	}

#right {
	width: 605px;
	float: right;
	text-align: left;
	margin-top: 10px;
}


.bookQuote {
	font-size: 14.5px;
	line-height: 200%;
	}


#homeContent {
	width: 800px;
	margin: 0px auto;
/*	top: 300px;
	position: relative;*/}

#homeContent ul li, #columnRight ul li {
	color: #000000;
	font-size:13px;
	line-height:125%;
	margin-bottom:15px;
	}

#columnOne {
	width: 245px;
	float: left;
	text-align: left;
	}

.portrait {
	margin-right: 10px;
	margin-bottom: 10px;
	border: #999999 solid 1px;
	float:left;}

#columnsRight {
	width: 542px;
	float: right;
	}

#columnTwo {
	width: 265px;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 22px;
	border-left: 1px dashed rgb(204, 204, 204);		
	border-right: 1px dashed rgb(204, 204, 204);}
/*
#columnTwo ul {
	list-style-position:outside;
	margin-left: -20px;
	}
*/
.strong {
	font-weight:bold;
	}

#columnThree {
	width: 220px;
	float: right;
	text-align: left;
	}

.bookTitles {
	text-decoration:underline;}

#footer {
	width: 800px;
	margin: 0px auto;
	height:50px;
	clear: both;
	text-align:center;
	padding-top: 15px;}
	
#footer p {
	font-size: 11px;
	}
	
#footer a {
	font-size:11px;} 