/* this is css/ruml-com.css */
/* taken from http://www.slideshare.net/harvardwww/creating-beautiful-type-on-the-web:
  use Font Squirrels @font-face generator;
*/
body {
  font-family: 'OFL Sorts Mill Goudy TT',Palatino,Times,serif;
  text-rendering: optimizeLegibility;
}
p {
  text-indent: 1em;
}
p + p {
  margin-top: 0.15em;
}
li {
  list-style: circle outside none;
  margin: 0 3em;
  padding-left: 0.3em;
}
li em {
  font-style: italic;
}
.tab a:link { 
  color: #0000FF;
}
.tab a:visited {
  color: #FF0000;
}
.tab a:hover {
  background: #FFFF00;
}
.tab a:active { 
  color: #00FF66;
}
.header {
  height: 12em;
  background-color: #C11B17; 
}
#selfjpg {
  position: absolute;
  left: 2em;
  top: 1em;
  height: 10em;
  -moz-box-shadow: 3px 3px 9px #444444;
  -webkit-box-shadow: 3px 3px 9px #444444;
  box-shadow: 3px 3px 9px #444444;
  /* border: 3px solid white;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em; */
}
#header-title {
  position: absolute;
  left: 3.5em;
  top: 1.3em;
  /* font-family: Palatino,Times,serif; */
  font-size: 4em;
  color: #EBDDE2;
  -webkit-text-shadow: 1px 3px 3px #333333;
  -moz-text-shadow: 1px 3px 3px #333333;
  text-shadow: 1px 3px 3px #333333;
}
#slogan {
  position: absolute;
  top: 2em;
  right: 3em;
  color: #EBDDE2;
  font-size: 1.6em;
  font-style: italic;
}
#slogan-credit {
  position: absolute;
  top: 3.8em;
  right: 3.2em;
  color: #EBDDE2;
  font-size: 1.4em;
  font-style: italic;
}
/* the tooltip styles; js in ruml-com.js */
.tooltip {
  padding: 3px;
}
.tooltip * {
  width: 420px;
  z-index: 999;
  position: absolute;
  display: inline;
  margin: 0 0 0 4px;
}
.tt-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}
/* for the tabs */
.ui-widget {
  font-family: 'Droid Serif',Palatino,Times,serif;
  /* font-family: 'OFL Sorts Mill Goudy TT',Palatino,Times,serif; */
  font-size: 1.5em;
}
li.ui-corner-top a:link,
li.ui-corner-top a:visited {
  color: #153E7E;
}
