@font-face
{
	font-family: 'Coders Crux';
	src: url('/static/coders_crux.woff');
}

body
{
	background-color: #efefef;
	background: url('/static/background.png');
	background-repeat: repeat;

	font-family: 'Coders Crux', 'Courier New', sans-serif;
	font-size: 24px;
	font-weight: 300;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: none;
	font-smooth: never;
}

@media (min-width: 900px)
{
	body
	{
		line-height: 80%;
	}

	h1
	{
		font-size: 60pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h2
	{
		font-size: 45pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h3
	{
		font-size: 30pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.pageContainer
	{
		min-width: 800px;
		max-width: 85%;
		padding: 20px;
		padding-top: 30px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		background-color: #9f9f9f;
	}

	.tableTheme
	{
		padding: 10px;
		width: 10%;
		background-color: #cfcfff;
	}

	table.mainform
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 550px;
	}

	table.publicList
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 700px;
	}

	.navigator
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 682px;
	}

	div.footerLinks
	{
		display: inline-block;
		border-style: solid;
		border-color: #000000;
		border-width: 3px;
		margin: 1px;
		padding-top: 2px;
		text-align: center;
		width: 121px;
	}

	.mascot
	{
		position: absolute;
		left: 15%;
		z-index: 0;
	}
}

@media (max-width: 899px)
{
	body
	{

		letter-spacing: -1px;
		line-height: 85%;
		font-weight: 300;
	}

	h1
	{
		font-size: 40pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h2
	{
		font-size: 30pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h3
	{
		font-size: 24pt;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.pageContainer
	{
		width: 600px;
		padding: 10px;
		padding-top: 15px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		background-color: #9f9f9f;
	}

	.tableTheme 
	{
		padding: 5px;
		min-width: 10%;
		background-color: #cfcfff;
	}

	table.mainform
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 560px;
	}

	table.publicList
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 560px;
	}

	.navigator
	{
		border-style: outset; 
		border-color: #CFCFFF; 
		border-width: 4px;
		width: 542px;
	}

	div.footerLinks
	{
		display: inline-block;
		border-style: solid;
		border-color: #000000;
		border-width: 3px;
		margin: 1px;
		text-align: center;
		width: 172px;
	}

	.mascot
	{
		position: absolute;
		left: 2px;
		z-index: 0;

		width: 140px;
	}
}

a:link
{
	color: #6666ff;
	transition: .1s;
	text-shadow: 0px 0px 0px;
	text-decoration: none;
}

a:hover
{
	color: #7777ff;
	transition: .6s;
	text-shadow: 0px 0px 3px;
}

a:visited
{
	color: #9966ff;
	transition: .1s;
	text-shadow: 0px 0px 0px;
	text-decoration: none;
}

button, select, textarea 
{
  font-family: 'Coders Crux', 'Courier New', sans-serif;
}

input
{
	font-family: 'Coders Crux', 'Courier New', sans-serif;
	font-size: 15px;
}

input.passwordInput
{
	width: auto;
}

.rightButton
{
	text-align: right;
}

td.mainform
{
	padding: 2px;
	padding-left: 6px;
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
}

.captchaForm
{
	width: 215px;
	border-color: #ff0000;
}

td.publicList
{
	padding-top: 3px;
	padding-left: 6px;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	width: 50%;
}

td.publicList:hover
{
	background-color: #8F8FFF;
	transition: .1s;
}

a.publicLinks
{
	display: block;
}

a.publicLinks:hover
{
	color: #CCCCFF;
}

div.footerLinks:hover
{
	background-color: #8F8FFF;
	transition: .1s;
}

a.footerLinks
{
	display: block;
}

a.footerLinks:hover
{
	color: #CCCCFF;
}

.hashinput
{
	width: 400px;
}

.error
{
	padding: 25px;
	
	border-style: dotted;
	border-color: #FF0000;
	border-width: 1px;
	
	color: #FF0000;
	text-align: center;
	
	background-color: #FFFFFF;
}