html { overflow: auto; }
body {
	font-family: helvetica;
	background-color: #f1f4f4;
	margin: 0;
	padding: 0;
	/* The rest is for scrollbars */
	position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}
header, nav, article, footer, address {
	/* Make HTML 5 elements display block-level for consistent styling */
	display: block;   
}  

a { outline: none; 	position: relative; /* Needed for top:1px */ }
a:active { top: 1px; }

#wrapper {
	width: 800px;
	margin: 60px auto;
	background-color: #fff;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 0 25px 25px;
}

div #name h1 {
	color: #405156;
	font-size: 60px;
	line-height: 40px;
}

div#name {
	margin: 30px 0 35px;
	text-transform: uppercase;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

div#name h1 a {
	color: #353535;
	font-weight: normal;
	text-decoration: none;
}

/*div#name h1 a:active { top: 1px; }*/
div#name h1 a:hover span.j { color: #5F7BA8; }
div#name h1 a span#nick { font-size: 50px; }

#elsewhere { color: #999; line-height: 25px; }

#elsewhere a {
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
}

#elsewhere a:hover {
	background-color: #405156;
	color: #fff;
}

#me-links {
	font-size: 19px;
	font-weight: bold;
	margin-top: 30px;
}

#about {
	width: 400px;
	margin: 0 auto;
}

h2 { color: #505151; text-align: center; }

#contact {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}

/* @group Copyright */

/*#copyright {*/
footer {
	padding-top: 20px;
	color: black;
	font-size: 11px;
}
/* @end */

/* @group Forms */

label {
	width: 40px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block
}

input, textarea {
	background-color: #F8F8F8;
	border: 2px solid #CCCCCC;
	color: #555555;
	padding: 3px;
	margin: 3px;
	display: block;
}

input:focus, textarea:focus {
	background-color: #EFF5FF;
	border-color: #73A6FF;
	color: #000;
	-webkit-transition: background-color 0.35s linear 0.0s;
}
.button, button, input[type='submit'] {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	color: #555555;
	height: 20px;
	margin-top: 15px;
}


/* @end */



/*
.hr, hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	height: 0;
	max-height: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
}*/

.hr, hr {
	border: 0px;
	width: 188px;
	height: 6px;
	background: url("/images/hr2.png") top center no-repeat white;
	margin: 20px auto;
	text-align: center;
}

.hr hr { display: none !important; }


::-moz-selection { background: #F6CF74; color: #fff; }
::selection { background: #F6CF74; color: #fff; }

/* @group scrollbar */

::-webkit-scrollbar { width: 6px; height: 6px; }

/* Make the up-down-arrows to be empty space, but keep their height */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: block; height: 10px;
}

/* Remove the down area up on top, and up area at the bottom */
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement { display: none; }

::-webkit-scrollbar-track-piece {
	background-color: #dadddd;
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #b6b8b8;
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 50px;
	background-color: #ccc;
	-webkit-border-radius: 5px;
}

/* @end */



/* This seriously doesn't look good!
*[accesskey]:after {content:' [' attr(accesskey) ']'} */
