
/*
   body
       top-container
           left-margin
           logo
           about-box
           fact-container
               logo-bottom
               fact
           sidebar
           bottom-margin
*/

body {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000;
/*  background-image: url('images/titan_logo.jpg'); */
  background-image: url('images/titan_logo_wide.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Helvetica", "Arial", "San-Serif";
  text-align: center;
}

#top-container { 
  width: 745px;   /* 570 + 15 + 160 */
  margin-left: auto;    /* these two center the top container on the page */
  margin-right: auto;
  text-align: left;
}

#left-margin {  
  float: left;
}

#logo { 
  float: left;
  width: 222px;
  height: 236px;
  margin-left: -25px;
}

#about-box { 
  float: right;
  margin-top: 75px;
  margin-bottom: 45px;
/*  margin-right: 32px; */
  width: 350px;
  height: 96px;

  background-color: white;
}

#fact-container {
  float: left;
  width: 570px;

  background-color: #000000;
}

#sidebar { 
  float: right;
  margin-right: 0px;
  width: 140px;

  padding: 10px;
  background-color: white; 
  font-size: 12px;
  line-height: 15px;
}

#bottom-margin {  
  float: left;
  clear: both;
  height: 10px;
}

/* end of top level blocks */



#sidebar-subscribe { 
}

#archive-all-posts-title { 
  font-weight: bold;
  margin-top: 15px;
}

#archive-all-posts { 
  margin-top: 6px;
}

#archive-all-posts a { 
    text-decoration: none;
}

#archive-all-posts a:hover { 
    text-decoration: underline;
}

span.archive-all-posts-popular { 
}

span.archive-all-posts-unpopular { 
}

#sidebar-link-unit { 
  margin-top: 15px;
  width: 120px;
  height: 90px;
}

#books { 
}

#books-title { 
  font-weight: bold;
  margin-top: 15px;
}

#book { 
}

div.book-image { 
  margin-top: 10px; 
}

div.book-title { 
  margin-top: 5px;
}

div.book-summary { 
  margin-top: 5px;
  padding-bottom: 5px;
}



#about-box-text { 
  display: block;
  padding: 15px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
}

#about-box-image { 
  display: block;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  float: right;
}

#logo-bottom { 
}

div.fact {
  background-color: white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}

div.top-ad { 
  margin-bottom: 18px;
  width: 468px;
  height: 60px;
}

div.fact-text {
  line-height: 18px;
  font-size: 13px;
}

div.fact-image {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

div.fact-date {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
}

div.fact-subject {
  font-weight: bold;
  font-size: 17px;
}

div.digg-count { 
  float: left;
  padding-top: 20px;
  margin-right: 12px;
  margin-bottom: 8px;
}

div.fact-body {
}

div.right-ad { 
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  float: right;
  clear: right;
  width: 300px;
  height: 250px;
}

div.left-ad { 
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  float: left;
  clear: right;
  width: 300px;
  height: 250px;
}

div.bottom-ad { 
  margin-top: 17px;
  width: 468px;
  height: 60px;
  clear: both;
}

div.submit-links { 
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

div.adjacent-fact-links { 
  font-size: 14px;
  margin-top: 8px;
  clear: both;
}
