


 /*  Main CSS for the WormBook Project */

/* *********** STRAT -Set's the common styles for WB pages *********** */
body {
font-family: Verdana, sans-serif;
font-size: 0.8em;
color: black;
}


/* START for Creative Commons Logo in footer */


#someright {font-size: 12px;
	 margin: 50px 0 0 0; }

#someright a {text-decoration:none; font-size: 10px;}

/* END of  Creative Commons Logo in footer */

#container {
margin: 0px auto;
position: relative;
text-align: left;
width: 80%;
   /* For debugging : border-style: dotted;  */
padding: 0 0 0 0px}

div#content { position:relative;
		float: left;
		width: 80%;
		max-width: 760px;
	/*  For debugging:	border-style: solid;  */
		background: white;
		padding: 0 0 0 0px; }

em {font-style: italic;}

ul.disc li { list-style-type:disc;}

/* *********** Set's the navbar styles *********** */
#navbar {align: center; color: #7A378B;
line-height: 14px;}
#navbar a { text-decoration: none;
font-family: Verdana, sans-serif; 
font-size: 12px; }


div#searchcheck {
text-align: right;
background: white;
font-family: Verdana, sans-serif;
font-size: 10px; color:black; 
padding: 1px 0 1px 0;
border: solid gray;
	border-top-width:0px; 
	border-bottom-width:0px; 
	border-right-width:0px; 
	border-left-width:0px;
margin: 0px 0px 0px 0px;
width: 760px;}


/* *********** Photo Credit Popup on Mouseover - BEGIN ***************** */

div#fotocredit {float: middle; position: top; text-align: left; text-decoration: none; color: #AAA;  font-size: 0.8em;
margin: 0px 0px 0px px;}
div#fotocredit a span {display: none;}

div#fotocredit a:hover span {display: block;
   position: absolute; top:50px; left: 380px; width: 250px;
   padding:0px; margin: 0px; z-index: 100;
   color: #000000; background: #AAA;;
   font: 10px Verdana, sans-serif; text-align: left;}

/* *********** Photo Credit Popup on Mouseover - END ***************** */
/* *********** END of navbar styles *********** */

/* *********** END-Set's the common styles for WB page - END ***************** */



/* *********** STARTfor styling index.html' content on homepage *********** */

#iWBtitle  {
	font-weight:bold;
	font-size: 18px;
	text-align: center; }

table#icompletetoc {text-align: center;
 		list-style: none;
 		margin-left: 210px; 
		border-bottom: 3px solid gray;
		border-top: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 3px solid gray;
		background-color: #CCCCCC;
		}
			
#icompletetoc a {text-decoration:none; font-weight:bold; color: black; }


table#tocpde_nav {position:relative;
		float: left; text-align: left;
		}
div#tocpde_nav a {
     font-weight:bold;
     font-size: 1em;
     color: black;
     text-decoration: none;   
     margin-left: 80px; 
     margin-right: 0px;}


#citnewstitle  {
        font-size: 14px;
        text-align: center;
	   line-height: 2em; 
	   border: 0;
	   padding: 0 0 0 0; }
	   
p.refcit {font-family: serif;}

span.preprint {
     color: gray;
     font-weight:bold;
     font-size: 0.9em;
}

span.avail {
     color:#9932cc;
     font-weight:bold;
     font-size: 0.9em;
}



<<<<<<< bookworm.css
/* #citnews a {text-decoration: none; font-size: 10px;}  */
=======
/* #citnews a {text-decoration: none; font-size: 20px;}  */
>>>>>>> 1.15

td#news { padding: 0 0 0 10px; }

/*  TOC images Photo Credit Popup on Mouseover - BEGIN  */
div#TOCfotocredit * {align: right;
text-align: right; text-decoration: none;  width: 100%}
div#TOCfotocredit a {color: #AAA;  font-size: 10px; }
div#TOCfotocredit a span {display: none; text-align: left;}
div#TOCfotocredit a:hover span {display: block;
   position: absolute; left: 0; width: 100%;
   padding: 36px; margin: 0px; z-index: 100;
   background: rgb(255,245,255);}

div#TOCfotocredit a:hover span { 
   font: 10px Verdana, sans-serif; color: #000000;
   text-align: left; }

/* TOC images Photo Credit Popup on Mouseover - END  */

/* ***************** END of Index page styles***************** */

/* ***************** START for Worm Sections And complete TOC styles ***************** */


/* ***************** for Worm Sections And complete TOC styles END ***************** */
#sections {margin-left: 10px;} 
p#sectiontitle a {
	font-weight:bold;
	font-size: 12px;
	line-height: 1em; }

/* Below for available chapters */

	.nav a { text-decoration: none;}
 table#wbsections {width: 825px;}

		.wbsections a.avail{
			color:#9932cc;
			font-weight:bold;
		text-decoration:none;}

               /* Below for preprint chapters */
              .wbsections a.preprint{
                        color: gray;
                        font-weight:bold;
			font-size: 0.9em;
             		text-decoration:none;   }

             .wbsections a.section, ul.pde_nav>li>a {
			font-weight:bolder;
              text-decoration:none;  }
 
/* ***************** 	Definition Term and List CSS for AboutWormbook.html page  - BEGIN  ***************** */
dt {color: purple;}
dt em {color: black;}
dd {margin: 0.25em 0 0.5em 2.5em;}
/* *****************	Definition Term and List CSS for AboutWormbook.html page  - END ***************** */


/* **********  Test fixed position box - should not move when page is scrolled ********** */

#left {
  background-color: #f0d0d0;
  border: solid 1px #000000;
  color: #000000;
  padding: 8px;
  left: 0px;
  width: 70%;
}

#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	}
