/* ------------------------------------------------------------------------
Theme Name: Oakline Books Theme
Theme URI: http://oaklinebooks.com
Description: Oakline Books CMS Theme by Above Creative.
Version: 1.0
Author: Derek Beck
Author URI: http://abovecreative.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

------------------------------------------------------------------------ */

body {
	background: #eeebe0 url(images/bg-body.gif) repeat-x;
	color: #333;
	font: 15px/20px "Times New Roman", Times, Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.container { 
	display: block;	
	margin: 0 auto;
	text-align: left;
	width: 900px;
	position: relative;
	}
	
.leftColumn { display: block; float: left; }
.rightColumn { display: block; float: left; }

a { 
	color: #841;
	text-decoration: none; 
	outline: none;
	}

a:hover { color: #510; }

.clear { clear: both; }

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
	background: transparent;
	}
	
ol { 
	list-style-type: upper-roman; 
	float: left;
	width: 200px;
	margin: 5px 0 25px 0;
	}
	
h2 { 
	color: #410;
	font-style: italic;
	font-size: 26px;
	line-height: 30px;
	}

h3 { 
	clear: both;
	display: block;
	padding: 10px 0;
	margin: 10px 0 25px 0;
	color: #410;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	border-top: 1px solid #c9c2af; 
	border-bottom: 1px solid #c9c2af; 
	}


/* ------------------------------------------------------------------------
	TOP SECTION STYLES 
------------------------------------------------------------------------ */
	
#topSection { 
	background: url(images/bg-topSection.jpg) no-repeat center top;
	display: block;
	height: 205px;
	width: 100%;
	}
	
#topSection .leftColumn { width: 230px; }
#topSection .rightColumn { width: 650px; }

#topSection #logo a { 
	display: block;
	height: 169px;
	outline: none;
	text-indent: -5000px;
	width: 230px;
	}

#topSection #tagline { 
	display: block;
	height: 169px;
	text-indent: -5000px;
	width: 650px;
	}
	
#menu { 
	height: 36px;
	margin: 0;
	}
	
#menu ul { 
	list-style-type: none;
	margin: 0 0 0 32px;
	padding: 0;
	}
	
#menu ul li { 
	display: block;
	float: left;
	margin-right: 1px;
	}
	
#menu ul li a { 
	background: url(images/menu.gif) no-repeat;
	display: block;
	height: 36px;
	outline: none;
	text-indent: -5000px;
	}
	
#menu ul li.home a { background-position: 0 0; width: 64px; }
#menu ul li.home a:hover { background-position: 0 -36px; }
#menu ul li.home a.active { background-position: 0 -72px; }

#menu ul li.process a { background-position: -65px 0; width: 153px; }
#menu ul li.process a:hover { background-position: -65px -36px; }
#menu ul li.process a.active { background-position: -65px -72px; }

#menu ul li.business a { background-position: -219px 0; width: 157px; }
#menu ul li.business a:hover { background-position: -219px -36px; }
#menu ul li.business a.active { background-position: -219px -72px; }

#menu ul li.products a { background-position: -377px 0; width: 141px; }
#menu ul li.products a:hover { background-position: -377px -36px; }
#menu ul li.products a.active { background-position: -377px -72px; }

#menu ul li.about a { background-position: -519px 0; width: 161px; }
#menu ul li.about a:hover { background-position: -519px -36px; }
#menu ul li.about a.active { background-position: -519px -72px; }

#menu ul li.testimonials a { background-position: -681px 0; width: 101px; }
#menu ul li.testimonials a:hover { background-position: -681px -36px; }
#menu ul li.testimonials a.active { background-position: -681px -72px; }

#menu ul li.contact a { background-position: -783px 0; width: 93px; }
#menu ul li.contact a:hover { background-position: -783px -36px; }
#menu ul li.contact a.active { background-position: -783px -72px; }

