@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato/Lato-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url(fonts/Noto_Sans/NotoSans-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url(fonts/Noto_Sans/NotoSans-Regular.ttf) format('truetype');
    font-style: normal;
}


/* https://www.google.com/fonts#UsePlace:use/Collection:Noto+Sans:400,700|Lato:700 */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}


/* Fonts - should move loading to main page */

body {
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.5;
}
h1,h2 {
	font-family: 'Lato', sans-serif;
}
font[face="Arial"], .debateround font[face="Arial"] {
	font-family: Arial !important;
}
font[face="comic sans ms"], .debateround font[face="comic sans ms"] {
	font-family: "comic sans ms" !important;
}
font[face="Courier New"], .debateround font[face="Courier New"] {
	font-family: "Courier New" !important;
}
font[face="Georgia"], .debateround font[face="Georgia"] {
	font-family: Georgia !important;
}
font[face="Helvetica"], .debateround font[face="Helvetica"] {
	font-family: "Helvetica" !important;
}
font[face="Impact"], .debateround font[face="Impact"] {
	font-family: "Impact" !important;
}
font[face="Times"], .debateround font[face="Times"] {
	font-family: "Times" !important;
}
font[face="Trebuchet"], .debateround font[face="Trebuchet"] {
	font-family: "Trebuchet" !important;
}
font[face="Verdana"], .debateround font[face="Verdana"] {
	font-family: "Verdana" !important;
}

/* Forms */

input, select, textarea {
	font-size:12px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-weight:normal;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	border: 1px solid silver;
	margin: 2px;
	color: #444;
	box-sizing: border-box;
	max-width: 100%;
}
*:disabled {
	color: #CCC !important;
}
input:hover {
	border: 1px solid #B3B3B3;
}
textarea {
	width: 100%;
}
select {
	padding: 4px 5px 4px 5px;
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.hm_showall {
	max-width: 50%;
}
.hm_showall a, a.button, button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
	display: inline-block;
	box-sizing: border-box;
	font-size:11px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-weight:normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #444 !important;
	padding: 4px 8px 4px 8px;
	line-height: normal;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-radius: 3px;
	margin: 4px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	background-color: #EEE;
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	max-width: 100%;
	text-shadow: 1px 1px white;
}
.hm_showall a:active, a.button:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
}
.hm_showall a:hover, a.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: #444 !important;
	background: linear-gradient(to bottom, #f2f9fe 0%,#d6f0fd 100%);
	cursor: pointer;
	text-decoration: none;
}
button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover {
	color: #CCC !important;
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
input:focus, textarea:focus, select:focus {
	outline: 0;
}
input:hover {
	border: 1px solid #B3B3B3;
}
input, select, textarea {
	font-size: 12px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	border: 1px solid silver;
	margin: 2px;
	color: #444;
	box-sizing: border-box;
	max-width: 100%;
}

/* Tipsy */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; pointer-events: none; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px; }
.tipsy-arrow { position: absolute; background: url('/theme/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* Tabs */

#tab-container > ul {
	list-style-type: none;
	margin-left: 0;
	position: relative;
	top: 1px;
}
#tab-container > ul li {
	display: inline-block;
	background: linear-gradient(to bottom, #dddddd 0%,#cccccc 100%);
	padding: 5px 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 1px solid #BBB;
}
#tab-container > ul li.active {
	background: linear-gradient(to top, #f6f6f6 0%,#ffffff 100%);
	z-index: 5;
	border: 1px solid #ddd;
	border-right: 1px solid #BBB;
	border-bottom: none;
}
#tab-container > div {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 12px;
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
#tab-container .threadp, #tab-container .fpost {
	background-color: #fff;
	border: 1px solid #ddd;
}

/* Other General */

