/* screen css */

/* set for HTML5 to make 'unknown' tags block level */

header,
nav,
section,
article,
footer {
	display: block;
}


/* // */

body {
	margin:0;
	padding:0;
	background: #000;
	font: medium/1.2 "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0.03em rgba(0,0,0,0.5);
}

h1, h2, h3 {
	margin: 0 0 1em;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover,
a:focus {
	text-decoration: none;
}

h1 {
	font-size: 5em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	font-weight: normal;
}
.levels {
	margin: 6em auto;
	width: 600px;
}
.levels h2 {
	margin-bottom: 0;
}
.levels ul,
.levels li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.levels li {
	margin: 0.2em;
	padding: 0.2em;
}
.levels li strong {
	font-weight: normal;
	background: rgba(255,255,255,0.1);
	padding: 0.2em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

}

#sale-note {
	position: absolute;
	bottom: 1em;
	right: 2em;
	padding: 1em;
	background: #fff;
	color: #000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
		text-shadow: 1px 1px 0.03em rgba(255, 255, 255, 0.5);

}
#sale-note a {
	font-style: italic;
	background: #fff;
	color: #000;
}



/* Font Face */


@font-face { /* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2010 12:09:42 PM America/New_York */
	font-family: 'MyUnderwoodRegular';
	src: url('/fonts/underwood/MyUnderwood-webfont.eot');
	src: local('☺'), url('/fonts/underwood/MyUnderwood-webfont.woff') format('woff'), url('/fonts/underwood/MyUnderwood-webfont.ttf') format('truetype'), url('/fonts/underwood/MyUnderwood-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.underwood {
	font-family: 'MyUnderwoodRegular', monotype; 
	letter-spacing: 0;
	}


@font-face {
	font-family: 'NegotiateFree';
	src: url('/fonts/negotiate/negotiate_free-webfont.eot');
	src: local('☺'), url('/fonts/negotiate/negotiate_free-webfont.woff') format('woff'), url('/fonts/negotiate/negotiate_free-webfont.ttf') format('truetype'), url('/fonts/negotiate/negotiate_free-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.negotiate {
	font-family: 'NegotiateFree', sans-serif; 
	letter-spacing: 0;
	}

@font-face {
	font-family: 'DaysRegular';
	src: url('/fonts/days/Days-webfont.eot');
	src: local('☺'), url('/fonts/days/Days-webfont.woff') format('woff'), url('/fonts/days/Days-webfont.ttf') format('truetype'), url('/fonts/days/Days-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.days {
	font-family: 'DaysRegular', sans-serif; 
	letter-spacing: 0;
	}








