body {
  background-color: #670A0A;
  text-align: center;
  padding: 0;
  margin: 0;
}

#box1 {
  background-color: #831515;
  width: 800px;
  text-align: left;
  margin: auto; 
}

#box2 {
  background-color: white;
  margin-left: 25px;
  margin-right: 25px; 
  width: 750px;
}

.bigletter {
  font-size: 60px;
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
  color: white;
}

#masthead {
  margin: 0;
  padding: 0;
  width: 750px;
  height: 275px;
  background: #670A0A url(/themes/aurelius/images/header.jpg) no-repeat top left;
}

#subtitle {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  top: 80px;
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
  color: white;
}

#blackbox {
  background: black;
  width: 380px;
}

#blackbox a {
  color: white;
  text-decoration: none;
}

#masthead #blackbox {
  font-size: 40px;
  position: relative;
  top: 60px;
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
  color: white;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: white;
  text-decoration: none;
  padding: 20px;
}

div.navigation {
  margin-top: 1em; 
  margin-left: 2em;
}

.navigation a:visited {
  color: blue;
}

#content {
  margin: 0px;
  padding: 20px;
}

#sidebar {
  background-color: #ef4d3e;
  margin: 0;
  padding: 10px;
}

#tags, #authors, #search, #search_results {
  display: none;
}
h3 {
  font-size: 20px;
  color: #333;
}
