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

.authorline {
	font-size: 0.8em;
}

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

ol.yatcp_commentlist li {
	margin: 0;
    margin-top: 5px;		
	padding: 3px;		
    padding-top: 5px;
	list-style-type: none;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    background-color: #080808;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border: 1px solid #ddd;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

ol.yatcp_commentlist li.alt {
}

ol.yatcp_commentlist li ol {
    margin-left: 10px;
    padding-left: 2px;
	/*border-left: 1px solid #ddd;*/
	list-style-type: none;
}

