/****************************************
 *	Post elements						*
 ****************************************/
.post-body {
	background: url('images/rule-dashed-horizontal.png') 0 bottom no-repeat;
	margin-bottom: 1.5em;
}



/****************************************
 *	Metadata elements					*
 ****************************************/
#content .post ul.social-icons {
	float: left;
	list-style: none;
	margin: 0 15px 12px 0;
	padding-left: 0;
	width: 182px;
}

#content  ul.social-icons li {	
	background: transparent;
	display: inline;
	padding-left: 0;
}

ul.social-icons li a {
	background-color: transparent;
	background-image: url('images/social-icons.png');
	background-repeat: no-repeat;
	background-position: 0 -20px;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -1000em;
	width: 16px;
}

ul.social-icons li.email a {
	background-position: 0 -20px;
}

ul.social-icons li.email a:hover {
	background-position: 0 0;
}

ul.social-icons li.delicious a {
	background-position: -20px -20px;
}

ul.social-icons li.delicious a:hover {
	background-position: -20px 0;
}

ul.social-icons li.twitter a {
	background-position: -40px -20px;
}

ul.social-icons li.twitter a:hover {
	background-position: -40px 0;
}

ul.social-icons li.facebook a {
	background-position: -60px -20px;
}

ul.social-icons li.facebook a:hover {
	background-position: -60px 0;
}

ul.social-icons li.stumbleupon a {
	background-position: -80px -20px;
}

ul.social-icons li.stumbleupon a:hover {
	background-position: -80px 0;
}

ul.social-icons li.google a {
	background-position: -100px -20px;
}

ul.social-icons li.google a:hover {
	background-position: -100px 0;
}

ul.social-icons li.yahoo-buzz a {
	background-position: -120px -20px;
}

ul.social-icons li.yahoo-buzz a:hover {
	background-position: -120px 0;
}

.post-metadata {
	color: #666666;
	float: right;
	font-size: 1.1em;
	margin-bottom: 12px;
	width: 309px;
}

.post div.post-bio {	
	background: #D7E8EE url('images/background-post-bio.gif') right top no-repeat;
	border-radius: 13px;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
	clear: both;
	padding: 10px 15px 1px 15px;
	position: relative;
	width: 475px; /* (490 - padding-left) */
}

.post-bio h3 {
	clear: none;
}

.post-bio h3 a {
	color: #CE5D1E;
	display: block;
	margin-bottom: 3px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
}

div.archives-link {	
	background: #A9C04C url('images/background-archives-link.gif') right top no-repeat;
	border-radius: 13px;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
	clear: both;
	float: left;
	margin: 2em 13px 0 13px;
	padding: 10px 15px 10px 15px;
	position: relative;
}

div.archives-link a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}



/****************************************
 *	Comment elements					*
 ****************************************/
#comments {
	font-size: 1.1em;
	padding: 0 18px 0 15px;
}

#comments p, #comments ul, #comments ol, #comments table, #comments label {font-size: 1em;}

#comments .heading {
	color: #8DA726;
	clear: both;
	font-size: 1.6em;
	margin-top: 50px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
}

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.comment-list li.comment div.sleeve {
	clear: left;	
	position: relative;
}

ol.comment-list li.comment {
	clear: both !important;
	display: block;
	list-style: none;
	padding: 0;
}

ol.comment-list li.comment li.comment {
	font-size: 1em;
}

#comments ol.comment-list li.depth-1 {
	margin-top: 10px;
}

ol.comment-list li div.comment-meta {
	float: right;
	margin-left: 15px;
	overflow: hidden;
	width: 110px;
}

ol.comment-list li div.comment-meta li {
	font-size: .91em;
	list-style: none;
}

ol.comment-list li div.comment-meta a {
	color: #484848;
	font-weight: normal;
}

ol.comment-list li div.comment-meta a:hover {
	color: #3C9EC1;
}

