/* ----- About ----- */
.image-circle {
	width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-circle img {
    display: inline;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* ----- Side Bar ----- */
#social-links {
	padding-top: 25px;
}

#social-links a {
	line-height: 40px;
	width: 40px;
    height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
	text-align: center;
	display: block;
	float:left;
	border: 1px white solid;
	margin-right: 5px;

}
#social-links a:hover {
 	color: #8f5536;
 	background-color: white;
}

#copy-right {
	font-size: 14px;
}

.sidebar-nav {
	margin-bottom: 0px
}

/* ----- Post ----- */
div.tag-list {
	display: inline-block;
	margin-bottom: 2px;
}
div.tag {
	float: left;
    background-color: green;
    padding: 0px 9px;
    border-radius: 7px;
    color: white;
    margin-right: 5px
}
.post-title {
	clear: both;
}