/* 
azul.css, a simple style file designed for documentation and course notes.
Author:  Devin Balkcom.  
First version, March 2011
*/

#coursetitle{
color: #101010;
float: left;
font-size: 2em; 
font-family: "Arial Narrow", "Myriad Pro"; 
margin-bottom: 6px;
}

/* Menu design from Russ Weakley 
http://css.maxdesign.com.au/listamatic/horizontal03.htm
*/

#menubar ul {
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background-color: #036;
}

#menubar li{
display: inline;
list-style-type: none;
}

#menubar ul li a{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#menubar ul li a:hover
{
background-color: #369;
color: #fff;
}


#termtitle{
float: right;
font-family: "Arial Narrow", "Myriad Pro"; 
font-size: 2em; 
}

#quicklinktitle {
float: left;
font-family: "Myriad Pro", "Arial Narrow";
font-weight: bold;
padding-right: .5em;
}

body  {
background: #FFFFFF;
font-family: "Georgia";
font-size: 14px; 
line-height: 1.3;
/* text-align: justify; */
padding-right:50px;
padding-left:50px;
}

h1 {
color: #101010;
text-decoration: none;
font-size: 2em; 
line-height:1.3;
font-family: "Arial Narrow", "Myriad Pro"; 
font-weight: normal;
text-align: left;
padding-bottom: .2em;
border-bottom: #900;
border-width: 2px;
border-style: none none solid none;
}


h2 {
color: #005070;
font-size: 18px; 
}


h3 {
color: #005070;
font-size: 14px; 
}


h4 {
padding-left: 1em;	
}

#gp { 
background-color: #dfc; 
padding: 1em; 
border-width: 1px;
border-style:solid;
border-color: #0d0;
}

code {font-family: monospace }
pre { background-color: #eee; padding: 1em; }

/* img { */
/* padding-left: 10em; */
/* } */