/* stylesheet for ee376a */
/* modified version of a template by mike cherim */

body {  
  padding : 0;
  margin : 0;
  background-color : white; 
  font-size: 100.1%;
  font-family: Verdana, helvetical, arial, sans-serif, 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms';
}

/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 760px;
  background-color : #fff;
  border : 3px solid black;
  margin : 20px auto;
}


/*
  Global link styling except where specified otherwise 
*/
a {
  color : #003366;
}

a:hover, a:focus, a:active {
  color : red;
  text-decoration : none;
}

a:focus, a:active {
  color : #fff;
  background-color : #000033;
}


/*
 paragraph indentation
 */
p {
  margin-left: 30px;
  line-height: 1.5em;
}


/*
  Jump link navigation styling 
*/
ul#jumplinks {
  padding : 5px 0;
  margin : 0;
  display : block;
  width : 760px;
  height : 1.4em;
  background-color : #000;
}

ul#jumplinks li {
  display : inline;
  float : right;
}

ul#jumplinks li a {
  padding : 0 10px;
  margin : 0 5px;
  color: #ddd;	
}

/*
  The masthead and h1 styling 
*/
#header {
  width : 760px;
  height : 120px;
  background-color : white;
  border-top : 3px solid #000;
}

#header h1 {
  display : block;
  color : #6b0018;
  text-align: center;
  font-size: 2em;
}


#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
  color : #fff;
  background : transparent;
}

#header h1 a:focus, #header h1 a:active {
  text-decoration : underline;
}

/*
  Layout the content area 
*/
#content {
  float : right	;
  display : inline;
  width : 480px;
  margin : 7px 20px;
  background-color:white;
}

/* 
  The navigation bar positioning
*/
p#navbar {
  font-size : 0.8em;
  float : right;
  margin : -3px -25px;
}

/*
  Content elements positioning tweaks and styling
*/
h2, h3 {
  color : #6b0018;
} 

ul {
  list-style-type : square;
  padding-left : 40px;
  margin-left : -5px;
}  
	
li {
line-height:1.5em;
  margin-bottom: 5px;
  }
	
ul#left {
	margin-left:-25px;
	}	
	
li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: circle;
	font-size: 90%;
	font-weight: normal;
	}

dl {
  margin-left : 20px;
}

dt {
  font-weight : bold;
  color : darkgreen;
  margin-top:25px;
}

dd {
  margin-top:5px;
  margin-bottom: 5px;
}

blockquote {
  margin-left : 20px;
  padding-left : 15px;
  border-left : 3px dotted #386088;
  min-height : 280px;
}

blockquote cite {
  display : block;
  text-align : right;
  font-weight : bold;
  color : #386088;
}

/*
  Layout the sidebar area and style its content
*/



#sidebar {
  position : fixed;
  _position : absolute;
  top : 180px;
  _top:expression(eval(document.body.scrollTop));
  left : auto;
/*  float : left	;
  display : inline;
  */
  width : 200px;
  background-color : white;
  margin : 0 10px 10px 10px;
  padding : 10px;
  padding-bottom : 5px;
  color : #fff;
}

#sidebar h3 {
  color : #6b0018;
  text-align: center;
}

#sidebar a {
  color : #ccc;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
  color : #eecc11;
}

#sidebar:hover {
  background : #cccccc;	
}

#sidebar:active {
  background : #999999;	
}


#sidebar a:focus, #sidebar a:active {
  background-color : #003366;
}



#content {
  min-height : 320px;	
}

/*
  Style the main navigation menu
*/
ul#navmenu { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#navmenu li {
  margin-bottom : 5px;
}

ul#navmenu a { 
  display : block;
  width : 190px;
  height : auto;
  background-color : white;
  padding : 5px 5px 3px;
  text-align : right;
  text-decoration : none;
  color : purple;
  cursor : pointer;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background-color : thistle;
  color : #6b0018;
}

ul#navmenu a.selected { 
  cursor : default;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active { 
  background-color : #333;
  color : #fff;
}

/*
  Layout the footer
*/
#footer {
  clear : both;
  width : 740px;
  height : auto;
  padding : 10px;
  background-color:#000;
  text-align : center;
  font-size : 0.9em;
}

/*
  Style the various footer elements
*/
#footer p {
  color : #ddd;
  margin : 5px;
  padding-top : 10px;
}

ul#footnav {
  margin : 0;
  padding : 0;
}

ul#footnav li {
  display : inline;
}

ul#footnav li a {
  padding : 0 5px;
}

#footer a {
  padding : 0;
  color : #ddd;
}

#footer a:hover, #footer a:focus, #footer a:active {
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  color : #fff;
  text-decoration : none;
}

#footer a:focus, #footer a:active, ul#footnav li a:focus, ul#footnav li a:active {
  background-color : #003366;
}

.smalltitle { font-size: 0.7em; color: black }