/*
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
*/

select#comment_parent {
	width: 260px;
}

/* .authorline {
	font-size: 0.8em;
  font-style: italic;
} */

h3#comments {
	font-size: 25px;
    font-family: "Tahoma", "Verdana", "Helvetica", "Geneva", Sans-serif;
    font-weight: lighter;
    padding-bottom: 15px;
}

h3#respond {
	font-size: 25px;
    font-family: "Tahoma", "Verdana", "Helvetica", "Geneva", Sans-serif;
    font-weight: lighter;
    padding-bottom: 15px;
}

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

ol.yatcp_commentlist p {
	margin-left: 5px;		
	padding: 0;		
	list-style-type: none;
}

ol.yatcp_commentlist li {
	margin: 0;		
	padding: 5px;		
	list-style-type: none;
}

ol.yatcp_commentlist li.alt {
	border: 1px solid #cecece;
	background-color: #e7e7e7;
	margin-bottom: 15px;
}

ol.yatcp_commentlist li.even {
	border: 1px solid #cecece;
	background-color: #fff;
	margin-bottom: 15px;
}

ol.yatcp_commentlist li ol {
	
	list-style-type: none;
	padding-left: 5px;
}

#author {
	width:  200px;
}

#email {
	width:  200px;
}

#url {
	width:  200px;
}