/* MF Doom - old school styles ========================================= */

@font-face {
	font-family: 'TrashHand Regular';
	src: url('fonts/TrashHand.eot');
	src: local('TrashHand Regular'), 
	local('TrashHand'), url('fonts/TrashHand.woff') format('woff'), 
	url('fonts/TrashHand.svg#TrashHand') format('svg'), 
	url('fonts/TrashHand.TTF') format('truetype');
}

/* Change your body background color or image */
body {
	background:#fff url(images/doom/old-school-background.jpg);
	font-family:"TrashHand Regular", Georgia, Times New Roman, Times, serif;
	text-align:left;
}
em {
	font-style:normal;
}
/* Link colours */
a {
  	border:0;
  	color: #e7e9d3; 
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container {
	text-align:left;
}
/* Decide if we need the logo on black or white */
#header {
	border:none;
}
#header h1 a {
	background:url(images/doom/old-school-logo.png);
}
#header p {
	color:#e7e9d3;
	font-size:1.6em;
}
#footer p {
	color:#e7e9d3;
}
#header p a,
#footer p a {
	border:0;
	color:#e7e9d3;
	text-decoration:underline;
}
#header ul li a,
#footer ul li a {
	background:#e7e9d3;
	color:#744f48;
	display:block;
	font-size:1.2em;
}
/* Post styles */
.hentry {
	color:#e7e9d3;
	font-size:1.6em;
	margin:0;
	padding:25px 0 0 0;
	text-align:left;
	width:639px;
}
.hentry blockquote {
	background: url(images/doom/old-school-text.png) 0 0 no-repeat;
	display:block;
	font-size:30px;
	height:415px;
	text-align:left;
	margin:0;
	width:639px;
}
.hentry blockquote p {
	display:none;
	margin:0;
}
.hentry cite {
	display:block;
	font-style:normal;
	line-height:normal;
	margin:30px 0 0 35px;
	text-align:left;
	width:550px;
}
.hentry a {
	border:0;
  	color: #e7e9d3; 
	font-weight:bold;
	text-decoration:underline;
}
