#links{display:none;}
#main, #show {width:100% !important; padding:0 !important;}

body {
  position: relative;
  margin: 0;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  min-height: 416px;
  background-color: #d8c8b4;
	color: #67615b;
}
body, #main #maincontent h2, #main #sidebar h2 {
  font-family: helvetica, sans-serif;
  -webkit-background-size: 0.438em 100%;
}

#random-name-picker {
  width:280px;
}

body.landscape #main {
  min-height: 268px;
}

ul {
  width: 300px;
  padding: 0px;
  margin: 10px 0px 6px 1px;
  font-size: 18px;
  font-weight: bold;
}

body.landscape ul {
  width: 460px;
}

input.large, textarea, #members li, form p, label, #notice {
	font-size: 20px;
}

#sucker, #trigger {
  display:block;
  width:100%;
  text-transform:uppercase;
  text-align:center;
  font-size:40px;
}

textarea { height:150px; width:280px;}

img.line {
  width:100%;
}

a, a:visited, #url, .star { color: #73a094; }

#members li {
	background: transparent url(/images/1guy.png) center left no-repeat;
	list-style:none;
	text-transform:uppercase;
	cursor: pointer;
	padding-left: 25px;
	line-height: 32px;
	text-decoration: line-through;
}
#members li.selected {
	background: transparent url(/images/1cup.png) center left no-repeat;
	text-decoration: none;
}

.centered {
  text-align:center;
}
