/* @override 
	http://heatherbyer.com/mainStyles.css
	http://hb:8888/mainStyles.css
*/

/* CSS Document */

/* @group LAYOUT */

#flash {
	margin: 2px;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 22px auto;
	border: 1px solid #000;
}

#header {
	width: 796px;
	padding: 0px;
	margin: 2px 2px 0;
}

#nav {
	background: url(img/nav_bg.gif) repeat-x;
	height: 44px;
	margin: 0 2px;
	width: 796px;
}

#nav ul {
	list-style-type: none;
	/*list-style-position: outside;
	list-style-image: none;*/
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
}

#nav li {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: white;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	background: transparent url(img/nav_divider.gif) no-repeat scroll right bottom;
	font-weight: normal;
	font-style: normal;
	padding: 10px 12px;	
	color: #ffe7e1;
	border: none;
	float: left;
	white-space: nowrap;
	text-decoration: none;
}

#nav li .lastItem {
	background: transparent no-repeat scroll right bottom;
	font-weight: normal;
	font-style: normal;
	padding: 10px 12px;	
	color: #ffe7e1;
	border: none;
	float: left;
}

#nav li a:hover {
	text-decoration: none;
	color: white;
	background: url(img/nav_bg_on.gif) repeat-x;
}

#nav .active {
	color: #f3cc45;
}

#nav li .lastItem-active {
	background: transparent no-repeat scroll right bottom;
	font-weight: normal;
	padding: 10px 12px;	
	color: #f3cc45;
	border: none;
	float: left;
}

#subNav {
	width: 141px;
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 22px;
	background: #c9a296 url(img/subnav_bg.gif) no-repeat left top;
	border: 9px solid #640d3a;
}

/*#subNav {
	width: 125px;
	padding: 14px 13px 14px 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	background: #c9a296 url(img/subnav_bg.gif) no-repeat left top;
}*/

#subNav a {
	font-size: 17px;
}

#subNav a:hover {
	background-color: #f0c3b7;
	color: black;
}

#subNav .active {
	color: white;
	font-style: italic;
}

#subNav img {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#sub-reviews a {
	text-decoration: none;
	width: 117px;
	display: block;
	margin: 0;
	padding: 8px 12px;
}

#sub-excerpts a {
	text-decoration: none;
	width: 117px;
	display: block;
	margin: 0;
	padding: 8px 12px;
}

#sub-events a {
	text-decoration: none;
	width: 117px;
	display: block;
	margin: 0;
	padding: 8px 12px;
}

#content {
	background: #fefde2 url(img/bgArt.jpg) no-repeat;
	width: 800px;
}

#sidebar {
	width: 190px;
	float: left;
	text-align: center;
	margin-right: 6px;
	margin-top: 20px;
	display: inline;
	margin-left: 20px;
}

#sidebar #sweetTout {
	width: 183px;
	border: 1px solid #bb8c8c;
	background: #fbf6f6 url(img/sidebar_book_bg.jpg) no-repeat;
}

#sidebar #sweetTout #toutContent {
	width: 183px;
	background: transparent url(img/sidebar_bookFrame_middle.gif) repeat-y;
}

#sidebar #sweetTout #toutContent p {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-top: 0;
}

#sidebar #sweetTout #toutContent a.title {
	float: left;
	font-size: 18px;
	line-height: 18px;	
	text-decoration: none;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 140px;
	padding: 6px 4px 6px 12px;
	margin-left: 9px;
}

#sidebar #sweetTout #toutContent a.title:hover {
	text-decoration: underline;
}

#sidebar #sweetTout #toutContent a.buy {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	float: left;	
	text-decoration: none;
	margin-bottom: 10px;
	color: black;
	width: 140px;
	margin-left: 9px;
	padding-left: 12px;
	padding-right: 4px;
}

#sidebar #sweetTout #toutContent a.buy:hover {
	text-decoration: underline;
}

#sidebar #sweetTout #toutContent .bookJacket {
	margin-top: 2px;
}

#sidebar p {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0;
	padding: 8px 18px 8px 20px;
}

