/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

.post p, .post ul, .post ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post .blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.post a {
	text-decoration: none;
	color: #E58C43;
}

.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 13px;
	color: #8A7F7F;
	padding: 200px 25px 10px 25px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

.post h1, .post h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-weight: normal;
	color: #549DC7;
}

.post h1 a, .post h3 a {
	text-decoration: none;
}

.post a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

.post h2 {
}

.post h3 {
	font-size: 1em;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}





