﻿/* News List */
.sf_newsList 
{
	margin: 0 0 20px;
	padding: 0;
    
padding-left:20px;

	list-style: none;
}
.sf_newsList li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	
}

.sf_singleNews  h2.sf_newsTitle
{
	font-weight: normal;
}
.sf_newsList h2.sf_newsTitle
{
	margin: 0px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	
}

.sf_newsList h2.sf_newsTitle a
{
text-decoration:none;
color:#fff;
font-weight: normal;
}

.sf_newsList h2.sf_newsTitle a:hover
{
text-decoration:none;
color:#999;
font-weight: normal;
}

.sf_newsList .sf_newsDate 
{
	font-size: 1.1em;
	margin-bottom:10px;
}
.sf_newsList .sf_newsSummary 
{	
}
.sf_newsList .sf_newsSummary img 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* 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
li
{
    width: 49%;
    float: left;
    clear: none;
    
}
.sf_newsList li.even
{
    clear: left;
padding-right:10px;    
} 



.leftNewsImageHolder
{
    width:20%; 
    float:left;
    vertical-align:top;
}

.rightNewsContentHolder
{
    width:65%; 
    float:right;
    vertical-align:top;
    height:120px;
    
}

.newsItemContentHolder 
{
    padding-left:0px;
    margin-top:0px;
    padding: 0px 15px 0px 15px;
    background-color:#29231F;
    width:330px;
    height:120px;
}

.newsItemTop { background: url('/App_Themes/Default/Images/NewsPodTop.gif'); width:360px; height: 13px;margin-left:0px; background-repeat:no-repeat;
   }
   
   
.newsItemBottom { background: url('/App_Themes/Default/Images/NewsPodBottom.gif');  width:360px; height: 13px; margin-left:0px; background-repeat:no-repeat;
  }

.sf_newsAuthor {display:none;}

.sf_postTags {display:none;}

.sf_postCategory {display:none;}

.sf_readMore a
{
    background: url('/App_Themes/Default/Images/readMoreImg.gif');  width:95px; height: 20px;
    background-position:bottom;
    background-repeat:no-repeat;
    text-indent:20px;
    text-decoration:none;
    color:#040201;
    float:right;
    margin-top:5px;
    vertical-align:bottom;
    position:relative;
    bottom:0px;
}

.sf_readMore a:hover
{
    color:#999;
   text-decoration:none;
}

.news{padding-top:20px;}