﻿
/* Elements */

body {
	background: #e4a3b2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8b102d;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #8b102d;
}

a:hover {
	text-decoration: none;
}
/* Backgrounds */

.bg1 { 
	background: url(images/img1.gif) no-repeat;
	height: 150px;
 }
.bg2 { background: url(images/img2.gif) repeat-y center top; }
.bg3 { background: url(images/img3.gif) no-repeat center top; }

/* Header */

#header {
	width: 500px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 22px;
	letter-spacing: -1px;
	text-align: justify;
}

#header h2 {
	float: right;
	margin: 0px;
	padding-top: 20px;
	font-size: 12px;
	font-weight: normal;

}

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

/* Menu */

#menu {
	width: 600px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 150px;
	list-style: none;
	font-size: 13px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	color: #eee;
}

#wrapper {
	width: 700px;
	height: 150px;
	margin: 0px auto;
	background: url(images/img1.gif) no-repeat;
}

/* Post */

.latest-post {
	padding: 0px 20px 10px 20px;
}

.latest-post h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #e0bdc3;
	letter-spacing: 2px;
}

.latest-post p {
	padding: 0px 0px 60px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #60202f;
	line-height: 170%;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #F7B0BC;
}

.file * {
	color: #E3A1AD;
}

hr.style_1{
	margin: 40px 0 13px;
    height: 1px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: #eee 1px dotted;
    border-left: 0px;

}

/* Content */

#content {
	width: 440px;
	margin: 0px auto;
	padding: 20px 0px 0px 20px;
}

/* Footer */

#footer {
	width: 700px;
	background: url(images/img3.gif) no-repeat;
	height: 71px;
	margin: 0px auto;
	padding: 20px 0px;
}

#footer p {
	margin: 0px;
	padding-top: 40px;
	font-size: 11px;
	text-align: center;
	font-family: Tahoma;
}

#footer a {
	color: #990000;
}

#menu span {
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu span:hover {
	color: #eee;
}

