/**************************************************
STYLESHEET FOR CREEPING HEMLOCK PRESS
	~ R.J. and Julia Sevin
**************************************************/

*{margin: 0; padding: 0;}

a:link {color: #ffffff; text-decoration: none;}
a:visited{color: #ffffff; text-decoration: none;}
a:hover{color: #ffffff; text-decoration: underline;}

body {
	background-color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 14px;
}
/* mac hide */
html,body{height:100%}
/* end hide*/

:focus {
	outline: 0;
}
img {border: 0px;}

/*---- 21st CENTURY CLEARING OF FLOATS ----*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}      
/* End hide from IE-mac */



/**************************************************
	SITE WRAPPER
**************************************************/

div#wrap {
	position: relative;
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
* html #wrap {height: 100%;}


/**************************************************
	HEADER
**************************************************/

/*	header container	*/

div#header {
	position: relative;
	display: block;
	width: 980px;
	height: 153px;
	background-image: url(../images/headerBg.gif); 
	background-repeat: no-repeat;
}

/*	logo */

div#header #logo {
	position: absolute;
	top: 35px;
	left: 34px;
	width: 321px;
	height: 52px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;	
}

/*	cart */

div#header #cartlogo {
	position: absolute;
	top: 35px;
	right: 34px;
	width: 60px;
	height: 40px;
}

/**************************************************
	NAVIGATION
**************************************************/

div#nav {
	position: relative;
	margin-top: -16px;
	margin-bottom: 30px;
}
div#nav ul {
	margin: 0 0 0 35px;
	padding: 0px;
}
div#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#nav a {
	position: relative;
	display: block;
	float: left;
	height: 32px;
	margin-right: 102px;
}
div#nav a.last {
	margin-right: 0px;
}
div#nav a.news:link,
div#nav a.news:visited {
	width: 43px;
	background-image: url(../images/nav-news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.books:link,
div#nav a.books:visited {
	width: 50px;
	background-image: url(../images/nav-books.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#nav a.booksellers:link,
div#nav a.booksellers:visited {
	width: 99px;
	background-image: url(../images/nav-booksellers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.excerpts:link,
div#nav a.excerpts:visited {
	width: 72px;
	background-image: url(../images/nav-excerpts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.forum:link,
div#nav a.forum:visited {
	width: 50px;
	background-image: url(../images/nav-forum.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.aboutus:link,
div#nav a.aboutus:visited {
	width: 71px;
	background-image: url(../images/nav-aboutus.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.contact:link,
div#nav a.contact:visited {
	width: 61px;
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#nav a.home:link,
div#nav a.home:visited {
	width: 46px;
	background-image: url(../images/nav-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#nav a.news:hover,
div#nav a.news:active, 
div#nav a.books:hover,
div#nav a.books:active,
div#nav a.booksellers:hover,
div#nav a.booksellers:active,
div#nav a.excerpts:hover,
div#nav a.excerpts:active,
div#nav a.forum:hover,
div#nav a.forum:active,
div#nav a.aboutus:hover,
div#nav a.aboutus:active,
div#nav a.contact:hover,
div#nav a.contact:active,
div#nav a.home:hover,
div#nav a.home:active,
div#nav a#current {
	background-position: 0px -32px;
}

/**************************************************
	LEFT COLUMN
**************************************************/

/*	left column container */

div#columnLeft {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	width: 250px;
	color: #ebc542;
}

/*	news ticker css, normally in the domnews.css file */
#news {
	margin: 0px 0 20px 0;
	padding-top: 2px;
	background-image: url(../images/newsBg.gif);
	background-repeat: no-repeat;
}
#news a:link,
#news a:visited {
	color: #fef3bb;
	text-decoration: none;
}
#news a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#news ul {
	font-size: 17px;
	margin: 5px 5px 0 15px;
	padding: 2px;
}
#news li {
	margin: 2px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
}

/*	book excerpt container */

div#columnLeft div.excerpt {
	background-color: #380a06;
	margin: 0px 0 0 0;
	padding: 20px;
}

/*	book excerpt - quote */

div#columnLeft div.excerpt p.quote {
	color: #fef3bb;
	font-family: georgia;
	margin: 5px 0 10px 0;
	font-size: 17px;
}