html,body {
	height: 100%;
}
body {
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
td {
	vertical-align: top;
	padding: 2px;
}
.chatdate {
	display: none;
}
img {
	max-width: 100%;
}
hr {
	border-style: solid;
	border-color: #b3b3b3;
}
.nicEdit-panel {
	line-height: normal !important;
}
.nicEdit-pane > div {
	z-index: 100000;
}
.noty_text:after {
	display: block;
	content: "(click this bar to close)";
	font-size: 9px;
}
.sandf span[title], [original-title] {
	border-bottom: 1px dotted #aaa;
	cursor: pointer;
}
a {
	cursor: pointer;
}

/* Header */

header {
	background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(238,238,238,0) 100%), url('header-blue.gif');
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
header a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
header .fleft {
	background: rgba(0,0,0,0.4);
	padding: 4px 0;
	margin-bottom: 8px;
}
header .fright {
	background: rgba(255,255,255,0.4);
	padding: 4px 0;
	margin-top: 8px;
}
header .fright a {
	color: #fff !important;
}
header a:hover {
	text-decoration: underline;
}
header.headloggedin .fright, header.headloggedin .fright td {
	text-align: center;
	font-size: 15px;
	overflow: hidden;
}
header.headloggedin .fright table {
	margin: auto;
}

/* Notifications */

.hbptext {
	text-align: right;
	padding-right: 10px;
}
.notifyshow {
	display: block !important;
}
.notifyshow+a div {
	display: none;
}
#notifyMain {
	display: none;
	word-wrap:break-word;
	position: absolute;
	z-index: 15000; right: 0;
	background-color: rgba(0,0,0,0.8);
	color: #fff; max-width: 50%;
}
#notifyMain > div {
	margin: 4px; padding: 6px 24px;
	background-color: rgba(0,0,0,0.8);
	font-weight: bold;
}
#notifyMain > div .notificationmsg {
	font-weight: normal;
}
#notifyindicator {
	position: absolute;
	padding: 4px 8px;
	border-radius: 20px;
	background-color: #f23;
	color: #fff;
	z-index: 30000;
	box-shadow: 1px -1px 5px rgba(0,0,0,0.6), -3px -3px 5px rgba(0,0,0,0.3) inset, 3px 3px 5px rgba(255,255,255,0.3) inset;
	margin-top: 24px;
	margin-left: 27px;
}
#topreslink img {
	border-radius: 3px;
}
#notifyMain:before {
	content: "Notifications";
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	padding: 8px;
	display: block;
}
#notifyMain a {
	color: #0672d7;
	text-decoration: none;
}
#notifyMain a:hover {
	text-decoration: underline;
}
#notifyMain hr {
	display: none;
}
#notifyMain br+br {
	display: none;
}
.notificationclose {
	display: inline-block;
	background-color: #100;
	color: #fff;
	position: absolute;
	margin-left: -40px;
	padding: 1px 8px;
	border: 1px solid #100;
	border-radius: 20px;
	cursor: pointer;
}
.notificationclose:hover {
	background-color: #400;
}
#notifyMain+a {
	position: absolute;
	top: -10px; right: 70px; z-index: 20000;
}
#notifyMain+a img {
	display: none;
}

/* Social */

.forumsocial, #bsocial {
	transform: scale(0.8,0.8);
	position: absolute;
	right: 20px;
}
#bsocial+#bsocial {
	margin-top: 70px;
	right: 30px;
}
#bsocial div {
	text-align: center;
}
#bsocial .favbutton+meta+div {
	display: inline-block;
	text-align: center;
	position: relative; top: 4px;
	margin-right: 10px;
}
iframe[title="fb:like Facebook Social Plugin"] {
	position: relative; top: -5px;
}
.favbutton {
	padding-top: 40px;
	height: 25px;
	width: 48px;
	display: inline-block;
	background-image: url("http://www.edeb8.com/theme/nofav.png");
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	float: right;
	display: block !important;
}
.redditbutton {
	display: inline-block;
}
.redditbutton iframe {
	position: relative;
	top: 8px;
}
.pocketbutton {
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: 7px;
}
.stumbleuponbutton {
	display: inline-block;
	margin-left: 3px;
}
.stumbleuponbutton iframe {
	position: relative;
	top: 4px;
}

/* Promo */

#promo {
	background: url('promonew.jpg');
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
#promo h1 {
	font-size: 30px;
	margin-bottom: 40px;
	text-shadow:
	1px 1px #fff,
	0 1px #fff,
	1px 0 #fff,
	-1px -1px #fff,
	0 -1px #fff,
	-1px 0 #fff;
}
#promo #plogin a+a {
	margin-left: 4%;
}
.usersay {
	background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(238,238,238,0) 100%), url("http://alttest.edeb8.com/theme/header-blue.gif");
	padding: 15px; text-align: center;
}
.usersay table {
	margin: auto;
}
.usersay h2 {
	color: white;
	font-size: 25px;
}

/* Main Area */

