﻿/* News List */
.sf_newsList 
{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.sf_newsList li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sf_newsList h2.sf_newsTitle
{
	margin: 0;
	padding:0;
	padding-bottom:10px;		
}

.sf_newsList h2.sf_newsTitle a
{
    color:#68703E;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
}

.sf_newsList .sf_newsDate 
{
	font-size: .9em;
}
.sf_newsList .sf_newsSummary 
{	
}
.sf_newsList .sf_newsSummary img 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sf_newsDate
{
    color: #7D6F86;
    font-weight:bold;
}
/* News tag list */
dl.sf_newsTagList 
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
	display: inline;
}
/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}

.sf_newsList_image
{
    float:left;
    width:200px;
}

.sf_newsList_text
{
    float:left;
    font-size:11px;
    border-bottom: 1px dotted #6c7441;
    padding-bottom:15px;
    width:100%;
}

.sf_newsList_text a
{
    color:#993D6B;
    text-decoration: none;
}

/* Comments */

.sf_commentsList .sf_contentCommentForm ol
{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin:0;
}

.sf_contentCommentForm
{
    border:1px dotted #b35082;
    padding:20px;
}

.sf_contentCommentForm legend
{
    font-weight: bold;
}

.comment-submit
{
    padding-top:15px;
}

h2.sf_commentsTitle
{
    font-size: 12px!important;
}

ul.sf_commentListing
{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin:0;
}
    
.clear
{
    clear:both;
}