body {
  background-color: #ffffff; }

#main {
  width: 900px;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: underline; }

#header #header_img {
  float: left; }
#header #header_nav {
  background-color: #00c3de;
  color: #fff;
  width: 18.2%;
  height: 169px;
  float: right; }
  #header #header_nav ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style-type: none;
    padding-left: 1em; }
    #header #header_nav ul li {
      margin-top: 0.5em; }
  #header #header_nav #tagline {
    width: 131px;
    margin: 3.5em auto; }

#navigation {
  position: absolute; }
  #navigation #logo {
    position: absolute;
    top: -70px;
    left: 20px; }
  #navigation #menu {
    position: absolute;
    width: 500px;
    top: -25px;
    left: 180px; }
    #navigation #menu img {
      margin: 0 4px;
      position: relative; }
  #navigation img {
    border: 0; }

#container {
  margin-top: 20px;
  height: 100%; }

#left_bar {
  height: 100%;
  width: 18.2%;
  float: left;
  background-color: #eaeae1;
  padding: 0; }
  #left_bar #left_bar_content {
    margin: 1em;
    margin-top: 3em;
    color: #888;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal; }
    #left_bar #left_bar_content h3 {
      font-size: 0.8em;
      margin-bottom: 2px; }
    #left_bar #left_bar_content .recommended {
      width: 100%;
      margin: 0;
      padding: 0;
      border-top: 1px solid #aaa;
      font-size: 0.8em; }
      #left_bar #left_bar_content .recommended ul {
        margin: 0;
        padding: 0; }
        #left_bar #left_bar_content .recommended ul li {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          #left_bar #left_bar_content .recommended ul li a {
            display: block;
            margin: 10px 0 5px 0;
            color: #888;
            text-decoration: underline; }
          #left_bar #left_bar_content .recommended ul li a.title {
            font-style: italic; }
          #left_bar #left_bar_content .recommended ul li span.blurb {
            display: block;
            margin: 5px 0;
            font-size: 95%; }

#sidebar {
  height: 100%;
  width: 18.2%;
  float: right;
  background-color: #D5D3BE; }
  #sidebar h4 {
    margin: 0;
    background-color: #fff;
    color: #666;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 0.65em;
    text-align: center; }
  #sidebar img {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding-bottom: 0.5em; }

#content {
  height: 100%;
  width: 61.5%;
  margin-left: 10px;
  float: left;
  background-color: #eaeae1; }
  #content #content_content {
    margin: 2em;
    margin-top: 3em;
    color: #262626;
    font-family: helvetica, arial, verdana, sans-serif; }
    #content #content_content p {
      font-size: 0.9em;
      line-height: 1.5em;
      margin: 2em 0; }

.article_images .icons {
  display: inline;
  margin-left: 1em; }
  .article_images .icons img {
    margin-left: 5px; }

.article_contents {
  margin-top: 1em; }
