/***********************************************/
/* 2col_leftNav.css                            */
/* Doranna Durgin's Webstead          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size:.9em;
	background-color:#333366;
}



/****** body links ******/


a:link {
	background:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000080;
	font-weight:bold;
	text-decoration: none;
 }
 
a:visited {
	background:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6666CC;
	font-weight:bold;
	text-decoration: none;
 }
 
a:hover {
	background:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight:bold;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 24px;
	color: #334d55;
}

h2 {
 font-size: 17px;
 color:maroon;
 font-weight:bold;
}

h3 {
 font-size: 15px;
 }

h4 {
 font-size: 17px;
 font-weight: bold;
 color: maroon;
 text-align:center;
}

h5 {
 font-size: 12px;
 font-weight:bold;
 font-style:italic;
}

h6 {
font-size: 15px;
color:maroon;
}

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                                 */
/***********************************************/


div#pageframe {
width:750px;
background-color:white;
color:#000000;
margin-right:auto;
margin-left:auto;
padding:0px;
margin-top:7px;
}


#masthead {
	margin: 0;
	padding: 0px 10px 7px 0px;
	width: 100%;
	background-color:#333366;
	text-align:center;
}

#navBar {
	margin: 0 77% 0 0;
	padding: 0px;
	background-color: #ccccff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.navbarcover{
	border:solid 2px black;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbarsunset {
	border:solid 1px black;
	margin: 5px;
	}

#content {
	float:right;
	margin: 0;
	padding: 0 3% 0 0;
	width: 72%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	border-top: 1px dashed #ccccff;
	border-bottom: 1px dashed #ccccff;
	margin-right:-3%;
	font-weight:bold;
	text-align: center;

}


/************** .feature styles ***************/

#excerptlinks a:link, #excerptlinks a:visited, #excerptlinks a:hover {
	padding: 15px 0px 5px 10px;
	font-size: .9em;
}

#excerptlinks img {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 15px;
	border: 1px solid black;
}

.feature {
	padding: 15px 0px 5px 10px;
font-size:.9em;
}

/*dunsel */

.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 15px;
	border: 1px solid black;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
}

.story p {
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}

.counter {
color: #999999;
font-style:italic;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
display: block;
font-size:.9em;
}

#navBar ul a:hover {
display:block;
background-color:#FFFFFF;
}

#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;}


/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size:.9em;
}

.relatedLinks h2 {
	padding: 10px 0px 2px 0px;
}

/****** primary page styles ******/

#breadcrumb_inner {
	font-size:12px;
	padding:15px 20px 10px 15px;
	border-bottom: 1px dashed #ccccff;
	margin-right:-3%;
	font-weight:bold;
	text-align: center;
}


.backlist_titles {
text-align: center;
padding: 15px 0px 5px 10px;

clear:both;
}

.backlist {
text-align: center;
padding: 15px 0px 5px 10px;
font-size: .9em;
clear:both;
}

.backlist h1 {
text-align:left;
}

.backlist img {
border: 2px black solid;
margin-right:2px;
}

/******** in the works, on the shelves, book pages **************************/

/** use .blacklist  and .backlist h1 for titles **/

.backlist p {
	background-color:#ccccff;
	border: 1px #333366 solid;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	display:block;
}

.titles {
text-align:left;
padding: 10px 0px 15px 0px;
margin: 0px;
font-size:16px;
}

.bookcontainer {

margin-bottom:20px;

}


.bookcontainer img {
float:right;
border:2px black outset;
margin: 0px 40px 10px 40px;
}

.bookcontainer2 {

margin-bottom:20px;

}

.bookcontainer2 img {
float:right;
clear:right;
border:2px black outset;
margin: 0px 40px 10px 40px;
}

.bn {

width:40%;
margin-left:0px;
}

.bn img {
float:none;
clear:both;
margin-left:0px;
text-align:left;

}


.bn2 {
width:40%;
margin-left:0px;
}

.bn2 img {
float:none;
clear:both;
margin-left:0px;
text-align:left;
border:none;
}



/** use .story for book blurbs **/

.note {
text-align:center;
color:#333366;
font-style:italic;
}

.review {
	background:#CCCCFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-right:15%;
	margin-left:15%;
	padding:15px;
	border: double black 3px;
}

.smallest {
font-size:10px;
font-weight:bold;
}

.clear {
clear:right;
}
#breadCrumb2 {
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	border-top: 1px dashed #ccccff;
	border-bottom: 1px dashed #ccccff;
	margin-right:-3%;
	font-weight:bold;
	text-align: center;
}

