html {
  background: #FFF;
}


.site-title {
  font-weight: bold;
}

a {
  text-decoration: none;
}

body {
  background: #FFF;
  color: #444;
  font-family: "Lucida Grande", "Segoe UI", "Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.header-menu1 {
  background: #5DE;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 15px;
  width: 100%;
  border-bottom: 5px solid #3BC;
}

.header-menu1 p {
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 1.5em;
}

.header-menu1 ul {
  float: left;
  margin-left: 25%;
  width: 2000px;
}

.header-menu1 ul li {
  display: block;
  float: left;
  text-decoration: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.header-menu1 ul li a {
  color: #444;
  display: block;
  font-size: 0.9em;
  margin: 0 3px;
  padding: 1px 12px 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.header-menu1 a.selected {
  font-weight: bold;
}

.header-menu1 ul li:hover {
  background: #5DE;
}

.header-menu1 ul:hover {
  color: #FFF;
}

.content {
  margin: 0 auto;
  width:  90%;
}

.footer {
  background: #5DE;
  border-bottom: 5px solid #3BC;
  border-top: 5px solid #3BC;
  color: #272;
  margin: 40px 0;
  padding: 20px 0;
}

.footer ul {
  -webkit-padding-start: 0px;
}

.footer > * {
  margin-left: 25%;
  margin-right: 15%;
}

.footer > ul > li {
  float: left;
  text-transform: uppercase;
  width: 25%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 05.em;
}

.footer > ul > li > ul > li {
  margin: 3px 0;
  text-transform: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.content a {
  text-decoration: none;
  width: 75%;
}


.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}


.footer-copyright {
  background-color: #2AB;
  color: #FFF;
  font-size: 0.85em;
  padding: 10px 0;
  text-align: center;
}

.footer-copyright a {
  color: #EE0;
  text-decoration: none;
}

.clear {
  clear: both;
}

.code {
  display: inline-block;
  width: 90%;
  background-color: #DDD;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5px;
}

.centered-image {
  margin: auto;
}

.right-align {
  float: right;
}

.clear-both {
  clear: both;
}

#twitter_update_list li {
  list-style-position: inside;
  list-style-type: circle;
}

a img {
  border: none;
}
