#sfSimpleBlog_container
{
  border: 1px solid #BEDF9E;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left;
  overflow: auto
  color:#000000;
  font-family:verdana,arial,helvetica,sans-serif;
}


#sfSimpleBlog_container #content 
{
  clear: both;
	padding: 0 5px 5px 5px;
	background-color: #ffffff;
	font-size: 79%;
}
#sfSimpleBlog_container #content h2 
{
	color: #000000;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	
	padding: 0px 0px 0px 3px;
}

#sfSimpleBlog_container #content li
{
  margin-left: 25px;
}
.sfSimpleBlog .post
{
  clear: both;
  margin: 10px 0;
}

.sfSimpleBlog .post h2
{
  font-family: "Trebuchet MS", verdana, sans-serif;
  size: 1.3em;
  margin-bottom: 5px;
}

.sfSimpleBlog .post .details
{
  clear: both;
  font-weight: bold;
  font-size: 0.9em;
  margin: 5px 0;
  color: #003D6B;
}

.sfSimpleBlog .related_details
{
  clear: both;
  font-style: italic;
}

.sfSimpleBlog .extract
{
  clear: both;

}

.sfSimpleBlog .comment
{
  padding:5px;
  margin: 5px;
  background: #eef;
  border: solid 1px #ccd;
}
.sfSimpleBlog .google_ad
{
  clear: both;
}

.sfSimpleBlog .comment .author
{
  font-weight: bold;
}

.sfSimpleBlog form.add_comment .form_control
{
  margin: 2px;
}

.sfSimpleBlog form.add_comment .form_control label
{
  padding-left:10px;
}

.sfSimpleBlog form.add_comment .form_control input.text
{
  width: 200px;
}

.sfSimpleBlog form.add_comment .form_control textarea
{
  width: 300px;
  height: 150px;
}

.sfSimpleBlog .form_error
{
  color: red;
}

.comment.moderated
{
  font-style: italic;
  background-color: #FFFFEE;
}

/* 
	Plain old table styles
	written by Chris Heilmann http://wait-till-i.com
*/
.sfSimpleBlog table,.sfSimpleBlog td,.sfSimpleBlog th{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.sfSimpleBlog td,.sfSimpleBlog th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
.sfSimpleBlog thead th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}
.sfSimpleBlog tbody td{
	background:#ccc;
}
.sfSimpleBlog tbody th{
	background:#999;
}
.sfSimpleBlog tbody tr.odd td{
	background:#eee;
}
.sfSimpleBlog tbody tr.odd th{
	background:#ccc;
}
.sfSimpleBlog caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.sfSimpleBlog table th a:link{
	color:#030;
}
.sfSimpleBlog table th a:visited{
	color:#003;
}
.sfSimpleBlog table td a:link{
	color:#369;
}
.sfSimpleBlog table td a:visited{
	color:#000;
}
.sfSimpleBlog table a:hover{
	text-decoration:none;
}
.sfSimpleBlog table a:active{
	color:#000;
}

