.comment {
	margin-right: 220px;
}

.comment form {
	margin-bottom: 1em;
}

.comment-tray {
	clear: left;
	text-align: right;
	padding-bottom: 1em;
}

.comment-tray select {
	font-size: 100%;
}

.c-filter {
	padding: 0 10px;
}

.comment-tray {
	padding-right: 15px;
}

.comment-tray form {
	display: inline;
}

.c-body textarea {
	width: 100%;
	font-size: 100%;
	height: 12em;
    margin: 10px 0 3px 5px;
}

.c-body input {
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.comment ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment ol li {
	background: url(comment-1.png) no-repeat;
	color: #333;
	padding: 4px 0;
	margin: 0;
	position: relative;
	list-style: none;
	width: 100%;
} /*IE6, IE7*/

.comment ol li.c-bury {
	background: url(comment-2.png) no-repeat;
}

.comment ol li.c-friend {
	background: url(comment-3.png) no-repeat;
}

.comment ol li.c-user {
	background: url(comment-4.png) no-repeat;
}

.comment ol li li {
	margin-left: 4%;
	width: 96%;
	margin-top: 4px;
}

.c-block {
	border: none;
	vertical-align: middle;
	margin-left: 5px;
}

.comment ol .user-photo {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.comment ol .c-user .user-photo {
    border-color: #fff;
}

.c-edit .c-body {
	border: 1px solid #D0C65A;
	padding-top: 0px;
	background: #FFF9B9;
}

.c-editable {
	display: block;
	margin: -5px -10px 5px -10px;
	font-size: 85%;
	padding: 3px 3px 3px 5px;
	background: #D0C65A;
	color: #fff;
	text-decoration: none;
}

.c-edit textarea, .c-edit input {
	margin-left: 5px;
}

.c-body textarea {
	width: 97% !important;
	height:100px;
}

.c-edit .c-body:hover .c-editable {
	background: #A69A1E;
}

.c-info, .c-digg {
	font-size: 12px;
	padding: 3px 10px;
	color: #546477;
}

.c-edit .c-info {
    display: block !important;
}

.c-digg {
	position: absolute;
	top: 2px;
	right: 2px;
}

.c-digg img {
	vertical-align: middle;
	border: none;
}

.c-body {
	line-height: 130%;
	position: relative;
}

.c-body-inside {
	padding: 5px;	
	overflow: hidden; /* for long urls */
	min-height: 25px;
} /*IE6*/


.c-line {
    padding: 4px 0;
    clear: left;
	font-size: 12px;
    text-align: right;
    display: block; /*needed*/
}

.c-edit .c-line, .c-edit .c-reply {
    display: none;
}

.c-bury .c-info a, .c-bury .c-info, .c-bury .c-digg, .c-bury .c-digg a, li .c-bury .c-info a, li .c-bury .c-info, li .c-bury .c-digg, li .c-bury .c-digg a {
	color: #999;
}

.c-friend .c-info a, .c-friend .c-info, .c-friend .c-digg, .c-friend .c-digg a li .c-friend .c-info a, li .c-friend .c-info, li .c-friend .c-digg, li .c-friend li .c-digg a {
	color: #22501F;
}

.c-user .c-info a, .c-user .c-info, .c-user .c-digg, .c-user .c-digg a li .c-user .c-info a, li .c-user .c-info, li .c-user .c-digg, li .c-user li .c-digg a {
	color: #293a4f;
}

.c-normal .c-info a, .c-normal .c-info, .c-normal .c-digg, .c-normal .c-digg a li .c-normal .c-info a, li .c-normal .c-info, li .c-normal .c-digg, li .c-normal .c-digg a {
	color: #546477;
}

.c-editable strong {
	text-decoration: underline;
    margin-left: 10px;
}

.c-reply-info {
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
	background: url(comments.gif) no-repeat;
	padding-left: 20px;
}

.c-thread {
	font-size: 85%;
	display: block;
	margin: 0.5em 0 -0.5em 2em;
}
