.blog h1 {
	font-family: 'Lora', serif;
	font-size: 2em;
	text-align: center;
}

.post {
	margin: 20px 0;
}

.post .panel {
	background-color: #f2f2f2;
	z-index: 100000;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 1px 2px 2px 0px #c8c8c8;
	-webkit-box-shadow: 1px 2px 2px 0px #c8c8c8;
	-o-box-shadow: 1px 2px 2px 0px #c8c8c8;
	box-shadow: 1px 2px 2px 0px #c8c8c8;
}
.post .panel.thumb {
	padding: 0;
	margin-bottom: 0;
}
.post img {
	-webkit-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
.post a:hover img {
	transform: rotate(5deg) scale(1.2,1.2);
	-webkit-transform: rotate(5deg) scale(1.2,1.2);
}

.post .panel h2 {
	font-family: 'Lora', serif;
	font-size: 1.7em;
}
.post .panel span {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
}
.post .panel hr {
	border-color: #c29e4a;
}
ul.pagination li.current a, ul.pagination li.current button  {
	background-color: #c29e4a;
}

