/* - - - - - - - - - - - - - - - - - - - - -

Title  : v3.ingo-renner.com tt_news
Author : Ingo Renner
URL    : www.ingo-renner.com

Description : styles for tt_news in ingo-renner.com version 3.0

Created  : 2005/07/29
Modified : 2005/07/29

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CATMENU ----- */
div.news-catmenu ul {
	list-style-type: none;
	
	padding-left: 0px;
	margin-left: 0px;
}

/* ----- LIST ----- */
div.title-block {
	margin-bottom: -8px;
}

div.date {
	text-align: center;
	background: url(/fileadmin/siteimages/border_v.gif) right repeat-y;
	width: 20px;
	padding-right: 5px;
	margin-right: 5px;
	color: #787878;
	float: left;
}

div.date .d-day {
	font-size: 15px;
}

div.date .d-month {
	font-size: 8px;
	text-transform: uppercase;
}

div.date .d-year {
	font-size: 8px;
}

div.title {
	width: 385px;
	float: right;
	padding: 0px;
}

div.title h1 {
	margin: 0px;
	font-size: 15px;
}

div.title h1 a {
	color: #666;	
}

div.title .post-comments {
	vertical-align: bottom;
	margin-top: 8px;
}

div.title .post-comments a {
	color: #bebebe;
	font-size: 10px;
}

div.title a:hover {
	border-bottom: 0px;
}

hr.post-end {
	margin: 0px 0px 20px 0px;
	visibility: hidden;
}

/* ----- SINGLE ----- */
div.post-single-item div.title-block {
	margin-bottom: 0px;
}

div.title h1 {
	color: #787878;	
}
