@charset "iso-8859-1";

#posts {
	width: 510px;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding-top:0;
}

#posts .postContainer {
	position: relative;
	padding: 10px 0 10px 5px;
	color: #000;
	margin-left:10px;
	border-bottom:1px dashed #d8d8d8;
	overflow:hidden;
	*height:1%
}

#posts .postContainer a {
	color: #ff0000;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}

#posts .postContainer a img {
	font-weight:normal;
	font-size:10px;
	color:#767676
}

#posts .postContainer .detail {
	float:left;
	width:87%
}

#posts .postContainer .avatar {
	float: left;
	display: block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

#posts .postContainer .avatar img {
	width: 22px;
	height: 22px;
}

#posts .postContainer a span {display:block;width:22px;height:22px;position:absolute;top:0;left:0}
#posts .postContainer a.male span {background:url("../../../gfx/male22.gif") no-repeat}
#posts .postContainer a.female span {background:url("../../../gfx/female22.gif") no-repeat}

#posts .preview {padding:2px 0}
#posts .preview a {border:1px solid #bfbfbf;display:inline-block;padding:2px}


#posts .postContainer .type {
	right: 0;
	top:5px;
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
}

#posts .postContainer .type.comment { background:url('../../../gfx/types/comment.gif') no-repeat; }
#posts .postContainer .type.signIn { background:url('../../../gfx/types/signIn.gif') no-repeat; }
#posts .postContainer .type.presence { background:url('../../../gfx/types/presence.gif') no-repeat; }
#posts .postContainer .type.content { background:url('../../../gfx/types/content.gif') no-repeat; }
#posts .postContainer .type.takenTest { background:url('../../../gfx/types/takenTest.gif') no-repeat; }
#posts .postContainer .type.visitor { background:url('../../../gfx/types/visited.gif') no-repeat; }
#posts .postContainer .type.standard { background:url('../../../gfx/types/standard.gif') no-repeat; }
#posts .postContainer .type.answer { background:url('../../../gfx/types/answer.gif') no-repeat; }
#posts .postContainer .type.photo { background:url('../../../gfx/types/photo.gif') no-repeat; }
#posts .postContainer .type.video { background:url('../../../gfx/types/video.gif') no-repeat; }
#posts .postContainer .type.shout { background:url('../../../gfx/types/shout.gif') no-repeat; }
#posts .postContainer .type.link { background:url('../../../gfx/types/link.gif') no-repeat; }
#posts .postContainer .type.search{ background:url('../../../gfx/types/search.gif') no-repeat; }

#posts .postContainer .timestamp {
	font-size: 9px;
	color: #747474;
	display: inline-block;
	*display:inline;
	*padding-right:5px
	/*float: left;*/
}

#posts .postContainer .commenti .timestamp {
	padding-left:5px;
}

#posts .postContainer .question {
	font-style: normal;
	padding: 0 0 3px 0;
}

#posts .postContainer .question {
overflow:hidden;
*height:1%;
padding-left:0;
color:#969696
}

#posts .postContainer .question div.avatar,
#posts .postContainer .answer div.avatar {
padding:0;
top:0
}

#posts .postContainer .question div.avatar {
opacity:.7;
filter:alpha(opacity=70)
}

#posts .postContainer .question .ldquot,
#posts .postContainer .question .rdquot {
font:bold 13px/1em serif;
display:inline-block
}
#posts .postContainer .question .ldquot {padding-left:5px}


#posts .postContainer .answer {
clear:both;
padding:5px 0 0 0;
color:#000
}

#posts .postContainer .actions {
display:inline-block;
*display:inline;
clear:both;
padding:0;
margin:0;
font-size:10px;
*margin-top:-7px;
color:#767676;
text-align:right
}

#posts .postContainer .actions a {
text-transform:lowercase;
padding:0 3px;
margin:0;
width:auto;
height:auto;
display:inline;
text-decoration:none;
font-weight:normal;
color:#0d99cb;
font-size:9px
}


#posts .postContainer .actions a:hover {text-decoration:underline}

#posts .commenti {
clear:both;
list-style-type:none;
margin:0 0 0 32px;
padding:0;
background:url("../../../gfx/sfondo-commenti.gif") no-repeat 5px top;
}

#posts .commenti li.space {height:10px;font-size:0;line-height:0;padding:0;background-color:transparent;border:0}

#posts .commenti li {
clear:left;
padding:5px 0 10px 8px;
margin:0;
display:block;
background-color:#f4f4f4;
overflow:hidden;
*height:1%;
border-bottom:2px solid #FFF
}

#posts .commenti li div {
margin:0;
top:0
}

#posts .commenti li.addComment textarea{
color:#767676;
overflow:auto;
width:88%;
height:25px
}

#posts .commenti li.addComment .button {
border:none;
background:url("../../../gfx/btn-commenta2.gif") no-repeat left center;
width:35px;
height:24px;
text-align:center;
color:#767676;
font-weight:bold;
vertical-align:bottom;
margin-left:5px;
font-size:12px;
line-height:1em;
cursor:pointer
}

#rtf #old_posts_loader {
	display: none;
	text-align: left;
	padding-top:20px;
	padding-left:10px
}

#rtf #old_posts_loader a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#old_posts_loader_img {
	display: none;
	background-image: url('img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}

#posts .c_container {display: none;}
#posts .c_container.show {display: block;}