/*
Copyright 2007  Joachim Praetorius (yatcp@organisiert.net)

YATCP is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation using version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}


#comments ol li {
	margin-top: 2px;
	border-bottom: 0px solid #F0F0F0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 0px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
        color: #472E14;
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #8B5F35;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Georgia, serif;;
	font-size: 100%;
	padding: 10px;
}

#comment_reply a{
	margin-top: 5px;
	margin-bottom: 10px;
        text-align: left;
	color: #8B5F35;
	font-size: 85%;

}

.section-title {
        vertical-align: bottom;
	font-size: 140%;
	margin-bottom: 10px;
}




#comment_parent {
	width: auto;
}


ol.yatcp_commentlist {
	margin: 0;		
	padding: 0px 20px 0px 0px;		
	list-style-type: none;

}

ol.yatcp_commentlist li {
	float: left;
        width: auto;
	padding: 15px 5px 10px 10px;
	margin: 0;		
}

ol.yatcp_commentlist li.alt {
	background-color: #CBAB8B;
        width: auto;
}

ol.yatcp_commentlist li ol {
	border-left: 5px solid #aaa;
        margin-right: 5px;
}
