@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
* {
  box-sizing: border-box;
}
html{
	height:100%;
}
body {
    min-height: 100%;
    margin: 0 auto;
	background-color:#000;
	color:#fff;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	flex-direction:column;
	font-size:16px;
}
img{
	image-rendering: optimizeSpeed;             
	image-rendering: -moz-crisp-edges;          
	image-rendering: -webkit-optimize-contrast; 
	image-rendering: -o-crisp-edges;           
	image-rendering: pixelated;     
	-ms-interpolation-mode: nearest-neighbor;  
	max-width:100%;
	width:100%;
}
h1{
	text-align:center;
	font-size:1.5em;
	margin: 0 0 16px;
}
h2{
	font-size:1.5em;
	margin: 8px 0;
	text-decoration: underline;
}
h3,h4,h5,h6{
	font-size:1em;
	margin: 0;
	text-decoration: underline;
}
.h1-error{
	font-size:64px;
}	
a{
	color: #E0D960;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}
a:hover{
	text-decoration:underline;
}
.clearfix::after{
    content: "";
    clear: both;
    display: table;
}
.flex{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.grow{
	-moz-box-flex-grow: 1;         /* OLD - Firefox 19- */
	-webkit-flex-grow: 1;          /* Chrome */
	-ms-flex-grow: 1;              /* IE 10 */
	flex-grow: 1;
}
.gray{
	color: #666;
}








.wrapper {
	position:relative;
	flex-direction:column;
	background:#1a1a1a;
	width:100%;
	max-width:746px;
	margin: 0 auto;
}








.header-main{
	background: #444;
}
.logo{
	width:100%;
	display:block;
}
.main-nav{
	padding:0 3px;
}
.main-nav a{
	color:#fff;
	padding:6px 3px;
	display: inline-block;
	text-decoration: underline;
}








.content{
	padding: 16px 16px 91px;
	text-align:center;
}
.quoteheader{
	color: #EEEEFF;
	background-color: #414141;
	padding-left: 5px;
	border-left: 6px double #666677;
	border-radius: 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 9px;
	width: auto;
    text-align:left;
	margin-top: 6px;
}
.standardquote{
	color: #F0F0F0;
	background-color: #313131;
	border: 1px solid #666666;
	margin:1px;
	padding: 3px;
	line-height: 1.4em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    text-align:left;
	color:limegreen;
	margin:1px;
}
.poll{
	text-align:left;
	background-color: #101010;
    padding: 1px;
    border: 1px solid #696969;
	margin: 16px 0;
}
.poll-title{
	overflow: hidden;
    font-weight: bold;
	border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
	margin:0;
	padding: 0 8px !important;
	color: #F0F0F0;
    background: url(/titlebg.gif) #393940 repeat-x;
    border-width: 0px;
    border-bottom: solid 1px #000000;
    border-top: solid 1px #404040;
}
.poll-question{
	margin:0;
	padding: 8px;
    color: #F0F0F0;
    background-color: #363636;
}
.poll-options{
	color: #F0F0F0;
	background-color: #363636;
}
.poll dl{
	overflow:auto;
    clear: both;
    margin: 0 8px 8px;
    border-bottom: 1px #666 solid;
    border: solid #696969;
    border-width: 1px 0;
}
.poll dt{
    width: 50%;
    float: left;
    clear: both;
    border-top: 1px #555 dotted;
	margin:8px 0;
}
.poll .voted{
    font-weight: bold;
}
.poll dd{
    width: 50%;
    float: left;
    border-top: 1px #555 dotted;
	margin:8px 0;
	
}
.poll dd img{
	display:inline-block;
    vertical-align: middle;
}
.poll p{
	margin: 8px;
}
.bbc_tt{
    font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}
hr{
    height: 1px;
    border: 0;
    color: #666;
    background-color: #666;
}
code.bbc_code {
    display: block;
    font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
    font-size: x-small;
    background: #eef;
    border: 1px solid #000;
    line-height: 1.3em;
    padding: 1px;
    overflow: auto;
    white-space: nowrap;
    max-height: 24em;
    margin-bottom: 6px;
}
.spoilterbody{
	background-color: #404040;
    border: 1px solid #666666;
    margin: 1px;
    padding: 3px;
    font-size: x-small;
    line-height: 1.4em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 6px;
}
.cell{
	font-size:1.5em;
	color:#000;
	float:left;
	width:58px;
	height:64px;
	background-color:lightgray;
	border:1px solid #000;
}







.thumbnail{
	width:96px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	font-size:0.75em;
	margin:6px 3px;
	color: #fff;
}
.thumbnail img{
	width:100%;
}







.champions{
	padding: 0 16px 32px;
}
.champions h2{
	margin: 32px 0 8px;
}
.champions p{
	margin: 8px 0;
}





.alert{
    position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0,0,0, 0.5);
	align-items:center;
	justify-content:center;
	flex-direction:column;
}







.footer-main{
	background:#444;
	font-weight:bold;
	text-align:center;
}
.footer-main a{
	color:#fff;
}
.footer-margin{
	margin:12px auto;
}
.social{
	font-size:24px;
	max-width:380px;
	width:100%;
}
.social a:hover{
	text-decoration:none;
}
.nav-padding{
	padding-bottom:66px;
}
.fixed-nav {
	position:fixed;
	bottom:0;
	width:100%;
	max-width:746px;
	margin:0 auto;
	background-color:#444;
	font-weight:bold;
	text-align:center;
}
.fixed-nav a{
	color: #fff;
}
.nav-page {
	max-width:420px;
	width:100%;
	padding:0 16px;
}
.nav-page a:hover{
	text-decoration:none;
}
.nav-left{
	text-align:left;
	padding-left:16px;
}
.nav-right{
	text-align:right;
	padding-right:16px;
}
.bookmark{
	position:relative;
}
.bookmark:hover .tooltip{
	display:block;
}
.tooltip{
	position: absolute;
	bottom: 150%;
	left: 50%;
	display: none;
	width: 224px;
	background-color: #000;
	color: #fff;
	padding: 16px;
	border-radius: 6px;
	z-index:1;
	margin-left: -112px;
	text-align:center;
}
.tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.bookmark:hover .tooltip-top{
	display:block;
}
.tooltip-top{
	position: absolute;
	top: 150%;
	left: 50%;
	display: none;
	width: 224px;
	background-color: #000;
	color: #fff;
	padding: 16px;
	border-radius: 6px;
	z-index:1;
	margin-left: -112px;
	text-align:center;
}
.tooltip-top::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}











