/*******  tt_News  ****************/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer,
.news-single-item HR.clearer,
.news-latest-container HR.clearer,
.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.news-latest-container HR.clearer {
	clear:left;
}







/*******  latest items  ****************/

.news-latest-item {
	background-image:url(../../../images/stationery/line-dotted-horiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:5px 0;
}
.news-latest-subheader p {
	display:inline;
}
.news-latest-item h5,
.news-latest-item h5 a {
	color:#000;
	font-size:1em;
	text-transform:none;
	padding:0;
	margin:0;
}

.news-latest-subheader h5 {
	display:inline;
}
.news-latest-date {
	clear:both;
	display:block;
}



/*******  search form  ****************/

div.news-search-form form {
	margin:0
}



/*******  archive  ****************/
.news-amenu-container {
	padding:0 0 0 0;
	margin-top:0em;
}
		div.news-amenu-container h3 {
			margin:0;
			padding:0;
		}
		.news-amenu-container ul,
		.news-amenu-container li {
			margin:0;
			padding:0;
		}
		.news-amenu-container li.news-amenu-item-year {
			font-weight:700;
			margin-top:1.5em;
		}




/*******  list  ****************/

.news-list-container {
	float:left;
	padding:1em 0 1em 0;
	margin:0;
	width:440px;
	border-bottom:1px solid $666;
}

.news-list-item {
	padding:0 0 1em;
	margin:0 0 1em;
	clear:left;
	background-image:url(../../../images/stationery/line-dotted-horiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
	.news-list-item h3 {
		padding:0;
		clear:left;
	}
	.news-list-item h3,
	.news-list-item h3 a {
		color:black;
	}
	
	.news-list-item .news-list-image {
		float:right;
		padding:.3em 0 2em 2em;
		padding:0;
		margin:0;
		text-align:center;
		line-height:1em;
	}

	span.news-list-date {
		line-height:1em;
		font-style:italic;
	}
	
			.news-img-text {
				padding:0 0 1em 0;
			}
					.news-img-text img {
						float:left;
						margin:.5em .5em .5em 0;
					}
			.news-list-morelink {
			}

	.news-list-browse {
		margin:2em 0;
	}
	.news-list-browse .tx-ttnews-browsebox p {
		border-bottom:1px solid #666;
	}
	.news-list-browse .tx-ttnews-browsebox table p {
		border:1px none white;
	}



/*******  single items  ****************/

.news-single-category {
	float:right;
}

	.news-single-category,
	.news-single-author,
	.news-single-date {
		font-size:.9em;
		line-height:2em;
	}

	.news-header h3 {
		clear:both;
		margin-top:0;
	}
	.news-single-item .csc-firstHeader {
		padding-bottom:0;
		margin-bottom:0;
	}

.news-single-img {
	float: right;
	margin-left:5px;
}
		.news-single-imgcaption {
			padding:3px;
			clear:both;
		}



	
	
	
