/* DEFINE FONT TYPE FOR ALL NEWS */
ul.sf_newsList
{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* EACH ITEM IN THE NEWS LIST GETS MARGINS/PADDING AND A LINE BENEATH */
ul.sf_newsList li
{
    list-style-image: none;
    background-image: none;
    list-style-type: none;
    border-bottom: 1px solid #a48e74;
}

/* DEFINE FONT SIZE OF THE BODY OF EACH NEWS ITEM */
ul.sf_newsList li p
{
    background-image: none;
    margin: 0 0 0 0;
    padding: 0;
}

/* NEWS SUMMARY LIST, THIS IS NEWS TITLE */
ul.sf_newsList h2.sf_newsTitle
{
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* NEWS SUMMARY LIST, THIS IS NEWS TITLE LINK */
ul.sf_newsList h2.sf_newsTitle a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    color: #770e02;
}
/* NEWS SUMMARY LIST, THIS IS NEWS DATE */
ul.sf_newsList .sf_newsDate
{
    clear: both;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: Black;
    padding-bottom:4px;
    padding-top:4px;
}
/* NEWS SUMMARY LIST, THIS IS READ MORE LINK */
ul.sf_newsList .sf_readMore
{
    margin-top: 5px;
    font-size: 14px;
}



ul.sf_newsList .sf_newsSummary
{
    margin: 0px 0 0 0;
    padding: 0 0 0;
    font-size: 14px;
}
ul.sf_newsList .sf_newsSummary img
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}



/* VIEW NEWS ARTICLE DETAIL - TITLE TAG */
.sf_singleNews h2.sf_NewsTitle
{
    font-size: 26px;
    margin: 0 0 4px 0;
    color: #770e02;
    font-weight:normal;
}

.sf_singleNews p.sf_newsDate
{
    font-size: 12px;
    color:Black;
}


.sf_singleNews p.sf_postBookmark
{
    font-size: 12px;
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
}

.sf_singleNews h1
{
    font-size: 12px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    letter-spacing: 0px;
}

h2 .sf_newsTitle
{
    background-color: Blue;
    font-size: 18px;
    letter-spacing: 3px;
}

.sf_singleNews h2
{
    font-size: 12px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    letter-spacing: 0px;
}

.sf_singleNews h3
{
    font-size: 18px;
    letter-spacing: 4px;
}

.sf_back
{
    display:none;
}