#sidebar #sweetTout #toutContent #buyLinks {
	text-align: left;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 19px;
	margin-right: 0;
	color: #652d2d;
	width: 133px;
	float: left;
}

#sidebar #sweetTout #toutContent #buyLinks a {
	background: url(img/linkOfInterest_bg.gif) no-repeat 0 2px;	
	font: bold 13px Times, "Times New Roman";
	display: inline-block;
	width: 126px;
	float: left;
	text-decoration: underline;
	padding-left: 14px;	
}

#sidebar #sweetTout #toutContent #buyLinks a:hover {
	color: black;
}

#sidebar #sweetTout #toutContent #buyLinks .arrow {
	margin: 0 0 auto;
	padding: 0;
	float: left;
	clear: left;
	line-height: 14px;
}

#mainColumn {
	width: 540px;
	float: left;
	display: inline;
	margin-top: 28px;
	margin-bottom: 2px;
	padding-left: 16px;
}

#mainColumn p {
	color: #3a1a1a;
	font-size: 13px;
	line-height: 19px;
}

#mainColumn .paragraph {
	color: #3a1a1a;
	font-size: 13px;
	line-height: 19px;
}

#mainColumn .readMore {
	color: #652d2d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

#mainColumn a:hover {
	color: black;
	text-decoration: underline;
}

#mainColumn .photoRight {
	float: right;
	border: 1px solid #622c2c;
	background-image: url(img/photo_frame_bg.gif);
	margin: 8px;
}

#mainColumn .photo{
	margin: 5px;
}

#mainColumn .photoSimpleRight {
	float: right;
	border: 1px solid #622c2c;
	margin: 10px;
	padding: 1px;
}

#mainColumn .photoSimpleLeft {
	float: left;
	border: 1px solid #622c2c;
	padding: 1px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
}

#mainColumn .photoFramePlum {
	float: right;
	border: 1px solid #622c2c;
	margin: 0 8px 8px;
	background-color: #67003b;
}

#mainColumn .photoFrameNavy {
	float: right;
	border: 1px solid #622c2c;
	margin: 0 8px 8px;
	background-color: #001d51;
}

#mainColumn .photoFrameAqua {
	float: right;
	border: 1px solid #622c2c;
	margin: 0 8px 8px;
	background-color: #00504c;
}

#mainColumn .photoFrameTop{
	background: url(img/photo_frame_top.gif) repeat-x;
}

#mainColumn .photoFrameLeft{
	background: url(img/photo_frame_left.gif) repeat-y;
}

#mainColumn .photoFrameRight{
	background: url(img/photo_frame_right.gif) repeat-y;
}

#mainColumn .photoFrameBottom{
	background: url(img/photo_frame_bottom.gif) repeat-x;
}

#mainColumn #linksOfInterest {
	font: 15px Times, "Times New Roman";
	background-color: #fbeec9;
	border: 6px solid #f6d2b9;
	float: left;
	padding: 10px;
	margin-top: 13px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 395px;
	position: relative;
}

#mainColumn #linksOfInterest .link a {
	text-decoration: none;
	font-weight: bold;
}

#mainColumn #linksOfInterest .link a:hover {
	color: black;
	text-decoration: underline;
}

#mainColumn #linksOfInterest .link {
	background: url(img/linkOfInterest_bg.gif) no-repeat 0 4px;
	padding-left: 14px;	
	display: block;	
	padding-bottom: 10px;
	clear: left;	
}

#sidebar #linksOfInterest {
	background-color: #fbeec9;
	border: 6px solid #f6d2b9;
	float: left;
	display: inline;
	padding: 10px;
	margin-top: 25px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 135px;
}

#sidebar #linksOfInterest .link {	
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(img/linkOfInterest_bg.gif) no-repeat 0 2px;
	padding-left: 14px;
	float: left;
}

#sidebar #linksOfInterest .quote {	
	font: bold 13px Times, "Times New Roman";
	color: #652d2d;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 4px;
	float: left;
}

#sidebar #linksOfInterest .link a {
	font: bold 13px Times, "Times New Roman";
	text-decoration: none;
}
	
#sidebar #linksOfInterest .link a:hover {
	color: black;
	text-decoration: underline;
}

