@charset "utf-8";
/* CSS for the Nepean ICU Site. Produced
by Andrew Strong CNS, pilfered and modified
from multiple sources :-) */

/*===================
General body rules
===================*/
body{
color: black; background: white;	
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 100%;
margin: 0px;
padding:0px;
}
/*===================
Container that wraps the whole page
===================*/

#container{
margin: 0;
/*background-color: #fff;
color: #333;*/
border-left: 8px solid #000066;
border-right: 8px solid #000066;
}
/*===================
Governs the header
===================*/
#top {
padding: 1em;
background-color: #000066;
border-bottom: 1px solid #000000;
}
#top h1{
padding: .25em 0 .25em 0;
margin: 0;
color:#FFFFFF;
font-size: 165%;
}
p.uritop {
font-size:90%;
font-style:italic;
color: white;
margin: 0;
padding: 0;
}
/*===================
Left column
===================*/
#leftnav{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
/*===================
Navigation list in left column
===================*/
#navlist{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 155px;
}
#navlist li{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
#navlist li a:link {color: #000066; text-decoration: none}
#navlist li a:visited {color: #000066; text-decoration: none}
#navlist li a:active {color: #0F0;}
#navlist li a:hover {color: #F00;}
/*===================
Main content and rules
===================*/
#content {
margin-left: 200px;
border-left: 1px solid #000000;
padding: 1em 2em 1em 1em;
}
#content h2 { 
padding: 0 0 .25em 0;
margin: 0;
font-size: 150%;
font-weight:bold;
}
#content h3 { 
padding: 0;
margin: 0;
font-size: 120%;
font-weight:bold;
}
#content h4 { 
padding: 0;
margin: 0;
font-size: 110%;
font-weight:bold;
}
#content p {
text-align: justify;
}
#content a:link {color: #000066; text-decoration: underline}
#content a:visited {color: #000066; text-decoration: underline}
#content a:active {color: #000066; text-decoration:underline}
#content a:hover {color: #000066; background-color:#FFFFAA; text-decoration:underline}
p.navtrail {
font-size:90%;
padding-top: 0;
margin-top: 0;
}
/*===================
Footer and rules
===================*/
#footer {
clear: both;
margin: 0;
padding: .5em;
color: white;
background-color: #000066;
border-top: 1px solid #000000;
text-align:center;
font-size: 90%;
}
#footer a:link {color: white; text-decoration: none}
#footer a:visited {color: white; text-decoration: none}
#footer a:active {color: white; text-decoration:underline}
#footer a:hover {color: white; text-decoration:underline}
/*===================
Rules for the Bio div
===================*/
#bio {
 margin-left: 1.5em;
 /*text-align: justify;*/
 padding: .5em 1em .5em 1em;
 width: 600px;
 border:dashed 1px #CCCCCC; 
 }

img.bioright {
float: right;
margin: .5em 1em 0 0; 
}
/*===================
Universal Selectors
===================*/
ul {
   text-align: justify;
   list-style-type: circle; 
 }
 blockquote {
	padding-left: .5em;
	border-left: 2px solid #CCC;
}
dl {
margin: 0;
padding: 0 1em 1em 1em;
}
dt {
margin: 0;
padding: 0;
font-size: 108%;
font-weight: bold;
}
dd {
margin: 0 0 .5em 0;
padding: 0;
text-align: justify;
}
/*===================
Defined Classes
===================*/
img.floatLeft { 
float: left; 
margin: 4px 4px 0px 0px; 
}
img.floatRight { 
float: right;
margin: 0 0 0px 4px; 
}
blockquote.visiblesource[cite]:after {
   content: "Source: " attr(cite);
   border-top:1px dashed #999;
   padding-top:0.25em;
   display:block;
   color:#005;
   font-size: 90%;
   text-align: justify;
   }
    p.indenttext {
 margin-left: 4em;
 text-align: justify;
 }
/*===================
Rules for the procedure navigation box
===================*/
#procedure {
 margin-left: auto; margin-right: auto; margin-bottom: .5em;
 padding: .5em .5em .5em .5em;
 min-width: 400px;
 border:dashed 1px #CCCCCC;
 text-align: center;
 }
 /*===================
Rules spacer box (big bottom margin)
===================*/
#spacerbox {
 margin-left: auto; margin-right: auto; margin-bottom: 250px;
 padding: .5em .5em .5em .5em;
 width: 90%;
 border:dashed 1px #CCCCCC;
 text-align: center;
 }
/*===================
Quiz Stuff
===================*/
label, input
{
cursor:pointer;
}
.question
{
color: #000066; background: white;	
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 100%;
text-align: justify;
}
#quiz {
 margin-left: auto; margin-right: auto; margin-bottom: .5em; margin-top: .5em;
 padding: 0em .5em .5em .5em;
 border:solid 1px #CCCCCC; 
 min-width: 400px;
 }
 /*===================
Abbreviation / Acronym  Stuff
===================*/
 abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
