@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
  font-size: small;
  }
.clear {
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  }
.hidden {
  visibility: hidden;
  }
.none {
  display: none;
  }
.small {
  font-size: x-small;
  }
h1 {
  font-size: 2em;
  }
h2 {
  font-size: 1em;
  }
a img {
  border: none;
  }


#container {
  width: 900px;
  margin: 0 auto;
  }
#header {
  width: 860px;
  padding: 20px;
  margin: 0 0 30px 0;
  background-color: #a3b8cc;
  }
#header a {
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  }
#header h2 {
  font-weight: normal;
  }
#body {
  width: 900px;
  }
#content {
  width: 100%;
  margin-right: -240px;
  float: left;
  }
#content > * {
  margin-right: 260px;
  }
#content .entry {
  padding: 20px;
  margin-bottom: 50px;
  background-color: #f9f9f9;
  }
#content .entry .entryHeader {
  margin-bottom: 20px;
  }
#content .entry .entryFooter {
  border-top: solid 1px #ccc;
  margin-top: 30px;
  }
#content .entry .entryFooter .entryCategories h4 {
  margin: 10px 0;
  }
#content .entry .entryFooter .entryCategories ul {
  list-style-type: none;
  }
#content .entry .entryFooter .entryCategories ul li {
  display: inline;
  }

#content .entry blockquote {
  margin: 5px 0;
  padding: 10px;
  background-color: #eee;
  }


#menu {
  width: 240px;
  float: right;
  }
#menu .widget {
  margin-bottom: 20px;
  }
#menu .widget ul {
  margin: 10px 0 10px 20px;
  }
#menu .widget select {
  margin: 10px;
  }
#footer {
  }