/* Latest */

#ttnews_latestbox a, #ttnews_latestbox a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#ttnews_latestbox a:hover, #ttnews_latestbox a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

/* List */

.ttnews_listbox {	
	background-color: #a1283f;
	margin-bottom: 5px;
}

.ttnews_listheader {
	padding: 10px 10px 0 10px;
}

.ttnews_listtitle {
	float: left;
	display: block;
	font-weight: bold;
}

.ttnews_listdate {
	display: block;
	text-align: right;
}

.ttnews_listimage {
	float: left;
	padding: 10px;
}

.ttnews_listmore {
	padding: 0 10px 10px 10px;
}

.ttnews_subheader {
	display: block;
	padding: 10px;
}

/* Single */

.news-single-img {
	float: left;
	margin: 0 10px 10px 0;
}

.news-single-files {
	line-height: 1.8em;
}

.news-single-files dd {
	margin-left: 0;
}

.news-single-files dt {
	font-weight: bold;
}

.news-single-links {
	line-height: 0em !important;
}

.news-single-links dd {
	margin-left: 0;
}

.news-single-links dt {
	font-weight: bold;
}

/* Archive */

.news-amenu-item-year {
	font-weight: bold;
}

.ttnews_amenulist {
	list-style: none;
	padding: 0;
	line-height: 1.8em;
}
