@CHARSET "ISO-8859-1";
/* CSS Document for Hannacroix Creek Books, Inc.
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode","Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	background: #3b3b3b;
}

h1 {
	font-size: 30px;
	color: #6f633d;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 3px solid #6f633d;
}
h2 {
	font-size: 20px;
	color: #062e51;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 2px solid #062e51;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #436fd2;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
ul {
	list-style: disc;	
}
ol {
	list-style-type: decimal;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 300px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #062e51;
}
.alert {
	background: #fffed5;
	border: 2px solid #d02626;
	padding: 20px;
	margin: 10px;
}

/* Header =============================== */
#header-wrap {
	height: 110px;
	background: url('../images/header_bg.gif') 0 0 repeat-x;
}
#header {
	height: 110px;
	padding-top: 1px;
	background: url('../images/header.gif') 0 0 no-repeat;
	width: 900px;
	margin: 0 auto;
}
#top-nav {
	text-align: center;
	width: 340px;
	float: right;
	margin-right: 20px;
}
	#top-nav ul {
		margin: 0;
		padding: 10px 0;
	}
		#top-nav ul li {
			display: inline;
		}
			#top-nav ul li a {
				color: #3b3b3b;
				font-size: 15px;
				text-decoration: none;
				margin: 0 20px;
			}
			
/* Container ============================ */
#container {
	background: #fff;
	width: 1045px;
	margin: 0 auto;
}

#googleads-leftcol {
	width: 120px;
	float: left;
}

#googleads-rightcol {
	width: 120px;
	float: left;
}

#content {
	background: url('../images/content_bg.gif') 0 0;
	padding-top: 1px;
	width: 798px;
	float: left;
}

#main-content {
	width: 575px;
	float: left;
	padding: 5px;
	padding-left: 15px;
}

.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 130px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 460px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}
	
.catinfo {
	font-size: 12px;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.catinfo h3 a {
		color: #062e51;
		text-decoration: none;
		font-size: 18px;
	}
	
.feat-author {
	width: 262px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
img.f-author {
	border: 1px solid #999;
	float: left;
}
img.f-author-book {
	border: 1px solid #999;
	float: right;
	width: 80px;
	margin-right: 30px;
}

.feat-book {
	width: 145px;
	float: left;
	margin: 20px;
	height: 250px;
	text-align: center;
}
.feat-book img {
	margin-bottom: 10px;
	border: 1px solid #999;
}
.feat-book a {
	text-decoration: none;
	color: #333;
}

.author-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
.author-container h3 a {
	text-decoration: none;
}
.author-container h3 a:hover {
	text-decoration: underline;
}
.author-image {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.author-image img {
	border: 1px solid #999;
}
.author-info {
	width: 450px;
	float: left;
}

.guest-container {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #ccc;
	text-align: justify;
}
.guest-container h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #545454;
}
.guest-info {
	font-size: 12px;
	color: #666;
}

/* Navigation =========================== */
#nav {
	width: 200px;
	float: left;
}
	#nav ul {
		margin: 15px 0 0 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			margin: 0;
			padding: 8px 5px 8px 18px;
		}
			#nav ul li a {
				display: block;
				text-decoration: none;
				color: #3b3b3b;
				font-size: 15px;
			}
			#nav ul li a:hover {
				color: #6f633d;
			}
			#nav ul li a#current {
				color: #6f633d;
			}
	
			#nav ul li ul {
				margin: 5px 0 0 0;
				padding: 0;
			}
				#nav ul li ul li {
					padding: 3px 0;
				}
					#nav ul li ul li a {
						color: #062e51;
						font-size: 14px;
						padding-left: 25px;
					}
					#nav ul li ul li a:hover {
						color: #1c6aab;
						background: url('../images/arrows.gif') 5px center no-repeat;
					}
					#nav ul li ul li a#sub-current {
						color: #1c6aab;
						background: url('../images/arrows.gif') 5px center no-repeat;
					}

#nav ul li a.bloglink {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight:bold;
	padding: 5px;
	width: 67px;
	background-color: #AE2E47;
}
			
/* Footer =============================== */
#footer {
	padding: 10px 20px;
	border-top: 3px solid #b8a771;
	width: 900px;
	margin: 0 auto;
}

#links {
	width: 470px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
	}
		#links ul li {
			display: inline;
			line-height: 1.5em;
		}
			#links ul li a {
				color: #666;
				font-size: 12px;
				text-transform: lowercase;
				text-decoration: none;
				border-right: 1px solid #666;
				padding-right: 5px;
				margin-right: 2px;
			}
			#links ul li a.none {
				margin: 0;
				padding: 0;
				border: none;
			}

#copyright {
	color: #999;
	font-size: 11px;
	width: 300px;
	text-align: right;
	float: right;
	line-height: 1.5em;
}
	#copyright a {
		color: #666;
	}
