@charset "utf-8";
/* CSS Document */
#talk {
	width:722px;
	float:left;
	}
#text {
	margin-bottom:10px;
	font-size:medium;
	padding:20px;

}
#commentscontainer {
	width:88%;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	}
#rightsidebar {
	display: inline;
	width:250px;	
	float: right;
	position:relative;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.discussion {
	margin-bottom:20px;
	display:block;
	border: 1px solid #CCCCCC;
	width:650px;
	overflow: hidden;
	font-size:small;
	background-color: #FCFCF8;
	/*background-image: url(../Media/commentbackground.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;*/

}
.discussion_text {
	padding:10px;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	font-size: small;
}

.discussion_info {
	padding:5px;
	width:100%;
	font-size:xx-small;
	background-color:#F8FCF3;
}
.discussion_info a {
	font-weight: bold;
	text-decoration: none;
}
#bodytitle a {
	color:#996633;
}