/* @override http://chaordixweb/assets/css/blog.css */

#col-2 ul {
	margin-left: 0;
}

#posts {
	margin: 0;
}

.postWrapper {
	margin-left: -60px;
	padding-left: 60px;
	background: url(/assets/img/blog/category-tab.gif) top left no-repeat;
	display: block;
	margin-bottom: 30px;
}

p.postMeta {
	border-bottom: 1px dotted #bcbdc1;
	border-top: 1px dotted #bcbdc1;
	margin: 0;
	padding: 10px 0;
	position: relative;
}

#addthis-front {
	position: absolute;
	right: 0;
	top: 11px;
}

p.tags-meta {
	border-bottom: 1px dotted #bcbdc1;
	border-top: 1px dotted #bcbdc1;
	margin: 0;
	padding: 5px 0;
}

.post blockquote {
	border-left: 10px solid #ff804d;
	margin: 0 0 10px 0;
	padding: 18px 36px;
	background: #fff1eb url(/assets/img/blog/quote-bg.gif) 10px 10px no-repeat;
	line-height: 21px;
	font-style: italic;
}

.post img {
	padding-right: 10px;
}

#canvas #col-2 li ul {
	margin-left: 0;
}

#canvas #col-2 li {
	list-style: none;
}

.post ol li {
	list-style: decimal;
}

.post blockquote p {
	margin: 0;
}

h2.postTitle {
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 36px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 4px;
}

h2.postTitle a:hover {
	text-decoration: none;
	border-bottom: 2px solid;
}

h2.postTitle a {
	padding-bottom: 2px;
}

p.post-date {
	border-bottom: 1px dotted #bcbdc1;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 25px;
}

#pagination {
	margin: 0;
}

#pagination li {
	display: inline;
}

#pageination-divider {
	margin: 0 4px;
	color: #bcbdc1;
}

#searchform {
	clear: both;
	float: left;
}

#searchform input {
	float: left;
}

#searchform input#s {
	border: 1px solid #bcbdc1;
	color: #666;
}

#comments {
	border-top: 1px dotted #bcbdc1;
	position: relative;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0;
}

#comments a {
	font-size: 12px;
	font-weight: normal;
}

ol#commentlist {
	float: left;
	clear: both;
	margin: 0;
}

ol#commentlist li {
	float: left;
	clear: both;
	list-style: none;
}

img.avatar {
	float: left;
}

ul.comment-author {
	float: left;
	margin: 6px 0 8px 10px;
	font-size: 11px;
}

div.comment-content {
	background: white url(/assets/img/blog/comment-bubble.png) no-repeat top left;
	padding: 25px 20px 25px 0;
	width: 520px;
	float: left;
}

ul.comment-author li {
	list-style: none;
	margin-bottom: 0!important;
}

#author,#email,#url,#comment {
	padding: 4px;
	border: 1px solid #bcbdc1;
	color: #666;
}

#author:focus,#email:focus,#url:focus,#comment:focus {
	padding: 4px;
	border: 1px solid #666;
	color: #484954;
}

#comments-meta {
	font-size: 11px;
	position: relative;
}

#addthis-inner {
	position: absolute;
	right: 0;
	top: 1px;
}

.post pre {
	overflow: auto;
	border: 1px solid #c7dcdb;
	padding: 5px;
	margin: 0;
	background-color: #f5fcfc;
}

.post pre pre {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.blog-divide {
	padding-bottom: 18px;
	border-bottom: 1px dotted #bcbdc1;
}

#blog-search #search {
	height: 22px;
	padding: 0 5px;
	border: 2px solid #d0dcdc;
	border-right: 0;
	margin: 0;
	float: left;
	color: #777;
	
	width: 162px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-search #search:focus {
	outline: none;
	color: #3c4a51;
}

#blog-search {
	margin: 19px 0;
	padding-bottom: 18px;
	border-bottom: 1px dotted #bcbdc1;
}

#blog-search fieldset {
	margin: 0;
}

#blog-search #search-btn {
	float: left;
	background-color: #d0dcdc;
}

#blog-search #search-btn:hover {
	float: left;
	background-color: #3c4a51;
}

#blog-tweets {
	clear: both;
	background: url(/assets/img/blog/tweet-middle.png);
	position: relative;
	text-align: center;
}

#tweet-top {
	display: block;
	background: url(/assets/img/blog/tweet-top.png) no-repeat top left;
	height: 23px;
}
#tweet-btm {
	display: block;
	background: url(/assets/img/blog/tweet-btm.png) no-repeat top left;
	height: 12px;
}

#blog-tweets h2 {
	font-size: 14px;
	margin: 2px 0 4px 0;
	padding: 0 12px;
}

#blog-tweets p {
	font-size: 12px;
	padding: 0 12px;
	margin: 0 0 6px 0;
}
