@charset 'UTF-8';
body {
	padding: 0; 
	background: #000;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}
body p,h1,h2,h3,h4,h5,h6 {
	font-family: verdana,calibri,helvetica,sans-serif;
}
a{text-decoration:none;color: #fff;}
u {
	text-underline-offset: 5px;
	outline-width: 1px solid #6bc9fb !important;
	margin-bottom: 5px;
	cursor: pointer;
}
p[contenteditable] { 
  padding: 0em; 
  margin: 0em; 
  position: relative;
  outline: none;
}
p[contenteditable]:hover { 
  border-bottom: 1px solid #222;
}
p[placeholder]:empty:before {
    content: attr(placeholder);
    color: #888; 
}
p[placeholder]:empty:focus:before {
    content: "";
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.pos-fixed {position: fixed;}
.pos-sticky {position: sticky;}
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{vertical-align:top;}/* vertical align top */
.vertical ul li{display:block;}/* vertical menu */
.horizontal ul li{display: inline-block;}/* horizontal menu */
.btnClose {
	margin-top: -29px !important;
	margin-right: -29px !important;
	cursor: pointer;
	color: #6bc9fb;
	background: #000 !important;
}
.btnClose:hover {
	background: #8B0000 !important;
	outline-offset: 2px;
	outline: 1px solid #6bc9fb;
}
.btnCloseT {
	margin-top: -25px !important;
	margin-right: -25px !important;
	cursor: pointer;
	color: #6bc9fb;
	background: #000 !important;
	font-size: 1.3em;
}
.btnCloseT:hover {
	background: #8B0000 !important;
	outline-offset: 2px;
	outline: 1px solid #6bc9fb;
}
.btnPost {
	background: #fff;
	color: #000;
	line-height: 3em;
	letter-spacing: 2px;
	border: none;
	width: 90%;
	cursor: pointer;
	outline-offset: 5px;
	border-radius: 10px;
	margin-top: 10px;
}
/*img{max-width:100%;}*/
.tl_image_box {
	margin-top: 10px;
}
.thr {
	outline: none;
	border-spacing: 0px;
	border-bottom: 1px solid #008080;
}
.rdsh {
	margin-right: 15px;
	font-size: 1.5em !important;
	padding-bottom: 10px !important;
	display: inline-block;
}
.fett {
	font-weight: bold;
}
.w25p {
	width: 25%;
}
.w25px {
	width: 25px;
	margin: 0px auto;
}
.w49p {
	width: 49%;
}
.mh490px {
	height: 490px !important;
}
.tmw10p {
	max-width: 10% !important;
}
/* bug*bug*bug */
.w10p {
	width: 5% !important;
}
.padtop10:before {
	content: attr(placeholder);
	display: flex;
	cursor: pointer;
	margin-top: -5px;
}
.padtop10:hover {
	color: #6bc9fb !important;
}
.bd_all {
	border: 1px solid #222 !important;
}
.bd_links {
	border-left: 1px solid #888 !important;
}
.bd_rechts {
	border-right: 1px solid #888 !important;
}
.bd_top {
	border-top: 1px solid #888 !important;
}
.bdtop222 {
	border-top: 1px solid #222;
}
.bdbottom222 {
	border-bottom: 1px solid #222;
}
.bd_bottom {
	border-bottom: 1px solid #888 !important;
}
.nickfett {
	font-weight: bold !important;
	letter-spacing: 2px;
	font-size: 1.5em;
}
.col888 {
	color: #888 !important;
}
.tlfs8em {
	font-size: 0.8em;
	padding-right: 5px;
}
.fs5em {
	font-size: 0.5em;
}
.fs6em {
	font-size: 0.6em;
}
.fs7em {
	font-size: 0.7em;
}
.fs8em {
	font-size: 0.8em;
}
.fs9em {
	font-size: 0.9em;
}
.fs10em {
	font-size: 1.0em;
}
.lh2em {
	line-height: 2em;
}
.lh3em {
	line-height: 3em;
}
.isOnion {
	color: #008080;
	cursor: pointer;
}
.isOnion:hover {
	color: lime;
}
.showmore {
	position: relative;
	display: inline-block;
	cursor: pointer;  
}
.moretxt {
	visibility: hidden;
	min-width: 150px;
	min-height: 50px;
	background: #000;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 65%;
	margin-top: -5px;
	margin-left: -65px;
	border: 1px solid #008080;
}
.moretxt dfn,.moretxt a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.moretxt dfn:hover {
	background: #222;
}
.moretxt i {
	margin-left: 10px !important;
}
.showmore:hover .moretxt {
	visibility: visible;
}
a[id^='bubble_'] {
	position: relative;
	display: inline-block;
}
.bbltxt {
	font-size: 0.6em;
	letter-spacing: 2px;
	visibility: hidden;
	min-width: 250px;
	min-height: 100px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: 1px solid #008080;
	border-radius: 6px;
	padding: 0px;
	position: absolute;
	/*margin-top: 10px;*/
	cursor: default;
	z-index: 2;
}
.timeline {
	width: 99%;
	text-align: center;
	min-height: 100px;
	border: 1px solid #008080;
	margin: 0px auto;
	cursor: pointer;
	margin-top: 5px;
}
.timeline table {
	width: 100%;
}
.timeline td {
	vertical-align: top;
	text-align: left;
}
.space10 {
	min-height: 10px;
}
.timeline var { 
	margin-top: -5px;
	padding: 5px;
	cursor: pointer;
}
.timeline var:hover {
	border-radius: 50%;
	background: #222;
}
.timeline u {
	margin-left: 5px;
	margin-right: 5px;
	color: #888;
}
.timeline ul {
	width: 100%;
}
.timeline li {
	float: left;
	min-width: 50px;
	line-height: 2em;
	cursor: pointer;
	margin-bottom: 5px;
}
.timeline i {
	font-size: 1.3em;
}
.timeline sup {
	margin-left: 5px;
	font-size: 0.7em;
	cursor: pointer;
	top: -5px !important;
	position: relative;
}
.timeline article {}
.timeline figure {
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	text-align: center;
	border: 1px solid #222;
}
.timeline figcaption {}
.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 10px;
	cursor: pointer;
	object-fit: cover;
}
.preview {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.preview a {
	color: #6bc9fb;
}
.preview u:hover {
	color: #6bc9fb;
}
.preview p {
	word-break: break-word;
	white-space: pre-line;
	max-width: 300px;
	letter-spacing: 1px;
	font-size: 1.3em;
	font-weight: normal;
}
.preview i {
	float: right;
	margin-right: 10px;
}
.cover {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pad5px {
	padding: 5px;
}
.countbig {
	font-size: 1.3em;
}
.countsmall {
	font-size: 0.8em;
}
.h100px {
	height: 100px !important;
}
.mgtop1p {
	margin-top: 1%;
}
.mgtop1p ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.mgtop1p li {
	float: left;
	margin-right: 10px;
}
.mgtop1p a {
	display: block;
	letter-spacing: 2px;
	color: #6bc9fb;
	font-size: 0.8em;
	border: none;
}
.padbt0 {
	padding-bottom: 0px !important;
	border: none !important;
}
.mgtop1p a:hover {
	padding-bottom: 5px;
	border-bottom: 1px solid #008080;
}
.mgtop1p i {
	margin-right:5px;
}
.cover button {
	text-decoration: none;
	border: none;
	background: #222;
	color: #fff;
	padding: 3px;
	outline: 1px solid #008080;
	outline-offset: 2px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	letter-spacing: 2px;
}
.cover button[title] {
	letter-spacing: 2px;
}
.cover button:hover {
	outline: 1px solid red;
}
.cover button[placeholder]:empty:before {
    content: attr(placeholder);
    color: #fff; 
	font-size: 0.7em;
}
.box_links {
	margin-left: 50px !important;
}
.box_links a {
	line-height: 2.5em;
	padding: 10px;
}
.box_links a:hover {
	outline-offset: 5px;
	border-radius: 10px;
	cursor: pointer;
	background: #222;
}
.nhv {
	background: #000 !important;
}
.box_links i {
	font-size: 1.3em;
}
.box_links dfn {
	margin-left: 10px;
	letter-spacing: 2px;
	font-size: 0.8em;
}
.box_rechts {
	margin-left: 10px !important;
}
.boxes {
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	text-align: center;
	min-height: 100px;
	margin: 0px auto;
	z-index: 1;
}
.bdlinks {
	border-left: 1px solid #008080;
}
.bdrechts {
	border-right: 1px solid #008080;
}
.teaser,.trends {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.teaser h2,.trends h2 {
	display: block;
	width: 100%;
	line-height: 2em;
	background: #222;
	color: #fff;
	font-size: 0.9em;
}
.teaser article,.trends article {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	border: 1px solid #008080;
	min-height: 50px;
}
.comments {
	width: 100%;
	min-height: 100px;
	border: 1px solid #008080;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
#content {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0px auto;
}
#content td {
	color: #fff;
}
#content h1 {
	width: 100%;
	line-height: 2em;
	background: #008080;
	color: #000;
}
.start_box {
	width: 90%;
	margin: 0px auto;
	margin-top: 2%;
	min-height: 200px;
	border: 1px solid #008080;
}
.start_box p {
	text-align: left;
	padding: 2px;
}
.features {
	width: 99%;
	margin: 0px auto;
	margin-top: 1%;
}
.features li {
	text-align: left;
}
.features u {
	color: #6bc9fb;
}
.features a {
	line-height: 2em;
	margin-left: 5px;
	font-size: 0.7em;
	color: #fff;
	letter-spacing: 2px;
}
.features i {
	margin-left: 5px;
	color: #6bc9fb;
}
.login_box,.regis_box {
	width: 60%;
	margin: 0px auto;
	margin-top: 2%;
	min-height: 100px;
	border: 1px solid #008080;
}
.login_box legend,.regis_box legend {
	padding: 5px;
	font-size: 0.8em;
	color: #008080;
}
.login_box input,.regis_box input {
	width: 95%;
	margin: 5px;
	text-decoration: none;
	line-height: 2.5em;
	border: none;
	letter-spacing: 2px;
}
.login_box button,.regis_box button {
	width: 95%;
	margin: 5px;
	text-decoration: none;
	line-height: 2.5em;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
	outline-offset: 2px;
	outline: 1px solid #008080;
	background: #008080;
	color: #fff;
}
.login_box button:hover,.regis_box button:hover {
	outline: 1px solid #6bc9fb;
	background: #6bc9fb;
	color: #000;
}
.regis_box input[type="checkbox"] {
	float: left;
	transform: scale(1.5) !important;
	width: 5%;
	margin-left: 10px;
}
.login_box dfn,.regis_box dfn {
	float: left;
	font-size: 0.8em;
	padding-top: 5px;
	letter-spacing: 1px;
}
.pwdrs {
	margin-left: 10px;
	font-size: 0.8em;
	color: #6bc9fb;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.pinpic {
	margin-left: 10px;
	float: left;
}
*[id^='pin_'] {
	width: 17px !important;
	padding: 4px;
	border: 1px solid #6bc9fb;
	border-radius: 3px;
	text-align: center;
	margin: 5px;
	float: left;
}
#spamcheck {
	width: 99%;
	min-height: 50px;
	border: 1px solid #222;
	margin-top: 10px;
	display: none;
}
#spamcheck i {
	float: left;
	margin-top: 15px;
}
.response {
	display: block;
	width: 60%;
	margin: 0px auto;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 0.9em;
}
.response p {
	margin: 5px;
	font-size: 0.9em;
}
.response ul {
	width: 99%;
	text-decoration: none;
	margin-left: 5px;
}
.response li {
	width: 100%;
	color: #6bc9fb;
	font-size: 0.9em;
}
.response i {}
.resp_oki {
	border: none;
	outline-offset: 2px;
	outline: 1px solid lime;
	margin-top: 10px;
}
.resp_bad {
	border: none;
	outline-offset: 2px;
	outline: 1px solid red;
	margin-top: 10px;
}
.resp_oki h2 {
	width: 100%;
	font-size: 0.8em;
	background: green;
	color: #fff;
	letter-spacing: 2px;
	line-height: 2em;
	text-align: center;
}
.resp_bad h2 {
	width: 100%;
	font-size: 0.8em;
	background: red;
	color: #fff;
	letter-spacing: 2px;
	line-height: 2em;
	text-align: center;
}
.setup_i {
	margin-right: 10px !important;
	cursor: pointer !important;
	color: #6bc9fb;
}
.setup_p {
	font-size: 1em !important;
	max-width: 90% !important;
}
.setup_rd {
	font-size: 0.8em !important;
	max-width: 90% !important;
	color: #888;
}
.setup_fw {
	font-weight: bold;
}
#dlgSetup,#dlgTimeline {
	min-width: 40%;
	border: 0px solid #6bc9fb;
	background: #000;
	color: #fff;
	min-height: 50px;
	top: 25%;
	z-index: 2;
	border-radius: 5px;
	cursor: default;
	box-shadow: 5px 5px 5px #222;
	outline-offset: 2px;
	outline: 1px solid #6bc9fb;
}
#dlgTimeline {
	top: 5%;
	outline-offset: 0px !important;
	width: 50% !important;
	min-width: 50% !important;
	max-width: 50% !important;
	position: fixed;
}
#dlgSetup h2,#dlgTimeline h2 {
	width: 100%;
	background: #222;
	color: #fff;
	line-height: 1.8em;
	letter-spacing: 3px;
	font-size: 0.8em;
	font-weight: bold;
}
#dlgSetup input {
	min-width: 95%;
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#dlgSetup textarea {
	width: 95%;
	min-width: 95% !important;
	max-width: 95% !important;
	height: 100px !important;
	min-height: 100px !important;
	max-height: 150px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
