/* The article page, themes left panel AND the oldDNB popup use this file    */
html 			{ overflow-x: hidden; overflow-y: auto; } /* frameset horizontal scrollbar hack */
a 				{ text-decoration: none; color: #369; }
a:link 		{ text-decoration: none; color: #369; }
a:visited 	{ text-decoration: none; color: #369; }
a:hover 		{ text-decoration: underline; color: #369; }

body {
	color: #000;
	background: #fff;
	margin: 15px 30px 30px 15px;
	background: fixed url(../images/article-leftbg.gif) repeat-y;	
}

body.oldDNB {
	background-image: url(../images/olddnb-leftbg.gif);
}

/*#articlenav {border:1px solid;}*/

/*  DEFAULT FONTS, TEXT SIZES  */
h1, h2, li, p {
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.2em;
	/* more specific to override imported rule */
    font-size:    x-small;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    small;			/* intended value for better browsers */
	}
	html>h1, html>h2, html>li, html>p {
    font-size:    small; 			/* be nice to Opera */
}

h1 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

ul {
	list-style-type: none;
	margin: 0px 0px 8px 25px;
	padding: 0px;
	text-indent: -15px;
}

ul a {
	font-weight: bold;
}

li {
	margin-bottom: 4px;
}





.section, #copyright {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}




#headword {
	margin: 0px 0px 8px 0px;
}

#headword h1 a {
	color: #000;
}

#headword p {
	margin: 0px;
}

#headword p a {
	font-weight: bold;
	color: #369; 
}

 
#cosubjects {
	margin: 0px 0px 8px 0px;
}

#cosubjects h1 a {
	color: #000;
}


#cosubjects p {
	margin: 0px 0px 0px 0px;
}

#cosubjects p a {
	font-weight: bold;
	color: #369; 
}




#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

 /* added by liza, for multiplication operator in dates */
.mult { 
 font-family: Arial, Helvetica, sans-serif;
}
.st { /* added by liza, for within <p><st> */
  font-weight: normal;
}





body.themes p { 
	margin-top: 0px;
	margin-bottom: 5px;
}











#themescontext {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
/*	background: url(../images/dottedbg.gif) repeat-x left top;*/
}
#themescontext p {
	margin: 0px 0px 5px 0px;
}
.headword { /* added by liza 7/29/04 to remove <strong> and replace with overridable style */
  font-weight: bold;
}

.smlink { font-size: 85%; }

.smallcap { /* added by liza 9/9/04 for smallcaps */
	font-size: x-small; 
}
.important {  
  font-weight: bold;
  color: #900;
}
.theme_type_article p {
  padding: 4px 0px;
  font-size: 70%;
  color: #333;
}

h1 em {
  display: inline;
  padding: 0 .2em 0 0;
}

