@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

html, body {
	height: 100%;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fdfdfa;
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 960px;
	height: 100%;
	float: left;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}

body > #wrapper {height: auto; min-height: 100%;}
#main {
	padding-bottom: 40px;
}
#header a {
	float: left;
	width: 169px;
	height: 450px;
	text-indent: -9999px;
	background-image: url(../images/chris-corkum.png);
	background-repeat: no-repeat;
	background-position: 65px 65px;
}
#main-navigation {
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	margin-top: 45px;
	background-image: url(../images/nav-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
	#main-navigation ul {
		background-image: url(../images/nav-background-right.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 15px;
		float: left;
	}
	#main-navigation li {
		float: left;
		padding: 0px 10px;
		/*background-image: url(../images/main-nav-divider.png);
		background-position: right top;
		background-repeat: no-repeat;*/
	}
	#main-navigation a {
		color: #333;
		font-size: 13px;
		line-height: 42px;
		text-decoration: none;
	}
	#main-navigation a:hover {
		color: #993;
	}
	#main-navigation .current_page_item a,
	#main-navigation .current_page_item a:hover {
		font-weight: bold;
		color: #8b1917;
	}
#content {
	float: right;
	clear: right;
	width: 710px;
	padding: 80px 0px 80px 0px;
	font-size: 14px;
	line-height: 18px;
}
#content a {
	color: #8b1917;
	text-decoration: none;
}
	#content a:hover {
		text-decoration: none;
		color: #993;
	}
.storycontent {
	padding-top: 20px;
}
	/* Hidden items */
	#content div.meta,
	#content div.feedback {
		display: none;
	}
	#content img.alignright {
		margin: 0px 0px 30px 30px;
		border: 3px solid #fff;
		float: right;
	}
	#content img.alignleft {
		margin: 0px 30px 30px 0px;
		border: 3px solid #fff;
		float: left;
	}
	#content h2, #content h3, #content h4, #content h5, #content h6 {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		line-height: 130%;
		font-weight: bold;
	}
	#content h2,
	#content h2 a {
		font-size: 30px;
		color: #333;
		text-decoration: none;
	}
	#content h2 a:hover {
		color: #8b1917;
	}
	.page-template-home-php #content h2 a {
		font-size: 20px;
		line-height: 20px;
	}
	#content h3 {
		font-size: 22px;
		color: #993;
		line-height: 22px;
	}
	#content p {
		padding: 10px 0px;
		font-size: 14px;
		line-height: 18px;
	}
	#content p.date {
		color: #993;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		padding: 5px 0px 0px;
		font-size: 12px;
		line-height: 14px;
	}
	#news-blurb,
	#blog-blurb {
		width: 320px;
		float: left;
		padding-top: 95px;
	}
	#news-blurb {
		margin-right: 60px;
	}
#footer {
	width: 960px;
	height: 40px;
	float: left;
	margin-top: -40px;
	clear: both;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
	#footer ul {
		float: left;
		padding-left: 240px;
	}
	#footer li {
		float: left;
		padding: 0px 8px;
		border-right: 1px solid #999;
	}
	#footer a {
		color: #333;
		font-size: 9px;
		font-weight: bold;
		line-height: 14px;
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
	}
	#footer a:hover {
		color: #993;
	}
	#footer #social a {
		margin-left: 10px;
	}


/* CLEAR FIX for the sticky footer*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Home specific content */
#hayden-spotlight {
	padding: 35px 25px 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/hayden-spotlight-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 355px;
}
	#hayden-spotlight .leftside {
		float: left;
		width: 210px;
	}
	#hayden-spotlight .rightside {
		float: left;
		width: 450px;
	}
	#content #hayden-spotlight h2 a,
	#content #hayden-spotlight h2 {
		color: #8b1917;
		font-size: 36px;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 40px;
	}
	#content #hayden-spotlight h2 a:hover {
		text-decoration: underline;
	}
	#content #hayden-spotlight h3 {
		font-size: 18px;
		color: #333;
		font-family: Helvetica, Arial, sans-serif;
	}
	#content #hayden-spotlight p {
		font-size: 12px;
		font-weight: bold;
		padding: 8px 0px;
	}
	#content #hayden-spotlight img {
		margin-bottom: 20px;
		border: 1px solid #eee;
	}
	#content #hayden-spotlight p.buybook a {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		line-height: 27px;
		font-size: 12px;
		background-image: url(../images/buybook.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 183px;
		height: 27px;
		display: block;
		text-decoration: none;
	}
	#content #hayden-spotlight p.buybook a:hover {
		background-position: left -27px;
	}
/* Category List */
#content .lcp_catlist li {
	padding: 3px 0px;
	font-weight: bold;
}
