
/**********************
 *   BLOG POST LIST   *   
 **********************/
 
div#content .sfSimpleBlog
{
  background: none;
  color:#f7f7f7;
}


div#content .sfSimpleBlog a:link, div#content .sfSimpleBlog a:active, div#content .sfSimpleBlog a:visited
{
  color: #e7e7e7;
}

div#content .sfSimpleBlog a:hover
{
  text-decoration: underline;
}



div#content .sfSimpleBlog .post h2 
{
  border-bottom: 1px solid #333333;
  color:#EE9437;
}

div#content .sfSimpleBlog .post h2 a, div#content .sfSimpleBlog .post h2 a:link, div#content .sfSimpleBlog .post h2 :visited
{
	color:#EE9437;
}

div#content .sfSimpleBlog .post .details
{
  font-weight: bold;
  padding: 2px 5px;
  color: #666666;
  background-color: transparent;
}

div#content .sfSimpleBlog .post .extract
{
	padding:5px 10px;
	background-color: transparent;
	color:#f7f7f7;
}

div#content .sfSimpleBlog .related_details
{
	  font-style: italic;
	  border-bottom: none;
	  padding: 2px 5px;
	  background: none;
}



/**********************
 *   BLOG COMMENT     *   
 **********************/
div#content .sfSimpleBlog .post .content
{
	 background-color: transparent;
}

div#content .sfSimpleBlog .post .content p
{
	margin:0;
	padding:10px;
	background-color:transparent;
	color:#f7f7f7;
}


div#content  .sfSimpleBlog .comments h3
{
  color: #EE9437;
}

div#content .sfSimpleBlog .comment
{
  padding:5px;
  margin: 5px;
  background: #666666;
  border-bottom: solid 1px #333333;
  color:#FFFFFF;
}

div#content .sfSimpleBlog .comment .author
{
  font-weight: bold;
}


label { color:#FFFFFF; }


/**********************
 *   BLOG SIDE BAR    *   
 **********************/
 
div#content  .sfSideBar
{
    background:none;
    color:#f7f7f7;
}

div#content .sfSideBar  a, div#content .sfSideBar  a:link, div#content .sfSideBar  a:visited
{
  color:#f7f7f7;
}

div#content .sfSideBar h2
{
  color: #EE9437;
  border-bottom:1px solid #EE9437;
}

/**********************
 *    SHOW BY TAG     *   
 **********************/
 
 div#content .tag-title
{
  background-color: transparent;
  color:#EE9437;
  text-transform: uppercase;
}

div#content .sfSimpleBlog span .post-link
{
	color:#EE9437;
	font-weight: normal;
}
