@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #6f1619 url(bg.jpg) no-repeat fixed center top;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 500px;
	height: 300px;
	margin-top: -150px;
	margin-left: -250px;
	margin-bottom: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.post #content {
	width: 700px;
	height: auto;
	margin-top: 100px;
	margin-left: -250px;
	position: relative;
	top: 0;
	left: 50%;
}

h1 {
	background: url(logo.png) no-repeat;
	text-indent: -9999px;
	width: 500px;
	height: 125px;
}

#contacts {
	padding-left: 130px;
	margin-top: 50px;
	line-height: 2em;
}

#post {
	float: left;
	width: 460px;
	background-color: #FFF;
	margin-left: 0;
	margin-top: 20px;
	padding: 20px;
	line-height: 1.5em;
}

#post h2 {
	margin-top: 0;
}

h4 {
	margin-top: 40px;
}

#post a {
	color: #e22927;
}

#sidebar {
	margin-left: 520px;
	margin-top: 100px;
}

#sidebar .contact p {
	font-size: 1.1em;
	margin-bottom: 0.9ex;
}


