/* BibConverter styles */

body {
	font-size: .8em;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	line-height: 1.5em;
	margin:0; padding:0;
	background:white;
}



a{ color: #7396AE; text-decoration: none;}
a:visited{color: #395162;}

a{ border-bottom: 1px silver dashed; }	
a:hover{ border-bottom: 1px solid;}

/* -- Typography -- */
h1, h2, h3, h4, h5, h6, h2 a, h2 a:visited, h3 a:visited{
	font-family: Verdana, sans-serif;
	font-weight:normal;
	color: #5B0000;
	color: #421;
}

h1{font-size:165%;  letter-spacing : -1px; }
h2{font-size:130%;}
h3{font-size:110%;}
h4, h5, h6{ font-size:100%; margin-bottom:0;}


pre, tt, code{
	font-family: "Courier New",Courier,Monospace;
	font-size:0.95em;
}


#content {max-width: 50em;}

/* Navigation */

#nav-main {background: white; padding: 5px 10px 0px 20px; margin: 20px 0 0 0;
  list-style: none; font: 1em Verdana, sans-serif;
 }


#nav-main li a:link {color: #E4E4E4;}


#nav-main li {float:left; padding: 4px 0 2px 10px; margin-right: 2px; 
  background: #421 url(img/tl.gif) top left no-repeat; border:none;}
#nav-main li a {padding: 4px 10px 2px 0; text-decoration: none;
  background: url(img/tr.gif) top right no-repeat; border:none; color: silver;}
  
#nav-main li a:visited{color:#E4E4E4;}
#nav-main li a:hover{color:white;}

#ieeex li#ieeex-nav  a, #home li#home-nav  a,#ieeex li#ieeex-nav  a,
#ev li#ev-nav a, #about li#about-nav a, #download li#download-nav a,
#wos li#wos-nav a,
#help li.help a{
	background-image: url(img/trb.gif);
	color: white;
}

#ieeex li#ieeex-nav, #home li#home-nav,
#ev li#ev-nav, #about li#about-nav, #download li#download-nav,
#wos li#wos-nav,
#help li.help {
	background-image: url(img/tlb.gif);
	background-color:#7ab;
}



#content{margin-left:20px;}

#header{
	float:left; width: 100%;
	border-bottom: 8px solid #7ab;
}

#footer{
	border-top: 2px solid #7ab;
	padding-left:20px;
}

#footer p {margin-top:0.5em;}

#content{clear:left; margin-top:0; padding-top:0.5em; }
p.title{font-size:1.5em; color:#142;padding-left:20px; font-weight:normal; margin-top:20px;;}

/* Quotes */
blockquote{
	padding-left:27px;
	margin-left:0;
	margin-right:1em;
	background:url(img/leftquote.gif) no-repeat;
	font-style:italic;
}
