@charset "UTF-8";


/* Scroll Specific */
#scrollGrab { height: 90%; }


/* News */
.title {
	display: block;
	height: 20px; line-height: 20px;
	font-weight: bold; font-size: 16px;
}

.entry {
	position: relative;
	display: block;
	height: 30%;
	border-bottom: 1px solid lightgray;
	text-decoration: none;
	color: #333;
}

.entry>.pic {
	display: block; float: left;
	height: 90%;
}

.entry>.text {
	display: block;
	overflow: hidden;
	height: 90%;
	padding-left: 20px;
}
