body
{
  background-color: white;
  color: black;
  margin-left: 300px;
  margin-right: 10%;
}

p,dd
{
  line-height: 140%;
}

div#menu
{
  position: absolute;
  top: 1em;
  left: 2%;
  width: 250px;
  height:942px;
  font-family: sans-serif;
  font-size: 90%;
  padding: 3px;
  moz-border-radius: 5px;
  text-align:center;
  background: url("left-side.png") top left no-repeat;
  padding-left: 3px;
}

div#menu ul
{
  list-style:none;
  padding: 0px;
  margin: 0px;
  text-align:left;
}

div#menu>ul
{
  margin-top:25px;
  padding-right:3px;
}

div#menu a
{
  padding-top: 4px;
  padding-bottom: 4px;
}

div#menu li:hover
{
  border-left-color:#ccc;
}

div#menu a:hover
{
  background-color:#ffa;
}

div#menu li
{
  padding: 4px;
  margin-left: 0px;
  text-indent: 10px;
  border-left: 4px solid white;
  border-left: none;
}
div#menu li.active
{
  border-left-color: black;
  border-left: 4px solid black;
  font-weight: bold;
  background-color:#a3c2e8;
}

h1,h2,h3,h4,h5
{
  font-family: helvetica, sans-serif;
}

.highlight
{
  background-color:#ffd;
  border: 2px solid #dda;
  padding: 7px;
  -moz-border-radius:5px;
}

a:hover
{
  background-color:#ffa;
}

table
{
  border-collapse:collapse;
  border:1px solid black;
}

th
{
  background-color:#eee;
  border-bottom:1px solid black;
  text-align: left;
}

tr
{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
tr.done td
{
  text-decoration: line-through;
  color: #666;
}
tr.done a
{
  color: #66a;
}

td,th
{
  padding-left:5px;
}

tr a.mentored
{
  background-color:#ffa;
}

tr:odd
{
  background-color:#ddd;
}
tr.odd
{
  background-color:#ddd;
}

tr:hover
{
  background-color:#ffd;
}

h2
{
  break: left;
  border-bottom:2px solid black;
  background-color:#ddf;
  padding:5px;
  -moz-border-radius:5px 5px 0 0;
  margin-bottom: 0px;
}

p.small
{
  text-style:italic;
  font-color: #666;
  font-size: 75%;
  padding:0;
  margin:0;
  text-align:right;
}
p.attribution
{
  text-style:italic;
  font-size:120%;
  background-color:#eee;
  padding: 7px;
  margin-top: 0px;
}

dt
{
  margin-left: 1em;
  margin-top: 10px;
  font-size: 110%;
}
dd
{
  
}

h1,h2,h3,h4,h5
{
  clear:both;
}
div.ridephotos
{
  clear: both;
}
div.photos
{
  border: 1px solid black;
  padding: 10px;
  background-color:#eee;
  -moz-border-radius:5px;
}

div.photo
{
  float: left;
  margin: 1em;
}

div.caption
{
  padding: 5px;
  background-color:#ddd;
  font-size: 80%;
  border: 1px solid black;
  margin: 5px;
  max-width: 20em;
}

div.photos a
{
}
div.photos a:hover
{
  background-color:#eee;
}

div.photos img:hover
{
  background-color:#000;
}

div.photos img
{
  border: 1px solid black;
  padding: 1px;
  background-color:white;
  margin-right:5px;
}



div.ridephotos a
{
}
div.ridephotos a:hover
{
  background-color:#eee;
}

div.ridephotos img:hover
{
  background-color:#000;
}

div.ridephotos img
{
  border: 1px solid black;
  padding: 1px;
  background-color:white;
  margin-right:5px;
}

div.ridephotos h3
{
  margin: 0;
  padding: 0;
  margin-top: 1em;
}