/* Blog Index Page */
#wrap .post {
	margin-bottom: 40px;
}
.post h2 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.5px;
	/*line-height: 1em;*/
}
.post h2 a {
	color: black;
	text-decoration: none;
}
.post h2 a:visited {
	color: #444;
}
.post h2 a:hover {
	color: #F8971D;
}
.post small {
	margin-left: 2px;
}
.post p {
	line-height: 1.8em;
}
.post img {
	margin: 20px;
}
.post img.wp-smiley {
	margin: 0;
}
.post .postmetadata img {
	margin: 0;
	vertical-align: middle;
}

.post .blogImage {
	margin-top: 10px;
}
.post .blogImage img {
	margin: 0;
}
.post .blogImage .caption {
	display: block;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.post .blogImage .caption a {
	color: #444;
}

#wrap .postmetadata {
	background: url('/images/post-meta.png') no-repeat left bottom;
	clear: both;
	font-size: 0.9em;
	min-height: 13px; /*33*/
	padding: 10px;
	text-align: right;
}
* html #wrap .postmetadata {
	height: 13px;
}

#wrap .sharethis, #wrap .emailthis {
	float: left;
	font-size: 0.85em;
	margin-top: 2px;
}
#wrap .sharethis strong {
	font-weight: normal;
	text-transform: uppercase;
}
#wrap .sharethis a {
	margin: 0 4px;
}
#wrap .emailthis {
	/*background: url('/images/icons/email.png') no-repeat left top;*/
	margin-left: 100px;
	/*padding-left: 21px;*/
}
#wrap .emailthis img {
	cursor: pointer;
}
#wrap .comments {
	background: url('/images/icons/comments.png') no-repeat left top;
	float: right;
	padding-left: 21px;
}

/* Individual Blog Post Page */
#blogsingle .navigation {
	margin-bottom: 20px;
}
#blogsingle .navigation div {
	margin-bottom: 0;
}

#blogsingle .post {
	margin: 0;
}

/* comment styling */
.commentlist li {
	border-bottom: none;
	margin: 20px 0 0;
	padding: 0;
}
.commentlist li ul li {
	border-left: none;
	margin: 20px 0 0 30px;
}
.comment-header {
	background: #C5C999;
	background: #D7DAB8; /*0.7*/
	padding: 8px;
	position: relative;
}
.comment-header,
.comment-header a {
	color: #404E21;
}
.comment-header .fn {
	font-style: normal;
}
.avatar {
	background: white;
	border: 1px solid #404E21;
	padding: 3px;
	float: left;
	margin: 0 10px 8px 0;
}
.comment-meta {
	font-size: 0.75em;
}
.comment-actions {
	position: absolute;
	right: 10px;
	top: 16px;
}
.comment-header .comment-link {
	float: left;
	font-size: 0.75em;
	margin-right: 10px;
}
.comment-header .reply {
	float: left;
}
.comment-header .reply a {
	background: #404E21;
	border: 1px solid white;
	color: white;
	font-size: 11px;
	padding: 4px 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.comment-content {
	/* shrink, shouldn't have equal weight to body */
	font-size: 0.9em;
}

.sociable,
#related-posts {
	border-top: 1px dashed #888;
	margin: 30px 0;
	padding-top: 20px;
}

#respond {
	margin: 30px 0;
}
#respond .attention {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
#respondwrap {
	background: #eee;
	border: 1px solid #888;
	border-bottom: none;
	padding: 20px;
}

.adlib {
	color: #555;
	line-height: 2em;
}
.adlib fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}
.adlib label {
	color: #000;
}
.adlib input {
	background: none;
	border: none;
	border-bottom: 1px dashed black;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0.25em;
	text-align: center;
}
.adlib input:focus {
	background: #f5f9f0;
}
.adlib input.button {
	background: #bccf8e;
	border: 1px solid #404e21;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 1em;
}
.adlib input.button:hover,
.adlib input.button:focus {
	background: #c3d793;
}
.adlib textarea {
	background: #FFF;
	border: 1px solid #888;
	display: block;
	margin: 0;
	padding: 10px;
	width: 95%;
}
.adlib #author { width: 150px; }
.adlib #email { width: 250px; }
.adlib #url { width: 400px; }
.adlib fieldset.actions {
	margin: 0;
}

/* email note style for blog posts */
.post blockquote.email {
	background: url('/images/blog/email-note.png') repeat-y -574px top;
	clear: left;
	margin: 20px 13px;
}
.post blockquote.email .inner {
	background: url('/images/blog/email-note.png') no-repeat left bottom;
}
.post blockquote.email .inner2 {
	background: url('/images/blog/email-note.png') no-repeat -1148px -150px;
	padding: 20px 30px;
}

/* sociable plugin */
.sociable span {
	display: block;
}
.sociable ul {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* TEST UPDATE */
.twocol {
	/*background: none;*/
}
.sidebar {
	/*background: none;*/
}
.archive h1 {
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
#blogsidebar .widget-container {
	background: none !important;
	padding-left: 0;
	margin-bottom: 20px;
}
#blogsidebar .widget-title {
	background: #962F34; /*Ccc*/
	color: white;
	padding: 5px 0 5px 20px;
	/*margin-left: -5px;*/
}
#blogsidebar .textwidget p {
	margin: 0;
}
#blogsidebar .widget_recent_entries ul {
	line-height: 1.8em;
	margin-top: 10px;
}
#blogsidebar .widget_recent_entries a {
	color: #111;
	text-decoration: none;
}
#blogsidebar .widget_recent_entries a:hover {
	text-decoration: underline;
}
#blogsidebar .widget_recent_entries a:visited {
	color: #333;
}
#blogsidebar .widget_tag_cloud div,
#blogsidebar .textwidget {
	padding: 10px 20px;
}
#blogsidebar .widget_tag_cloud div {
	line-height: 1.2em;
}
#blogsidebar .widget_tag_cloud a {
	color: #444;
	text-decoration: none;
}
#blogsidebar .widget_tag_cloud a:hover {
	text-decoration: underline;
}
#blogsidebar .widget_tag_cloud a:visited {
	color: #777;
}
#sidebar_email {
	margin: 10px 0;
}