html, body { 
 margin:0; 
 padding:0; 
}

#sfSimpleBlog_container
{
  width: 930px;
  text-align: left;
}


#sfSimpleBlog_container #content 
{
	width:620px;
	font-size: 79%;
}

#sfSimpleBlog_container #sidebar-a
{
  float: right;
  width: 300px;
  font-size: 79%;
}


#sfSimpleBlog_container #footer
{
  padding: 5px;
  margin-top: 10px;			
  height:30px; 
  background-color:#0066B3; 
  clear:both;
} 

#sfSimpleBlog_container #header h1
{
  font-size: 200%;
  font-weight: normal;
  margin: 30px 0 0 0;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#sfSimpleBlog_container #header h1 a
{
  color: white;
  text-decoration: none;
}

#sfSimpleBlog_container #header #tagline
{
  font-size: 90%;
}
 
#sfSimpleBlog_container #sidebar-a h2 
{ 
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #424242;
  padding: 2px;
  margin: 0px 0;
}

#sfSimpleBlog_container #sidebar-a ul, #sfSimpleBlog_container #sidebar-a li
{
  list-style: none;
  padding-left: 0;
  margin-left: 2px;
  margin-top: 0;
}

#sfSimpleBlog_container #sidebar-a li
{
  margin-bottom: 5px;
}

/*
*** sidebar_feed ***
*/
#sfSimpleBlog_container #sidebar-feed
{
  float: right;
  width: 300px;
  font-size: 79%;
}
