/* STRUCTURAL ELEMENTS AND LAYOUT
https://css-tricks.com/snippets/css/complete-guide-grid/
 */

*{
  font-family:"Verdana";
  color: #ffffff;
}

body{
  background-color:#000000;
  background-image: url('img/bg.png');
  font-family:"Verdana";
  font-size: 16px;
  line-height: 150%;
  text-shadow: 1px 1px 1px black;
}

#wrapper{
  position: relative;
  background-color:#111111;
  width: 100%;
  //height: 100%;
  max-width: 1200px;
  min-width: 720;
  margin: 0 auto;
  border: 5px solid #000000;
  //border-top: 0px;
  z-index: 1;
}

#bottom {
	background-color:#282830;
	float:none;
}

#Header {
	background-image: url("img/header-bg.jpg");
	background-position: left;
	min-height: 140px;
	margin: -10px;
	margin-top: 0px;
	border: 0px;
	padding: 10px;
	line-height: 125%;
}

/* GRID SET UP */


.Box-Line{
	display: flex;
}

.Box-Long{
	flex:3;
	min-height:600px;
	background-color:#282830;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.Box-Short{
	flex:2;
	background-color: #282830;
	background-size: 470px auto;
	background-repeat: no-repeat;
	background-position: 50% 40px;
}



/* FORMATTING */

a {
	color: #D4AF37;
	font-weight: bold;
}

a img {
  border: 0;
}

p {
	font-size: 14px;
}

hr{
	border-style: solid;
	border-color: #555555;
	border-width: 1px 0px;
	width: 100%;
	margin:0px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.Box-Long h1 {
	font-family:Consolas;
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
	padding-top:20px;
}

.Box-Long h2 {
	font-family:Consolas;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
	padding-top:20px;
}

.Box-Long h3 {
	font-family:Consolas;
	font-size: 18px;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
}

.Box-Long hr {
	width: 100%;
	margin:0;
	margin-top: -20px;
}

.Box-Long p {
	text-align: justify;
	text-justify: inter-character;
}

#Header, #Header a{
	font-family:Consolas;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
}

#Header h1{
	font-family:Consolas;
	font-size: 40px;
	text-shadow: 2px 2px 2px black;
	padding-top:0px;
	color: #FFFFFF;
}

#disclaimer{
	padding:20px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #999999;
}

#tos{
	width:60%;
	border: 1px solid red;
	padding: 0 10px 10px 10px;
	margin-bottom: 30px;
	margin-left:20px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-character;
}

#tos p{
	font-size:13px;
}

#tosList{
  font-style:italic;
  padding-left: 30px;
}

#StreamTheme{
	//width:60%;
	border: 1px solid red;
	padding: -10px 10px 10px 10px;
	margin: 30px;
	line-height: 1.5;
	text-align: center;
}

#StreamTheme h1 {
	text-align: center;
	padding: 0px;
}

#StreamTheme hr {
	border-top: 1px solid red;
	text-align: center;
	width: 70%;
	margin-left: 15%
}

#StreamTheme p {
	text-align: center;
	line-height: 1.5;
	padding: 10px 10px 10px 10px;
}


.priceChart {
	width:100%;
	text-align: center;
	border-collapse:collapse;
}

.priceChart td{
	padding: 10px;
	font-size:14px;
	border:1px solid #555555;
	text-align: left;
}


.priceChart td .Explanation {
	font-size: 12px;
	text-align: center;
}

.priceChart .Center {
	text-align: center;
}

.priceChart th{
	font-family:Consolas;
	font-size: 18px;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
	border:1px solid #555555;
}

.submissionForm{
	width:100%;
	text-align: center;
	border:0px solid transparent;
	border-collapse:collapse;
}

.submissionForm td{
	border:0px solid transparent;
	text-align: left;
}

.submissionForm .tableHeader{
	font-family:Consolas;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	color: #FFFFFF;
}

.buttontd{
	text-align:right;
}


/* FORM PAGES */

.formField{
	float: left;
	width: 350px;
	text-align:left;
}

.inputField {
	color: #ffffff;
	background-color: #333333;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	height:40px;
	width: 300px;
}

#commissionNotes {
	width: 100%;
	height: 220px;
	font-size: 14px;
	//resize:none;
	color: #ffffff;
	background-color: #333333;
	padding:10px 10px 10px 10px;
}

.monospace {
	font-family: 'Courier New', monospace;
	font-size: 20px;
}

.limit-width {
	max-width: 39ch;
	margin: 20px 0px 10px 40px;
}

