html, body { 
 margin:0; 
 padding:0; 
 text-align:center;
 background: transparent url(../../images/bg.gif) repeat-x scroll 0 0
}

#sfSimpleBlog_container
{
  width: 760px;
  \width: 780px;
  w\idth: 760px;
  border: 1px solid #B09B79;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left;
  color:#000000;
  background-color:#fffffb;
  font-family:verdana,arial,helvetica,sans-serif!Important;
  font-size: 16px;
}

#sfSimpleBlog_container #header
{
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(../../images/bg_branding.gif);
  height:110px;
  text-align: center;
  color: white;
}

#sfSimpleBlog_container #content 
{
	padding: 0 5px 5px 5px;
	margin-right: 250px;
  font-size: 79%;
}

#sfSimpleBlog_container #sidebar-a
{
  float: right;
  width: 230px;
  margin: 0 0 0 15px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 79%;
  border-left: 1px solid #B09B79;
}


#sfSimpleBlog_container #footer
{
  padding: 5px;
  margin-top: 10px;
  height:30px; 
  background-image: url(../../images/bg_branding.gif);
  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: #511400;
  font-weight: bold;
  font-size: 1.3em;
  padding: 2px;
  margin: 10px 0;
}

#sfSimpleBlog_container #sidebar-a ul, #sfSimpleBlog_container #sidebar-a li
{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

#sfSimpleBlog_container #sidebar-a li
{
  margin-bottom: 5px;
}

.post .content p {
  margin-top    : 1em;
}

/* lettrine */
.post .content p:first-child:first-letter {
  float             : left;
  font-size         : 4em;
  font-weight       : bolder;
  font-family       : 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
  color             : #b72a00;
  padding           : 0px 3px 0px 0px;
  line-height       : 1em;
}

.post .content ul {
  list-style-type   : disc;
  padding-left      : 2em;
}
.post .content ul li {
  margin-top        : 0.5em;
}


