/* Round Button Style */

/** NEWS VORSCHAU - Start.html **/

.news-post:last-child
{
	background: none !important;
}
.news-post
{
	background: url(../../../include/designs/ilch2012/img/dotted.gif) bottom repeat-x;
	margin-bottom:10px;
	
}
.news-post>.head-meta
{
	
}
.news-post>.head-meta>ul.meta li span.icon
{	
	height:10px;
	width:10px;
	margin-right:2px;
	display: inline-block;
}
.news-post>.head-meta>ul.meta li>.icon.clock
{
	background: url(../../../include/designs/ilch2012/img/news-meta-icons.gif)0px 0px;
}
.news-post>.head-meta>ul.meta li>.icon.comments
{
	background: url(../../../include/designs/ilch2012/img/news-meta-icons.gif)10px 0px;
}
.news-post>.head-meta>ul.meta
{
	margin:0px !important;
	display:block;
	float:right;
	
	color: #c6c6c6 !important;
	
}
.news-post>.head-meta>ul.meta>li
{
	margin-left: 5px !important;
	list-style:none !important;
	list-style-type:none !important;
	float: left;
	display:block;
	font-size: 10px !important;
	line-height:10px !important;
}
.news-post>.head-meta>ul.meta>li a
{
	color: #c6c6c6;
}

.news-post > .heading h3
{
	font-size: 13px;
}
.news-post > .heading h3 a
{
	color: #B71E00 !important;
}

.news-post > .post{
	padding-bottom:5px;	
}

/** NEWS Voll **/



/** NEWS Kommentare **/
.comment-create textarea 
{
	width:100%;	
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	border:1px solid #ECECEC !important;
	box-shadow:inset 1px 1px 1px #CFCFCF!important;
	padding: 5px!important;
	margin-bottom:10px!important;
	resize:vertical!important;
}
.comment-list
{
    margin-bottom:20px;
}


div.comment
{
    margin:0px !important;
    list-style:none !important;
    list-style-type:none !important;    
}
div.comment div.comment-avatar
{
    float: left;

    margin-top: 4px;
    width: 60px;
    display:block;
}
div.comment div.comment-avatar span.del
{
    background: #C73838;
    padding:2px 4px 2px 4px;
    font-size:9px;
    width:40px;
    display:inline-block;
    line-height:10px;
}
div.comment div.comment-avatar span.del a
{
    color: #fff;
}
div.comment div.comment-content
{
    margin-left:60px;
}
div.comment div.comment-content .name a,
div.comment div.comment-content p.name
{
    color: #B71E00;
    font-weight:600;
    padding:0px;
    margin:0px;
}
div.comment {
    background: url(../../../include/designs/ilch2012/img/dotted.gif) bottom repeat-x;
    margin-bottom:10px!important;
}
div.comment:last-child {
    background: none !important;
}