@charset 'UTF-8';

@import url("reset.css");

body {
	background: #000 url('img/background.png') top left repeat-x;
	font: 400 100.1%/1 Helvetica, Arial, FreeSans, sans-serif;
	color: #fff;
}

#wrapper { margin: 0 auto; padding: 0; width: 960px; }

#header { height: 456px; }

#content {
	float: left;
	margin-left: 125px;
	width: 550px;
}

#content h2 { font-weight: 900; }
#content h2 a { padding: 1px; color: #fff; background: #980000; text-decoration: none; }

#sidebar { float: right; width: 225px; }
#sidebar h2 { font-weight: 900; padding-bottom: 0.25em; }
#sidebar ul { padding-bottom: 10px; }
#sidebar ul li { padding-bottom: 0.25em; }

/* TYPO */
h1, h2, h3, h4 { padding-bottom: 0.5em; }

h2 { font-size: 1.75em; text-transform: lowercase; }

p { font-size: .9em; line-height: 1.25em; padding-bottom: 0.15em; }

a { color: #980000; text-decoration: underline; }

/* HACKS */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

