/**
* GLOBAL
*/
body {
	font-family: Tahoma;
	line-height: 1.2;
	background-color: #1f2223;
	color: #e6e6e6;
}

a:visited, a:focus {
	text-decoration: none;
	border: none;
	outline: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

table {
	border-collapse: inherit;
}

/**
* LOGIN
*/
#logo {
	top: 50%; left: 50%;
	margin-top: -80px;
	margin-left: -140px;
	position: absolute;
}

#password {
	top: 50%; left: 50%;
	width: 201px; height: 30px;
	background: url(../img/icons/password.png) no-repeat scroll 8px 8px #e6e6e6;
	margin-left: -118px;
	padding-left: 30px;
	position: absolute;
}

#submit {
	top: 50%; left: 50%;
	margin-top: 50px;
	width: 100px; height: 30px;
	margin-left: -58px;
	color: #e6e6e6;
	background-color: #bf3e33;
	border-color: #63201b;
	box-shadow: inset 0 1px 0;
	position: absolute;
}

#event {
	top: 50%; left: 50%;
	margin-top: -400px;
	margin-left: 142px;
	position: absolute;
}
#event2 {
	top: 50%; left: 50%;
	margin-top: -200px;
	margin-left: -500px;
	position: absolute;
}

/**
* MAIN - HEADER
*/
#thebar {
	top: 0px; left: 0px;
	width: 100%; height: 160px;
	background-color: #dd3d2f;
	box-shadow: 4px 4px 4px #0d0d0d;
	z-index: 100;
	position: absolute;
}

#banner {
	left: 50%;
	margin-left: -600px;
	position: absolute;
}

#banner-logo {
	left: 50%; top: 30px;
	width: 200px; height: auto;
	margin-left: -100px;
	position: absolute;
}

#updated {
	left: 50%; top: 88px;
	margin-left: -114px;
	text-align: center;	vertical-align: middle;
	text-shadow: 0 0 5px black;
	font-size: 13px;
	position: absolute;
}

/**
* MAIN - CONTENT
*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loading.gif) center no-repeat #1f2223;
}

#border {
	width: 1200px;
	border: 1px solid white;
	margin-left: auto;
    margin-right: auto;
    position: relative;
}

#top {
	top: 0px;
	position: absolute;
}

#home-section {
	left: 50%; top: 246px;
	margin-left: -454px;
	width: 908px;
	position: absolute;
}

#quote {
	width: 100%;
	padding: 0 0 14px 0;
	text-align: center;
	background-color: #282D30;
	box-shadow: 2px 2px 2px #0d0d0d;
	font-size: 14px;
	position: relative;
}

#random-video {
	width: 266px;
	margin: 42px auto 0 auto;
	padding: 0 0 33px 0;
	text-align: center;
	background-color: #282D30;
	box-shadow: 2px 2px 2px #0d0d0d;
	font-size: 14px;
	position: relative;
}

#random-video-date {
	width: 100%; top: -5px;
	font-size: 14px;
	color: #a1a1a1;
	text-align: center;
	position: relative;
}

#new-entries {
	margin-top: 86px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#content-new {
	top: 800px;
	border-spacing: 0px 42px;
	left: 113px;
	position: absolute;
}

#content-new td {
	text-align: left;
	width: 200px;
	vertical-align: top;
	padding: 18px;
}

#searchbar {
	display: none;
	top: 246px; left: 50%;
	width: 908px; height: 50px;
	margin-left: -454px;
	background-color: #282D30;
	box-shadow: 2px 2px 2px #0d0d0d;
	border-radius: 4px;
	position: absolute;
}

#entries {
	top: 10px; left: 20px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}
#entries-details {
	top: 10px; left: 128px;
	font-size: 14px;
	position: absolute;
}

#search {
	top: 8px; right: 20px;
	width: 200px; height: 30px;
	background: url(../img/icons/search.png) no-repeat scroll 10px 8px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding-left: 34px;
	font-size: 14px;
	position: absolute;
}

#content {
	display: none;
	top: 290px;
	border-spacing: 0px 42px;
	left: 113px;
	position: absolute;
}

#content td {
	text-align: left;
	width: 200px;
	vertical-align: top;
	padding: 18px;
}

#words {
	display: none;
	top: 210px;
	border-spacing: 0px 36px;
	right: 250px;
	position: absolute;
}

#words td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #282D30;
	box-shadow: 3px 3px 3px #0d0d0d;
}

#quotes {
	display: none;
	top: 210px;
	border-spacing: 0px 36px;
	right: 250px;
	position: absolute;
}

#quotes td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #282D30;
	box-shadow: 3px 3px 3px #0d0d0d;
}

#up {
	display: none;
	top: 298px; left: 50%;
	margin-left: -550px;
	text-decoration: none;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	position: fixed;
}
#up:hover {
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

#up2 {
	display: none;
	top: 238px; left: 50%;
	margin-left: -550px;
	text-decoration: none;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	position: fixed;
}
#up2:hover {
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

#nav-home {
	top: 122px; left: 50%;
	margin-left: -30px;
	width: 42px;
	text-align: center;
	background: rgba(161,62,51,0.8);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 0 5px black;
	text-decoration: none;
	z-index: 100;
	position: absolute;
}

#nav-media {
	top: 122px; left: 50%;
	margin-left: -144px;
	width: 88px;
	text-align: center;
	background: rgba(161,62,51,0.8);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 0 5px black;
	text-decoration: none;
	z-index: 100;
	position: absolute;
}

#nav-community {
	top: 122px; left: 50%;
	margin-left: -258px;
	width: 88px;
	text-align: center;
	background: rgba(161,62,51,0.8);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 0 5px black;
	text-decoration: none;
	z-index: 100;
	position: absolute;
}

#nav-glossar {
	top: 122px; left: 50%;
	margin-left: 38px;
	width: 88px;
	text-align: center;
	background: rgba(161,62,51,0.8);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 0 5px black;
	text-decoration: none;
	z-index: 100;
	position: absolute;
}

#nav-quotes {
	top: 122px; left: 50%;
	margin-left: 152px;
	width: 88px;
	text-align: center;
	background: rgba(161,62,51,0.8);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 0 5px black;
	text-decoration: none;
	z-index: 100;
	position: absolute;
}

#ts3v {
	display: none;
	top: 246px; left: 50%;
	margin-left: -128px;
	box-shadow: 3px 3px 3px #0d0d0d;
	position: absolute;
}

/**
* CLASSES
*/
.home-title {
	background-color: #bf3e33;
	color: #e6e6e6;
	font-weight: bold;
	line-height: 32px;
}

