﻿/* News List */
.sfnewsList {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1em !important;
}

ul.sfnewsList 
{
	margin: -20px 0 20px 20px;
	padding: 0;
	list-style: none !important;
	list-style-type: none !important;
}
.sfnewsList li.sfnewsListItem .sfnewsLeft {
    width: 400px;
    float: left;
    margin: 0 0 20px 0 !important;
}
.sfnewsList li.sfnewsListItem .sfnewsThumbnail {
    float: right;
    width: 110px;
    text-align: right;
    margin: 20px 0 0 0;
}

.sfnewsList li.sfnewsListItem 
{
	padding: 0;
	list-style-type: none !important;
}
.sfnewsList li.sfnewsListItem h4.sfnewsTitle
{
	margin: 20px 0 0 0;
	padding: 0;
    font-size: 1em !important;
    line-height: 1em !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
    .sfnewsList li.sfnewsListItem h4.sfnewsTitle a {
        text-decoration: none;
    }
.sfnewsList li.sfnewsListItem .sfnewsMetaInfo 
{
	font-size: .9em;
    margin: 0 0 10px 0;
    font-style: italic;
}
.sfnewsList li.sfnewsListItem .sfnewsSummary 
{	
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.sfnewsListTitleAndDate {
    list-style: none !important;
	list-style-type: none !important;
    margin: 20px 0 0 20px;
}
ul.sfnewsListTitleAndDate li.sfnewsListItem {
    margin: 0 0 4px 0;
}

/* Single News Item Details Page */
.sfnewsDetails {
    font-size: 12px;
}
.sfnewsDetails .sfnewsLinksWrp {
}

.sfnewsDetails h1.sfnewsTitle {
    font-size:1.7em !important;
    font-weight:normal;
	padding: 15px 0 3px 0;
}

.sfnewsDetails .sfnewsAuthorAndDate {
    padding: 0 0 10px 0;
    font-style: italic;
}
.sfnewsDetails .sfnewsSummary {
    display: block;
    padding-bottom: 10px;
}
.sfnewsDetails .sfnewsContent {
    padding-bottom: 10px;
}
.sfnewsDetails .sfnewsContent p {
    padding-bottom: 10px;
}

.sfnewsDetails .RadSocialShare {
    height: 25px;
    width: 400px;
    overflow: hidden;
    margin: 20px 0 20px 0px;
}
.sfnewsDetails ul.sshContent {
}
.sfnewsDetails li.sshListItem {
}

/* News Archive */
ul.sfarchiveList {
    padding: 5px;
    list-style: none !important;
	list-style-type: none !important;
}
li.sfarchiveListItem a {
    font-size: smaller; font-weight: bold; color: gray;
}

.sfnewsArchiveByYear {
margin: 5px 0 0 0px;
width: 520px;
padding: 5px;
background:black;
color: white;
font-weight: bold;
}

.sf_pagerNumeric {
	margin: 0;
	text-align: center;
}

.sf_pagerNumeric a {
    padding: 0 10px 0 0;
    font-weight: normal;
}
.sf_pagerNumeric a.sf_PagerCurrent {
    font-weight: bold;
}

/* News Search Results */
.sfsearchResultStatistics p {
    /* number of results */
}
.sfsearchResultsWrp dl.sfsearchReultTitleSnippetUrl {

}
dt.sfsearchResultTitle {
    margin-top: 20px;
}
dd.sfsearchResultSnippet {
    /* summary */
    display: none;
}
dd.sfsearchResultUrl a {
/* url */
font-size: 10px;
font-weight: bold;
}
dd.sfsearchResultHighLighter {
    display: block;
}
dd.sfsearchResultHighLighter .sfHighlight {
    font-weight: bold;
    background-color: yellow;
}

/* News tag list */
dl.sf_newsTagList 
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
	display: inline;
}/* Comments List */
.sf_contentComments
{
	margin: 3em 0 1em;
	padding: 0;
}
.sf_contentComments .sf_commentsList 
{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_commentsList li
{
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_commentAuthor
{
	margin: 0;
	padding: 0;
}
.sf_contentComments abbr 
{
	font-size: .8em;
}
.sf_contentComments .sf_commentsList .sf_commentAuthor strong 
{
	font-size: 1.1em;
}
.sf_contentComments .sf_eventSubTitle, .sf_contentComments legend
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.4em;
}
/* Event */
.sf_contentComments .sf_contentCommentForm 
{
	margin: 0;
	padding: 0;
	border: 0;
}
.sf_contentComments .sf_contentCommentForm ol 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}
.sf_contentComments .sf_contentCommentForm li 
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_contentCommentForm label
{
	display: block;
}
.sf_contentComments .sf_contentCommentForm .sf_commentsValidator strong
{
	font-weight: normal;
	display: block;
}
/* 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;
}