/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.
*/
.post-blog {
	background-color: #000000;
}
.post-meta {
	color: #ffffff;
	border-bottom: 1px solid #5D5C61;
}
.sharepost {
	background: #000;
	float:left;
	margin-top:25px;
	position:fixed;
	margin-left:-80px;
	width: 65px; 
	padding: 10px; 
	z-index: 0; 
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}
.author_info {
	background-color: #000000;
	color: #ffffff;
	border-right: none;
	border-top: 1px solid #5D5C61;
	border-bottom: 1px solid #5D5C61;
	border-left: none;
	margin: 0 0 20px;
	padding: 20px 0 0 0;
	margin: 0 25px;
	position: relative;
	width: 600px;
}
#comments,
#respond,
.more_entries,
.archive-listing {
	width: 600px;
}
.archive-listing {
	float: left;
}
.archive-listing.butt.front {
	margin: 0 0 -1px;
}
.cat {
	color: #5D5C61;
}
#breadcrumb, .archive_header {
	margin: 27px 0;
}
.more_entries {
	display: inline-block;
	width: 550px;
	background-color: #000000;
	color: #ffffff;
	padding: 20px 25px 0;
	border: none;
}
.more_entries a {
	color: #ffffff;
}
.wp-pagenavi span.pages {
	color: #333333;
}
.wp-pagenavi .current {
	color: #ffffff !important;
}
.wp-pagenavi a:hover {
	color: #ffffff !important;
}