#sidebar #linksOfInterest a.title {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 6px;
	float: left;
	clear: left;
	position: relative;
}

#sidebar #linksOfInterest a.title:hover {
	color: black;
	text-decoration: underline;
}

#linksOfInterest p {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 6px;
	float: left;
	clear: left;
	position: relative;
}

#homeContent {
	width: 796px;
	margin: 2px;
	background: #fdfed9;
}

#homeContent #leftBox {
	width: 340px;
	height: 183px;
	background-color: #041f3e;
	float: left;
	background-image: url(img/home_sweetBorder.gif);
	padding: 22px 24px 20px 40px;
}

#homeContent #rightBox {
	float: right;
	width: 372px;
	height: 209px;
	border-left: 1px solid #b4968b;
	margin-top: 8px;
	padding-right: 16px;
}

#leftBox .homeSweet {
	float: left;
	margin-right: 6px;
}

#leftBox a.sweetTitle {
	padding-top: 23px;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dashed #652d2d;
	padding-bottom: 9px;
	width: 206px;
	float: left;
	margin: 0 0 12px;
	color: black;
	text-decoration: none;
}

#leftBox a.sweetTitle:hover {
	text-decoration: underline;
}
	
#leftBox .blurb {
	width: 206px;
	padding: 0 0 12px;
	float: left;
	color: #373636;
	margin: 0;
}

#leftBox #sweetLink {
	width: 206px;
	margin: 0 0 12px;
	padding: 0;
	float: right;	
}
	
#leftBox .paperbackBlurb{ 
font-size: 16px; font-style: italic; font-weight: bold; float: right; color: #e2643b; 
} 

#nowInPaperback{
	width: 84px;
	height: 84px;
	position: absolute;
	display: block;
	margin: 652px 0 0 290px;
}

#sweetLink a.readMore {
	color: #652d2d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

#sweetLink a.readMore:hover {
	color: black;
}	

#rightBox .latest {
	text-align: center;
	color: black;
	font-size: 17px;
	font-weight: bold;
	padding: 6px 0 5px;
	margin-bottom: 0;
}

#rightBox #top {
	height: 80px;
	border-bottom: 1px solid #b4968b;
	margin-left: 11px;
	padding-top: 8px;
	padding-left: 14px;
	width: 350px;
}

#rightBox #bottom {
	height: 73px;
	margin-left: 11px;
	padding-top: 20px;
	padding-left: 14px;
	margin-bottom: 8px;
	width: 350px;
}

#bottom.solo {
	border-bottom: 4px double #b4968b;
	border-top: 1px solid #b4968b;
	margin-top: 26px;
	padding-top: 4px;
}

#rightBox p {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
}

#rightBox .paragraph {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
}

#rightBox .readMore a {
	color: #652d2d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

#rightBox .readMore a:hover {
	color: black;
}	

#homeFooter {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
}
	
#footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 22px;
}

#footer p {
	color: #652d2d;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 0;
	line-height: 17px;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}

#homeFooter p {
	color: #652d2d;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 0;
	line-height: 17px;
}

#homeFooter a:link {
	text-decoration: underline;
}

#homeFooter a:hover {
	text-decoration: underline;
	color: black;
}

.contact {
	margin-top: 10px;	
}

#mainColumn .contact a {
	color: #00418a;
}

#mainColumn .eventListing a {
	font-weight: bold;
	font-size: 16px;
	color: #00418a;
	text-decoration: none;
}

#mainColumn .eventListing a:hover {
	color: black;
	text-decoration: underline;
}

#mainColumn .event {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
}

#rightBox .eventActive {
	font-weight: bold;
	font-size: 15px;
	color: #e2643b;
}

#rightBox .eventActive a {
	font-weight: bold;
	font-size: 15px;
	color: #e2643b;
	text-decoration: none;
}

#rightBox .eventActive a:hover {
	text-decoration: underline;
	color:  black;
}

#mainColumn .outtake {
	font-weight: bold;
	font-size: 16px;
	color: #002660;
	text-decoration: none;
}

#rightBox a {
	color: black;
	text-decoration: underline;
}

