@charset "UTF-8";
* {
	margin: 0;
}
html {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	width: 960px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -172px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 172px; /* .push must be the same height as .footer */
	background-color: #613315;
	width: 900px;
	margin-right: 25px;
	margin-left: 35px;
}
body {
	font-family: "Trebuchet MS";
	background-color: #bd9560;
	font-size: 0.75em;
	color: #4C2B0C;
	height: 100%;
}
h1 {
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #613315;
	margin-top: 0px;
	margin-bottom: .75em;
}
h2 {
	font-size: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
a:link {
	color: #333366;
}
a:visited {
	color: #333366;
}
a:hover {
	color: #613315;
}
a:active {
	color: #613315;
}
.clearboth {
	clear: both;
}
#header {
	background-image: url(/images/headerBkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 192px;
	width: 960px;
}
#navBar {
	color: #f3eadf;
	position: relative;
	width: 900px;
	float: right;
	text-align: right;
	font-size: 130%;
	right: 30px;
	top: 168px;
}
#navBar li {
	list-style-type: none;
	display: inline;
}
#navBar a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #f3eadf;
	padding-bottom: 5px;
}
#navBar a:hover {
	background-image: url(/images/hoverarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#FeatureBkgnd {
	background-image: url(/images/featureBkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 900px;
	margin-right: 25px;
	margin-left: 35px;
	border-top: 3px solid #BD9560;
	display: inline;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BD9560;
}
#Feature {
	background-image: url(/images/bookcvr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	float: left;
	width: 900px;
	display: inline;
	margin: 0px;
	height: 387px;
}
#FeatureContent {
	color: #FFFFFF;
	float: left;
	width: 55%;
	line-height: 1.5em;
	padding-top: 20px;
	padding-left: 20px;
}
#Main {
	float: left;
	width: 900px;
	margin-right: 25px;
	margin-left: 35px;
	border-top: 3px solid #BD9560;
	display: inline;
	background-color: #613315;
	padding: 10px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ContentArea {
	float: left;
	width: 880px;
	display: inline;
	background-color: #F3EADF;
	background-image: url(/images/rtColumnbkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.hilite {
	background-color: #E2D1B4;
	margin-top: .5em;
	margin-bottom: .5em;
}
#leftColumn {
	padding: 10px 0px 0px 10px;
	float: left;
	width: 582px;
	background-color: #F3EADF;
	display: inline;
}
#leftColumn   p  {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	
}
#leftColumn ul {
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}
#leftColumn li {
	padding-top: .5em;
	padding-bottom: .5em;
	margin: 0px;
	
}
#rightColumn {
	float: right;
	height: 392px;
	width: 278px;
	background-image: url(/images/rtColumnimg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightColumn .content {
	padding-top: 300px;
	float: right;
	padding-right: 5px;
}
.push {
	height: 172px;
	clear: both;
}
#footer {
	clear: both;
	background-image: url(/images/footerBkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	height: 172px;
	width: 960px;
}
#footer p {
	padding-bottom: 0.75em;
}
#footer .left {
	color: #472511;
	float: left;
	padding-left: 40px;
	padding-top: 70px;
	padding-right: 60px;
}
#footer .middle {
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 70px;
}
#footer .middle ul {
	padding: 0px;
	margin: 0px;
}
#footer .middle li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer .middle a {
	text-decoration: none;
	color: #472511;
	display: block;
	padding-top: 8px;
}
.bkIcon {
	background-image: url(/images/bookcoverIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 30px;
	padding-left: 35px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.goodreadIcon {
	background-image: url(/images/goodreads-badge-read.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 30px;
	padding-left: 35px;
	width: 100px;
}
.blogIcon {
	background-image: url(/images/blogIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 30px;
	padding-left: 35px;
}
#footer .right {
	float: right;
	padding-top: 70px;
	padding-right: 40px;
	margin: 0px;
}
.ruleabove {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BD9560;
}
.floatLft {
	float: left;
}
.floatRight {
	float: right;
}
.socialmedia {
	margin: 0px;
	padding: 0px;
	float: right;
}
.socialmedia ul {
	margin: 0px;
	padding: 0px;
}
.socialmedia li {
	display: inline;
	list-style-type: none;
}
.socialmedia li a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.sitetag {
	float: right;
	padding-top: 30px;
	clear: both;
}
.imgLeft {
	float: left;
	margin-top: .5em;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgRt {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.adminBtn {
	color: #613315;
	padding: 2px;
	font-weight: bold;
	text-align: right;
}
.adminBtn a {
	color: #613315;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
padding: 2px;
background-color: #F3EADF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}