#content #blog-sidebar {
	float: right;
	width: 33%;
}
#content #blog-content {
	float: left;
	width: 66%;
}

/*
#blog-content h2.entry-title {
	font-size: 210%;
	margin-bottom: 3px;
}
#blog-content h2.entry-title a {
	color: black;
	text-decoration: none;
}
*/
/* Time and category for blog entries */

#blog-content .entry-meta {
	font-size: 11px;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #999;
}

#blog-content .entry-meta div {
	display: inline;
}

#blog-content .meta-start {
	padding: 2px 0 2px 20px ;
	background: url('../images/calendar.png') left center no-repeat;
}

#blog-content .entry-date abbr {
	border: 0;
	color: #333;
}

#blog-content .entry-author {
	display: none;
}

#blog-content .entry-author address {
	display: inline;
	font-style: normal;
}

#blog-content .entry-category {
	text-transform: lowercase;
	margin-right: 10px;
}

#blog-content .entry-meta a, .comment-meta a {
	color: #333;
}

#blog-content .commentslink {
	padding: 2px 0 2px 20px;
	background: url('../images/comment.png') left center no-repeat;
	margin-right: 10px;
}
/*#blog-content .quoter_comment {
	padding: 2px 0 2px 20px;
	background: url('../images/comment.png') left center no-repeat;
	margin-left: 5px;
}*/
#blog-content .entry-tags {
	display: block;
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url('../images/tag_blue.png') left center no-repeat;
}
#blog-content .entry-tags a {
	text-transform: lowercase;
}

/* Primary Contents */

#blog-content .entry-content {
	line-height: 1.5em;
	text-align: justify;
	margin-top: 10px;
}
#blog-content .entry-content img {
	margin: 0 7px 5px 7px;
}

#blog-content .entry-content pre.console {
	background-color: #222;
	color: #fff;
	padding: 8px;
	overflow: auto;
}

#blog-content .entry-content pre.literal-block, #blog-content .entry-content div.highlight pre {
	padding: 8px;
	overflow: auto;
}

/* Comments */
/*
#comments h2.comments-title {
	font-size: 210%;
}
*/
#commentlist {
	margin: 0;
/*	padding: 10px 0 20px;*/
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 0px 5px 5px 0px;
	list-style: none;
	}

#commentlist li .comment-content {
/*	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;*/
	}

#commentlist li.odd {
	background-color: #f0f0f0;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: url('../images/calendar.png') left center no-repeat;
	display: block;
	margin-left: 78px;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

#commentlist li span.avatar {
	background: #ffffff url(../images/default_avatar.png) no-repeat 3px 3px;
	border: 1px solid #999;
	padding: 3px;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
/* Leave a reply */
/*
#comment_form h2 {
	font-size: 210%;
}
*/
#comment_form p {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
#comment_form label {
	float: left;
	display: block;
}
#comment_form #id_name, #comment_form #id_email, #comment_form #id_url, #comment_form #id_comment {
	margin: 4px 0 0 0;
	float: right;
	display: block;
	width: 450px;
	padding: 2px;
}
#comment_form #id_name, #comment_form #id_email {
	width: 225px;
	margin-right: 225px;
}
#comment_form p.submit {
	text-align: left;
	margin: 5px 0 0 175px;
	width: 450px;
}
#comment_form p.submit input {
	padding-left: 5px;
	padding-right: 5px;
}

/* Search */
#search {
	padding: 2px;
}
#post_search_form input.button {
	padding-left: 5px;
	padding-right: 5px;
}

ul.latest_post_list, ul.category_list {
	margin: 0;
	padding: 0;
}

ul.latest_post_list li, ul.category_list li {
	list-style: none;
	margin-bottom: 8px;
}

#blog-content .other_posts .next {
	float: right;
}
#blog-content .other_posts .previous {
	float: left;
}

.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */