/*--------------------------------
CarolynJourdan.com
Content Page Stylesheet
---------------------------------*/

#container {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: visible;
	text-align: center;
	}

#container div.top { /* creates the top background effect */
	background: url("../images/bg-page-top.jpg") no-repeat;
	width: 800px;
	height: 150px;
	margin: 0;
	padding: 10px 0 0 0;
	}

#container div.bottom { /* creates the bottom background effect */
	background: url("../images/bg-page-bottom.jpg") no-repeat;
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	}
	
/* NAVIGATION */

#nav {
	width: 770px;
	height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	}

#nav ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0px;
	}

#nav ul li {
	height: 20px;
	float: left;
	padding: 0;
	margin: 0;
	}

#nav ul li a {
	text-decoration: none;
	height: 20px;
	padding: 0 8px 0 0;
	margin: 0 0px 0 25px;
	}

#nav ul li a:hover {
	background: url("../../images/buttons-spacers/hrt.jpg") right no-repeat;
	padding: 0 18px 0 0;
	}

/* END NAVIGATION */

/* TEXTHEADER */

#textheader {
	text-align: center;
	font-size:  12px
	}

/* BOOK INFO */
	
#bookinfo {
	width: 800px;
	height: 400px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#bookinfo img.jacket {
	float: left;
	margin: 0 30px 0 50px;
	}

#bookinfo div.summary {
	float: left;
	background: url("../images/bg-postit-note.jpg") no-repeat;
	width: 320px;
	height: 450px;
	text-align: left;
	margin: 0 0 20px 15px;
	padding: 0;
	}

#bookinfo span.summaryText {
	float: left;
	padding: 20px 15px 0 20px;
}
	
#bookinfo h3 {
	text-align: left;
	margin: 0 0 10px 0;
	}

#bookinfo ul {
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 35px 0 0 15px;
	padding: 0;
	}

#bookinfo ul li a {
	padding: 0 10px 0 0;
	}

#bookinfo ul li.sharethis a {
	padding: 0 10px 5px 20px;
	}
	
#bookinfo ul li a:hover {
	background: url("../../images/buttons-spacers/hrt.jpg") right no-repeat;
	padding: 0 18px 0 0;
	}

#bookinfo ul li.sharethis a:hover {
	background: none;
	}

#bookinfo a:visited {
	text-decoration: none;
	}

/* END BOOK INFO */

div.mailinglist {
	clear: left;
	text-align: center;
	width: 375px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding: 15px 15px 0 0;
	}