@import "reset.css";
@import "../fonts/fonts.css";


/* CLEARFIX */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}



html, body {
	background: #000;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

a {
	color: #FFF;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

.motherfucking-wrapper {
	text-align: center;
}

#motherfucking-juicy-bitch {
	margin: 40px 0;
}

p.motherfucking-agreement {
	font-size: 28pt;
	margin: 22px;
}

h2 {
	font-size: 40pt;
}

form#mfw {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
}

fieldset {
	position: relative;
	top: -50%;
	left: -50%;
	width: 760px;
}

.motherfucking-balance {
	margin: 0 auto;
}

label {
	font-size: 40pt;
	margin-right: 10px;
}

input {
	font-size: 40pt;
	background: transparent;
	color: #FFF;
	border: none;
	border-bottom: 1px solid #FFF;
	outline: none;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 100;
	position: relative;
	z-index: 600;
}

#submit {
	display: none;
}

.fucked-up {
	position: absolute;
	right: -54px;
	bottom: -57px;
	color: #C80000;
	font-family: "Permanent Marker", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16pt;
	padding-right: 71px;
	min-height: 114px;
	background: url(../images/motherfucking-arrow.png) no-repeat right;
	z-index: 100;
}

.fucked-up p {
	margin-top: 80px;
}

#motherfucking-options li {
	margin: 18px 0;
	font-size: 16pt;
}

#motherfucking-options li.hidden {
	display: none;
}

#share-box {
	width: 203px;
	margin: 0 auto !important;
}

a#twitter,
a#fb {
	text-indent: -99999px;
	background: url(../images/twitter.png);
	width: 72px;
	height: 59px;
	display: block;
	float: left;
	border: none;
	margin: 0 18px;
}

a#fb {
	background: url(../images/fb.png);
	width: 59px;
}

footer {
	position: fixed;
	text-align: center;
	bottom: 8px;
	width: 100%;
	font-weight: 100;
	font-size: 8pt;
	color: #777;
}

.motherfucking-links {
	letter-spacing: -1px;
}

.motherfucking-links a {
	color: #777;
	border: none;
}

::selection,
::-moz-selection {
	background: #FFF;
	color: #000;
}