* {
	margin:0;
	padding:0;
}

body {
	font:62.5% Helvetica,Arial,sans-serif;
	background-color:#1e1e1e;
	color:#FFF;
	margin:5px;
}

a {
	text-decoration:none;
	color:#E6554F;
}
	
	a:hover { color:#EE8974; }

#menu {
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
	width:100%;
}

.btn,
.title,
.default,
.norm {
	background-image:url(../img/btn.png);
	border-radius:5px;
	color:#E6554F;
	cursor:pointer;
	display:block;
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	margin-right:5px;
	padding:7px 10px 8px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:normal;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

	.default,
	.norm {
		cursor:default;
		color:#fff;
	}

	.title {
		color:#FFF;
		top:6px;
		left:6px;
		position:absolute;
		z-index:1;
		padding:7px 10px 6px 10px;
		max-width:138px !important;
	}
	
	.norm {
		text-transform:none;
		font-size:9px;
		float:none;
		white-space:normal;
	}

#bio {
	width:329px;
	text-align:left;
	font-size:11px;
	padding:10px;
	letter-spacing:0px;
	border:1px solid #424242;
    font-weight:normal;
}

#nav {
	position:relative;
	width:100%;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-top:20px;
}

.pages { float:right; }

a.current { color:#fff; }
	
	#nav #fineprint {
		float:left;
		max-width:300px;
		text-align:left;
	}

h1, h2, h3 {
	color:#FFF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:10px;
	text-transform:uppercase;
}

	h2 { font-size:20px; }

	h1 a {
		color:#DFFFF7;
		text-decoration:none;
	}

.img-container,
.bio-container {
	position:relative;
	background:url(../img/btn.png);
    border-radius:5px;          
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin:3px;
	padding:5px;
	display:block;
	width:160px;
}

.box {
	position:relative;
	width:160px;
	overflow:hidden;
	display:block;
	border-radius:5px;          
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-indent:-9999px;
}

.me {
	display:block;
	width:80px;
	height:80px;
	background:url('../img/me.jpg');
	border-radius:5px;          
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-indent:-9999px;
	margin-left:15px;
}
