/* @override http://bildschirmarbeiter5/themes/ba_themes/css/comments.css */

/*	Comments	*/
#comment_form {
	margin-bottom: 10px;
}

#comment_form p {
	margin: 5px 0;
}

.gravatar {
	border:1px solid #E4E4E4;
	margin:0px 10px 0 0;
/*
	width:40px;
	height:40px;
*/
	display:block;
	float:left;
/*	background: url(gravtar.png) no-repeat; */
}
#commentlist {
	width: 492px;
}

#commentlist h2 {
	color: #0D370C;
	font-size: 140%;
	margin: 3px 0px 10px;
}

.commetmainauthor {
	clear:both;
	clear:both;
	padding:8px 10px;
	border-top:1px solid #c3c3c2;
	overflow:hidden;
	height:100%;
	background:#e4e4e4 url(/themes/ba_themes/comments/ctop_center2.png) repeat-y; 
}
.commetmain {
	clear:both;
	padding:8px 10px;
	overflow:hidden;
	height:100%;
	border-top:1px solid #c3c3c2;
	background:#e4e4e4 url(/themes/ba_themes/comments/ctop_center.png) repeat-y; 
}
.commet_top {
	font:11px Arial, Helvetica, sans-serif;
	padding:5px 0;
	color:#666;
}
.commet_bottom {
	font:11px Arial, Helvetica, sans-serif;
	padding:5px 0 0 45px;
	margin-bottom:15px;
	color:#666;
	background:url(/themes/ba_themes/comments/cbottom.png) no-repeat;
	height:19px;
	clear:both;
}
.commet_bottom2 {
	font:11px Arial, Helvetica, sans-serif;
	padding:5px 0 0 45px;
	margin-bottom:15px;
	color:#666;
	background:url(/themes/ba_themes/comments/cbottom2.png) no-repeat;
	height:19px;
}
.commet_right {
	width:70%;
	float:right;
	background:url(quote.png) no-repeat;
	padding:5px 0 0 35px;
}
.comm_list {
	margin-bottom:15px;
}
#content .commetmain p {
	margin:0;
	padding:0;
}
.thecomment {
	margin: 0px;
}
.comment-body {
	margin:0;
}
.comment-desc {
	float: right;
	width: 410px;
}
div.comment-body a {
	text-decoration: underline;
}
.comment-metadata {
	padding:5px 10px;
	color: #333;
	font-weight:bold;
	font-size:11px;
}
.comment-metadata a, .comment-metadata a:visited {
	color:#333;
	text-decoration:none;
}
.comment-metadata a:hover {
	color: #666;
}
.authorcomment {
	margin: 0px;
	font-size:12px;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	padding:0 10px;
	background: #fff;
	color: #333333;
}
.authorcomment .comment-metadata a {
	color:#333;
	text-decoration:none;
}
.authorcomment .comment-metadata a:hover {
	color: #333;
}
.nav-next {
	padding-right:8px;
	font-weight:bold;
}
.nav-previous {
	padding-left:8px;
	font-weight:bold;
}
.comment-author {
	padding-bottom:5px;
	font-size:11px;
	text-align:center;
}

.comment-rss {
	padding: 2px;
	height: 20px;
	padding-left: 17px;
	text-indent:-9999em;
	background:url(/themes/ba_themes/subscribe_rss.png) no-repeat; 
}

div.commenttitle { 
	margin: 0px 0 10px; 
	background: #fefefe url(/themes/ba_themes/bg1.png) bottom repeat-x;
	border: 1px solid #cccccc;
	padding: 5px 4px 10px;
	display: block;
}

div.commenttitle span{
	float:right;
	font-weight:bold;
	color: #3A3A3A;
	line-height:120%;
}

#addFavorite, #delFavorite {
	 float: right;
}

div.editCommentBox {
	margin-bottom: 10px;
}
div.editCommentBox textarea {
	margin-bottom: 5px;
}

p.pages {
	border: 1px solid #C3C3C2;
	margin-bottom: 10px;
	padding:  5px;
}

p.pages a {
	text-decoration: underline;	
}

div.entry {
	padding: 10px 10px 5px;
}

div.formtooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 	z-index: 1000;
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

/* tooltip styling */ 
.image_tooltip { 
    display:none; 
/*    background:url(/themes/ba_themes/tooltip/white.png);  */
/*
    height:163px; 
    padding:20px 30px 10px 30px; 
    width:310px; 
*/
    font-size:11px; 
    color:#fff; 
/*	display: block; */
	margin: 0 auto;
} 
 
/* a .label element inside tooltip */ 
.image_tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.image_tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
div.comment_video {
	margin:10px 0 5px;
}
div.comment_video object, div.comment_video embed{
	height: 243px;
	width: 400px;
	text-align: center;
}
div.comment_video p {
	margin: 5px 0px;
	text-align: center;
}

.last {
	margin-bottom: 10px;
}
