﻿/*
#########################################################################
#																		#
#						comment.css for drupal 5.x						#
#																		#
#						   (c) 2009 by Wono.de							#
#																		#
#						   Template: animabilis							#
#							 Version 1.0 Beta							#
#																		#
#########################################################################
*/

div.comment{
	padding: 10px 20px 10px 10px;
	border-color: #EFEFEF #CCCCCC #CCCCCC #EFEFEF ;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	clear: both;
	line-height: 16px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 0px;
	background: url("../images/default/bg_node_to_bottom.png") repeat-x scroll center bottom transparent;
	margin-top: 10px;
}
div.comment span.new{
	width: 60px;
	z-index: 3;
	right: 0px;
	top: 0px;
	position: absolute;
	height: 60px;
	display: block;
	background: url("../images/default/default_layout_map.png") no-repeat scroll -840px -190px transparent;
}
div.indented{
	margin: 0 0 20px 25px;
}
div.comment div.picture{
	border: 3px #FFFFFF solid;
	float: left;
	padding: 0px;
	margin: 10px 10px 45px 10px;
	-moz-transform: scale(1.2) rotate(-5deg);
	-moz-box-shadow: 0px 1px 2px #666666;
	box-shadow: 0px 1px 2px #666666;
	-webkit-box-shadow: 0px 1px 2px #666666;
	background-color: #FFFFFF;
	background: #FFFFFF url('../images/icons/comment_user_default.png') no-repeat center;
	width: 50px;
	height: 50px;
}
div.comment div.picture img{
	height: 50px;
	width: 50px;
}
div.comment div.comment_wrapper_left{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
div.comment div.comment_wrapper_right{
	float: left;
	display: block;
	margin-left: 70px;
	position: relative;
	z-index: 1;
}
div.comment h3.title{
	margin: 0px;
	padding: 7px 0 5px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
	clear: both;
}
div.comment h3.title a{
	color: #666666;
}
div.comment h3.title a:hover{
	color: #000000;
}
div.comment div.submitted{
	padding: 0 0 0 7px;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
div.comment div.content{
	padding: 7px 7px 5px 7px;
	margin: 0 0 0 0;
	clear: both;
}
div.signature{
	margin: 7px 0 0 0;
	border-top: 1px #CCCCCC solid;
	padding: 7px 7px 0 7px;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}

div.comment div.links{
	padding: 5px 0 0 10px;
	font-size: 11px;
	overflow: hidden;
}
div.comment div.links ul{
	float: right;
	display: block;
}
div.comment div.links ul li{
	float: left;
	display: inline;
	padding: 0px;
}
div.comment div.links ul li a{
	margin: 5px;
	padding: 4px 10px;
	border-color: #D0D0D0 #AFB0B1 #AFB0B1 #D0D0D0;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	background-image: url("../images/default/default_layout_map.png");
	background-position: 0px -50px;
	background-color: #BBC7D0;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	color: #000000 !important;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
}
div.comment div.links ul li a:hover{
	background-color: #D8E0E3;
}

#comment-form input{
	width: 95%;
}
