/*
Site:			www.carina-brechters.de
Author:			Torsten Schrade
Created:		28.10.2008
Usage:			Styles for tt_news, comments and ratings
*/

/* ####################### NEWS ############################# */

/* LIST */

.news-list-item {
	margin-bottom: 1.5em;
}

.news-list-date,
.news-list-categories {
	margin-right: 0.5em;
	border-right: 1px solid #333;
	padding-right: 0.5em;
}

.news-list-categories {
	padding-left: 1.5em;
	background: url(../images/category_bg.gif) 0 0 no-repeat;
}

.tx-comments-count-wrap {
	padding-left: 1.5em;
	background: url(../images/comment_bg.gif) 0 0 no-repeat;
}

.news-list-morelink {
	padding-left: 0.5em;
}

#content .news-list-resultbrowser {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.news-list-resultbrowser li {
	display: inline;
	margin-right: 0.4em;
}

.news-list-resultbrowser .news-list-resultcount {
	display: block;
	margin: 0 0 0.8em 0;
}

/* AMENU & CATMENU */
#content .news-amenu-container ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.news-catmenu-header {
	display: none;
}

.news-amenu-item-year {
	font-weight: bold;
	margin-top: 2em;
}

/* SINGLE */

.news-single-author, .news-single-date {
	display: inline;
}

.news-single-data {
	margin-bottom: 0.8em;
}

.news-single-additional-info {
	margin-top: 2em;
}

.news-single-additional-info p {
	margin: 0;
	padding: 0;
}

.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 1.5em;
}

.news-single-additional-info dt {
	margin: 0 0 0.5em 0;
	color: #2F3B51;
	font-size: 0.9em;
	font-weight: bold;
}

.news-single-related dd,
.news-single-files dd,
.news-single-links dd {
	margin: 0 0 0 -0.1em;
	padding: 0.3em 0;
	font-size: 0.9em;
}

.news-single-links dd {
	font-size: 1em;
}

#maincontent .news-single-related dd a {
	padding-right: 0.5em;
}

.news-single-backlink {
	margin-top: 2em;
}

/* ####################### COMMENTS ############################# */

#content .tx-comments-comments {
	margin: 0;
	padding: 0;
}

#content .tx-comments-comments li {
	margin: 1.5em 0;
	padding: 1em;
	list-style-position: inside;
	border: 1px solid #CFCFCF;
}

.tx-comments-comments .tx-comments-comment-1 {
	background: #EFEFEF;
}

.tx-comments-comments .tx-comments-comment-2 {
	background: #DFDFDF;
}

.tx-comments-comments li h4 {
	margin: -1.35em -1em 0.8em -1em;
	border-bottom: 1px solid #CFCFCF;
	padding: 0 1em 0.3em 2.5em;
}

.tx-comments-closed {
	padding: 1em;
	border: 1px solid #CFCFCF;
	background: #EFEFEF;
	font-weight: bold;
}

/* ####################### MOST RATED ############################# */

#content #news-most-rated,
#content #news-archive-list {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	border-top: 1px solid #e9e9e9;
	padding: 0;
}

#news-most-rated li,
#news-archive-list li {
	margin: 0;
	border-bottom: 1px solid #e9e9e9;
	padding: 0.5em 1.5em;
	font-size: 1.1em;
	font-weight: bold;
}

#news-archive-list .news-list-date {
	border: none;
	display: block;
	font-weight: normal;
	font-size: 0.9em;
}

/* ####################### TAGCLOUD ############################# */

#content .tx-vgetagcloud-pi1 ul {
	list-style-type: none;
	margin: -1em 0 1.5em 0;
	padding: 0;
	line-height: 30px;
}

#content .tx-vgetagcloud-pi1 ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
}

#content .tx-vgetagcloud-pi1 ul li a {
	margin: 0;
	padding: 0;
}