﻿/*
Design by eRTaN
*/

body {
	margin-top: 5px;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	margin-top: 0;
	color: #8C0209;
}

h2 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	letter-spacing: 2px;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
	margin-left: 10px;
	margin-right: 10px;
}

.post h1 {
	font-weight: normal;
}
.entry {
	padding: 0 20px;
}
.image{
	border		: 2px solid #3da29c;
	padding		: 10px;
	margin		: 10px;
}

.img{
	border		: 2px solid #3da29c;
	padding		: 10px;
	margin		: 10px;
	float		: left
}