body {
  margin: 0;
  background: #402B20 url("images/bg.gif"); /*brown*/
  color: #FFF1EB; /*white*/
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 15px;
}

table {
  border-collapse: collapse;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, form {
  margin: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #55CBF2; /*blue*/
}
a:hover {
  color: #F291E2; /*pink*/
}
a.x:hover {
  text-decoration: underline;
}

img {
  margin: 5px;
  border: none;
  vertical-align: text-top;
}

.center {
  display: block;
  text-align: center;
}
.center table {
  margin-left: auto;
  margin-right: auto;
}

.left {
  clear: left;
  float: left;
  text-align: left;
}
.left img {
  margin-left: 0;
  margin-right: 10px;
}

.right {
  clear: right;
  float: right;
  text-align: right;
}
.right img {
  margin-left: 10px;
  margin-right: 0;
}

.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

small, .small {
  font-size: smaller;
}

big, .big {
  font-size: larger;
}

.wide {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

.fancy {
  font-family: "Lucida Calligraphy", cursive;
  font-size: 110%;
  font-style: italic;
}

h1 {
  border-bottom: 2px solid #F291E2; /*pink*/
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 25px;
}
h2 {
  margin: 5px 0;
  font-size: 20px;
  color: #F291E2; /*pink*/
}
h3 {
  font-size: larger;
}

.close {
  clear: both;
  border-top: 2px solid #F291E2; /*pink*/
  margin-top: 15px;
  margin-bottom: 3em;
  padding-top: 5px;
  font-size: smaller;
}

.controls {
  display: none; /*TEMPORARY!*/

  float: right;
  margin-left: 10px;
  font-size: 15px;
  font-variant: small-caps;
}
h1 .controls {
  margin-top: 10px;
}
.controls a {
  border: 2px solid transparent;
  padding: 0 5px;
}
.controls a:hover {
  border-color: #55CBF2; /*blue*/
  background: #1F7A99; /*dark blue*/
}

.subhead {
  margin-top: -10px;
  margin-left: 5px;
  font-size: smaller;
  font-style: italic;
}

#body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

#title, #title a {
  margin: 0 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 30px;
}
#title a {
  color: #F291E2; /*pink*/
}

#menu {
  font-weight: bold;
  width: 100%;
  border-top: 2px solid #F291E2; /*pink*/
}
#menu td {
  white-space: nowrap;
  padding: 2px 1px;
  text-align: center;
}
#menu a {
  display: block;
  border: solid 2px #55CBF2; /*blue*/
  background-color: #55CBF2; /*blue*/
  color: #402B20; /*brown*/
  padding: 2px;
}
#menu a:hover {
  background: #1F7A99; /*dark blue*/
  color: #F291E2; /*pink*/
}
#menu a.plain {
  border-color: transparent;
  background: none;
  color: #FFF1EB; /*white*/
}
#menu a.plain:hover {
  color: #F291E2; /*pink*/
}

#content {
  width: 75%;
  float: left;
}

#sidebar {
  width: 25%;
  float: right;
  font-size: smaller;
}
#sidebar h3 {
  margin: 15px 0 5px 20px;
}
#sidebar ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
#sidebar li {
  text-indent: -1.5em;
  margin: 0 0 5px 5px;
  padding: 0 0 0 1.5em;
}

#footer {
  clear: both;
  padding: 0 10px 10px 10px;
  text-align: center;
  font-size: smaller;
}



@media only screen and (max-device-width: 480px) {
  
}
