/*

(c) Sascha Bregenhorn | netzrocker.com

styles for tt_news_template_netzrocker.html

*/



/*** latest ***/

.tt_news-latest {
	margin-bottom: 30px;
}
.latest-image {
	float: left;
	padding: 5px;
	margin: 0px 15px 10px 0px;
	border: 1px solid #ccc;
}
.latest-headline h3 {
	margin-bottom: 5px;
	padding-top: 8px;
}
.latest-date {
	font: normal 1.1em/1.5em Arial, Helvetica, sans-serif;
	color: #999;
}
.latest-separater {
	clear: both;
	border-bottom: 1px dotted #999;
	margin: 5px 0px;
}



/*** list ***/

.list-image {
	float: left;
	padding: 5px;
	margin: 0px 15px 10px 0px;
	border: 1px solid #ccc;
}
.list-headline h2 {
	margin-bottom: 5px;
	padding-top: 8px;
}
.list-separater {
	clear: both;
	border-bottom: 1px dotted #999;
	margin: 5px 0px;
}
.news-list-browse {
	font: normal 1.3em/1.5em Arial, Helvetica, sans-serif;
	color: #555;
	padding-bottom: 1.2em;
}
.browseLinksWrap a {
	margin: 0px 10px;
}



/*** single ***/

.single-subheader h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.single-date {
	font: normal 1.1em/1.5em Arial, Helvetica, sans-serif;
	color: #999;
}
.single-linkbrowser {
	font: normal 1.3em/1.5em Arial, Helvetica, sans-serif;
	color: #555;
	padding-bottom: 1.2em;
}
.single-separater {
	clear: both;
	border-bottom: 1px dotted #999;
	margin: 15px 0px;
	padding-top: 15px;
}
.single-linkbrowser a {
	margin: 0px 10px;
}



