/**
 * Created by Innov8 Interactive, LLC
 * User: mlilli + mmatthew
 * Date: Aug 22, 2011
 */

.mod-ns-news-feed
{
	min-height: 246px;
	padding: 30px;
	background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	overflow: hidden;
	position: relative;
}

#content > .row > .row-in > .col > .mod.mod-ns-news-feed > .mod-header > h2 
{
	font: 900 18px/16px 'locator-web',helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #3A3638;
}

/* 1/3 */
#content > .row.column-count-3 > .row-in > .col.column-span-1 > .mod-ns-news-feed
{
	width: 258px;
}

/* Header */
.mod-ns-news-feed > .mod-header
{
	
}

/* Content */
.mod-ns-news-feed > .mod-content
{
	padding-top: 16px;
}

.mod-ns-news-feed > .mod-content > ul
{
}

.mod-ns-news-feed > .mod-content > ul > li
{
	padding: 11px 0px 10px 0px;
	border-top: 1px solid #e0e0e0;
}

.mod-ns-news-feed > .mod-content > ul > li.first 
{
	border: 0px;
}

.mod-ns-news-feed > .mod-content > ul > li > a
{
	display: block;
	font: 700 13px/16px arial;
}

.mod-ns-news-feed > .mod-content > ul > li.first > a
{
	text-transform: uppercase;
}

/* Footer */
.mod-ns-news-feed > .mod-footer
{
	position: absolute;
	bottom: 30px;
}

.mod-ns-news-feed > .mod-footer > .link
{
	color: #3A3638;
}