#blog_left {
	width: 625px;
	float: left;
}

#blog_right {
	width: 210px;
	padding: 15px;
	background: #f9ed96;
	float: right;
}

.blog .post {
	margin-bottom: 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #ccc;
}

.blog .post .content{
	margin: 10px 0;
	line-height: 1.5em;
}

.blog .post h3,
.post h4 {
	margin: 0px;
}

.blog .comments { margin: 20px 0; }

.blog .comments textarea {
	width: 650px;
	height: 120px;
	margin: 5px 0 10px 0;
}

.blog textarea#post_content{
	width: 700px;
	height: 400px;
}

code {
	font-family: Monaco, monospace;
}

pre {
	margin: 20px 0;
	padding: 10px;
	background-color: #2c2828;
	border: 1px solid #000000;
	line-height: 18px;
	overflow: hidden;
}

pre code {
	font-size: 12px;
	color: #ffffff;
}

p code,
ol code,
li code {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #7d7d7d;
	background-color: #b0b0b0;
	color: #000000;
}

.col2 blockquote {
	padding-left: 20px;
	border-left: 2px solid #ffffff;
}

.col2 p#fn1 {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 2px dashed #dedede;
}

.col1.special,
.col2.special { float: right; }

/* START Disqus Comment System */

#disqus_thread {
	font-family: sans-serif;
	color: #6d6c6c;
}

#disqus_thread h3 {
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #6c6c6c;
}

#disqus_thread a {
	text-decoration: underline;
	color: #969696;
}

#disqus_thread ul li { line-height: 1.5; }

#disqus_thread a:hover { text-decoration: none; }

#disqus_thread .dsq-dc-logo { display: none; }
#disqus_thread .dsq-comment-header {
	background-image: none !important;
	background-color: #d2d3d3 !important;
}

#disqus_thread #dsq-new-post { margin-top: 10px; }
#disqus_thread #dsq-content label.dsq-subscribe-label { font-size: 11px; }


#recentcomments .dsq-widget-list .dsq-widget-item {
	margin: 0px;
	padding: 10px 3px;
	background: url("../images/admin-dotted-border.gif") repeat-x bottom center;
}

#recentcomments .dsq-widget-list .dsq-widget-item:last-child { background: none; }

#recentcomments .dsq-widget-list .dsq-widget-user {
	margin: 0px 0px 4px 0px;
	font-weight: normal;
	font-size: 13px;
	color: #969696;
	display: block;
}

#recentcomments .dsq-widget-list .dsq-widget-comment {
	line-height: 18px;
	font-size: 13px;
	color: #ffffff;
}

#recentcomments .dsq-widget-list p.dsq-widget-meta { text-align: right; }
#recentcomments .dsq-widget-list p.dsq-widget-meta,
#recentcomments .dsq-widget-list p.dsq-widget-meta a {
	font-size: 10px;
	color: #969696;
}

#recentcomments .dsq-widget-list p.dsq-widget-meta a:first-child { position: absolute; left: -9999px; }
/* END Disqus Comment System */