.submitButton{
	font-family:Consolas;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 3px 3px 0px black;
	color: #D4AF37;

	width: 100%;
	height: 50px;
	background-color: #111111;
}

.removeButton{
	font-family:Consolas;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 3px 3px 0px black;
	color: #D4AF37;

	width: 100%;
	height: 50px;
	background-color: #111111;
}

/* MOBILE OVERRIDE */

@media all  and (max-width: 800px) {
	.Box-Short{
		
	}
}

/* STREAM CONTROL PANEL */

.nobg{
	background-image:none;
}

.internalLayoutBlock{
	padding-left:50px;
	padding-right:50px;
	margin-bottom: 20px;
	background-image:none;
}

td p {
	color: #ffffff;
	line-height: 200%;
}

td {
	background-color: #282830;
}

.raffleCheckbox {
	padding-top:-20px;
}

#winnerTable {
	padding-top:30px;
	padding-left:30px;
}

/* OLD STUFF */



/* CommCP */

#fullwidthTextDiv{
  position: relative;
  width: 90%;
  left: 5%;
  //background-color: #334466;
  min-height: 500px;
}

#fullwidthTextDiv p{
  margin: 0;
  width: 100%;
  font-family:"Verdana";
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  //background-color: #334466;
}

#fullwidthTextDiv hr{
  margin: 0;
  color: 000000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}





.formButton{
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  height: 20px;
}

#commissionTable{
  //max-width: 850px;
  max-width: 100%;
  table-layout: fixed;
}

#commissionTable, th, td{
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
  vertical-align: middle;
  word-wrap: break-word;
}

.tableCounter{
  font-size: 12px;
  color: #CCCCCC;
  text-align: right;
}

.commCPButton{
  background-color: #DDDDDD;
  border: 2px #000000 solid;
  color: black;
//  margin-top: -7px;
//  margin-bottom: -7px;
//  margin-right: 0px;
//  margin-left: -7px;
	margin: 0;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

.commCPButton:hover{
  background-color: #AAFFAA;
}

.underlinedLink{
	font-weight:normal;
	text-decoration: none;
	color: white;
}

/* Raffle page */

#raffleNotes {
  width: 100%;
  height: 200px;
//  resize:none;
}

.itemBold {
  font-weight: bold;
}

.raffleLink{
  text-align: right;
}

#raffleTableWinner{
  width: 100%;
  table-layout: fixed;
  max-width: 750px;
  background-color: #EEEEFF;
}
  
#raffleTableWinner, th, td{
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
  vertical-align: middle;
}

.raffleNotesTD {
  word-break: break-word;
}

.raffleNotesTD a {
  //color: blue;
  //font-weight: bold;
}

/* Entry forms */

#commissionNotes {
  width: 100%;
  height: 220px;
  //resize:none;
}

.itemBold {
  font-weight: bold;
}

.commissionLink{
  text-align: right;
}

.commissionNotesTD {
  word-break: break-word;
  font-size: 13px;
}

.commissionNotesTD a {
  //color: blue;
  //font-weight: bold;
}

#entryTable{
  //max-width: 850px;
  max-width: 100%;
  table-layout: fixed;
}

#entryTable, th, td{
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
  vertical-align: middle;
  word-wrap: break-word;
}

.formTable {
  max-width: 100%;
  table-layout: fixed;
}

.formTable, th, td{
//  border: 0;
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
  vertical-align: middle;
  word-wrap: break-word;
}

.formTable, .title {
	font-size: 16px;
	font-weight: bold;
}

.entryName {
  font-size: 24px;
  font-weight: bold;
}

/* Paid raffles */

#timer{
  width: 270px;
  position:absolute;
  top: 15px;
  left: 615px;
  padding: 10px;
  background-color: #EEEEFF;
  text-align: center;
  font-size: 11px;
  z-index: 10;
}

#timer h1 {
  font-size: 30px;
}

.fancyButton{
  background-color: #DDDDEE;
  border: none;
  color: black;
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  height: 34px;
}

#timerTable{
  width: 100%;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
}

.tableCounterBlack{
  font-size: 12px;
  color: #00000;
  text-align: right;
}

/* Stream Commission page */

.streamComm{
	width: 80%;
	margin-left:10%;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
	border-collapse: collapse;
	padding:5px;
	color: #111111;
	font-size: 14px;
	line-height: 20px;
}

.streamCommHeader{
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
}

.streamComm td{
	border:1px solid #000000;
}

.streamComm th{
	border:1px solid #000000;
}

/* Control Panel */
.leftPanel{
	width:49%;
	float:left;
	margin-right:1%;
}

.rightPanel{
	width:49%;
	float:left;
	margin-left:1%
}
