/* ~~~~~~~~~ common ~~~~~~~~~~ */

@font-face {
	font-family: ContentFont;
	src: url("/static/core/fonts/Gothic.ttf");
}

html {
	overflow: hidden;
}

body {
	background-image: url("/static/core/images/background.jpg");
  background-position:center;
	font-family: ContentFont, sans-serif;
	color: #DDDDDD;
	overflow: hidden;
}

a {
	color: #DDDDDD;
}

ul, ol {
	list-style: circle;
}

.heading {
	text-transform: uppercase;
	text-align: right;
}

.box-outer {
	box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
	-o-box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
	-icab-box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
	-khtml-box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5pt 5pt 2pt rgba(0, 0, 0, 0.15);
}

#logo {
	font-size: 18pt;
	background-color: rgba(0, 0, 0, 0.65);
	text-align: center;
	line-height: 1.5cm;
}

#logo a {
	text-decoration: none;
}

#logo1 {
	color: #6f6f6f;
}

#logo2 {
	/**/
}

#main-navigation {
	background-color: rgba(0, 0, 0, 0.35);
	font-size: 14pt;
	text-align: right;
}

#main-navigation ul {
	list-style: none;
}

#main-navigation ul li a {
	text-decoration: none;
}

#main-navigation ul li a:hover {
	outline: none;
	color: #ffffff;
}

#main-navigation ul li a:focus {
	outline: none;
	color: #ffffff;
}

#content-box {
	background-color: rgba(0, 0, 0, 0.65);
	font-family: ContentFont, sans-serif;
	font-size: 10pt;
}

#sub-heading {
	background-color: rgba(0, 0, 0, 0.65);
  line-height: 1.5cm;
}

#sub-heading h2 {
	font-size: 14pt;
  font-weight: normal;
}

#sub-navigation {
	background-color: rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	text-align: right;
	font-size: 11pt;
}

#sub-navigation a {
	text-decoration: none;
}

#sub-navigation a:focus {
	outline: none;
	color: #ffffff;
}

#sub-navigation a:hover {
	outline: none;
	color: #ffffff;
}

#sub-navigation ul, #sub-navigation ol {
	direction: rtl;
	padding-right: 0.25cm;
}

#sub-navigation ul li, #sub-navigation ol li {
	padding-bottom: 5pt;
}

#sub-navigation h3 {
  font-weight: normal;
  padding-bottom: 0.4cm;
}

h3 {
	font-weight: normal;
}

footer {
	padding-top: 0.25cm;
	text-transform: uppercase;
	font-size: 10pt;
	color: #EEEEEE;
}

.box-dark {
  background-color: rgba(0, 0, 0, 0.65);
}

#language-select {
	position: absolute;
	right: 0.25cm;
	top: 0.25cm;
	padding: 0.1cm 0.2cm 0.1cm 0.2cm;
}

#content ul, #content ol {
	padding-left: 0.5cm;
}

#links {
  padding: 0.2cm;
}

