:not([id*="svg"]) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: justify;
	text-shadow: none;
}

html { 
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

#header{
	width: 100%;
	-webkit-box-shadow: 0 5px 20px #333333;
	box-shadow: 0 5px 20px #333333;
}

#header, #footer {
	margin: 0 auto;
	background-color: #D3D3D3;
}

#logo {
	width: 100%;
	height: 100px;
	margin: 0.2em auto;
}

#page {
	background-color: #000000 !important;
}

#langselect {
	position: absolute;
	right: 0.2em;
}

#menu {
	margin: 0;
}

#menu div {
	padding: 0;
}

#menu h2 a {
	width: 100%;
}

#nav ul li {
	clear: none !important;  /* Prevent line break caused by ui-block-a */
}

@media only screen 
and (max-width : 720px) {
	#nav ul li {
		width: 100% !important;
	}
}

@media only screen 
and (min-width : 721px) {
	#nav ul li {
		/*width: calc(100% / 7) !important;*/
		width: calc(100% / 6) !important;
	}
	#menu h2 {
		display: none;
	}
}

#wrapper {
	width: 960px;
	overflow: visible;
	margin: 20px auto;
	padding: 10px;
	background-color: #000000;
	
	-webkit-box-shadow: 0 0 20px #333333;
	box-shadow: 0 0 20px #333333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
}

#content {
	width: calc(100% - 20px);
	height: auto;
	min-height: 520px;
	position: relative;
	display: inline-block;
	background-color: #222222;
	padding: 10px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
}

#gameselector {
	background-color: #141414;
	padding: 10px;
	margin: 0 auto;
	width: 90%;
}

#gameselector .gametease, #event {
	padding: 5px;
	margin: 10px auto;
	width: 90%;
	background-color: #000000;
}

#gameselector .gametease img, #event  img {
	width: 50px;
	height: 50px;
	float: left;
}

#gameselector .gametease .gamedesc, #event  .eventdesc {
	float: left;
	padding: 0 0 0 10px;
}

#gameselector .gametease .gamedesc h3 , #gameselector .gametease .gamedesc p , #event .eventdesc h3, #event .eventdesc p {
	padding: 0;
	margin: 0;
}

.innercont {
	background-color: #141414;
	padding: 10px;
	margin: 0 auto;
	width: 90%;
}

.btt {
	float: right;
	background-color: #D3D3D3;
	color: #000000;
}


#timeline {
	height: 200px;
}







.nofloat {
	clear: both;
}

.about_img{
	float: left;
	width: 100px;
	padding-right: 20px;
}

.image{
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto;
	vertical-align:middle;
	width: 320px;
	padding: 0 10px;
	
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
	page-break-inside: avoid;
}

.image img {
	width: 300px;
	margin-bottom: .7em;
}

.image img:not(.noshadow) {
	-webkit-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
}

.image img:not(.notrounded){
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.signed {
	text-indent: 1.6em;
	font-style: italic;
}

/* http://css-tricks.com/snippets/css/signify-pdf-bombs/ */
/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after { content: " (PDF)"; }

/* If file size specified as data attribute, use that too */
a[href$=".pdf"][data-size]:after { content: " (PDF, " attr(data-size) ")"; }