#contentContainer {
	background-color:#FFF;
	margin: 8px;
	border-bottom: 1px dotted #fcfcfc;
}
#rightPanel {
	background-color:#EFF5FF;
	border-left:1px solid #CFE2FF;
	float:right;
	margin:0;
	padding:15px;
	text-align:left;
	width:190px;
	font-size: 9px;
}
#leftPanel {
	background-color:#FFF;
	float:left;
	margin:0;
	padding:15px;
	text-align:left;
	width:663px;
}
#rightPanel ul li {
	margin-left: -25px;
}

.posttime {
	background:url(post_date_bg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height:35px;
	width:37px;
	float:left;
	text-align:center;
	padding-top:2px;
	margin-right:6px;
	margin-top:0px;
}
.posttime .m {
	color:#666;
	font-size:12px;
	line-height: 14px;
	padding-bottom:1px;
}
.posttime .d {
	color:#666;
	font-size:16px;
	line-height: 16px;
	line-height:20px;
}
.posttitle {
	margin:0 10px 0 11px;
	height:38px;
	padding-top:0px;
	margin-bottom: 20px;
}
.posttitle h2, .posttitle h2 a {
	font-size:16px;
	color:#D01F3C;
	text-decoration:none;
	line-height:20px;
	margin:0px;
	max-height:20px;
	overflow:hidden;
	letter-spacing:0;
}
.posttitle h2 a:hover {
	color:#D01F3C;
	text-decoration:none;
	background:#F1F2EB;
}
.postmeta {
	margin:3px 0 0 3px;
	overflow:hidden;
	height:20px;
}
.postmeta span {
	padding-left:14px;
	color:#808080;
	margin-right:12px;
	background-image:url(span.gif);
	background-repeat:no-repeat;
}
.postmeta span span {
	padding-left:0px;
	margin-right:0px;
	background-image:none;
}
.postmeta span a {
	color:#808080;
	text-decoration:none;
}
.postmeta span a:hover {
	color:#666;
}
.comment {
	float:right;
	background-position:left -58px;
}
.category {
	background-position:left -78px;
}
.date {
	background-position:left -98px;
}
.author {
	background-position:left 2px;
}
.pop {
	float:right;
	background-position:left 16px;
}
.edit {
	background-position:left -138px;
}
.tags {
	background-image: url(span.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left -13px;
	line-height:200%;
}
.tags a {
	background:#F1F2EB;
}
.postmetadata {
	padding:5px;
	background:#EFF2E9;
}
.postmetadata a {
	color:#4C81B6;
}
.post {
	line-height:140%;
	margin:10px 0;
}
.post a {
	color:#4C81B6;
}
.post img {
	border:1px solid #e1e1e1;
	padding:2px;
	max-width:500px;
}
.noboder, .noboder img {
	border:0;
}
.post a:hover img {
	border:1px solid #767676;
	padding:2px;
	text-decoration:none;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	color:#83aa59;
	margin:10px 0;
}
.post fieldset {
	padding:10px;
}
.post form {
	text-align:left;
}
.post form input, .post form textarea, .post form select {
	border:1px solid #E1E1E1;
}
.post form input.button {
	border:1px solid #999;
	padding:2px;
}
.post table {
	border:1px solid #999;
	padding:1px;
	border-collapse:collapse;
}
.post pre {
	display:block;
	overflow:auto;
	color:#808080;
	padding:5px;
	margin:5px;
}
.post blockquote {
	display:block;
	margin:0 10px;
	padding:5px;
	overflow:auto;
	background:#fafafa;
}
.post code {
	display:block;
	overflow:auto;
	color:#808080;
	border:2px dashed #e1e1e1;
	padding:5px;
	margin:5px;
}
.post ul li, .post ol li {
	list-style-position:inside;
	padding-left:20px;
	margin-bottom:14px;
}
#commentform p {
	padding-bottom:10px;
}
#comments #respond {
	margin-top:20px;
}
#commentform #author {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(images/author.gif) no-repeat left;
	padding-left:15px;
	font-size:18px;
}
#commentform #email {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(images/email.gif) no-repeat left;
	padding-left:15px;
	font-size:18px;
}
#commentform #url {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(images/homepage.gif) no-repeat left;
	padding-left:15px;
	font-size:18px;
}
#commentform #comment {
	border:1px solid #dadada;
	height:200px;
	width:500px;
}
#commentform #submit {
	border:1px solid #dadada;
	height:20px;
	width:140px;
	background:#fff url(images/submit.gif) no-repeat left;
	padding-left:15px;
	font-size:12px;
	color:#4E5C69;
}
#comments h3 {
	margin:0px 10px 10px 0px;
	font-size:14px;
}
#comments ul {
	list-style-type:none;
	background:#f5f5f5;
	overflow:hidden;
	margin-top:10px;
}
#comments ul li {
	float:left;
	width:97%;
	border-top:1px dotted #e1e1e1;
	min-height:80px;
	margin:0;
	padding:10px 10px 5px;
}
.commentlist {
	margin:0;
	margin-left:-40px;
}
.commentlist li {
	list-style-type:none;
	display: block;
	padding: 15px;
}
.commentlist .alt {
	background-color: #f8f8f8;
}
ul.commentlist li ul.children li {
	padding-left:20px!important;
}
ul.commentlist li ul.children li.depth-2 {
	width:94%!important;
}
ul.commentlist li ul.children li.depth-3 {
	width:91%!important;
}
ul.commentlist li ul.children li.depth-4 {
	width:88%!important;
}
ul.commentlist li ul.children li.depth-5 {
	width:85%!important;
}