#menu ul li.faqs a { background-position: -877px 0; width: 61px; }
#menu ul li.faqs a:hover { background-position: -877px -36px; }
#menu ul li.faqs a.active { background-position: -877px -72px; }


/* ------------------------------------------------------------------------
	MID SECTION STYLES 
------------------------------------------------------------------------ */

#sidebar { display: none; }

#midSection .container { padding: 35px 0; }	

#midSection .leftColumn { width: 385px; }
#midSection .rightColumn { width: 480px; }

#midSection.homeMidSection .leftColumn { width: 520px; }
#midSection.homeMidSection .rightColumn { width: 380px; padding-bottom: 70px; }

#midSection.homeMidSection .rightColumn p { margin: 0 10px 10px 10px; }
 
#midSection.homeMidSection h2.pageTitle { display: none; }
#midSection.faqsMidSection h2.pageTitle { display: none; }

#book1 { 
	display: block;
	position: absolute;
	bottom: 165px;
	right: 10px;
	z-index: 999;
	}


/* ------------------------------------------------------------------------
	CONTACT SECTION STYLES 
------------------------------------------------------------------------ */

.contactinfo { 
	float: left;
	width: 170px;
	padding-right: 20px;
	margin-right: 10px;
	display: block;
	background: url(images/bg-contact.gif) no-repeat right top;
	height: 240px;
	}

.contactform { 
	float: left;
	width: 280px;
	display: block;
	padding: 10px 0 0 0;
	}
	
.contactform .contactleft { width: 80px; float: left; margin: 0 0 6px 0; text-align: right; font-size: 13px; }
.contactform .contactright { width: 200px; float: left; clear: right; margin: 0 0 6px 0;  }
	
.contactform input.inputText, 
.contactform textarea.inputText { 
	width: 185px; 
	border: 1px solid #bba;
	background: #fff;
	padding: 4px 5px;
	font: 11px/25px bold Arial, Helvetica, sans-serif;
	color: #410;
	}

.contactform input.inputTextError, 
.contactform textarea.inputTextError { 
	width: 185px; 
	border: 1px solid #841;
	background: #fff;
	padding: 4px 5px;
	font: 11px/25px bold Arial, Helvetica, sans-serif;
	color: #410;
	}
	
.contactform textarea.inputText, 
.contactform textarea.inputTextError { height: 150px; line-height: 17px; }

.contactform .asterick { margin: 0 5px; font-size: 10px; color: #841; line-height: 20px; }
.contactform p.small { margin: 10px 0; padding: 0 0 0 80px; font-size: 11px; color: #841; }
.contactform p.error { margin: 0 0 10px 0; font-size: 13px; color: #841; font-style: italic; font-weight: bold; }
.contactform p.success { margin: 0 0 10px 0; color: #841; font-style: italic; font-weight: bold; }

/* ------------------------------------------------------------------------
	BOTTOM SECTION STYLES 
------------------------------------------------------------------------ */

#botSection { 
	background: url(images/bg-botSection.png) no-repeat 0 0;
	color: #a76;
	font: 11px/15px Arial, Helvetica, sans-serif; 
	padding: 50px 0 0 70px;
	}
	
#botSection ul {
	display: block;
	list-style-type: none; 
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	}	
	
#botSection ul li { 
	border-left: 1px solid #dcb;
	float: left; 
	font-weight: bold;
	margin: 0 0 0 -1px;
	padding: 0 11px 0 10px;
	}
	
#botSection a { color: #a76; }
#botSection a:hover { color: #410; }
	
#botSection .footer {
	padding: 10px 11px 10px 95px;
	margin: 20px 0;
	position: relative;
	background: url(images/bg-footer.gif) no-repeat left top;
	}

.sep { margin: 0 10px; }
.line { border-left: 1px solid #dcb; }	
.by { font-size: 10px; color: #c98; }
#botSection .by a { color: #c98; }
#botSection .by a:hover { color: #410; }
	
	
	
	
