#header h1 {
	padding-left: 90px;
}
#content-left {
	width: 640px;
	margin-left: 100px;
	float: left;
}
	#threadinfo {
	}
	#threadinfo .title {
		position: relative;
		margin-top: 10px;
		margin-left: -68px;
		overflow: hidden;
	}
		#threadinfo .title .score {
			position: absolute;
			left: 0px;
			top: 6px;
			color: #00b1ff;
			font-size: 14px;
			font-family: arial;
			text-align: right;
			width: 30px;
		}
		#threadinfo .title .icon {
			float: left;
			width: 66px;
			color: #00b1ff;
			font-size: 24px;
			font-family: arial;
			text-align: right;
		}
		#threadinfo .title .question {
			float: left;
			width: 632px;
			background-color: #e5f7ff;
			padding: 5px;
		}
			#threadinfo .title a {
				color: #466f81;
				text-decoration: none;
				font-size: 24px;
				font-family: arial;
			}
			
	#threadinfo .tags {
		position: relative;
		margin-top: 10px;
		margin-left: -49px;
		clear: left;
		overflow: hidden;
	}
		#threadinfo .tags h3 {
			float: left;
			width: 49px;
			color: #00b1ff;
			font-size: 18px;
			font-weight: normal;
			font-family: arial;
		}
		#threadinfo .tags ul {
			float: left;
			list-style: none;
		}
			#threadinfo .tags ul a {
				color: #466f81;
				text-decoration: none;
			}
			#threadinfo .tags ul li {
				float: left;
				margin-right: 5px;
				background-color: #e5f7ff;
				padding: 2px 6px;
			}
	#threadinfo .views {
		position: relative;
		margin-top: 10px;
		margin-left: -59px;
		clear: left;
		overflow: hidden;
	}
		#threadinfo .views h3 {
			float: left;
			width: 59px;
			color: #00b1ff;
			font-size: 18px;
			font-weight: normal;
			font-family: arial;
		}
		#threadinfo .views span {
			float: left;
			color: #466f81;
			font-size: 16px;
			font-family: arial;
			margin-top: 2px;
		}
	#threadinfo .answers {
		position: relative;
		margin-top: 10px;
		margin-left: -81px;
		clear: left;
		overflow: hidden;
	}
		#threadinfo .answers h3 {
			float: left;
			width: 81px;
			color: #00b1ff;
			font-size: 18px;
			font-weight: normal;
			font-family: arial;
		}
		#threadinfo .answers span {
			float: left;
			color: #466f81;
			font-size: 16px;
			font-family: arial;
			margin-top: 2px;
		}
	#threadinfo .post-body {
		clear: left;
		margin-top: 10px;
		padding: 5px;
		background-color: #e5f7ff;
	}
#answers {
	margin-left: -60px;
	margin-top: 10px;
	clear: left;
}
	#answers .answer {
		clear: left;
		padding-top: 10px;
	}
	#answers .answer .post {
		position: relative;
	}
	#answers .answer .score {
		position: absolute;
		left: 0px;
		top: 5px;
		color: #00b1ff;
		font-size: 14px;
		font-family: arial;
		text-align: right;
		width: 35px;
	}
	#answers .answer .icon {
		float: left;
		width: 65px;
		color: #ff00a2;
		font-size: 24px;
		font-family: arial;
		text-align: right;
	}
	#answers .answer .post {
		overflow: hidden;
	}
	#answers .answer .post-body {
		width: 625px;
		padding: 5px 5px 20px;
		float: left;
		background-color: #fff5fb;
	}
	#answers .answer .info {
		float: left;
		width: 625px;
		height: 16px;
		margin-left: 71px;
		margin-top: -18px;
	}
		#answers .answer .author {
			color: #ff00a2;
			text-decoration: none;
		}
		#answers .answer .dateline {
			font-size: 10px;
			color: #466f81;
		}
	#answers .comments {
		clear: left;
		margin-left: 100px;
	}
		#answers .comment {
			margin-top: 10px;
			padding: 5px;
			background-color: #f5f5f5;
			color: #333333;
		}
		#answers .comment .author {
			color: #ff00a2;
			text-decoration: none;
		}
		#answers .comment .dateline {
			font-size: 10px;
			color: #466f81;
		}


#content-right {
	width: 250px;
	float: right;
	margin-top: 10px;
}

#content-right .relatedthreads {
	
}
	#content-right .relatedthreads h3 {
		color: #00b1ff;
		font-size: 24px;
		font-weight: normal;
		font-family: arial;
	}
	#content-right .relatedthread {
		margin-top: 5px;
		background-color: #ededed;
		padding: 5px;
	}
		#content-right .relatedthread a {
			text-decoration: none;
			color: #FF00A2;
		}

.post-body ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
}
.post-body pre {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow-x: auto;
}