.mediatd {
	width: 200px;
	height: 200px;
	position: relative;
}

.mediatd img.thumb {
	top: 0px; left: 33px;
	position: absolute;
	box-shadow: 2px 2px 2px #0d0d0d;
}

.wordstd {
	width: 650px;
}

.quotestd {
	width: 650px;
}

.year {
	font-size: 32px;
	padding-left: 14px;
}

.icon {
	top: -16px;
	position: absolute;
	z-index: 99;
}
.icon:hover {
	transform: rotateX(360deg);
	transition: 0.6s;
	transform-style: preserve-3d;
}

.isnew {
	top: 19px; left: 112px;
	width: 42px; height: 28px;
	background-color: #bf3e33;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	z-index: 99;
	position: absolute;
}

.date {
	top: -36px; right: -15px;
	font-size: 14px;
	color: #a1a1a1;
	text-align: right;
	position: relative;
}

.title {
	bottom: 55px; left: 33px;
	background-color: rgba( 47, 57, 60, 0.8 );
	width: 180px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}

.title2 {
	font-size: 12px;
	font-weight: normal;
}

.snd {
	width: 180px;
	top: 60px;	left: 43px;
	background-color: #282D30;
	position: absolute;
}

.vid {
	top: -18px;	left: 10px;
	position:relative;
}

.link {
	text-decoration: none;
	color: #b7b7b7;
}
.link:hover {
	color: #e6e6e6;
}

.image-link {
	text-decoration: none;
	color: #b7b7b7;
}
.image-link:hover {
	color: #e6e6e6;
}

.tags {
	top: 168px; left: 16px;
	font-size: 12px;
	position: relative;
}

.word {
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.mean {
	margin-top: 0.5rem;
	font-size: 14px;
	padding: 5px;
	color: #000000;
	background-color: #e6e6e6;
	border-radius: 5px;
	width: 640px;
	position: relative;
}

.quote {
	font-size: 14px;
	position: relative;
}

.navi {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #aaaaaa;
}

.navi:hover {
	color: #e6e6e6;
}
.navi.marked {
	color: #e6e6e6;
}