.textblock {
	font-size: 14px;
	min-height: calc(100% - 100px);
	overflow: auto;
}
.textblock a {
	color: #0672d7;
	text-decoration: none;
}
.textblock a:hover {
	text-decoration: underline;
}
.textblock ul {
	list-style-type: disc;
	margin-left: 20px;
}
.textblock.aleft {
	max-width: 1024px;
	background: rgba(255,255,255,0.85);
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	overflow-x: hidden;
}
.textblock h1 {
	font-size: 35px;
}
.textblock h2 {
	font-size: 20px;
}
.activityfeed {
	display: block;
	padding: 10px;
	width: calc(100% - 40px);
	margin: 5px auto;
	text-align: left;
	box-sizing: border-box;
	background: #FCFCFC;
	border: 1px solid #ddd;
	position: relative;
}
.debsellink {
	display: inline-block;
	margin: 4px 0;
}
.debsellink.csel {
	font-weight: bold;
}
.debsellink+.debsellink {
	margin-left: 15px;
}
.debsellink~br {
	display: none;
}
.activityfeed h2 {
	color: black !important;
	font-size: 15pt !important;
	margin-top: 0;
}
.activityfeed ul {
	margin: 0 !important;
	list-style-type: none !important;
}
.activityfeed li {
	padding: 8px;
	position: relative;
}
.activityfeed li+li {
	border-top: 1px solid #e9e9e9;
}
.activityfeed li:nth-child(even) {
	background-color: #f3f3f3;
}
.activityfeed em {
	color: #bbb;
	line-height: 44px;
	font-style: normal;
	float: right;
}
.activityfeed img {
	vertical-align: middle;
	margin-right: 12px;
}
.activityfeed .actmsg {
	display: inline-block;
	width: calc(100% - 200px);
	vertical-align: middle;
}
.debselmain em {
	line-height: normal !important;
}
.debselmain:target {
	display: block;
}
.debselmain .debhbox {
	padding: 0 10px;
}
.debselmain em {
	line-height: 24px !important;
}
.debhboxhilite {
	outline: 2px solid #a5c956;
}
.debhboxhilitered {
	outline-color: #e60437 !important;
}
.debhboxhilite a {
	font-weight: bold;
}

/* Debate-specific */

.dpb {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid gray;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	min-width: 220px;
}
.dpbna {
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
}
.dpba {
	background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%);
}
.dpb .dpbi {
	float: left;
	margin-right: 10px;
}
.dpbi {
	background-color: white;
	border: 1px solid grey;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: auto;
	background-position: center;
	background-size: cover;
}
.debcomment {
	padding: 3px 10px; margin: 10px 0;
	background-color: white;
	border: 1px solid #ddd;
}
section.debateround {
	background-color: white;
	padding: 15px 0;
	line-height: 30px;
	border-bottom: 1px solid silver;
}
section.debateround article {
	padding: 0 15px;
}
section.debateround article+article {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid silver;
}
section.prevround {
	padding: 15px;
	padding-top: 0;
	border-top: 1px solid #ddd !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
section.debateround article > a:first-child {
	background-color: rgba(0,0,0,0.2);
	display: block;
	overflow: auto;
	padding-top: 12px;
	box-sizing: border-box;
	margin-bottom: -25px;
}
section.debateround article > a:first-child img {
	margin-top: -9px !important;
}
section.debateround article > a:first-child+strong {
	color: #333;
	position: absolute;
	right: 54px;
	margin-top: -15px;
}
section.debateround article > small:last-child {
	display: block;
	font-size: 11px;
	color: #777;
}
h1[itemprop="headline"] {
	max-width: calc(100% - 150px);
}
#votebox {
	background-color: white;
	padding: 15px;
	margin-top: 15px;
	border: 2px dashed green;
}
#votebox td:first-child {
	width: 33%;
}
#votebox textarea {
	width: 100%;
	height: 70px;
}
.voteblock {
	background-color: white;
	margin: 3px;
	padding: 10px;
	overflow: auto;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}
.voteblock hr {
	border: 1px dotted #eee;
}
section.debateround.round1 {
	border-left: 6px solid green;
}
section.debateround.round2 {
	border-left: 6px solid red;
}
section.debateround.round3 {
	border-left: 6px solid yellow;
}
section.debateround.round4 {
	border-left: 6px solid blue;
}
section.debateround.round5 {
	border-left: 6px solid orange;
}
section.debateround.round6 {
	border-left: 6px solid purple;
}
section.debateround.round7 {
	border-left: 6px solid cyan;
}
section.debateround.round8 {
	border-left: 6px solid olive;
}
section.debateround.round9 {
	border-left: 6px solid maroon;
}
section.debateround.round10 {
	border-left: 6px solid fuchsia;
}
section.debateround.round11 {
	border-left: 6px solid teal;
}
section.debateround.round12 {
	border-left: 6px solid black;
}
section.debateround.round13 {
	border-left: 6px solid peru;
}
section.debateround.round14 {
	border-left: 6px solid turquoise;
}
section.debateround.round15 {
	border-left: 6px solid chartreuse;
}
section.debateround.round16 {
	border-left: 6px solid grey;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
  }
}

/* Feature Request stuff */

