/* @group reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
	outline: none;
	border: 0;
}

/* @end */

/* @group default */

body {
	font: 12px/20px "Lucida Grande", Verdana, sans-serif;
	text-shadow: #000 0 -1px 1px;
	background: #000 url(../img/body.png) repeat-x -100% 0;
	color: #c9c;
	text-align: center;
}

/* @group anchor */

a {
	color: #c9c;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #fcf;
}

a:active {
	color: #fff;
}

/* @end */

/* @end */

/* @group layout */

/* @group input */

form {
	height: 31px;
	position: relative;
	width: 302px;
	margin: 10px auto;
}

input {
	width: 280px;
	padding: 0 10px;
	font: bold 16px/30px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	background: url(../img/input.png) no-repeat;
	height: 24px;
	line-height: 24px;
	padding-top: 6px;
}

input:focus {
	background-position: 0 -35px;
}

form span {
	position: absolute;
	width: 44px;
	right: 1px;
	top: 1px;
	height: 28px; 
	background: url(../img/fade.png) no-repeat 0 0;
}

form span img {
	position: absolute;
	top: 6px;
	right: 7px;
}

/* @end */

/* @group gravatar */

#mugshot {
	position: relative;
	height: 320px;
	width: 320px;
	margin: 0 auto;
}

#mugshot img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#you,
#success {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
}

#you {
	width: 320px;
	height: 320px; 
	background: url(../img/overlay.png) no-repeat 0 0;
}

#success {
	width: 100px;
	height: 100px; 
	background: url(../img/magic.png) no-repeat 8px 8px;
}

/* @end */

/* @group h1 */

h1 {
	height: 60px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden; 
	background: url(../img/h1.png) no-repeat center center;
}

/* @end */

/* @group back */

#back {
	height: 40px;
	margin-bottom: 50px;
	text-align: left;
}

#back a {
	display: block;
	width: 270px;
	margin: 0 auto;
	line-height: 38px;
	padding: 1px 100px 1px 130px;
	color: #fff;
	text-decoration: none;
	font-weight: normal; 
	background: url(../img/logo.png) no-repeat 103px 6px;
	text-shadow: #0d2c39 0 -1px 1px;
}

#back a strong {
	color: #9ad532;
}

#back a:hover,
#back a:focus {
	text-shadow: #648a99 0 0 5px;
}

#back a:active {
	padding: 2px 0 0 30px;
	background-position: 3px 7px;
}

/* @end */

/* @group fineprint */

#fineprint {
	color: #666;
	padding-bottom: 30px; 
	background: url(../img/fineprint.png) no-repeat center bottom;
	margin: 25px 0 50px;
}

#fineprint a {
	color: #666;
}

#fineprint a:hover,
#fineprint a:focus {
	color: #999;
}

#fineprint a:active {
	color: #ccc;
}

/* @end */



/* @end */