/*
a {
  color: #3256B6;
}
a:visited {
  color: #cc9;
}
a:hover, a:visited:hover {
  color: #F0BA94;
  text-decoration: none;
}
*/
a {
  color:#791110;
  text-decoration: none;
  border-bottom: 1px dotted #791110;
}
a:visited { color: #c7a2b0; border-bottom-color: #c7a2b0; }
a:hover { color: #d84b7f; border-bottom-color: #d84b7f; }	

body {
  /*background-color: #041a61;*/
  background-color: #a93636;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}

h1,h2,h3{
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  color: #a93636;
  font-size: 250%;
}
h3 {
  color: #999;
  font-size: 200%;
}
h3 {
  color: #999;
  font-size: 180%;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  text-align: left;
}
#header {
  /*background-color: #4f57c5;*/
  /*background-color: #791110;*/
  border-bottom: 5px solid #F0BA94;
  /*color: white;*/
  color: #F0BA94;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: white;
  /*border-bottom: 4px solid #fc0;*/
  border-bottom: 5px solid #F0BA94;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 500px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  /*line-height: 160%;*/
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  /*color: #818cb0;*/
  color: #F0BA94;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}

#schedule{
  border: 1px solid #a93636;
}

#schedule th{
  text-align: center;
  vertical-align: top;
  background: #F0BA94;
}
#schedule td{
  text-align:center;
  border: 1px solid #a93636;
}

th.group{
  width: 90px;
}
th.group_ext{
  width: 170px;
}
.box .answer{
  background: #F0BA94;
  border: 1px solid #a93636;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding:2px;
}
.answer{
  display:none;
  background: #F0BA94;
  padding: 2px;
}

pre{
  font-size: 12px;
}

.project{
  border: 1px solid #F0BA94;
  margin: 5px;
}

.project_title{
  font-weight: bold;
}
