body {
  background: #495763;
  padding: 0; margin: 0;
  font-size: 11pt;
}
body, th, td, input, textarea, select, option {
  font-family: Arial, Times, serif;
}
h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
p, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote {
  padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}
a {
}
a:hover {
}
hr {
  display: none;
}
p {
  margin: 10px auto;
}

/* Wrapper */

#wrapper {
  width: 896px;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #2A3339;
  border-left: 1px solid #2A3339;
  color: #6E8797;
  margin: auto;
}

/* Header */

#header {
  background: #2A3339;
  border-right: 1px solid #2A3339;
  height: 140px;
  position: relative;
}
#header #site_heading {
  font-size: 30px;
  position: absolute;
  top: 30px;
  left: 25px;
}
#header #site_heading, #header #site_heading a {
  padding: 0;
  margin: 0;
  color: #fff;
}
#header #site_subheading {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #6E8797;
  position: absolute;
  top: 66px;
  left: 25px;
}
#header a {
  text-decoration: none;
  color: #FFF;
}

/* Navigation */

#primary_navigation {
  font-size: 13px;
  border-bottom: 3px solid #CBC080;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 25px;
}
#primary_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#primary_navigation li {
  display: inline;
  padding: 0;
  margin-right: 2px;
  float: left;
}
#primary_navigation li.last {
  border-right: none;
}
#primary_navigation a {
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  background: #333E46;
  width: auto;
  display: block;
}
#primary_navigation a:hover {
  background: #465661;
}
#primary_navigation .active a {
  background: #CBC080;
  color: #000;
}

#header_image {
  z-index: 600;
  clear: both;
  display: block;
  width: 100%;
}

#page {
  padding: 0px 25px;
  overflow: hidden;
}

/* Content */

#page_name {
  color: #3E4E67;
  font-size: 28pt;
}

#location_0 {
  float: left;
  width: 520px;
  color: #94A2AC;
  font-size: 10.5pt;
}
#location_0 h2 span, #location_0 .blog_post .title {
  font-size: 18pt;
  color: #6E8797;
  margin: 0;
}
#location_0 a {
  color: #424555;
}

.blog_component .post_wrapper .content {
  margin: 10px 0;
}
.blog_post { margin-bottom: 10px; }
.blog_component .metadata, .blog_component .date, .blog_component .share {
  font-size: 90%;
}

/* Sidebar */

#location_1 {
  float: right;
  width: 290px;
  font-size: 10pt;
  color: #9EACB8;
}
#location_1 .component {
  margin-bottom: 25px;
}
#location_1 ul ul {
  margin-left: 10px;
}
#location_1 li {
  margin: 8px 0;
}
#location_1 h2 span, #location_1 .blog_post .title {
  color: #CBC080;
  font-size: 16pt;
  border-bottom: 3px solid #CBC080;
  display: block;
}
#location_1 h3 a { text-decoration: none; }

#location_1 a {
  color: #424555;
}
#location_1 a:hover {

}

/* Footer */

#footer {
  margin: 10px auto;
  font-size: 9pt;
  overflow: hidden;
  clear: both;
  border-top: 1px dashed #EEE;
  background: #FEFEFE;
  padding-top: 8px;
}
#footer #copyright {
  float: left;
  text-align: left;
  width: 610px;
  padding-left: 12px;
}
#footer p {
  margin: 0; padding: 0;
}
#footer #powered_by {
  float: right;
  text-align: right;
  width: 200px;
  margin: 0; padding: 0;
  padding-right: 12px;
}
#footer a {
  color: #424555;
}

/* Line up comments, tags, etc for blog posts */
.category, .tags, .comments { 
  display: inline;
  border-left: 1px dotted #999;
  padding: 0px 10px;
}
.comments { border-left-width: 0px; padding-left: 0px; }
