/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#main a {
	color: #000000;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
#main a:hover {
	color: #52CBF3;
	}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background-color: #2F1800;
	text-align: center;
	position: relative;
	width: 984px;
}

/*********************/
/* NAV BAR */

#mainNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	background: url(images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 984px;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1.3em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

#logo {
	height: 200px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1em;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	height: 26px;
}

#news a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	color: #73AFB7;
	background: #000000;
}
	
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	background-color: #CC0000;
}

/*********************/
/* Book Feature */
/*********************/
#bookfeature {

	float: right;
	padding: 7px 10px 0px 10px;
}

#bookfeature h3 {
	margin: 0;
	text-align: center;
}

#bookfeature ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#bookfeature li {
	margin-left: 1.5em;
}
/*********************/
/* MAIN */
/*********************/
h1 {
	color: #CC0000;
	margin-top: 10px;
	font-size: 2.1em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.6em;
}

h2 {
	color: #CC0000;
	font-size: 1.9em;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom: 1px solid #CC0000;
	overflow: hidden;
}

.author {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	border-top: 1px solid #000000;
	padding: 5px 12px 7px 5px;
	text-align: right;
	background: #CCCCCC;
	font-size: 1em;
	width: 967px;
	margin-left: auto;
	margin-right: auto;
}

/*********************/
/* WRAPPER */
/*********************/
#wrapper2 {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	border: none;
	z-index:1;
}

#wrapper {
	width: 984px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(images/sidebar.jpg) repeat-y left top;
	text-align: left;
	border: none;
}
/*********************/
/* SIDEBAR */
/*********************/
#sidebar {
	width: 160px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #CCCCCC;
	border-right: 1px solid #000000;
}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding-bottom: 2px;
	font-size: 1.4em;
	margin-top: 2px;
	border-bottom: none;
	margin-left: 0;
	margin-left: -3px;
	}
/*********************/
/* MAIN CONTENT */
/*********************/
#main {
	margin-left: 180px;
	margin-right: 20px;
	margin-top: 41px;
	padding-top: 0px;
}
/*********************/
/* FEATURE BOX */
/*********************/
#secondary {
	float: right;
	width: 180px;
}

#secondary * {
	color: #FFF;
}


#secondary h3 {
	background: #73AFB7;
	padding: 3px 5px 3px 10px;
	font-size: 1.5em;
}
#secondary h4 {
	margin: 10px 10px 5px 10px;
	font-size: 1.2em;
}
#secondary p {
	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}

#bookfeature img {
	padding-top: 10px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#bookfeature h3 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
	
img {  
	border-style: none;
}

#news li .more {
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 4px;
	color: #FFFFFF;
	height: 8px;
	}
/*********************/
/* FACEBOOK & TWITTER LINKS */
/*********************/
#socialnet {
	width: 300px;
	position: relative;
	top: 197px;
	left: 800px;
	z-index: 1;
	}
	
#socialnet ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#socialnet li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
/*********************/
/* REFLECTION */
/*********************/
#reflection {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 114px;
	background: url(images/reflection.png);
	}