body, p, div, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, input, textarea, table, td, th, caption{
	margin: 0;
	padding: 0;
}

p{
	margin: 1em 0;
}

body{
	background-color: #555;
	color: #000;
	font: 14px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

#sidebar-left{
	background: #555 url(blog_logo.png) no-repeat top center;
	float: left;
	height: 100%;
	padding: 100px 0px 0px;
	width: 190px;
}

#sidebars a{
	color: #ffb;
	text-decoration: none;
}

#sidebars a:visited{
	color: #dd8;
}

#sidebars a:hover{
	text-decoration: underline;
}

#sidebars h1{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#fixed-content{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#sidebars{
	color: #ccc;
	font-size: 12px;
	margin: 0 auto;
	width: 980px;
}

#sidebar-right{
	float: right;
	width: 190px;
}

#categoryPath{
	font-size: 12px;
	list-style-type: none;
	margin-left: 10px;
}

#categoryPath li{
	display: inline-block;
	margin: 0 2px;
}

#categoryPath li:after{
	content: " /";
}

#categoryPath li:last-child:after{
	content: "";
}

#subcategories{
	list-style-type: none;
	margin-left: 10px;
}

#subcategories li{
}

#subcategories li:before{
	content: "\21b3  ";
}


#postTags{
	float: right;
	font-size: 10px;
}

#postTags ul{
	list-style-type: none;
}

#postTags li{
	display: inline;
	margin: 0 !important;
	padding: 0;
}

#postTags li:after{
	content: ";";
}

#postTags li:last-child:after{
	content: none;
}

#content{
	margin: 5px auto;
	position: relative;
	width: 580px;
	z-index: 1;
}

#content a{
	background-color: #ffc;
	color: #400;
	text-decoration: none;
}

#content a:visited{
	background-color: #eee;
	color: #400;
}

#content a:hover{
	text-decoration: underline;
}

#content ul{
	margin: 1em 0;
}

#content li{
	margin-left: 20px;
}

#content img{
	display: block;
	margin: 1em auto;
}

.youtube{
	text-align: center;
}

#content a img{
	border-style: none;
}

#content table{
	border-collapse: collapse;
	margin: 1em auto;
	text-align: center;
}

#content td{
	border: 1px solid #bbb;
	border-width: 1px 0 0 0;
}

#content td, #content th{
	padding: 2px 10px;
}

#content caption{
	font-weight: bold;
}

#content table i{
	color: #555;
}

#content .best{
	background-color: #dfd;
}

#content .worst{
	background-color: #fdd;
}

.timestamp{
	font: 12px courier, monospace;
}

#post{
	background-color: #ddd;
	border: 1px solid #888;
	border-radius: 5px;
	margin: 0 auto;
	padding: 5px;
}

#post h1{
	color: #555;
	font-size: 22px;
	font-weight: bold;
}

#post h2{
	font-size: 18px;
	font-weight: bold;
}

#post h3{
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}

#comments ul{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#comments li{
	margin: 10px 0 0 0;
	padding: 0;
}

.comment{
	background-color: #ccc;
	border: 1px solid #888;
	border-radius: 5px;
	min-width: 200px;
	padding: 5px;
}

.comment p{
	margin: 1em 0;
}

.comment .name{
	font-weight: bold;
}

.author.comment{
	background-color: #ddd;
}

.author.comment .name{
	background: url(blog_avatar.png) no-repeat top left;
	padding-left: 18px;
}

.comment .timestamp{
	float: right;
}

.replyLink{
	background-color: #aaa;
	border: 1px solid #555;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 2px;
}

#commentsClosed{
	color: #ccc;
	font-size: 11px;
	margin: 10px 0 10px 50px;
	text-align: center;
}

#contribute-form{
	background-color: #ccc;
	border: 1px solid #888;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 0 10px 50px;
	padding: 5px;
}

#contribute{
	background-color: #aaa;
	border: 1px solid #555;
	border-radius: 5px;
	float: right;
	font: 14px arial, sans-serif;
	padding: 2px;
}

#who{
	background-color: #eee;
	border: 1px solid #888;
	border-radius: 5px;
	font: bold 14px arial, sans-serif;
	padding: 2px;
	width: 250px;
}

#contribute-form textarea{
	background-color: #eee;
	border: 1px solid #888;
	border-radius: 5px;
	font: 14px arial, sans-serif;
	height: 100px;
	margin-top: 5px;
	padding: 5px;
	width: 500px;
}


.feedIcon{
	background: url(feed_icon_small.png);
	float: left;
	height: 16px;
	margin-top: 2px;
	margin-right: -16px;
	width: 16px;
}

#copyright{
	clear: both;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

#social{
	text-align: center;
}

#social a{
	background: url(social_icons.png);
	display: inline-block;
	height: 28px;
	margin: 5px auto;
	width: 28px;
}

#feed-icon{
	background-position: 0px 0px !important;
}

#twitter-icon{
	background-position: -30px 0px !important;
}

#facebook-icon{
	background-position: -60px 0px !important;
}

#catlike-coding{
	background: url(catlike_coding_logo.png) no-repeat top left;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}

code{
	font-family: courier, monospace;
}

pre{
	background-color: #eee;
	color: #000;
	font: 13px courier, monospace;
	margin: 1em auto;
	white-space: pre-wrap;
	width: 500px;
}

dt{
	font-style: italic;
	margin-top: 1em;
}

dd{
	margin-left: 2em;
}

#categories{
	font-size: 16px;
	list-style-type: none;
	text-align: center;
}

#categories li{
	background-color: #444;
	border: 2px solid #444;
	border-radius: 5px;
	margin: 5px 0;
	padding: 1px 5px 2px 5px;
}

#categories li.current{
	background-color: #222;
	border-color: #aa8;
}

#postList ul{
	list-style-type: none;
}

#postList li{
	background-color: #444;
	border: 2px solid #444;
	border-radius: 5px;
	margin: 5px 0;
	padding: 1px 5px;
}

#postList .title{
	font-size: 12px;
}

#postList .subtitle{
	font-size: 11px;
}

#postList li.current{
	background-color: #222;
	border-color: #aa8;
}

#postList .newer{
	float: left;
}

#postList .older{
	float: right;
}

.twtr-widget{
	margin: 5px 0;
}

