html, body {
	margin: 0px;
}

body {
	background: #f0d9b5 url('bg.jpg') no-repeat center top;
	/*color: #d8c060;*/
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #eee84a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#logo {
	margin-top: 50px;
	width: 974px;
	height: 466px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#social {
	background: url('repeater.png') repeat-y;
	width: 974px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

#social iframe {
	margin-top: -125px;
}

#socialicons {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	clear: both;
}

#menu {
	text-shadow: 0px 3px 3px black;
	font-size: 48px;
	font-family: 'Libre Baskerville', serif;
	background: url('repeater.png') repeat-y;
	width: 974px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#menu a {
	color: #eee84a;
	text-decoration: none;
}

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

#content {
	padding-top:40px;
	background: url('repeater.png') repeat-y;
	width: 814px;
	padding-left: 80px;
	padding-right: 80px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#left {
	float: left;
	width: 500px;
	margin-right: 20px;
}

.block {
	background: #000000;
	border: 1px solid #d8c060;;
	margin-bottom: 30px;
	padding: 20px;
}

.post-content img {
	width: 400px;
	height: auto;
}

.time a {
	color: #d8c060;
	text-decoration: none;
}

.titles {
	color: #eee84a;
	text-shadow: 0px 3px 3px black;
	font-size: 30px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
}

.titles a {
	color: #eee84a;
	text-shadow: 0px 3px 3px black;
	font-size: 30px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
}

.titles a:hover {
	color: #ffffff;
	text-shadow: 0px 3px 3px black;
	font-size: 30px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: underline;
}

#right {
	float: left;
	width: 290px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('repeater.png') repeat-y;
	width: 974px;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #eee84a;
	font-weight: bold;
	text-decoration: underline;
}