/* @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 */