* {
  margin: 0;
  padding: 0;
}

a img{
  border:0;
}

html, body {
  height: 100%;
}

body {
  background: #557788 url(/custom/img/bg.png) no-repeat scroll;
  font-family: arial,helvetica,sans-serif;
  color: #000;
  font-size: 75%;
}

.container {
  position: relative;
  min-height: 100%;
}

.spacer {
  height: 160px;
}

.footer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 261px;
  width: 100%;
  background: url(/custom/img/footer.png);
}

#banner {
  font-size: 18px;
  display: block;
  color: #000000;
  text-decoration:none;
  margin-top:30px;
  width: 176px;
  height: 70px;
  margin-left:auto;
  margin-right: auto;
  text-align:center;
}

#banner h1 {
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-align:center;
}

#navigation {
  font-size: 1.3em;
}

#navigation li {
  display: inline;
  padding: 1em;
}

#navigation a {
  text-decoration: none;
  color: #FFF;
  background: inherit;
}

.box {
  margin: 0.5em;
  padding: 5px;
  border: 3px solid #000;
  font-weight: normal;
  background: url(/custom/img/bg-2.png);
}

.swatch {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  margin: 0.5em;
  border: 3px solid #000;
  cursor: pointer;
}

.box-title {
  display: list-item;
  list-style-type: none;
  list-style-image: url(/custom/img/spacer.png);
  list-style-position: inside;
  margin: -5px -5px 5px -5px;
}

.content {
  position: relative;
  z-index: 1;
}

.pad-right {
  margin-right: 18em;
}

.sidebar {
  float: right;
  width: 18em;
  position: relative;
  z-index: 1;
}

.box-title, #navigation {
  background: #000;
  color: #fff;
}

.comments { 
  display: block;
  text-align: right;
  border-top: 1px solid black;
  margin-top: 1em;
}

a:hover {
  text-decoration: underline;
}

.box ul {
  margin-left: 2em;
  list-style-type: circle;
}

.box ul li {
  margin-bottom: 0.5em;
}

form * {
  padding: 1px;
}

a { 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.centered {
  margin-top: 4em;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px;
}

.centered .box-title {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.dir table {
width: inherit;
}

.mono {
	font-family: monospace;
}

fieldset {
  border: 0;
}

#colorize {
border-style: dashed;
}
