@import url("reset.css");

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	background-color: #333333;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 703px;
	background: #fff url(../images/wrap-bg.jpg) no-repeat top left;
	min-height: 843px;
	padding-top: 300px;
	position: relative;
	margin-bottom: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

h1 {
	text-indent: -9999px;
	display: block;
}

h1 a {
	position: absolute;
	top: 35px;
	left: 40px;
	width: 570px;
	height: 220px;
}

h2 {
	font-size: 16px;
	color: #8d95a0;
	display: block;
	text-align: center;
}

h2 a {
	color: #626770;
	text-decoration: none;
}

h2 a:hover {
	color: #494c53;
}

#content {
	padding-left: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#content img {
	display: block;
	margin: 0 auto;
	border: 4px solid #c5b8b1;
	margin-bottom: 20px;
}

#content img a {
	border: 0;
}

.text {
	font-size: 12px;
	line-height: 22px;
	margin: 0 110px;
	margin-bottom: 20px;
	color: #292929;
	text-align: justify;
	position: relative;
}

.post {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	position: relative;
}

.text a {
	text-decoration: underline;
	color: #3c4652;
}

.text a:hover {
	color: #232428;
}

.text p.date {
	position: absolute;
	left: -90px;
	top: 38px;
	text-align: right;
	line-height: 16px;
	color: #5a5a5a;
}

.post p.date {
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: right;
	line-height: 16px;
	color: #5a5a5a;
}

p.date span {
	font-size: 15px;
	color: #744e4e;
}

.text h3 {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.text h3 a {
	color: #3e4146;
	text-decoration: none;
	font-size: 20px;
}
