/* Start of CMSMS style sheet 'Main stylesheet' */
body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  margin: 10px;
  padding: 0;
  height: 100%;
}

table {
  border-collapse: collapse;
  border: none;
  padding: 0;
}
th, td {
  vertical-align: top;
}
table.details td {
  padding-right: 15px;
  padding-bottom: 15px;
}
table.details tr.last_row td { padding-bottom: 0 !important; }
table.details td.name { white-space: nowrap; }
table.details td.name h3 { margin: 0; }
a { color: #793f0d; }
a:visited { color: #937357; }
.nudge { margin-top: 4px; }
br.nudge { line-height: 25%; }

ul {
  margin-left: 0px;
  padding-left: 30px;
  list-style-type: square;
  list-style-color: red;
}

li {
  margin-bottom: 15px;
  padding-left: 10px;
}

/*
#main_panel {
  position: absolute;
  padding: 10px;
  width: 735px;
  height: 100%;
  background-color: white;
}
*/

#main_panel {
  float: left;
  width: 600px;
}

#left_panel {
  float: left;
  margin-right: 10px;
}

#top_left img {
  border: 1px solid black;
  height: 68px;
  width: 135px;
}

#top_panel {
  margin-bottom: 10px;
  cursor: pointer;
}

#world_img {
  float: right;
}

h1 {
  font-size: 2.1em;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid black;
  margin: 0;
}

#title_dr, #title_tagline {
  font-size: 11px;
}

#title_dr {
  margin-bottom: 2px;
}

#title_mike {
  color: #793f0d;
}

#title_tagline {
  margin-top: 4px;
}

.menu_item {
  float: left;
  height: 20px;
  width: 137px;
  color: black !important;
  display: block;
  border-bottom: 1px solid black;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 10px;
}

#journal_menu {
  height: 55px !important;
}

#journal_menu img {
  margin-top: 5px;
  border: none;
}

.menu_selected {
  color: #793f0d !important;
}

#journal_link img {
  border: 0px;
  margin-top: 5px;
}

h2, h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}  

h2 { color: #777; }

h3, h3 a { color: #000050 !important; }

h2 {
  font-size: 1.3em;
  margin: 0 0 6px 0;
}

h3 {
  font-size: 1.0em;
  margin: 15px 0 6px 0;
}

h4 {
  font-weight: bold;
  margin: 0;
}

#content {
  line-height: 150%;
  padding-top: 4px;
}

/********************
RESEARCH
********************/

.project {
  clear: both;
  margin-bottom: 20px;
}

.project h3 {
  margin-left: 112px;
}

.project img {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px; 
  margin-left: 0px;
  margin-top: 5px;
  width: 100px;
}

/********************
STUDENTS
********************/
.student img { 
  float: left; 
  margin: 0 10px 30px 0;;
  border: 1px solid #aaa;
  display: block;
  width: 75px;
  height: 75px;
}

/********************
COURSES
********************/
h3.course_title {
  margin-top: -4px;
}

/********************
PUBLICATIONS
********************/
.publications p {
  margin-left: 20px;
}
/* End of 'Main stylesheet' */

