/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
.comments { font-size: 10px; line-height: 16px; color: #333333; }
.comments .comment_author { font-size: 13px; line-height: 21px; }
.comments .comment_aux { font-size: 8px; line-height: 13px; }
.children .comments { list-style-type: none; margin-left: 8em; }
.comments p, .comments .comment_text ul, .comments .comment_text ol, .comments .comment_text blockquote, .comments .comment_text pre { margin-bottom: 16px; }
.comments .comment_text li ul, .comments .comment_text li ol { margin-left: 16px; margin-bottom: 0; }
.comments .comment_text .left, .comments .comment_text .alignleft { margin-bottom: 16px; margin-right: 16px; }
.comments .comment_text .right, .comments .comment_text .alignright { margin-bottom: 16px; margin-left: 16px; }
.comments .comment_text .center, .comments .comment_text .aligncenter { margin: 0 auto 16px auto; }
.comments .comment_text .block, .comments .comment_text .alignnone { margin: 0 auto 16px 0; }
.comments .comment_text:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }