@CHARSET "UTF-8";

/*
     Color Key
===================================

  -= Greys =-

Dark Grey: #B5B5B5
Med. Grey: #CCCCCC
Lt. Grey: #e5e5e5
DarkText Grey: #333333
clickable Link Grey: #777777
nav link color: #333399
Twitter link Color: #5e5e5e

  -= Reds =-
Scarlett: #990000

*/


body
{
  width:        1000px;
  position:     relative;
  margin-left:  auto;
  margin-right: auto;	
}

div.indexMain
{
	width:        660px;
  position:     relative;
}

header.pageHeader
{
  padding-bottom: 10px;
  height: 180px;
}

div.main
{
  background-color: 	#fbfdf8;
  border-right: 1px solid #777777;
  border-left: 1px solid #aeaeae;
  border-bottom: 1px solid #777777;
  border-top: 1px solid #777777;
  box-shadow: 10px 10px 5px #888888;
  padding-bottom: 10px;
}

.titleHeader
{
  /* old grey color */
  /*color:		#999999;*/
  
  color: #333399;
  font-size:	x-large;
}

#linklist
{
  /*background-color: 	#fbfdf8;*/
  background-color: 	#e5e5e5;
  border-right: 1px solid #777777;
  border-left: 1px solid #aeaeae;
  border-bottom: 1px solid #777777;
  margin-bottom:    	2em;
  border-top:       	10px solid #990000;
  border-bottom:    	10px solid #990000;
  /* CSS3 items */
  box-shadow: 10px 10px 5px #888888;
  border-radius: 10px;
  float: left;
  width: 100%;
  display: block;
  margin: 0 auto 6px;
}

div.links
{
  background-color: #e5e5e5;
  text-align:justify; 
}

