/* CSS Document */
/* This sets all padding & margins to zero - to avoid problems with default padding & margin treatement in different browers */
* 
	{
	padding:0;
 	margin:0;
	}

body {
	text-align: center;
	color: #333;
	font: 200 0.8em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background: #B0B0BE;
	}
/* BASIC STYLE SETTINGS - FOR TEXT - - - - - - - - - - - - - - - */

/* Headers - - - - - - - - - -  - - - - - - - */
h1 
	{color:#000066;
	margin: 10px 5px 5px 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size:140%;
	}
h2 {
	border-top:1px dashed #ccc;
	color:#FF9900;
	padding-top:8px;
	margin: 5px 5px 5px 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 120%;
	}
/* header 3s and also definition list titles */
h3, dt {color:#333;
	padding: 5px 0px;
	font-size: 100%;
	text-transform:uppercase;
	letter-spacing:.02em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

dt {margin-top:10px;}

h4 {
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:8px 0 0 0;
	}
/*definition list items and definition lists */
dd {margin-bottom:5px;
	margin-left:10px;}

dl {margin-bottom:1em;}

/* the dashed horizontal rule */
hr {
	margin: 10px 0;
	border: none 0;
	border-bottom: 1px dashed #ccc;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* - - - - -- - - - - - - - - - - - - STRUCTURAL COMMANDS - - - - - - - -*/

/*This is for the "skip nav" link for screen-readers. It hides the text from 'view' by 
indenting it off of the screen, but should still show up for screen-readers*/
.reader {text-indent:-9000px;}



/*This is the center column. This, along with the text-align command in the body, 
centers the column and gives it stretchy margins- - - - - - - - - -CONTAINER*/
#container
	{
	text-align: left;
	margin: 0 auto; 
	border: 1px solid #333366;
	background: #fff url(images/global/purple.gif) repeat-y right;
	width: 800px;
	}


/* a nod to the MU template- - - - - - - - - - - - - - - - - - - - - - - - MUHEADER */
#muheader
	{
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	height: 65px;
	}
#muheader ul
	{
	float:right;
	margin: 10px 10px 0 0;
	}
#muheader li
	{float:left;
	list-style-type: none;
	margin-left: 10px;
	color: #666;}
	
#muheader ul li a {
	color:#666;
	text-decoration: none;
	border:none;
	}
#muheader ul li a:visited {
	color:#666;
	text-decoration: none;}
#muheader ul li a:hover, #muheader ul li a:active {
	color: #ccc;
	text-decoration: underline;
	}
#muheader img
	{
	margin: 10px;
	float:left;
	border:0;
	}
	
/*Department of English title- - - - - - - - - - - - - - -EDTITLE*/
#edtitle
	{
	background-color: #54637A;
	border: none;
	height: 45px;
	}
#edtitle img
	{
	float:left;
	background-color: #54637A;
	}
#search
 	{
	margin: 10px;
	background-color: #54637A;
	float:right;
	}

/*Styles the rotating image area- - - - - - - - - - - - - EDBANNER*/
#edbanner
	{
	clear:both;
	background: #fff;
	height: 125px;
	}
	
/*Styles the Top Nav Menu. CSS Sliding Doors gleaned from the 
helpful input of A List Apart- - - - - - - - - - - - - - - - - - - TOPNAV*/
#topnav
	{
	float:left;
	width:100%;
	background:#54637A url(images/global/topnavbg.gif) repeat-x bottom;
	line-height:normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:10px;
	}
#topnav ul
	{
	list-style-type: none;
	margin:0;
    padding:0px 10px ;
	}
#topnav ul li 
	{ 
	float:left;
	background:url(images/global/right_door.jpg) no-repeat right top;
    margin:0;
    padding: 0;
    }
#topnav a
	{
	float:left;
	display:block;
	background: url(images/global/left_door.jpg) no-repeat left top;
	padding:5px 10px 4px;
	color:#003;
	text-decoration: none;
	border:none;
	}

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	#topnav a {float:none;}
  /* End IE5-Mac hack */

#topnav a:hover {
	color:#54637A;
	}
#topnav #active {
    background-image:url(images/global/right_door_on.jpg);
    }
#topnav #active a {
    background-image:url(images/global/left_door_on.jpg);
	padding-bottom:5px;
	color: #2A3C59;
	font-weight:bold;
    }
	
