/*
Theme Name: Jordan Taylor Books
Theme URI: http://jordantaylorbooks.com/
Description: The theme of jordantaylorbooks.com.
Author: Matt Feisthammel
Version: 1.0
Tags: snarfer
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#000 url('images/bg_green.png') repeat-x 0 0;
	font-family: "Georgia", "Times New Roman", serif;

}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background: url('images/bg_content.png') repeat-y 0 0;
}

#header, #footer {
	width: 630px;
	margin: 0 auto 0 auto;
}

#header {
	float: left;
	margin-left: 85px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 6px 0 6px 0;
	font-size: 12px;
	margin-left: 80px;
}

#logo {
	text-align: center;
	padding-top: 30px;
}

#navbar {
	margin: 0 15px 0 15px;
	background: url('images/spacer_1.png');
}

#navbar ul li a, #navbar ul li a:visited { 
	display: block;
	font-size: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: 5px 0 60px 0;
	color: #A1A1A1;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
	letter-spacing: 6px;
}

#navbar ul { list-style: none; margin-top: 0; padding: 0 }
#navbar ul li { float: left; position: relative }
#navbar ul li:hover a { color: #000; font-size: 20px }

#sidebar {
	width: 140px;
	float: left;
	text-align: left;
	margin: 50px 0 0 20px;
	color: #ccc;
}

#sidebar ul li {
	margin-top: -17px;
	margin-bottom: 12px;
	padding: 0 0 18px 24px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
}

#sidebar ul li a {
	text-decoration: none;
	color: #ccc;
}

.content {
	float: left;
	width: 620px;
	margin: 0 15px 0 90px;
	padding-top: 20px;
	line-height: 150%
}

.content p {
	padding: 6px 0 6px 0;
}

small { font-size: 0.8em }
strong { font-weight: bold }
sub,
sup { font-size: 0.7em }

h1 { font-size: 3.4em }
h2 { font-size: 3.0em }
h3 { font-size: 2.6em }
h4 { font-size: 2.2em }
h5 { font-size: 1.8em }
h6 { font-size: 1.4em }

h1, h2 { line-height: 1 }
h3, h4 { line-height: 1.1 }
h5, h6 { line-height: 1.2 }

img.alignleft, div.alignleft { float: left; margin: 0 0.5em 0.5em 0 }
img.alignright, div.alignright { float: right; margin: 0 0 0.5em 0.5em }
img.aligncenter, div.aligncenter { margin: 0 auto; text-align: center }

a:link, a:visited { color: #000; text-decoration: underline }
a:hover, a:focus { color: #000; text-decoration: none }

hr {
	width: 90%;
	background: #A1A1A1;
	height: 2px;
}

#footer p {
	padding-top: 3px;
}
