/* NEWS ARCHIVE */
#news-archive {
	width: 100%;
}
#news-archive .date {
	width: 80px;
}
#news-archive td {
	vertical-align: top;
	padding: 5px 0px;
}


/* SMALL news-box in list view */
#news-list .news-box {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 20px;
	background: url(../images/bg-news-top.jpg) top center no-repeat;
}

	#news-list .news-box:first-child {
		background: none;
		padding-top: 0px;
	}

#news-list .news-box .image img {
	float: left;
	vertical-align: top;
	margin: 0px 40px 10px 0px;
	padding: 10px;
	box-shadow: #ccc 3px 5px 10px;
	border-radius: 3px;
}

#news-list .news-box .image img:hover {
	opacity: 0.9;
}

#news-list .news-box .wrap {
	margin: 0px;
}

#news-list .news-box h3 {
	margin-bottom: 15px;	
}

#news-list .news-box .excerpt {
	margin: 10px 0px;
}



/** LARGE BOX **/
#news-details .date {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#news-details .image {
	margin-bottom: 5px;
	max-width: 50%;
	float: right;
	padding-left: 20px;
}

#news-details .image img {
	cursor: pointer;
	
}

#news-details .image .signature {
	display: block;
	color: #999;
	padding: 5px;
	font-size: 0.9em;
	background: #f5f5f5;
}

#news-details .news-content {
	font-size: 16px;
}