.featurerequest {
	border: 3px solid #eee;
	background-color: #F4F6F9;
	border-radius: 15px;
	overflow: hidden;
	margin: 5px 0;
}
.freq-mini {
	height: 57px;
}
.freq-main {
	background: #f6f8f9;
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
	color: #333;
	font-weight: bold;
	padding: 5px 15px;
	text-align: center;
}
.freq-response-in-progress .freq-main {
	background: #fae5b6;
	background: -moz-linear-gradient(top,  #fae5b6 0%, #f9dd9f 50%, #f7de89 51%, #faf0b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fae5b6), color-stop(50%,#f9dd9f), color-stop(51%,#f7de89), color-stop(100%,#faf0b4));
	background: -webkit-linear-gradient(top,  #fae5b6 0%,#f9dd9f 50%,#f7de89 51%,#faf0b4 100%);
	background: -o-linear-gradient(top,  #fae5b6 0%,#f9dd9f 50%,#f7de89 51%,#faf0b4 100%);
	background: -ms-linear-gradient(top,  #fae5b6 0%,#f9dd9f 50%,#f7de89 51%,#faf0b4 100%);
	background: linear-gradient(to bottom,  #fae5b6 0%,#f9dd9f 50%,#f7de89 51%,#faf0b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae5b6', endColorstr='#faf0b4',GradientType=0 );
}
.freq-response-in-progress .freq-type:after {
	content: " (in progress)";
}
.freq-response-refuse .freq-main {
	background: #fab6bd;
	background: -moz-linear-gradient(top,  #fab6bd 0%, #f99fa8 50%, #f7898b 51%, #fab8b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fab6bd), color-stop(50%,#f99fa8), color-stop(51%,#f7898b), color-stop(100%,#fab8b4));
	background: -webkit-linear-gradient(top,  #fab6bd 0%,#f99fa8 50%,#f7898b 51%,#fab8b4 100%);
	background: -o-linear-gradient(top,  #fab6bd 0%,#f99fa8 50%,#f7898b 51%,#fab8b4 100%);
	background: -ms-linear-gradient(top,  #fab6bd 0%,#f99fa8 50%,#f7898b 51%,#fab8b4 100%);
	background: linear-gradient(to bottom,  #fab6bd 0%,#f99fa8 50%,#f7898b 51%,#fab8b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab6bd', endColorstr='#fab8b4',GradientType=0 );
}
.freq-response-refuse .freq-type:after {
	content: " (refused)";
}
.freq-response-complete .freq-main {
background: #77e000;
background: -moz-linear-gradient(top,  #77e000 0%, #70d200 50%, #59c600 51%, #51de00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77e000), color-stop(50%,#70d200), color-stop(51%,#59c600), color-stop(100%,#51de00));
background: -webkit-linear-gradient(top,  #77e000 0%,#70d200 50%,#59c600 51%,#51de00 100%);
background: -o-linear-gradient(top,  #77e000 0%,#70d200 50%,#59c600 51%,#51de00 100%);
background: -ms-linear-gradient(top,  #77e000 0%,#70d200 50%,#59c600 51%,#51de00 100%);
background: linear-gradient(to bottom,  #77e000 0%,#70d200 50%,#59c600 51%,#51de00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77e000', endColorstr='#51de00',GradientType=0 );
}
.freq-response-complete .freq-type:after {
	content: " (completed)";
}
.freq-name, .freq-type {
	cursor: pointer;
}
.freq-desc, .freq-commentblock {
	padding: 5px 15px;
}
.freq-comments {
	float: right;
	margin-top: 10px;
}
.freq-votes {
	float: left;
	margin-top: 8px;
	font-size: 15px;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	border-radius: 14px;
	position: relative;
	z-index: 1000;
}
.freq-votes div {
	display: inline-block;
	vertical-align: middle;
}
.freq-count {
	color: #fff;
}
.freq-voteup {
	background: #9dd53a;
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
	border-radius: 14px;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	cursor: pointer;
}
.votecomment {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 4px;
	margin: 4px;
}
.freq-comment .votecomment {
}
.freq-votedfor .freq-voteup {
	color: #fff;
}
.freq-votedcon .freq-votedown {
	color: #fff;
}

.freq-votedown {
	background: #d5403b;
	background: -moz-linear-gradient(top,  #d5403b 0%, #d5564f 50%, #c32017 51%, #bc100a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5403b), color-stop(50%,#d5564f), color-stop(51%,#c32017), color-stop(100%,#bc100a));
	background: -webkit-linear-gradient(top,  #d5403b 0%,#d5564f 50%,#c32017 51%,#bc100a 100%);
	background: -o-linear-gradient(top,  #d5403b 0%,#d5564f 50%,#c32017 51%,#bc100a 100%);
	background: -ms-linear-gradient(top,  #d5403b 0%,#d5564f 50%,#c32017 51%,#bc100a 100%);
	background: linear-gradient(to bottom,  #d5403b 0%,#d5564f 50%,#c32017 51%,#bc100a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5403b', endColorstr='#bc100a',GradientType=0 );
	border-radius: 14px;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	cursor: pointer;
}
.freq-inactive .freq-voteup, .freq-inactive .freq-votedown {
	opacity: 0.5;
	cursor: default;
}
.freq-name {
	font-size: 18px;
}
.freq-type {
	font-weight: normal;
	margin-top: -5px;
	color: #666;
}
#freq-form table input, #freq-form table textarea, #freq-form table select {
	width: 500px;
}

/* Forum Stuff */

.forumtable {
	width: 100%;
}
.forumtable thead td {
	font-weight: bold;
}
.forumtable thead {
	color: white;
	font-weight: bold;
	background: #233039 url("http://www.edeb8.com/theme/header-blue.gif");
}
.forumtable td {
	padding: 3px 8px;
	vertical-align: middle;
}
.forumtable tbody tr:nth-child(even) {
	background-color: #f3f3f3;
}
.threadp, .fpost {
	background-color: #f3f3f3;
	padding: 8px;
	margin-bottom: 10px;
	margin: 5px;
	border-radius: 3px;
	overflow: auto;
	word-wrap:break-word;
	position: relative;
}
.fpost+.fpost {
	margin-top: 12px;
}
.forumsig {
	background-color: #dddddd;
	padding: 8px;
	top: 8px;
	font-size: 11px;
	position: relative; left: -8px; width: calc(100% + 16px); box-sizing: border-box;
	color: #999;
	text-shadow: 1px 1px #fff;
}
.forumquote {
	display: block;
	background-color: rgba(40,55,66,0.1);
	border: 2px solid #e5e5e5;
	padding: 5px;
	margin-bottom: -15px;
	padding-left: 40px;
	border-left-width: 0;
	border-right-width: 0;
	clear: both;
	quotes: "“" "”";
}
.forumquote:before {
	position: absolute;
	quotes: "“" "”";
	content: open-quote;
	color: rgba(40,55,66,0.3);
	font-size: 50px;
	font-family: serif;
	margin-left: -30px;
	margin-top: -15px;
	text-shadow: 1px 1px #fff;
}
.frpag {
	float: right;
}
.frpag .button {
	margin: 4px 0;
	border-radius: 0;
}
.frpag .button:first-of-type {
	margin-left: 4px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.frpag .button:last-of-type {
	margin-right: 4px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.forumsig+div {
	height: 0;
}
.forumsig ~ [id^="apostbox"] {
	background-color: #cccccc;
	padding: 8px;
	top: 8px;
	position: relative;
	left: -8px;
	width: calc(100% + 16px);
	box-sizing: border-box;
	display: block !important;
}
.fpost .commentbox {
	margin-top: 10px;
}
.currentpagefr {
	font-weight: bold !important;
}

/* Chat */

#chatbox {
	position: fixed;
	left: 0;
	height:260px;
	bottom: 20px;
	text-align: left;
	font-size: 11px;
	z-index: 2000;
	overflow-y: hidden;
	box-sizing: border-box;
	pointer-events: none;
	line-height: 1.5;
	word-wrap: break-word;
}
#chatbox .chatdatedisplay {
	height: 0;
	opacity: 0;
	transition: height 1s, opacity 1s;
}
#chatbox .onechat:hover .chatdatedisplay, #chatbox .sentchat:hover .chatdatedisplay {
	height: 10px;
	opacity: 1;
}
#chatbox > div {
	background-color: white;
	display: inline-block;
	padding-top: 28px;
	height: 250px !important;
	margin: 8px;
	width: 200px;
	border: 1px solid black;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	pointer-events: auto;
	position: relative;
}
#chatbox > div > div:last-child {
	margin-bottom: 30px;
}
.chatuname {
	position: absolute;
	width: calc(100% + 1px);
	height: 25px;
	color: white;
	background: #233039 url(header.gif);
	font-weight: bold;
	padding: 3px;
	padding-right: 6px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 15px;
	z-index: 10000;
	box-shadow: 0px 2px 10px #fff;
	text-shadow: 1px 1px 0px #000;
	overflow: hidden;
}
.chat_closebutton {
	display: inline-block;
	color: white;
	position: absolute;
	right: 3px;
	font-size: 10px;
	width: 15px;
	height: 15px;
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
	text-align: center;
	line-height: 15px;
	font-family: Arial, sans-serif;
	border: 1px solid black;
	text-shadow: none;
}
.hidechatadd .chatadd, .hide {
	display: none;
}
.chatadd {
	position: absolute;
	top: 220px; margin-left: -1px; border-top: 1px solid black;
	background-color: white; overflow: visible;
	box-sizing: border-box;
	width: calc(100% + 1px);
	z-index: 10000;
	padding-bottom: 10px;
}
.chatadd input {
	border: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
}
.onechat {
	background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%);
	padding: 6px;
	color: black;
	width: 98%;
	margin: 0 1% 4px 1%;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sentchat {
	background: linear-gradient(to bottom,  #81c2db 0%,#6fadc5 100%);
	padding: 6px;
	color: black;
	text-align: right;
	width: 98%;
	margin: 0 1% 4px 1%;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
}
.chatdatedisplay {
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
}

/* Shoutbox */

.shoutbox {
	height: 375px;
	overflow-y: scroll;
	background-color: #eaeaea;
}
.sboxentry {
	margin: 5px 2px;
	background-color: white;
	text-align: left;
	overflow: auto;
	padding-right: 5px;
}
.sboxentry img {
	max-width: calc(100% - 20px);
}
.sboxentry img:first-child {
	float: left;
	padding: 3px;
	margin-right: 6px;
}
.sboxpostheading, .sboxpostheading .chatdatedisplay {
	color: #888;
}
section article .sboxentry > img:first-child {
	height: 18px;
	width: 18px;
	padding: 0;
	margin-top: 4px;
	margin-left: 6px;
}
section article .sboxentry {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	background-color: #e6e6e6;
	margin: 0;
}
.sboxentry .chatdatedisplay {
	display: inline;
	font-style: normal;
	font-size: 13px !important;
}
.shoutboxcontainer {
	display: inline-block;
	width: 100%;
	height: 400px;
	margin: auto;
	overflow: hidden;
	background-color: #ddd;
	border: 5px solid #ddd;
}
.shoutboxcontainer input {
	width: 100%;
	border-radius: 0;
	margin: 0;
	height: 25px;
}

/* Group-specific */

#statsblock {
	float: right; width: 260px; min-height: 150px; margin-left: 20px; margin-top: 20px;
}
#statsblock ~ #tab-container {
	width: calc(100% - 285px);
}
#statsblock img {
	width: 100%; height: auto;
}
.groupbg {
	z-index: -1000;
	position: fixed; top: 0; bottom: 0; left: 0; right: 0;
	background-size: cover;
}

/* Profile-specific */
.vcard #statsblock {
	font-size: 0; float: none; margin-left: 0; width: 100%; margin-top: 0;
}
.vcard #statsblock > div {
	text-align: center;
	font-size: 13px;
}
.vcard #statsblock ~ #tab-container {
	width: 100%;
}
.vcard #statsblock img {
	width: auto;
}
.vcard #statsblock > div:first-child {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.vcard #statsblock > div:first-child img {
	margin: 0 !important;
}
.vcard #statsblock > table {
	background-color: rgba(255,255,255,0.6) !important;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding: 8px;
	z-index: -1;
	position: absolute;
	margin-left: -80px;
	transition: margin-left 500ms, width 100ms, height 100ms;
	width: 0;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
}
.vcard #statsblock > table:hover, #statsblock > div:first-child:hover ~ table {
	margin-left: 0; width: 207px; position: relative;
	z-index: 0; height: 246px;
}
.vcard #statsblock div:last-child {
	margin-top: 70px !important;
}
.biotable {
	width: 100%;
}
.friendindicator {
	display: inline-block;
	font-size: 11pt;
	line-height: 20pt;
	font-weight: normal;
	margin-left: 15px;
	position: relative;
	top: -4px;
	padding: 0 4px;
	background-color: #339933;
	color: white;
	border-radius: 10px;
}
.vcard {
	text-align: center;
}
.content > .vcard > .p-nickname {
	text-align: center;
	clear: both;
	margin-top: -60px;
}
.p-nickname ~ #tab-container {
	text-align: left;
}
.frpimg {
	margin-top: 0; margin-right: 15px; margin-bottom: 4px; vertical-align: middle;
}
#status a.button {
	opacity: 0.5;
}
#status .favbutton {
	opacity: 0.8;
}
#status .threadp:hover a.button, #status .threadp:hover .favbutton {
	opacity: 1;
}
#status .threadp .threadp {
	background-color: #f3f3f3;
}
.lmprofilestatus {
	border: 5px solid rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.1);
	padding: 4px;
	margin-bottom: 10px;
	margin: 5px;
	overflow: auto;
	text-align: center;
	cursor: pointer;
}
.supprofileimg {
	float: left; margin: 5px; margin-right: 15px; border-radius: 3px; margin-bottom: 2px;
}

