

body {
	background: #7A0026 url(../images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h2 {
	text-transform: lowercase;
}

h3 {
	font-weight: bold;
	font-size: 16px;
}


a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
	margin-left: 10px;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	border-bottom: 2px solid #EEEEEE;
	font-size: 28px;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: 12px;
}


.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 220%;
	text-align: justify;
	font-size: 13px;
}

/* Page */

#page {
	width: 600px;
	margin: 30px;
	padding: 0;
	background: #FFFFFF;
	border: 5px solid #330010;
}

/* Logo */

#logo {
	margin-bottom: -16px;
	background: url(../images/header.jpg) no-repeat;
	height: 220px;
}

#logo h1 {
	margin: 105px 0 0 80px;
	letter-spacing: -1px;
	font-size: 38px;
}

#logo h2 {
	margin: 0 0 0 80px;
	font-size: 24px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#logo b {
	font-weight: bold;
	font-size: 16px;
}


/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-left: 30px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}


/* Contacts */

.contacts td{
	text-align: left;
	font-size: 14px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	font-size: 12px;
	color: #999999;
}

#footer a {
	color: #999999;
}

