#yui-main {
	display: inline;
}

.primary-content {
	margin:0 0px 0 10px;
}
#answers {
	float:left;
	width:560px;
	margin:20px 0 0 0;
}
#answers .post {
	float: left;
	margin: 0 0 15px 0;
}

#answers .post .profile .avatar{
	width: 80px;
	height: 80px;
}

#answers .profile, #answers .callout-lefty {
	float:left;
	z-index: 10;
	position:relative;
}
#answers .call-out {
	border: 1px solid #ccc;
	margin-left: -1px;
}
#answers .call-out {
	float:left;
}
#answers .reply {
	clear:both;
	border-top:1px solid #ccc;
}

#answers .call-out .aside {
	float: left;
	width:60px;
}
#answers .call-out .aside p {
	font-size:180%;
	margin:0 0 0 20px;
}
#answers .call-out .content {
	float:left;
	width:350px;
	margin:10px 10px 10px 10px;
}

#answers .call-out .reply .aside {
	display: inline;
	float: left;
	width:60px;
	margin:10px 0 10px 10px;
}
#answers .call-out .reply .content {
	float:left;
	width:350px;
	margin:10px 10px 10px 0px;
}

#answers .call-out .new_reply textarea {
	width: 340px;
}

#answers .call-out .new_reply .comment {
	margin-bottom: 5px;
}

#answers .call-out .reply .avatar {
	width: 42px;
	height: 42px;
} 

#answers .call-out h1 {
	margin:0 0 5px 0;
	font-size:180%;
}
#answers .call-out .tags {
	margin:0 0 10px 0;
}
#answers .call-out .flag {
	float: right;
	margin:0;
}
#answers .call-out .deleted {
	float: right;
	margin:0;
	color: red;
}
	
#answers .call-out .flag a{
	color:#666;
	text-decoration: none;
}

#answers .new_answer form {
	border:1px solid #ccc;
	margin:0 0 0 -1px;
	width:420px;
	padding:10px;
}
#answers .call-out form textarea {
	width:400px;
	height:100px;
	font-style: italic;
}
#answers .call-out form input {
	margin:20px 0 0 0;
}