ol.comment-list li div.comment-meta li.comment-avatar img {
	border: 1px solid #D2D2C0;
	height: 48px;
	width: 48px;
}

ol.comment-list li div.comment-meta li.comment-author {
	background: url('images/rule-dashed-horizontal.png') left bottom no-repeat;
	margin-bottom: 4px;
	padding: 0 0 1px 3px;
}

ol.comment-list li div.comment-meta li.comment-date {
	padding-left: 3px;
}

ol.comment-list li div.comment-meta li.comment-actions {
	padding-left: 3px;
	text-transform: uppercase;
}

ol.comment-list li div.comment-meta li.comment-actions a {
}

ol.comment-list li .comment-body ul,
ol.comment-list li .comment-body ol {
	padding-left: 20px;
}

ol.comment-list li .comment-body ul {
	list-style: square;
}

ol.comment-list li.comment .comment-body {
	background: #F7F6EE;
	border-radius: 13px;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
	clear: none;
	height: 1%;
	margin: 0 125px 10px 0;
	padding: 13px 15px 25px 15px;
	position: relative;
}

ol.comment-list li.bypostauthor .comment-body {
	/* To emphasize replies from the author */
	background: #D7E8EE;
}

ol.comment-list li div.reply a {
	background: transparent url('images/button-reply-sprites.png') no-repeat;
	display: block;
	float: right;
	height: 23px;
	line-height: 23px;
	margin: 0;
	overflow: hidden;
	position: absolute;
		right: 7px;
		bottom: 7px;
	text-indent: -1000em;
	width: 50px;
}

ol.comment-list li div.reply a:hover {
	background: transparent url('images/button-reply-sprites.png') 0 -25px no-repeat;
}

#comments ul.children {
	background: url('images/comment-child.png') 20px top no-repeat;
	clear: both;
	padding-left: 47px;
}

ol.comment-list li ul.children {
	list-style: none;
	margin: 1em 0 0 0;
	padding-left: 0;
	text-indent: 0;
}

#comments #respond form>p {
	margin-bottom: 8px;
}

#comments #respond form label {
	display: none;
}

#comments #respond form p.subscribe-to-comments label {
	display: inline;
}

#comments #respond form input {
	background: #ffffff;
	border: 1px solid #D2D2C0;
	color: #919188;
	margin: 0 0 0 0;
	padding: 6px;
	width: 369px;
}

#comments #respond form input.required,
#comments #respond form input.default {
	background: #ffffff url('images/background-form-required.png') 98% center no-repeat;
}

#comments #respond form input.typing {
	background: #ffffff url('images/background-form-required-typing.png') 98% center no-repeat;
	color: #313131;
}

#comments #respond form .changed {
	background: #ffffff;
	color: #313131;
}

#comments #respond form textarea#comment {
	border: 1px solid #D2D2C0;
	height: 96px;
	margin: 6px 0 9px 0;
	padding: 6px;
	width: 369px;
}

#comments #respond form textarea.required,
#comments #respond form textarea.default {
	background: #ffffff url('images/background-form-required.png') 98% 6px no-repeat;
	color: #919188;
}

#comments #respond form textarea.typing {
	background: #ffffff url('images/background-form-required-typing.png') 98% 6px no-repeat;
	color: #313131;
}

#comments #respond form #submit {
	background: url('images/button-add-comment-sprites.png') no-repeat;
	border: 0;
	float: right;
	height: 23px;
	margin-right: 125px;
	overflow: hidden;
	text-indent: -1000em;
	width: 99px;
}

#comments #respond form #submit:active {
	background: url('images/button-add-comment-sprites.png') 0 -25px no-repeat;
}

#comments .trackback-list {
	margin-left: 1px;
}

#comments ol.trackback-list li {
	background: url('images/bullet-arrow.png') left 5px no-repeat;
	list-style: none;
	padding-left: 14px;
}

#comments .navigation {
	color:#838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}