/*	book excerpt - author */

div#columnLeft div.excerpt span.author {
	display: block;
	text-align: right;
	font-size: 17px;
}

/*	book excerpt - title */

div#columnLeft div.excerpt span.title {
	display: block;
	text-align: right;	
	font-style: italic; 
	font-size: 17px;
}

/*	book list container */

div#columnLeft  div#bookList {
	position: relative;
	display: block;
	margin-top: 25px;
}


/* book and author entry */

div#columnLeft div#bookList div {
	border-top: 1px dashed white;
	padding: 20px;
}	
div#columnLeft div#bookList div:hover {
	background-color: #380a06;
} 

/*	book title */
div#columnLeft  div#bookList div span.title {
	display: block;
	font-style: italic; 
	font-size: 19px;
	margin: 0 0 10px 0;
	color: #fef3bb;
}

/* 	book author */

div#columnLeft  div#bookList div span.author {
	display: block;
	text-align: right;	
	font-size: 17px;
}


/**************************************************
	MAIN CONTENT AREA (aligned right)
**************************************************/

/*	main content container (positioned right) */

div#main {
	position: relative;
	float: right;
	display: inline;
	margin: 0;
	width: 700px;
	min-height: 975px;
	background-image: url(../images/contentBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*	news entry container */

div#main div.entry {
	display: block;
	padding: 10px 40px 10px 40px;
	margin: 40px 0 0 0;
	background-color: transparent;
	background-image: url(../images/entryBg.png);
	background-repeat: repeat;
}

/*	book container */

div#main div.bookbox {
	display: block;
	padding: 10px 40px 10px 40px;
	width: 230px;
	margin: 40px 20px 0 20px;
	text-align: center;
	float: left;
	min-height: 250px;
	background-color: transparent;
	background-image: url(../images/entryBg.png);
	background-repeat: repeat;
}
/*	book container thumbnail */

div#main div.bookbox img {
	float: left;
	margin-right: 20px;
}

/*	entry heading (date & title) */

div#main div.entry h2 {
	position: relative;
	font-size: 24px;
	font-weight: normal;
	margin:0 0 10px 0;
}

/*	second header */

div#main div.entry h3 {
	text-align: left;
	font-size: 20px;
	color: #CC3300;
	line-height: 1.3;
	margin:0 0 10px 0;
}

/*	third header */

div#main div.entry h4 {
	text-align: left;
	text-indent: 40px;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1.3;
	margin:0 0 10px 0;
}

/*	fourth header */

div#main div.entry h5 {
	text-align: left;
	font-size: 17px;
	color: #fef3bb;
	line-height: 1.3;
	margin: 0;
}

/*	entry image */

div#main div.entry img.floatLeft {
	float: left; 
	margin: 5px 15px 10px 0px;
}


/*	entry image */

div#main div.entry img.center {
	margin: 5px 20px 20px 115px;
}


/*      paypal image */

div#main div.entry img.paypal {
	padding: 10px 38px;
}

/*	book image */

div#main div.entry img.book {
	padding-top: 20px;
}

/*	book promo text */

div#main div.bookbox p.bookpromo {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 15px;
	color: #ffffff;
	padding-top: 20px;
	text-align: left;
	line-height: 1.3;
}
/*	book promo text */

div#main div.bookbox p.genre {
	display: block;
	position: relative;
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #CC3300;
	padding-top: 20px;
	text-align: center;
	line-height: 1.3;
}
/*	book promo header */

div#main div.bookbox h2 {
	margin-bottom: 10px;
	font-size: 17px;
	color: #fef3bb;
	text-align: center;
	line-height: 1.3;
}
/*	book promo header */

div#main div.bookbox h3 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ebc542;
	text-align: center;
}
/*	entry text */

div#main div.entry p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #ebc542;
	line-height: 1.3;
}

/*	entry text */

div#main div.entry p.clear {
	clear: both;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ebc542;
	line-height: 1.3;
}



/*	contributors text */
div#main div.entry ul.contribs {
	margin: 0 0 0 55px;
	padding: 0px;
}
div#main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*	contributors link text */

#main a:link,
#main a:visited {
	color: #fef3bb;
	text-decoration: underline;
}
#main a:hover {
	color: #ebc542;
	text-decoration: underline;
}


/*	excerpt passage text */

div#main div.entry p.passage {
	margin-bottom: 8px;
	font-size: 17px;
	font-style: italic;
	color: #fef3bb;
	line-height: 1.3;
}

/*	quote text */

div#main div.entry p.quote {
	display: block;
	text-align: left;
	font-size: 15px;
	color: #f0f0f0;
	line-height: 1.3;
	padding-top: 20px;
	margin: 15px 0 10px 40px;
}

/*	quote text */

div#main div.entry p.quoteClear {
	display: block;
	clear: left;
	text-align: left;
	font-size: 15px;
	color: #f0f0f0;
	line-height: 1.3;
	padding-top: 20px;
	margin: 15px 0 10px 40px;
}
/*	quote source */

div#main div.entry p.source {
	text-align: right;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #CC3300;
}

div#main div.entry p.source a {
	color: #CC3300;
}
div#main div.entry p.source a:hover {
	color: #ffffff;
}

/*	author works - unital */

div#main span.unital {
	font-style: normal;
}

/*	special red text */

div#main span.red {
	color: #CC3300;
	text-decoration: none;
}

div#main div.entry  a.red {
	color: #CC3300;
	text-decoration: underline;
}
/*	link to excerpt */

div#main div.entry p.excerptlink {
	text-align: center;
	font-size: 17px;
	margin: 20px;
}
div#main div.entry p.excerptlink a:link,
div#main div.entry p.excerptlink a:visited { 
	color: #fef3bb;
	text-decoration: none;
}
div#main div.entry p.excerptlink a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*	link to more news */

div#main div.entry p.moreNews {
	text-align: right;
	font-size: 17px;
	margin: 20px;
	margin-top: 100px;
}
div#main div.entry p.moreNews a:link,
div#main div.entry p.moreNews a:visited { 
	color: #fef3bb;
	text-decoration: none;
}
div#main div.entry p.moreNews a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#main div.entry form {
	position: relative;
	display: inline;
	margin: 50px;
}
div#main table.image {
	float: left; 
	margin: 5px;
}
div#main caption a.cap {
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
}


div#main div.entry ul.features {
	font-size: 17px;
	color: #ebc542;
	line-height: 1.3;
	display: block;
	margin: 0 0 20px 100px;
	padding: 0 0 0 150px;
	list-style-type: none; 
	text-align: left;
}
div#main div.entry ul.features li {
	background: url(../images/leaf.gif) 0 5px no-repeat;
	padding: 0 0 0 15px;
} 


/**************************************************
	Excerpt page style
**************************************************/

/*	excerpt body */

div#excerptpage {
	position: relative;
	float: right;
	display: inline;
	margin: 0;
	width: 700px;
	min-height: 975px;
	background-color: #000;
}
div#excerptpage div.entry {
	display: block;
	padding: 10px 40px 10px 40px;
	margin: 40px 0 0 0;
}
div#excerptpage div.entry h2 {
	position: relative;
	font-size: 24px;
	font-weight: normal;
	margin:0 0 10px 0;
	color: #CF5810;
}
div#excerptpage div.entry h2 a {
	text-decoration: underline;
	color: #CF5810;
}
div#excerptpage div.entry h3 {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin:0 0 20px 0;
	color: #CC3300;
}
div#excerptpage div.entry h3 a {
	text-decoration: none;
	color: #CC3300;
}

div#excerptpage div.entry h3 a:hover {
	text-decoration: underline;
	color: #CC3300;
}
div#excerptpage div.entry p {
	color: #CFBB7E;
	font: sans-serif;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.3;
}
div#excerptpage div.entry img.floatLeft {
	float: left; 
	margin: 5px 15px 10px 0px;
}


/**************************************************
	FOOTER
**************************************************/

/* footer container */

div#footer {
	position: relative;
	clear: both;
	display: block;
}

div#footer div#copyright {
	text-align: center;
	margin: 20px 0 10px 0;
	font-size: 14px;
	color: #f0f0f0;
}

/*	footer link text */

#footer a:link,
#footer a:visited {
	color: #ebc542;
	text-decoration: none;
}
#footer a:hover {
	color: #fef3bb;
	text-decoration: underline;
}