/*Styles the side Menus. Nested uls for the sub-sections. - - - - - - - - - - - - - - - - - - SIDENAV*/

#sidenav
	{
	float: right;
	width: 200px;
	padding-top:20px;
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;	
	}
#sidenav ul
	{
	list-style-type:none;
	margin-left: 0;
	background: #ffc url(images/global/yellowbg.gif) repeat-y;
	}
#sidenav li
	{
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
	border-bottom: 1px solid #CCDAEE;
	}
#sidenav a
	{display: block;
	color: #2C202C;
	text-decoration: none;
	padding-left: 20px;
	border: none;}
#sidenav  a:hover
	{
	background:url(images/global/blue_arrow.gif) no-repeat left center;
	}
#sideactive a, #sideactive a:hover
	{
	display:block;
	color:#fff;
	background:#54637A url(images/global/yellow_arrow.gif) no-repeat left center;
	text-decoration:none;
	}

#sidenav ul li ul
	{
	border-bottom: 1px solid #8b7b8b;
	background:#D7E3F6 url(images/global/bluebg.gif) repeat-y;
	}
#sidenav li li a
	{
	display:block;
	font-variant:normal;
	text-transform:none;
	color:#403F74;
	background: #D7E3F6 url(images/global/bluebg.gif) repeat-y;
	text-decoration: none;
	padding-left: 3em;
	border: 0;
	line-height:normal;
	padding-top:8px;
	}
#sidenav li li a:hover
	{
	color:#000;
    background: #ffc url(images/global/yellowbg.gif) repeat-y;
	}
#sidenav #subactive a
	{
	color:#403F74;
	display:block;
	text-decoration: none;
	border:0;
	background: url(images/global/purple_arrow.gif) no-repeat left center;
	}
#sidenav #subactive a:hover
	{
	color:#000;
	}
#sidenav h3 {
	padding: 20px 0 0 30px;
	}
#sidenav p
	{
	padding: 10px 0 20px 30px;
	}
#sidenav p a
	{
	background: none;
	padding:0;
	}
#sidenav p a:hover
	{
	background: none;
	padding:0;
	text-decoration:underline;
	}
#sidenav .contact
	{
	clear:both;
	}
	
/*Styles the main content area - - - - - - - - - - - - - CONTENT */
#content
	{
	padding-top:40px;
	margin: 0 220px 0 20px;
	background-color:#fff;
	}
#content p
	{
	margin: 10px 0;
	line-height: 150%;
	}
#content a
	{ 
	text-decoration: none;
	color:#3366CC;
	}
#content a:hover, #content a:active
	{
	background-color:#FFFF99;
	}
#content ul
	{
	margin: 0 0 8px 20px;
	list-style: url(images/global/sparklet.png) none outside;
	}
#content ul li
	{
	line-height: 120%;
	padding: 0 0 6px 0;
	}
	
#content ol
	{margin: 0 0 8px 20px;
	list-style:outside;
	list-style-type: decimal;
	}
	
#content ol li
	{
	line-height: 120%;
	padding: 0 0 6px 0;
	}
	
#content blockquote
	{
	margin-left: 50px;
	line-height: 140%;
	}
input:focus, select:focus, textarea:focus {
background-color:#336699;
color:white;
}
/* - - - - - - - - - - - - - - - - - - - - Rounded corner boxes, for update notices, downloads, and whatnot. */

#content .box {
  width: 240px;
  background: url(images/global/box_bottom.gif) no-repeat bottom left;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size:90%;
  float:right;
  margin-left:10px;
  text-align:center;
  }
#content .box h3 {
	margin: 0;
	padding: 8px 15px 4px 15px;
	text-align:center;
	border-bottom: 1px solid #E0CFAB;
	background: url(images/global/box_top.gif) no-repeat top left;
	}
#content .box ul {
	margin: 0;
	padding: 0 10px 8px 10px;
	border:none;
	text-align:left;
	}
#content .box ul li {
	margin: 6px 10px 6px 15px;
	padding: 0;
	list-style: url(images/global/box_list.png) outside;
  }
#content .box p  {
  
   padding:0 20px 10px 20px;
   margin:0;
   }
#content .box img {
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	margin-top:10px;
	}


.img_right
	{
	border: 1px solid #ddd5dd;
	float:right;
	padding: 5px;
	margin: 0 0 10px 10px;}
	
