/******************************************************/
/* Theme by Ansgar Offermanns                         */
/*                                                    */
/******************************************************/


body {
  background: #C3B17F;
  font-family:Verdana,sans; font-size:12px; line-height: 1.5em;
  margin-top: 0px;
  text-align: center;
}

#wrapper {
  width: 870px; 
  text-align: left;
  margin: auto;
}
#container { 
  float:left;
  background: url("/templates/satpro/img/TuA_content.jpg");
}

#header {
  width: 840px; height: 38px; /* 188 */
  background: url("/templates/satpro/img/TuA_header.jpg");
  padding-left: 30px; padding-top: 150px;
}

  #header a { color: #453200; text-decoration: none; font-size: 80%; font-weight: bold; }

#main { 
  width: 870px;
}

#content { 
  float: left;
  width: 455px; /* 555px */
  padding-left: 60px; padding-right: 20px; padding-top: 20px;
  margin-bottom: 20px;
}

#sidebar { 
  float: right;
  width: 200px; /* 347 */
  background: url("/templates/satpro/img/TuA_sidebar.jpg") no-repeat;
  padding-top: 20px; padding-left: 50px; padding-right: 50px;
}

#footer {  
  float: left;
  width: 870px; height: 20px;
  background: url("/templates/satpro/img/TuA_footer.jpg");
}

/***** ENTRY ****/

.serendipity_Entry_Date { float: left; }
.serendipity_date { float: left;  }

.serendipity_title { float: left; font-size: 130%;}
.serendipity_entry { float: left; }
.serendipity_entry_body { float: left; }

.continue_reading { margin-top: 10px; float:left; }

.serendipity_pageFooter { display: none; width: 500px; margin-top: 20px; font-size: 90%; text-align:center;  }


.serendipity_comments { float: left; }
.serendipity_section_trackbacks { float: left; }

/***** Global Tags *****/
a, a:visited { 
  text-decoration: none;
  color: #453200;
}

a:hover { color: #772200; text-decoration: underline; }
