/* ********************************************* */
/*
 *	Backend Styles
 *
*/
.postbox .inside {
	display: table
}

.postbox .nesk-nyt-articles > li {
	float: left; 
	margin: 5px; 
	text-align: center; 
	height: 290px; 
	width: 120px;
	overflow: hidden;
}           

.postbox .nesk-nyt-articles li li {
	margin: 2px 0; 
	padding: 0;
}

.postbox .nesk-nyt-articles img {
	float: left;
	width: 100%; 
	margin-bottom: 5px;
} 

/* ********************************************* */
/*
 *	Frontend Styles
 *
*/
.nesk-nyt-articles.frontend {
	margin-left: 0px;
}

.nesk-nyt-articles.frontend a,
.widget-area .widget .nesk-nyt-articles.frontend a,
.nesk-nyt-articles.frontend p,
.widget-area .widget .nesk-nyt-articles.frontend p {	
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: .25px;
	text-decoration: none;
}

.nesk-nyt-articles li,
.widget-area .nesk-nyt-articles li {
	/*float: left;*/
/*	width: 100px;*/
	margin: 0 5px 5px;
	padding: 10px 0 0;
	list-style: none;
}

.nesk-nyt-articles .nesk-nyt-articles img {
	width: 100%;
	border: none;
	box-shadow: 0 0 0 0;
}

.nesk-nyt-articles .nesk-nyt-articles-info {	
	background: #3d444b;
	border-radius: 4px;	
	color: #ededed;
	padding: 14px;	
}


.nesk-nyt-articles-info p.nesk-nyt-articles-name,
.widget-area .widget .nesk-nyt-articles-info p.nesk-nyt-articles-name {
	font-size: 16px;
	line-height: 16px;
	margin:  8px 0;	
}

.nesk-nyt-articles-info .nesk-nyt-articles-name a,
.widget-area .widget .nesk-nyt-articles-info .nesk-nyt-articles-name a {
	color: #fff; 
	text-shadow: 0 0 1px #000;
}

.nesk-nyt-articles-info .nesk-nyt-articles-name a:hover,
.widget-area .widget .nesk-nyt-articles-info .nesk-nyt-articles-name a:hover {
	color: #fff
}

.nesk-nyt-articles-info p.nesk-nyt-articles-project,
.widget-area .widget .nesk-nyt-articles-info p.nesk-nyt-articles-project {
	color: #edeff0;
	font-size: 11px;
	line-height: 14px;
	margin: 0;	
}