* {
	margin: 0;
	padding: 0;
}

body {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bbb;
	background-color: #ffffff;
}

h3 {
	margin: 0;
	font-size: 100%;
}

h4 {
	color: #000000;
	font-size: 13px;
}

#main {
	width: 500px;
	margin-left: 260px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 40px;
}

#sidebar {
	font-size: 11px;
	width: 210px;
	height: 100%;
	position: fixed;
	padding: 30px 25px 30px 25px;
	background-color: #eeeeee;
}

#sidebar ul {
	list-style: none;
}

#tagcloud {
	padding-top: 10px;
}

#header {
	line-height: 16px;
	color: #000000;
	font-size: 13px;
	padding-bottom: 30px;
}

.meta {
	font-size: 11px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc; */
	padding: 5px 0;
	font-variant: normal;
}

.post {
	padding-bottom: 100px;
}

.tags li {
	list-style: none;
	display: inline;
	padding-right: 4px;
	text-transform: lowercase;
}

h2 {
	padding-bottom: 30px;
}

p {
	margin: 8px 0;
}

.query {
	color: #333;
}

/* LINKS */

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #6600FF;
}

#sidebar a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	margin: 0 0 0 -4px;
}

#sidebar a:hover {
	background: #dfdfdf;
	color: #333;
}

#sidebar a:active {
	background: #6600FF;
	color: #FFFFFF;
}

a img {
	border: none;
}

:focus {
	outline: 0;
}

#search input {
	background-color: #eeeeee;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0 0 2px 0;
	width: 210px;
	color: #bbb;
	border: 0;
	border-bottom: 1px solid;
}

/*NOTES*/
ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    font-weight: bold;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}

/*DISQUS STYLES*/

#dsqcomments {
	margin-top:30px;
	padding-top:30px;
}

#disqus_thread {
	padding-top: 0px;
	margin-top: 10px;
	border-top: 1px solid #F9F9F9;
}

#disqus_thread input {
	padding: 10px;
	border: 1px solid #333;
	border-color: #d8d8d8;
	border-width: 1px 1px 1px 1px;
	background: #e0e0e0;
	color: #595959
}

#dsq-content #dsq-options-toggle {
	display: none;
}

#dsq-content #dsq-extra-links {
	display: none;
}

#dsq-content #dsq-add-new-comment {
	margin-top: 20px;
}

#dsq-content #dsq-comments .dsq-comment-rate {
	display: none;
}

#dsq-content #dsq-comments .dsq-comment-header {
	background: #F9F9F9;
}

#dsq-content #dsq-comments .dsq-header-meta {
	color: #d8d8d8;
}

#dsq-content #dsq-comments ul {
	border: 0;
}

#dsq-content #dsq-comments .dsq-comment {
	background: #F9F9F9;
	padding: 10px;
}

#dsq-content #dsq-comments .dsq-comment-footer {
	display: none;
}