/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	height: 900px;
	margin: 0px 0px 50px;
	
	
}

a:link {
	color: a28d7e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: a28d7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: 969BB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: a28d7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}



a.bookclub:link
 {
	text-decoration: none;
	color: a28d7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


a.Club:active {color: #334d55; }


-links>
a.botNav:link{
		color: #639999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}

a.botNav:visited{
		color:  #639999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}

a.botNav:hover{
	color:  #639999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}



/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 16px;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 10 0 5;
	padding: 10px 0px 5px 30px;
	width: 100%;
}

#navBar{
	margin: 0 0 0 750px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	width: 200px;
	background-image: url(images/mid_books.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left 100px;
	font-family: Helvetica;
	font-weight: bold;
}

#navBarLine{
	margin: 0 0 0 750px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 200px;
	font-family: Helvetica;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#navBarbio{
	margin: 0 0 0 750px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	width: 200px;
	background-image: url(images/mid_books.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left 100px;
	font-family: Helvetica;
	font-weight: bold;
}

#sideBarBlog{
	margin: 0 0 0 500px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 200px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Helvetica;
	font-weight: bold;
}

#col2contacts{
	margin: 0 0 0 20px;
	padding: 0px 0px 0px 10px;
	width: 200px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	float: left;
	line-height: 16px;
	border-left-width: thin;
}


#content{
	float:left;
	width: 680px;
	padding: 0px 15px 0 30px;
	background-image: url(images/mid_books.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left 100px;
}



#contentBio{
	float:left;
	width: 680px;
	padding: 0px 15px 0 10px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(images/spacer.gif);
	background-position: left top;
}


#contentBlogs{
	float:left;
	width: 200px;
	padding: 0px 15px 0 30px;
	
	
}


#contentContacts{
	float:left;
	width: 200px;
	padding: 0px 15px 0 50px;
	height: 450px;
	
}


#contentindex{
	float:left;
	width: 890px;
	padding: 0px 0px 0;
	height: 386px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background-color: 30303e;
	width: 450px;
	float: left;
}


/*************** #pageName styles **************/

#pageName{
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/************* #globalNav styles **************/

#globalNav{
	color: #639999;
	padding: 15px 15px 15px 20px;
	white-space: normal;
	width: 450px;
	float: left;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 15px;
	padding: 0px 4px 0px 0px;
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 5% 10px 10px;
	font-size: 80%;
	font-weight: bold;
	line-height: 160%;
}


.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}


.feature img{
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 3% 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 40px;
	margin-top: 50px;
}


#siteInfoGallery{
	clear: both;
	border: 1px solid #52526A;
	font-size: 75%;
	color: #52526A;
	padding: 10px 10px 10px 40px;
	margin-top: 125px;
}

#siteInfo2{
	clear: both;
	padding: 10px 10px 10px 40px;
	margin-top: 0px;
	margin-left: 25px;
	width: 93%;
	color: #B1937F;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	width: 185px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	color: #000000;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color: #000000;
}


/*********** #sectionLinks styles ***********/


a.continue:link{
		color: #4E628C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}

a.continue:visited{
		color: #4E628C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}

a.continue:hover{
	color: #4E628C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 25px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	font-family: Futura;
	color: #FF0000;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#navBar #advert img2 {
	float: left;
}
.byline {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}
#content .feature h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bolder;
	font-family: Helvetica;
}


.navHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.bio {
	font-family: Helvetica;
	font-size: 95%;
	line-height: 200%;
	font-weight: normal;
}
.continueReading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}
.ellipses {
	letter-spacing: -1px;
}
#landNav {
	background-color: #006699;
	width: 150px;
	clear: left;
	height: 250px;
}
#landNav img {
	clear: left;
	margin-left: 150px;
}
#navBot {
	width: 100px;
	float: left;
	margin-top: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0F1424;
}
#imgNav {
	margin-left: 1px;
	float: left;
}
#navRight {
	clear: left;
	margin-left: 350px;
	float: right;
	margin-top: 65px;
}
#navRightBot {
	margin-left: 50px;
	float: right;
	margin-top: -140px;
	width: 65px;
}
.navBot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .story h4 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
}
#Books2 {
	height: 850px;
	width: 500px;
	margin-left: 25px;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
.contactsBold {
	font-weight: bold;
}
.contactNames {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#contentBlogs .style1 {
	text-align: center;
}
.featureBooks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
}
#divShow {
	margin-left: 50px;
}
#divSceeen {
}
