.forum-comment{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#discussion_view
{
	clear: both;
	width: 100%;
	overflow: hidden;
}

/*.forum-comment-level-0,.forum-comment-level-1,.forum-comment-level-2,.forum-comment-level-3 {width:612px;}*/
.forum-comment-level-1 .forum-comment {margin-left: 20px;}
.forum-comment-level-2 .forum-comment {margin-left: 40px;}
.forum-comment-level-3 .forum-comment {margin-left: 60px;}

.forum-comment-level-1 .forum-comment-block
{
	width: 592px;
}

.forum-comment-level-2 .forum-comment-block
{
	width: 572px;
}

.forum-comment-level-3 .forum-comment-block
{
	width: 552px;
}

.forum-comment-date{
	font-size: 0.9em;
	font-style: italic;
	margin-left: 10px;
	color: #AAA;
}

.forum-comment-avatar{
	float: left;
	width: 40px;
}

.forum-avatar{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #000;
}

.forum-comment-block{
	position: relative;
	float: left;
	padding-bottom: 15px;
}

.forum-report-spam{
	color: #AAA;
	text-decoration: none;
	border-bottom: 1px dashed #AAA;
}

.forum-comment-count{
	margin-top: 5px;
	display: block;
	font-size: 0.9em;
	color: #333;
	font-style: italic;
}

.forum-form{
/*  padding-left: 40px;*/
	padding-bottom: 20px;
}

.forum-topics-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.forum-topics-list li {
    margin: 8px 0;
    border-bottom: 1px dotted #333;
}

/*.forum-topics-list .topicname {
    border-bottom: 1px dotted #333;
}
*/

.forum-topics-list .icomment {
    position: relative;
    top: 4px;
}

.forum-topics-list .topicname span {
    position: relative;
    top: 4px;
}

.forum-topics-list .topicname a {
    position: relative;
    top: 4px;
    text-decoration: underline;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
}


.comments-count {
    background: url(../img/ctccomments.png) no-repeat top left;
    padding-left: 16px;
}

#changeform div.field input.social-icons 
{
    background-image: url(../img/social_icons.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    width:220px;
}

div.social-icons 
{
    background-image: url(../img/social_icons.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height:31px;
    line-height:1.8em;
    padding-top:3px;
}

.icon-facebook { background-position: 0px  7px;  }
.icon-flickr   { background-position: 0px -49px;  }
.icon-lj       { background-position: -2px -106px; }
.icon-twitter  { background-position: 0px -220px; }
.icon-youtube  { background-position: 0px -278px; }

.topicname span.topictype {background: white;padding-right: 2px;}
.topicname a {left: -1px;}
ul.forum-topics-list li .icomment {background:white;}