/* Live debate stuff */

.livedebateoffer {
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #666;
}
.livedebateoffer strong {
	color: #000;
}
#livechnotification {
	position: fixed;
	z-index: 10;
	text-align: center;
	background-color: white;
	border: 1px solid #ddd;
	padding: 10px;
	width: 550px;
	margin-left: 170px;
	margin-top: -40px;
	box-shadow: 1px 1px 20px #aaa;
	display: none;
}
#livechnotification img {
	margin-top: 5px;
}
#videocontainer {
	text-align: center;
	background-color: #111;
	color: #fff;
	padding: 20px;
}
#videocontainer #webcam {
	border: 3px solid black;
	background-color: black;
	display: block;
}
#videocontainer #volumeMeter {
	background-image:url('/scripts/scriptcam/ledsbg.png');
	width:19px;
	height:133px;
	padding-top:5px;
}
#videocontainer #volumeMeter img {
	padding-left:4px;
	padding-top:1px;
	display:block;
}
#videocontainer .ui-slider {
	background:none;
	background-image:url('/scripts/scriptcam/trackslider.png');
	border:0;
	height:107px;
	margin-top:16px;
}
#videocontainer .ui-slider .ui-slider-handle {
	width:14px;
	height:32px;
	margin-left:7px;
	margin-bottom:-16px;
	background:url('/scripts/scriptcam/volumeslider.png') no-repeat; 
}
#videocontainer #volumePanel {
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	background-color:#4B4B4B;
	width:55px;
	height:160px;
	-moz-box-shadow: 0px 3px 3px #333333;
	-webkit-box-shadow: 0px 3px 3px  #333333;
	shadow: 0px 3px 3px #333333;
	display: inline-block;
}
#videocontainer #setupPanel {
	width:400px;
	height:30px;
	margin:5px auto;
}
#my-video {
	position: absolute;
	width: 120px;
	margin-top: 20px;
	z-index: 1000;
	margin-left: -140px;
}

