/******************************************************/
/* Theme by Ansgar Offermanns                         */
/*                                                    */
/******************************************************/


body {
  background: #FFFFFF;
  font-family:Verdana,sans; font-size:12px; line-height: 1.5em;
  margin-top: 0px;
  text-align: center;
}

#wrapper {
  width: 910px; 
  text-align: left;
  margin: auto;
  
  /* background: url("/templates/satpro/img/BuC_content.jpg"); */
}
#container { 
  width: 910px; 
  float:left;
  background: url("/templates/satpro/img/BuC_content.jpg");
}

#header {
  width: 880px; height: 127px; /* 902 */
  padding-left: 30px;
  background: url("/templates/satpro/img/BuC_header.png");
}

  #header a { color: #FFFFFF; text-decoration: none; font-size: 80%; font-weight: bold; }

#main { 
  width: 910px; 
}

#content { 
  float: left;
  width: 402px; /* 555px */
  padding-left: 120px; padding-right: 35px;
  background: url("/templates/satpro/img/BuC_main.png") no-repeat;
  margin-bottom: 30px;
}

#sidebar {
  float: right;
  width: 223px; /* 347 */
  margin-left: 0px;
  padding-top: 350px; padding-left: 30px; padding-right: 100px;
  background: url("/templates/satpro/img/BuC_sidebar.png") no-repeat;
  color: #FFFFFF;
  margin-bottom: 30px;
}

  #sidebar a, #sidebar:visited { color: #FFFFFF; }
  #sidebar a:hover { color: #AA0099;}

#footer {  
  float: left;
  width: 910px;
}

/***** ENTRY ****/

.serendipity_Entry_Date { float: left; }
.serendipity_date { float: left;  }

.serendipity_title { float: left; font-size: 130%;}
.serendipity_entry { float: left; width: 402px;}
.serendipity_entry_body { float: left; }

.continue_reading { margin-top: 10px; float:left; }

.serendipity_pageFooter { display: none; width: 402px; 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: #690048;
  font-weight: bold;
}

a:hover { color: #990066; text-decoration: underline; }

