/***********************************************/
/* books.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: 100%;
 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: 0;
	padding:0;
/*	border-bottom: 1px solid #cccccc; */
	width: 100%;
}

#navBar{
	margin: 0 0 0 20%;
	padding: 0;
/*	background-color: #eeeeee;**/
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#topnavi{
	position:relative;
	padding: 5px 20px 6px 0;
	font-size: 14px;
	text-align: right;
	background-color: #063;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#topnavi a:link {
	color: #fff;
	background: transparent;
}
#topnavi a:visited {
	color: #fff;
	background: transparent;
}
#topnavi a:hover {
	color: #3f3;
	font-weight: bold;
}

#content{
  float:left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footernavi{
	margin: 10px 0 0 0;
	padding: 10px 20px 10px 0;
	font-size: 14px;
	text-align: right;
	background-color: #063;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#footernavi a:link {
	color: #fff;
	background: transparent;
}
#footernavi a:visited {
	color: #fff;
	background: transparent;
}
#footernavi a:hover {
	color: #3f3;
	font-weight: bold;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/
.lead{
	 margin:1em;
	 font-size:12px;
	line-height:1.4em;
	border: 1px solid #006600;
	padding:1em;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	margin: 0 20px 10px 40px;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
  padding: 0px 0px 10px 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;}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.style {
	font-weight: bold;
	color: #00FF00;
}

/*************** Photo Style **********************/

.photo_left{
	float:left;
	margin:0;
	padding: 0 20px 10px 0;
	font-size:80%;
}

.photo_right{
	float:right;
	margin:10px;
	padding: 10px 0 4px 10px;
	font-size:80%;
}

.style2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.booktitle {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