/* Messaging-specific */

select[name="wsel"] {
	float: right;
	position: relative;
	top: -2px;
}
#mailmenu {
	display: block; width: 100%;
	background-color: #e9e9e9;
	padding: 3px;
	margin: 8px 0;
}
#mailmenu .selector {
	float: right;
}
#mailmenu a {
	display: inline-block;
	color: black;
	text-shadow: 1px 1px white;
	padding: 0 5px;
	margin: 4px 8px;
	line-height: normal;
}
#mailmenu a:hover {
	text-decoration: none;
}
#mailmenu a.copen {
	font-weight: bold;
}
.thread-form {
	display: none;
}
.thread-collapsed {
	height: 30px;
}
.thread-can-collapse {
	cursor: pointer;
}
.thread-msg {
	display: block;
	border: 1px solid silver;
	border-radius: 7px;
	padding: 20px; margin: 10px 5px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}
.thread-msg table {
	width: 100%;
}
.thread-msg:before {
	content: " ";
	position: absolute;
	background-color: #e9e9e9;
	display: block;
	width: 100%;
	height: 70px;
	margin-left: -20px;
	margin-top: -20px;
	z-index: -1;
}
.thread-msg table:after {
	display: block;
	content: " ";
	height: 10px;
}
.thread-msg table .msgtime {
	color: #666;
}
.chatthreadme {
	color: blue;
	border-radius: 5px;
	background-color: rgba(200,200,200,0.1);
	padding: 8px;
	margin: 5px;
	border: 2px solid silver;
	max-width: 400px;
}
.chatthreadthem {
	color: green;
	border-radius: 5px;
	background-color: rgba(200,200,200,0.1);
	padding: 8px;
	margin: 5px;
	border: 2px solid silver;
	max-width: 400px;
}