#dlgSetup button,#dlgTimeline button {
	width: 100%;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
	outline-offset: 2px;
	outline: 1px solid #008080;
	background: #008080;
	color: #fff;
	line-height: 1.5em;
	padding: 3px;
}
#dlgSetup button:hover,#dlgTimeline button:hover {
	outline: 1px solid #6bc9fb;
	background: #6bc9fb;
	color: #000;
}
#chdspwd {
	line-height: 1.5em;
	padding: 3px;
	letter-spacing: 2px;
	border-radius: 2px;
	border: 0px;
	outline: 0;
	width: 250px;
}
#chdspwd:focus {
  outline: 2px solid #008080;
}
#chdsbtn {
	width: 100px;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
	outline-offset: 2px;
	outline: 1px solid #008080;
	background: #008080;
	color: #fff;
	line-height: 1.5em;
	padding: 3px;
	margin-left: 10px;
}
#chdsbtn:hover {
	outline: 1px solid #6bc9fb;
	background: #6bc9fb;
	color: #000;
}
.d_cursor {
	cursor: default !important;
}
.mt10px {
	margin-top: 10px !important;
	color: #222;
}
.mt10px:hover {
	color: #6bc9fb;
}
#box_options {
	width: 96%;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #008080;
}
#box_options label {
	width: 60%;
	text-align: right;
	font-size: 0.8em;
	letter-spacing: 2px;
	display: block;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-right: 1px solid #008080;
}
#sb_options {
	width: 150px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	margin-left: 10px;
	font-family: inherit;
	font-size: 0.8em;
	cursor: pointer;
	line-height: inherit;
	outline-offset: 2px;
	outline: 1px solid #008080;
	letter-spacing: 2px;
}
#sb_options[id^='uOpt_'] {
	display: none;
}
.uopt {
	margin-left: 10px;
	font-size: 0.8em;
	cursor: pointer;
}
.uopt_s {
	color: green;
}
.uopt_f {
	color: red;
}
.ureg {
}
.tlaction,.tl_end,.tl_start {
	width: 100% !important;
	display: inline-table;
}
.tlaction td {
	text-align: center;
	letter-spacing: 2px;
	width: 33.33%;
}
.tlaction td:hover {
	color: #fff !important;
	background: #222;
}
.tl_end {
	min-height: 2em;
	background: #222;
	margin-top: 5px;
	margin-bottom: 10px;
}
#RefreshBox {}
*[id^='wgnTxt_'] {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	border: none;
	outline: none;
	background: #000;
	color: #fff;
}
*[id^='wgnTxt_']:hover { 
	border-bottom: 1px solid #222;
}
#optPrePost i {
	font-size: 1.5em;
	cursor: pointer;
	margin-right: 10px;
	color: #6bc9fb;
}
#optPrePost i:hover {
	color: #6bc9fb;
}
#optPrePost button {
	width: 100px;
}
#optPreMedia {
	display: inline-block;
}
.media_stats {
	width: 250px;
	float: right;
	margin-left: 10px;
}
.media_stats li {
	word-break: break-all;
	font-size: 0.7em;
	line-height: 2em;
	letter-spacing: 2px;
	font-weight: bold;
}
.media_stats var {
	margin-left: 5px;
	font-weight: normal;
}
.isDelBtn {
	cursor: pointer;
	padding: 3px;
	width: 130px;
	border-radius: 3px;
}
.isDelBtn:hover {
	background: #222;
}
.type_img {
	margin-top: 10px;
	border-radius: 5px;
	outline-offset: 2px;
	outline: 1px solid #222;
	width: 540px;
	min-width: 540px;
	max-width: 540px;
	max-height: 350px;
	object-fit: contain; /* or cover ?*/
}
.type_vid {
	margin-top: 10px;
	border-radius: 5px;
	outline-offset: 2px;
	outline: 1px solid #222;
	width: 540px;
	min-width: 540px;
	max-width: 540px;
	max-height: 350px;
	object-fit: contain; /* or cover ?*/
}
.type_snd {
	margin-top: 10px;
	border-radius: 5px;
	outline-offset: 2px;
	outline: 1px solid #222;
	width: 95%;
}
.statsON {
	color: #6bc9fb;
}
.statsOFF {
	
}
#t_comment {
	width: 98%;
	min-width: 97%;
	max-width: 99%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.rpImage {
	cursor: pointer;
}
.optDisabled {
	color: #888 !important;
}