@import url(assets/bootstrap/css/bootstrap.min.css);
@import url(assets/bootstrap/css/bootstrap-responsive.min.css);

body {
  background-image: url(images/background-fade.png);
  background-color: #F7E9C8;
  background-repeat: repeat-y;
}

body,table,td {
  font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
  font-size: medium /* 16px */;
  line-height: 1.5em;
}

img.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.captioned-image {
  margin-bottom: 0.1in;
  margin-left: 0.2in;
  font-family: sans-serif;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  color: #888;
}

.caption {
  margin-top: 0.5em;
}

.sidebar {
  padding-left: 1em;
  padding-top: .5em;
  font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bolder;
  font-size: 80%;
}

.sidebar a {
  text-decoration: none;
  color: #0000CC;
}

/*
.sidebar a.sidebar_link {
  color: #FF6666;
}
*/

.sidebar :hover {
  text-decoration: underline;
  color: #CC3300;
}