#rightBox a:hover {
	color: #652d2d;	
}

#mainColumn .outtake a {
	font-weight: bold;
	font-size: 16px;
	color: #002660;
	text-decoration: none;
}

#mainColumn .outtake a:hover {
	text-decoration: underline;
}

#mainColumn .outtakeLink {
	font-size: 15px;	
	color: #00418a;
	/*text-decoration: underline;*/
	font-weight: bold;	
	margin-bottom: 22px;
}

#mainColumn .outtakeLink a {
	font-size: 15px;	
	color: #00418a;
	text-decoration: underline;
	font-weight: bold;
}

#mainColumn .outtakeLink a:hover {
	color: black;
	text-decoration: underline;
}

p.event {
	margin-top: 2px;
	margin-bottom: 22px;
}

#mainColumn blockquote {
	text-align: justify;
	margin-top: 10px;
	margin-left: 5px;
	padding: 10px 15px;
}

.quote0 {
	color: #67003b;
	background-color: #f5ead2;	
	width: 230px;
}

.quote1 {
	color: #67003b;
	background-color: #f5ead2;
	width: 220px;
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	z-index: 2;
	margin: 0;
}

.quote2 {
	position: relative;
	top: -28px;
	left: 7px;
	width: 186px;
	float: left;
	background-color: #fcdcd3;
	z-index: 1;
	margin: 0;
}

.quote3 {
	position: relative;
	top: -79px;
	left: 31px;
	width: 185px;
	float: left;
	background-color: #fdd1aa;
	z-index: 3;
	margin: 0;
}

.quote4 {
	background-color: #e3ebf8;
	width: 220px;
	position: relative;
	top: -19px;
	left: 19px;
	float: left;
	z-index: 4;
	margin: 0;
}

.quote5 {
	position: relative;
	top: 8px;
	left: 54px;
	width: 345px;
	float: left;
	background-color: #e1d6f4;
	z-index: 1;
	margin: 0;
}

.quote6 {
	background-color: #eae6e3;
	width: 215px;
	position: relative;
	left: 35px;
	float: left;
	z-index: 1;
	margin: 0;
	top: -13px;
}

.quote7 {
	position: relative;
	left: 11px;
	width: 200px;
	float: left;
	background-color: #d8daff;
	z-index: 3;
	margin: 0;
	top: -200px;
}

.quote8 {
	position: relative;
	top: 8px;
	left: 186px;
	width: 265px;
	float: left;
	background-color: #dba9f5;
	z-index: 5;
	margin: 0;
}

.quote9 {
	position: relative;
	top: 28px;
	left: -264px;
	width: 128px;
	float: left;
	background-color: #fcdcd3;
	z-index: 6;
	margin: 0;
}

#mainColumn .ITAL {
	font-style: italic;
}

#mainColumn .CENTER {
	text-align: center;
	display: block;
}

/* @end */

/* @group GLOBAL */


h1 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 0;
	background: url(img/fleuron.gif) no-repeat left center;
	text-indent: 30px;
	margin-bottom: 10px;
}

h2 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 0;
	background: url(img/fleuron2.gif) no-repeat left center;
	text-indent: 32px;
	margin-bottom: 10px;
}

h2.events {
	color: #00418a;
}

h3 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 0;
	background: url(img/fleuron3.gif) no-repeat left center;
	text-indent: 26px;
	margin-bottom: 10px;
}

h4 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 0;
	background: url(img/fleuron4.gif) no-repeat left center;
	text-indent: 18px;
	margin-bottom: 10px;
}

h5 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 0;
	background: url(img/fleuron5.gif) no-repeat left top;
	text-indent: 25px;
	margin-bottom: 10px;	
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bg_tile.gif);
	font: 13px Georgia, "Times New Roman", Times, serif;
}

p {
	line-height: 12px;
	color: black;
}

a:link {
	text-decoration: underline;
	color: #652d2d;
}
a:hover {
	text-decoration: underline;
	color: #ddbf8f;
}

a:visited {
	color: #652d2d;
	text-decoration: none;
}

/* @end */

/* @group CLEARFIX */

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; }
/* @end */

