/* CSS Document */
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
body {
    background-color:#333333;
    color:white;
    font-family: 'PT Sans', sans-serif;
    margin:0;
    padding:0;
    overflow:hidden;
    background:black url(/_img/rules/bg.jpg) repeat-x;
}
a { color:white; }
.mainContainer {
    left:0;right:0;
    bottom:0px;top:0px;
    position:absolute;
}
.container {
    padding:20px;
    display:none;
	text-align:center;
}
#nameLink, #bitchLink, #startLink { display:none; }
#endGame {
    top:280px;
    right:0;
    position:absolute;
    padding:10px;
}
#nameFields input[type=text] {
	width:392px;
	height:2.8em;
	line-height:1em;
	border:black solid 1px;
	background:#333333;
	padding:0.5em 3em 0.5em 1em;
	margin-top:1em;
	margin-left:60px;
	margin-bottom:2px;
	color:white;
}
#setupButtons {
	position:absolute;
	top:60px;
	left:508px;	
	height:195px;
}
#upButton img, #downButton img {
	height:53px;
	width:47px;
}
#downButton {
	position:absolute;
	bottom:0px;	
	left:6px;
}
#upButton {
	position:absolute;
	top:0px;	
	left:6px;
}
.nextRoller, .previousRoller, #roll h2, .setupHeading {
	font-family: 'Lobster', cursive;
}
.setupHeading {
	position:absolute;
	top:5px;
	left:15px;
	font-size:2.5em;	
}
.setupContent {
	position:absolute;
	top:60px;
	left:0px;
	height:195px;
	width:508px;
	overflow:hidden;	
}
#nameLink {
	text-decoration:none;
	left:207px;
	top:255px;
	padding-top:12px;
	font-size:1.5em;
	height:54px;
	width:153px;
	position:absolute;
	background:url('/_img/nextButton.png?') no-repeat top left / 153px 54px;
}
#bitchButton {
	text-decoration:none;
	padding-top:12px;
	margin-left:70px;
	margin-top:20px;
	font-size:1.5em;
	height:54px;
	width:153px;
	display:inline-block;
	background:url('/_img/nextButton.png?') no-repeat top left / 153px 54px;
}
#roll h2 {
	font-size: 4em;
	top:120px;
	margin:auto;
	width:92%;
	position:absolute;
}
#bitchHat {
	width:193px;
	height:166px;
	position:absolute;
	top:0px;
	left:337px;
}
#endGame {
	position:absolute;
	width:50px;
	height:45px;
	padding:0px;
	padding-top:5px;
	top:0px;
	right:0px;
	font-family: 'Lobster', cursive;
	font-size:2em;
	background:black;
	text-align:center;
}
#endGame a {
	text-decoration:none;
}
#endGameConfirm {
	background:hsla( 5, 100%, 40%, 0.8 );
	width:34%;
	height:33%;
	position:absolute;
	left:33%;
	top:25%;
}
#endGameConfirm a {
	padding:20px;
	font-family: 'Lobster', cursive;
	text-decoration:none;
	font-size:2em;
}
#mainBackground {
	width:563px;
	height:320px;
	position:absolute;
}
.fullLink {
	top:0px;
	left:0px;
	height:320px;
	width:568px;
	position:absolute;
	z-index=100;
}
#start .fullLink {
	/*background:url(/_img/splash.png) no-repeat top center / 568px 320px;*/
	text-decoration:none;
	font-size:10em;
	font-family: 'Lobster', cursive;
	padding-top:55px;
}
#endPage a {
	padding-top:30px;
	text-decoration:none;
	text-align:center;	
}
#endGameBitch {
	font-size:7em;
	font-family: 'Lobster', cursive;
}
