/* @group Primary Structure */

body
	{
	margin: 0;
	background-color: #222222;
	background-image: url('/images/background.svg');
	color: #cccccc;
	text-shadow: rgba(0,0,0,0.7) 1px 1px 2px;
	font-family: Tahoma, Geneva, sans-serif;
	min-width: 945px;
	}

a
	{
	text-decoration: none;
	color: #cccccc;
	}

p
	{
	margin: 15px 0;
	}

section > p:first-of-type
	{
	margin-top: 0;
	}

*::selection
	{
	background: #d9c05e;
	}

ul
	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.primary, footer, header > *, .adbox
	{
	overflow: hidden;
	border: solid 1px #2b2b2b;
	border-radius: 6px;
	background-color: #363636;
	}

.content > *:not(footer)
	{
	margin-bottom: 15px;
	}

header
	{
	text-align: center;
	margin-bottom: -15px;
	}

section
	{
	text-align: justify;
	padding: 15px;
	border-bottom: solid 1px #999999;
	}

	section:last-child
		{
		border-bottom: none;
		}
	
.columns, header
	{
	display: table;
	table-layout: fixed;
	border-spacing: 15px;
	width: 100%;
	}

	.columns > *:first-child
		{
		width: 170px;
		}
		
	header > *:first-child
		{
		width: 168px;
		}
			
	.columns > *,
	header > *
		{
		display: table-cell;
		vertical-align: top;
		}
	
	header > a
		{
		vertical-align: middle;
		}
	
h1
	{
	margin: 0;
	font-size: 34pt;
	font-weight: normal;
	line-height: 80px;
	}
	
h2
	{
	color: #d3b53b;
	text-align: center;
	font-size: 13pt;
	margin: 0 0 10px 0;
	}

h3
	{
	text-align: center;
	font-size: 11pt;
	margin: 0 0 10px 0;
	}

#logo
	{
	width: 98px;
	height: 63px;
	margin-bottom: -3px;
	}
	
.double, .triple, .quad
	{
	table-layout: fixed;
	display: table;
	width: 100%;
	border-spacing: 0;
	}

	.double > *
		{
		display: table-cell;
		width: 50%;
		vertical-align: top;
		}
	
	.triple > *
		{
		display: table-cell;
		width: 33%;
		vertical-align: top;
		}

	.quad > *
		{
		display: table-cell;
		width: 25%;
		vertical-align: top;
		}

.adbox
	{
	text-align: center;
	border-spacing: 0px;
	}
	
	.adbox ins
		{
		vertical-align: bottom;
		}



/* @end */

/* @group Homepage */

#ip,#hostname,#useragent
	{
	display: none;
	}

.bit_more_info
	{
	font-size: 11pt;
	text-align: center;
	}

	.bit_more_info a
		{
		text-decoration: underline;
		}




.news li
	{
	font-size: 11pt;
	margin-bottom: 4px;	
	}
	
	.news div
		{
		font-size: 9pt;
		text-align: right;
		}

	.news ul:nth-child(1)
		{
		padding-right: 10px;
		}
		
	.news ul:nth-child(2)
		{
		padding-left: 10px;
		}
	
.biglinks p
	{
	text-align: center;
	}

.biglinks img
	{
	border: 0;
	}
	
	.biglinks .fb-like
		{
		width: 100%;
		text-align: center;
		}



/* @end */

/* @group Social Buttons */

.social-button-holder
	{
	float: right;
	margin-right: -8px;
	vertical-align: top;
	}
	
	.social-button-holder #fb-button
		{
		position: relative;
		display: inline-block;
		top: -3px;
		}

.social_pages
	{
	text-align: center;
	}

.social_pages a
	{
	display: inline-block;
	}

.social_pages img
	{
	height: 50px;
	width: 50px;
	padding: 10px;
	}

/* @end */

/* @group Navigation */

nav.main > h2:first-child
	{
	margin-top: -7px;
	}

nav.main > a
	{
	display: block;
	text-align: center;
	font-size: 12pt;
	background-color: #363636;
	line-height: 30px;
	margin-bottom: 1px;
	border: solid 1px #2b2b2b;
	border-radius: 5px;
	}

	nav.main > a:hover
		{
		color: white;
		background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#404040));
		background: -moz-linear-gradient(top, #2f2f2f, #404040);
		}
	
	nav.main h2
		{
		margin: 8px 0;
		}
	
nav.mini
	{
	color: #222222;
	background-color: #d3b53b;
	padding: 8px 10px;
	border: solid 1px #aa922e;
	border-radius: 6px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}

	nav.mini a
		{
		color: #222222;
		font-weight: bold;
		text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		}

.this_page
	{
	background-color: #575757 !important;
	}


/* @end */

/* @group Footer */

footer
	{
	text-align: center;
	line-height: 28pt;
	}

	footer li
		{
		display: inline;
		}

	footer li:not(:last-child)
		{
		border-right: solid 2px #cccccc;
		padding-right: 2px;
		margin-right: 7px;
		}
	
	footer img
		{
		height: 18px;
		width: 18px;
		margin-bottom: -3px;
		border: none;
		}

/* @end */

/* @group Images */

header img
	{
	border: none;
	}

#minigrid
	{
	width: 150px;
	height: 150px;
	}

.dl
	{
	width: 16px;
	height: 16px;
	border: 0px;
	margin-bottom: -3px;
	margin-right: 2px;
	}
	
/* @end */



/* @group Form Elements */

.input_class
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	padding: 3px 5px;
	border-radius: 6px;
	border: solid 2px #999999;
	}
	
	.input_class:disabled,
	.input_disabled
		{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12pt;
		padding: 3px 5px;
		border-radius: 6px;
		border: solid 2px #999999;
		color: #333333;
		background-color: #e0e0e0;
		}
	
	.input_error
		{
		/*border: solid 2px #cc0000;*/
		border: solid 2px #c15e00;
		box-shadow: 0px 0px 4px #ff6666;
		}

	.input_class:focus
		{
		outline: none;
		box-shadow: 0px 0px 20px #999999;
		}

	.input_error:focus
		{
		outline: none;
		}


	input[type="submit"]:focus
		{
		outline: none;
		}

input[type="submit"]
	{
	border: solid 2px #999999;
	border-radius: 12px;
	background: #e9e9e9;
	font-size: 12pt;
	font-style: bold;
	}

input[type="submit"]:not([disabled]):active
		{
		border: solid 2px #ffffff;
		background: #999999;
		}

textarea
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}


/* @end */

/* @group Styler */

.styler img
	{
	height: 100px;
	width: 100px;
	}

.styler li
	{
	display: inline-block;
	}

.styler a
	{
	display: block;
	border: solid 2px #cccccc;
	border-radius: 8px;
	padding: 5px;
	margin: 0 10px;
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
	}
	
.styler a:hover
	{
	background-color: #666666;
	}

.picked
	{
	border-color: #d3b53b !important;
	font-weight: bold;
	color: #d3b53b;
	}
/* @end */