#form-password{
	background:#d3d3d3;
	border-radius:8px;
	width:100%;
	max-width:400px;
	margin:0 auto;
	padding:16px;
	color:#444;
}
#form-password input{
	background:#f9f9f9;
	width:100%;
	margin:8px 0;
	padding:8px;
	border:0;
}
#form-password input[type=submit]{
	background:#444;
	color:#fff;
}
#bbcode-preview{
	padding:16px;
	min-height:300px;
}
#form-new{
	background:#444;
	color:#fff;
	padding:8px 16px;
	text-align:center;
	border-top: 3px solid #666;
}
#form-new label{
	display:block;
	margin:8px 0;
}
#form-new textarea{
	display:block;
	width:100%;
    max-width: 500px;
	margin:8px auto;
	height: 175px;
	border: 1px solid #808080;
    padding: 2px !important;
	overflow-x: hidden;
}
#form-new input,#form-new select{
	background:#f9f9f9;
	display:block;
	width:100%;
    max-width: 500px;
	margin:8px auto;
	padding:8px;
	border:0;
}

#form-parse{
	padding:0 16px;
	text-align:center;
	border-bottom: 2px solid #666;
}
#form-parse input,#form-parse select{
	background:#f9f9f9;
	display:block;
	width:100%;
	margin:16px auto;
	padding:8px;
	border:0;
}
#form-parse textarea{
	display:block;
	width:100%;
	margin:16px auto;
	height: 175px;
	border: 1px solid #808080;
    padding: 2px !important;
	overflow-x: hidden;
}

.ad{
	margin: 1em 0;
	display:block;
	width:100%;
	max-width:746px;
}

.ad div{
	width:100%;
	max-width:746px;
	min-width:0 !important;
}