body {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #888;
}

#container {
  position: relative;
  clear: both;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px solid black;
  background: white;
  -webkit-box-shadow: 0px 0px 8px #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
}

#ads {
  position: relative;
  clear: both;
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  margin-top: 20px;
}

#header {
  position: relative;
  height: 154px;
  width: 700px;
  background-image: url('/images/header/sunflower.png');
  padding: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
}

#navigation {
  position: relative;
  top: 0px;
  left: 0px;
  height: 15px;
  line-height: 15px;
  font-family: "Gill Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background: #333;
}

#navigation ul {
  margin: 0px -8px 0px -8px;
  list-style: none;
  padding: 0;
}

#navigation ul li {
  display: inline;
  margin: 0 4px 0 4px;
}

#navigation a {
  height: 15px;
  text-decoration: none;
  color: white;
  padding: 0px 6px 0px 6px;
  border: 1px solid #333;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#navigation a:hover {
  background: #96d045;
  color: #bb2000;
  border: 1px solid #418000;
}

#content {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 13px;
  color: #444;
  background: white;
  line-height: 16px;
  position: relative;
  top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-top: 5px;
  padding-right: 10px;
  margin-bottom: 10px;
}

#content h2 {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 16px;
}

#content h2 a {
  text-decoration: none;
  color: #dd4000;
}

#content h3 {
  font-size: 13px;
}

#content a {
  text-decoration: none;
  color: #dd4000;
}

#content a:hover {
  border-bottom: 1px solid #96d045;
  color: #418000;
}

#content ul li {
  padding: 5px 0 5px 0;
}

#footer {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 3px;
  text-align: center;
  background: #333;
  color: white;
  font-family: gill sans, lucida grande, sans-serif;
  font-size: 10px;
  border-top: 1px solid black;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

blockquote {
  margin: 0 25px 0 25px;
  padding: 2px 10px 2px 10px;
  background: #eee;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

blockquote.code {
  font-size: 12px;
  margin-top: 0px;
  padding-top: 0px;
}

blockquote .large {
  line-height: 1.5em;
  font-family: "Clarendon", "Georgia", Serif;
  font-size: 16px;
  font-style: italic;
}

.highlight {
  color: #bb2000;
}

#previewcomment {
  padding: 0 10px 0 10px;
  border: 1px solid #999;
  background: #eee;
}

div.article {
  margin-bottom: 10px;
}

div.divider {
  display: block;
  border-top: 1px solid #999;
  height: 1px;
  width: 90%;
  margin: 30px 5% 30px 5%;
}

