@charset "utf-8";
/* CSS Document */


.post a {
	color: #725f4a;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}


.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.post h2 {
	margin-bottom: 5px;
}
.post h2 a {
	margin-bottom: 5px;
	color: #7eb0cc;
}
.post h2 a:hover {
	margin-bottom: 5px;
	color: #725f4a;
	text-decoration: none;
}
blockquote {
	font-size: 12px;
	line-height: 1.2em;
	text-align: justify;
	padding: 10px;
	margin-left: 15px;
}
ol {
	padding: 5px;
	margin-left: 20px;
	list-style-position: inside;
}
ul {
	padding: 5px;
	margin-left: 20px;
	list-style-position: inside;
}
/* Contact Form */
.wpcf7{
	text-align: center;
}
input, textarea {
	background-color: #dcedec;
}