0/*--------------------------------
CarolynJourdan.com
Content Page Stylesheet
---------------------------------*/
	
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 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: 160px;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	}

#container div.bottom { /* creates the bottom background effect */
	clear: both;
	background: url("../images/bg-page-bottom.jpg") no-repeat;
	width: 800px;
	height: 120px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	}
	
#leftside {
	float: left;
	text-align: right;
	width: 175px;
	margin: 30px 10px 0 25px;
	padding: 0 5px 0 0;
	/*border-right: 1px dotted #ebebeb;*/
	}

#textheader {
	text-align: left;
	font-size:  12px
	}
	
/* NAVIGATION */

#nav {
	text-align: right;
	width: 175px;
	margin: 0 auto 20px auto;
	padding: 0;
	}

*html #nav { /* FOR IE6 AND BELOW ONLY */
	width: 175px;
	text-align: right;
	margin: 0 auto 20px auto;
	padding: 0;
	}

#nav ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#nav ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}

#nav ul li a {
	text-decoration: none;
	padding: 0 10px 0 0;
	}

#nav ul li a:hover {
	background: url("../../images/buttons-spacers/hrt.jpg") right no-repeat;
	padding: 0 18px 0 0;
	}

/* END NAVIGATION */

/* BOOK INFO */

#bookinfo {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	}
	
#bookinfo img {
	margin: 0 10px 10px 0;
	padding: 0;
	}

#bookinfo ul {
	font-size: 11px;
	text-align: right;
	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 */

#rightside {
	float: left;
	text-align: left;
	width: 550px;
	margin: 15px 0 0 0;
	padding: 0;
	}

#rightside .content {
	margin: 0;
	padding: 0 0 35px 0;
	}
	
.authorphoto {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 3px;
	border: 1px dotted #c60;
	}

.mailinglist {
	clear: left;
	text-align: center;
	width: 350px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding: 15px 15px 0 15px;
	border: 1px dotted #c60;
	}

/* WORK PAGE */

.bookListing {
	clear: left;
	height: 250px;
	overflow: visible;
	margin: 15px 0 30px 0;
	}
	
.bookListing img {
	float: left;
	border: 1px dotted #c60;
	padding: 3px;
	margin: 0 15px 0 0;
	}

.bookListing ul {
	margin: 0 0 0 173px;
	}
	
.bookListing ul li {
	font-size: 11px;
	}

.bookListing p {
	font-size: 12px;
	margin: 0 0 0 173px;
	}

/* BOOK PAGES */

.breadcrumbs {
	font-size: 12px;
	margin: 0 0 15px 0;
	}

h1.bookTitle {
	line-height: 110%;
	margin: 0 0 15px 0;
	}

.bookJacket {
	float: left;
	padding: 3px;
	margin: 0 15px 15px 0;
	}

.bookJacket img {
	border: 1px dotted #c60;
	padding: 3px;
	}

.bookJacket ul {
	font-size: 11px;
	}

/* FOR BLOG */

p.posted {
	font-size: 11px;
	}

.comment-preview {
	width: 450px;
	border: 1px dotted #c60;
	padding: 5px;
	margin: 10px 0 10px 0;
	}