@import url("default.css");

#channelhead {
	margin-bottom: 20px;
}

#channelhead a:link {
	text-decoration: none;
	color:           black;
}

#channelhead a:visited {
	text-decoration: none;
	color:            black;
}


#channelhead a:hover, a:focus, a:active {
	color:            blue;
	text-decoration:  underline;
}

#channelinfo {
	border-top: 2px solid black;
	font-size: small;
	margin-top: 20px;
}

div.item {
	margin: 10px 0px;
	border: 1px dashed gray;
	border-left: 10px solid #9CBE9C;
	padding: 2px;
	padding-left: 8px;
	width: auto;
	background-color: #DCDCDC;
}

span.date, span.category {
	font-style: italic;
}

div.description {
	font-size: small;
}