.detail_column {
	width:165px;
	float:right;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding:0 20px 5px 10px;
	}


#content table
	{
	text-align:center;
	margin-left:150px;
	width: 250px;
	vertical-align:top;
	border: 1px solid #ccc;
	}

tbody th {
	background: #ffc url(images/global/yellowbg.gif) repeat-y;
	padding:2px;
	}


	
/*for google search results - - - - - - - - - - - - - - - SEARCHCONTENT*/

#searchcontent
	{
	float:left;
	padding-left: 50px;
	margin-right: 240px;
	background-color:#fff;
	}
#searchcontent table
	{
	background-color:#fff;
	}
#searchcontent p
	{
	line-height: 150%;
	}
.g
	{
	padding: 10px 0;
	}

/*footer. The clear command pushes the footer to the bottom, and ensures a square center column - - - - - - - - - - - - - - - -- FOOTER -*/
#footer
	{
	clear: both;
	text-align: center;
	background:#54637A url(images/global/topnavbg.gif) repeat-x bottom;
	font-variant: small-caps;
	text-transform: lowercase;
	padding: .2em 1em;
	color: #fff;
	}
#footer a
	{
	color: #fff;
	text-decoration: none;
	border:0;
	}
#footer a:hover, a:active
{text-decoration:underline;}

/*styles the Faculty pages content */


/*for photos with captions */
.caption
{
float: right;
width: 250px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.caption img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}


/*For the Staff page*/

.person_list {
display:block;
width:100%;
float:left;
padding-top:10px;
min-height:100px;
border-top:1px dashed #ccc;
}

.person_list img {
float:left;
background-color: #fff;
padding: 3px;
margin: 0 10px 10px 0;
border: 1px solid #ddd5dd;
}

/* style for faculty profile form */ 
label
{
width: 11.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 12.5em;
}

input
{
color: #000;
background: #ffc;
border: 1px solid #584646;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

fieldset
{
margin-top:1em;
padding-left:.7em;
padding-bottom:.5em;
border: 1px solid #006;
width: 42em;
}

legend
{
color: #fff;
background: #006;
border: 1px solid #584646;
padding: 2px 6px;
margin-bottom:.8em;
}

.checkbox
{
margin-left: 12.5em;
}

/*Style for photo gallery*/
.gallerycontainer{
position: relative;
border: 1px solid #cce;
padding: 5px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #cce;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffe;
padding: 5px;
margin: 10px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 120px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* - - - - - - - - - - - - - - - - - - - - Sidebars */

#content .sidebar {
  width: 240px;
  background-color: #ffe;
  border: 1px solid #E0CFAB;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size:90%;
  float:right;
  margin-left:10px;
  padding:0 10px;
  text-align:left;
  }
#content .sidebar h3 {
	margin: 0;
	padding: 8px 8px 4px 8px;
	text-align:center;
	background-color:#FFF;
	border-bottom: 1px solid #E0CFAB;
	}
#content .sidebar h4 {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	}
#content .sidebar ul {
	margin: 0;
	padding: 0 10px 8px 10px;
	border:none;
	text-align:left;
	}
#content .sidebar ul li {
	margin: 6px 10px 6px 15px;
	padding: 0;
	list-style: url(images/global/box_list.png) outside;
  }
  #content .sidebar ol {
	margin: 0;
	padding: 0 5px 5px 5px;
	text-align:left;
	}
#content .sidebar ol li {
	margin: 6px 10px 6px 20px;
	padding: 0;
	list-style: outside;
	list-style-type: decimal;
	line-height: 130%;
  }
#content .sidebar p  {
   padding:0 10px 10px 10px;
   margin:0;
   }
#content .sidebar img {
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:10px 5px;
	}

/*for pullquotes with photos (feature article pages, mostly */
.pullquote
{
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top: 2px solid #694e1c;
border-bottom: 2px solid #694e1c;
font-size: 1em;
text-align: center;
line-height: 2em;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}

div.pullquote img {
	border:1px solid #694e1c;;
}

/*for Kaara's request to have some sentences red on LitLondon page */
.LitLondonRed {
	color: #900;
	font-weight: bold;
}
/*for Rich Erlich's pubs section */
.smallcaps
{
	font-variant:small-caps;
}