div.menu
{
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

ul#nav
{
  font-size: 15px;
  list-style: none;
  margin: 0 0 0 0.8125em;
  padding-left: 0;
}

ul#nav li
{
  text-decoration:  none;
  float: left;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

ul#nav li.trans
{
  -webkit-transition:background-color 200ms ease-in-out;
  -moz-transition:background-color 200ms ease-in-out;
  -o-transition:background-color 200ms ease-in-out;
  -ms-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

ul#nav li:hover
{
  background-color: #f5f5f5;
}

ul#nav li a
{
  display: block;
  line-height: 3.333em;
  padding: 0 1.2125em;
  text-decoration: none;
}

.linkText
{
  font-family:      Verdana, Arial, sans-serif;
  font-size:        140%;
  font-style:       small-caps;
  font-weight:      bold;
  color:            #333399;
  vertical-align:   middle;
}

.selectedLinkText
{
  font-family:      Verdana, Arial, sans-serif;
  font-size:        140%;
  font-style:       small-caps;
  font-weight:      bold;
  color:            #333399;
  vertical-align:   middle;
}


/*

*/

/* Sub page navigation */
.subnav
{
	position: absolute;
	width: 160px;
	margin-left: -190px;
	background-color:  #fbfdf8;
  border-right: 1px solid #777777;
  border-left: 1px solid #aeaeae;
	border-bottom: 1px solid #777777;
  border-top: 1px solid #777777;
  box-shadow: 10px 10px 5px #888888;
  border-radius: 10px;
}

.float-subnav
{ 
	top: 10px;
	position: fixed;
  width: 160px;
  margin-left: -190px;
  background-color:  #fbfdf8;
  border-right: 1px solid #777777;
  border-left: 1px solid #aeaeae;
  border-bottom: 1px solid #777777;
  border-top: 1px solid #777777;
  box-shadow: 10px 10px 5px #888888;
  border-radius: 10px;
}

.subNavLinkText
{
  font-family:      Verdana, Arial, sans-serif;
  font-size:        100%;
  font-style:       small-caps;
  font-weight:      bold;
  color:            #333399;
  vertical-align:   middle;
}

ul#yearAndCatNav
{
  font-size: 15px;
  list-style: none;
  padding-left: 0;
}

ul#yearAndCatNav li
{
  text-decoration:  none;
  float: none;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

ul#yearAndCatNav li.trans
{
  -webkit-transition:background-color 200ms ease-in-out;
  -moz-transition:background-color 200ms ease-in-out;
  -o-transition:background-color 200ms ease-in-out;
  -ms-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

ul#yearAndCatNav li:hover
{
  background-color: #f5f5f5;
}

ul#yearAndCatNav li a
{
  display: block;
  line-height: 1em;
  padding: 5px 10px;
  text-decoration: none;
}

#selYearCat
{
	margin-bottom: 20px;
}

#twitterList
{
	margin-right: -340px;
	float: right;
	box-shadow: 10px 10px 5px #888888;
}

/* Main body forms */

div.pageBody 
{
  color:            #333333;
  font-family:      Verdana, Arial, sans-serif;
  margin-bottom:    5em;
  padding-left: 	10px;
  padding-right: 	10px;
  /*box-shadow: 10px, 10px, blur, black;*/
  /*border:           thin solid black;*/
}

.textHeader
{
  border-left:   thick outset #990000;
  border-bottom: medium outset #990000;
  padding-left:  10px;
  color:         #999999;
  font-variant:  small-caps;
}

.yearDividerHeader
{
  border-left:   thin outset #990000;
  border-bottom: thin outset #990000;
  padding-left:  14px;
  margin-left:	 10px;
  color:         #999999;
  font-variant:  small-caps;
}

.paragraphHeader
{
  padding-left:   20px;
  color:          #999999;
  font-family:    Verdana, Arial, sans-serif;
}

a.pubLink
{
  color:           #777777;
  text-decoration: none;
}
a.pubLink:hover
{
  border-bottom: thin dashed;
  color:         black;   
}

p.pubEntry
{
  padding-left: 15%; /* move text to the right so the first line can be moved to the left with text-indent*/
  text-indent:  -15%;	/*move first line to the left*/
}

#contactList
{	
  width: 70%;
  padding-bottom: 200px;
  padding-top:	    1em;
}


#tweetList
{
  margin-top: 1em;	
}

#twitterFollowContact
{
  float: 			right;
  margin-bottom:  	5em;
  padding-top:	    1em;	
}

#twitterFollowIndex
{
  padding-top: 	5px;
  padding-left: 0px;
}

#followButton
{
  padding-top: 5px;
}

/*
.footer 
{
  clear:            right;
  margin-top:       5em;
  color:            #333333;
  font-family:      Courier, monospace;
  border-top:       thin solid black;
  padding-left:  	20px;
  padding-top:		5px;
}
*/

footer
{
  border-top:       thin solid black;
  margin-top:       20px;
  padding-left:  	20px;
  padding-top:		10px;
}

#contactform
{
  margin-top 3em;
  margin-bottom 3em;
}

td.nameCell
{
  vertical-align:   top;
  padding-right:    2em;
}

td.inputCell
{
  vertical-align:   top;
}

#submit
{
  text-align: center;	
}

#contactList
{
  width: 70%;	
}


#contactText
{
  width:         75%;
  margin-bottom: 2em;	
}

img.contactPic
{
  margin-bottom: -3px;
}

#syllabus
{
	border-spacing: 1em;
}

td.coursename
{
	width: 25em;
	max-width: 25em;
}

ul.downloadlink
{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.downloadlink li
{
  text-decoration:  none;
  border-radius: 10px;
  background-color: #f5f5f5;
}

ul.downloadlink li.trans
{
  -webkit-transition:background-color 200ms ease-in-out;
  -moz-transition:background-color 200ms ease-in-out;
  -o-transition:background-color 200ms ease-in-out;
  -ms-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

ul.downloadlink li:hover
{
  background-color: #a5a5a5;
  border-radius: 10px;
}

ul.downloadlink li a
{
  display: block;
  line-height: inherit;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color:            #333399;
}


ul.cvlink
{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 15em;
}

ul.cvlink li
{
  text-decoration:  none;
  border-radius: 10px;
  background-color: #f5f5f5;
  color:            #333399;
}

ul.cvlink li.trans
{
  -webkit-transition:background-color 200ms ease-in-out;
  -moz-transition:background-color 200ms ease-in-out;
  -o-transition:background-color 200ms ease-in-out;
  -ms-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

ul.cvlink li:hover
{
  background-color: #a5a5a5;
  border-radius: 10px;
}

ul.cvlink li a
{
  display: block;
  line-height: inherit;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color:            #333399;
}

