@charset "utf-8";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #333;
	color: #B0B0B0;
	text-align: center;
	margin: 0;
	padding: 20px 0 20px 0; 
	}
	
	
#page {
	background-color: #000;
	border: 2px solid #959596;
	text-align: left;
	}

#header {
	background-image:url(../images/haters2.jpg);
	}

#content {
	font-size: 1.2em
	}
	
h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FD5A1E;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
        color: #FD5A1E;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}