/* Judge-page specific */

.judgeneedlist {
	display: block; border-bottom: 1px solid silver; margin-bottom: 5px; padding-left: 24px;
}
.judgeneedlist .fright {
	float: right;
	position: relative; top: 12px;
}
.prejudgeddeb {
	color: #999;
	text-decoration: line-through;
}
.prejudgeddeb:before {
	content:'\2714';
}
.prejudgeddeb:before {
	position: absolute;
	margin-left: -20px;
	color: #a3cf06;
}
.nojudgedeb {
	color: #999;
	text-decoration: line-through;
}
.nojudgedeb:before {
	content:'\2717';
}
.nojudgedeb:before {
	position: absolute;
	margin-left: -20px;
	color: #6d0019;
}

/* Blog-specific */

.blogitemcontainer {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	margin: 8px 15px;
	border: 2px solid silver;
	border-radius: 5px;
}
.blogitemcontainer > strong {
	display: block;
	background-color: #c8720c;
	padding: 5px;
}
.blogitemcontainer > p {
	padding: 5px;
}
.blogitemcontainer > strong a {
	color: white !important;
}
.comment, .coachapp {
	border-radius: 5px;
	background-color: rgba(0,0,0,0.1);
	padding: 8px;
	display: inline-block;
	max-width: 450px;
	min-width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	margin: 5px;
}

