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

* {
	margin: 0;
	padding: 0;
}
body {
	border-top: solid 3px #F15A24;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	background: #FFFFFF;
	color: #444444;
}
ol {
	margin: 0 50px;
	padding-left: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6, p, table {
	margin-top: 0;
	margin-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px; 
}
h1, h2, h3, h4 {
	color: #111111;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
p {
	line-height: 1.2em;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #F15A24;
	text-decoration: none;
}
a:hover, a:active, a:focus {	
	color: #F15A24;
	text-decoration: underline;
}
td {
	padding-bottom: 10px;
	vertical-align: top;
}	
.site-container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.header {
	background: #FFFFFF;
	padding: 1px;
}
.logo {
	float:left;
	width: 400px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.content {
	width: 100%;
	border: solid 1px #666666;
	background: url('../images/content-background.gif') repeat-y;
}
.home-sections {
	width: 640px;
	padding: 10px 0;
}
.section {
	padding-top: 30px;
	padding-bottom: 30px;
}
	.section img {
		padding-left: 30px;
	}
	.section h4 {
		font-weight: normal;
		font-size: 18px;
	}
	.section li {
		list-style-type: none;
		padding-right: 30px;
		padding-left: 30px;
		margin-bottom: 12px;
	}
.border-orange {
	border-bottom: solid 1px #F15A24;
	margin: 0 30px;
}
span.quotename {
	display: block;
	font-size: .8em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
.readmore {
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 1.25em;
	text-align: right;
}
.sidebar {
	float: right;
	width: 319px;
}
.content1 {
	width: 958px;
	min-height: 1340px;
	background: url('../images/content-background.gif') repeat-y;
	border: solid 1px #666666;
}
.page-content {
	padding: 25px 0;
	width: 640px;
	margin-right: 8px;
}
	.page-content h2 {
		margin-bottom: 30px;
	}
	.page-content h3 {
		margin-bottom: 10px;
	}
.page-content p {
		line-height: 1.5em;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.page-content .quotename {
		line-height: 1.5em;
		text-align: right;
	}
.orange-menu {
	float: left;
	width: 180px;
	line-height: 22px;
}
	.orange-menu img {
		margin-left: 30px;
	}
	.book-nav {
		margin-top: 20px;
		margin-left: 30px;
		font-size: 13px;
		text-transform: uppercase;
	}
	.booksellers {
		margin-left: 15px;
		font-size: 12px;
}
.post {
	float: right;
	width: 458px;
}
	.entry p {
		margin-left: 0px;
	}

.slideshow {
	margin: 0;
	padding: 0;
	clear: both;
}
/*** BEGIN TWITTER STYLING  ***/
.entry-meta {
	font-size: .8em;
	text-transform: uppercase;
}
.follow-button {
	padding-top: 10px;
	margin-left: 30px;
}
/** END TWITTER STYLING **/


/**FOOTER**/
#footer {
	margin-top: 8px;
	padding: 10px 0;
	background: #88A2BC;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	color: #FFFFFF;
}
	#footer h2 {
		color: #465A5E;
		font-size: 1em;
		margin-bottom: 10px;
	}
	#footer p {
		margin-bottom: 5px;
	}
	#footer li {
		list-style-type: none;
		margin-left: 22px;
	}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#footer img {
		margin-bottom: -2px;
		margin-right: 4px;
	}
.copyright {
	padding: 4px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
	position: relative;
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltlft, .alignleft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
