/* Themify Customize Styling */
body {		background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e8e8e8;
	background-color: rgba(232,232,232,1.00); 
}

/* Themify Custom CSS */
img.alignleft {
	  border: 2px transparent solid;transition: all 1s ease;
}
img.alignleft:hover {
	  border: 2px #3a2c2c solid;
}
.post-title a{
	color: #655d5d;transition: all 1s ease;
}
.post-title a:hover {
	color: #000;
}
#main-nav a {
	transition: all 1s ease;padding: 10px;
}
#main-nav a:hover {
	background-color: #d0cfcf;
}