/* Dashboard Boxes */

.lihomeblock {
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.8;
	margin: 20px;
	background: #FCFCFC;
	border: 1px solid #ddd;
}
.lihomeblock h2 {
	font-size: 25px;
}
.debhbox {
	display: block;
	margin-bottom: 5px;
	/* text-align: center; */
	background-color: white;
	border: 1px solid #eee;
	padding: 2px;
	overflow: hidden;
}

/* Presets for Settings */

.presetdisplay {
	border: 1px solid #ddd;
	padding: 12px;
	width: calc(100% - 150px);
	height: 140px;
	overflow-y: scroll;
	position: relative;
}
.presetdisplay img {
	height: 75px;
}
.presetdisplay label {
	display: inline-block;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	margin: 10px;
}
.presetdisplay input:checked+label {
	background-color: #ccf;
}
.presetdisplay input {
	position: absolute;
	opacity: 0;
}

/* Footer */

footer {
	background-color: #34383c;
	padding: 12px;
	color: silver;
	font-size: 14px;
	
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Responsive - Debate Social */

@media(max-width: 550px) {
	#bsocial {
		display: inline-block;
		float: none;
		position: static;
		margin: 0;
	}
	#bsocial+#bsocial {
		margin-top: 0;
		float: right;
	}
	h1[itemprop="headline"] {
		max-width: 100%;
		font-size: 22px;
		margin-bottom: 10px;
	}
}

/* Responsive - Collapse Tables */

@media(max-width: 850px) {
	table.respcollapsable {
		display: block;
	}
	table.respcollapsable > tr {
		display: block;
	}
	table.respcollapsable > tr > td {
		display: block;
		width: 100% !important; padding-right: 20px;
		box-sizing: border-box;
	}
	table.respcollapsable > tbody > tr {
		display: block;
		margin-top: 10px;
	}
	table.respcollapsable > tbody > tr > td {
		display: block;
		width: 100% !important; padding-right: 20px;
		box-sizing: border-box;
	}
	table.respcollapsable form {
		margin-top: 30px;
	}
	.zocial {
		margin: 0 !important;
	}
	.zocial+br {
		display: none;
	}
}

/* Responsive - Larger Screens */

@media (min-width: 1024px) {
	/* Header */
	.textblock {
		min-height: calc(100% - 45px);
	}
	body {
		padding-top: 56px;
		box-sizing: border-box;
	}
	header {
		padding-top: 6px;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 15000;
	}
	#notifyMain+a {
		position: fixed;
		top: 7px;
	}
	#notifyMain+a img {
		display: inline-block;
	}
	header .fleft, header .fright {
		padding-top: 15px;
		box-sizing: border-box;
	}
	header .fleft {
		position: absolute;
		height: 100%;
		top: 0; left: -20px;
		padding-left: 20px;
		width: 420px;
		transform: skewX(-20deg);
	}
	header .fright {
		position: absolute;
		height: 100%;
		top: -8px; right: -20px;
		padding-right: 20px;
		width: 100px;
		transform: skewX(-20deg);
	}
	header.headloggedin .fright {
		width: 420px;
		padding-top: 4px;
	}
	header .fleft a, header .fright a, #fastsearch input {
		transform: skewX(20deg);
	}
	header.headloggedin .fright td {
		text-align: right;
	}
	header.headloggedin .fright table {
		position: relative;
		left: -30px;
	}
	/* Promo */
	#promo h1 {
		font-size: 60px;
	}
	/* Dashboard Boxes */
	.liflexwrap {
		display: flex;
	}
	.lihomeblock {
		width: 33%;
		box-sizing: border-box;
	}
	footer .fright {
		float: right;
	}
	.debselmain {
		box-sizing: border-box;
		background-color: #FCFCFC;
		width: calc(100% - 199px);
		position: absolute;
		left: 189px;
		top: 10px;
		height: calc(100% - 20px);
		border: 1px solid #c6c6c6;
		padding: 5px 10px;
		display: none;
	}
	.debsellink {
		display: block;
	}
	.debsellink+.debsellink {
		margin-left: 0;
	}
	.debsellink~br {
		display: inline;
	}
	.debselmain:target {
		display: block;
	}
	.debselmain .debhbox {
		padding: 0 10px;
	}
	.debselmain em {
		line-height: 24px !important;
	}
	
	.debselopt {
		box-sizing: border-box;
		background-color: #eee;
		padding: 2px 7px;
		margin: 2px 0;
		cursor: pointer;
		border: 1px solid #c6c6c6;
		border-right-width: 0;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		width: 180px;
	}
	.debselopt:hover {
		background-color: #ddd;
	}
	.csel .debselopt {
		background-color: #FCFCFC !important;
		z-index: 10;
	}
}








