img
{
   border      : none;
}

input
{
background-color: lightgrey; 
border-color: efefef; 
color: black; 
}

table, td
{
	border-collapse      : collapse;
    font-family           : sans-serif;
  line-height: 1.5em;
  font-size: 1em;
}
table
{
	border                :none;
	border                :none;
}
thead th,
tbody th
{
	background            : #FFF url('th_bck.gif') repeat-x;
  color                 : #666;  
	border-left           : none; 
	padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}
tbody th
{
  background            : #fafafb;
  border-top            : none;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url('tr_bck.gif');
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : medium none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url('foot_bck.gif');
  color                 : #666
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}


* { margin: 0; padding: 0; }


body {
background-image: url(https://karaoke.vg/karaoke_back.jpg);
    color: #333;
    text-align: center;
    background-color: #1C1316;
    font-family: sans-serif;
    font-size: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
h1, h2, h3 {
	font-family: Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 110%; }
h2 { font-size: 100%; }
h3 { font-size: 100%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
padding: 5px 0 0 0;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
    font-size: 17px;
    border-radius: 0.4em;
}
form.search input.textbox1 { 
	margin: 0; padding: 1px;
	width: 156px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
    font-size: 17px;
    border-radius: 0.4em;
}
form.search input.button {
	height: 26px;
	padding: 1px 1px;
	width: 64px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 833px;
 	margin: 0 auto; 
	text-align: left;
	background-color: transparent;
}
#content-wrap {
	position: relative;
	width: 833px;
	margin: 0 auto;
	padding: 0;	
	display:flex;
	border: 1px solid white;
	box-shadow: 1px 1px 20px black;
	
  display: flex;  
  flex-flow: row wrap;
  max-width:833px;
  margin:auto;

	
}
/* header */
#header {
    position: relative;
    width: 833px;
    height: 100px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #515151;
    border-radius: 2em 2em 0 0;
    background-image: linear-gradient(#1265A4, #50ABF1); 
    box-shadow: 1px 1px 10px #515151;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 28px Sans-serif;
	color: #FFFDFB;
	text-transform: none;
    text-shadow: 1px 2px 1px #000000;
	letter-spacing:1px;
	top: 28px; left: 26px;	
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 18px/36px Sans-serif;
	text-transform: none;
	color: #D2EAFC;
    text-shadow: 1px 1px 1px #000000;
	top: 54px; left:29px;			
}
#header #searchform {
	float: right;
	padding: 22px 50px 0 0;
	display: inline;
}
/* menu */
#menu {
    clear: both;
    width: 833px;
    height: 32px;
    margin: 0;
    font: bolder 16px/32px Sans-Serif;
    background-color: #C8E4FA;
    background-image: linear-gradient(#50ABF1, #50ABF1);
    border: 1px solid #79BFF5;	
}
#menu ul{
	margin: 0; padding: 0 0 0 22px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #2571AB; 
	color: #FFF;	
}

/* Main */
#main {
	padding: 5px;	
	margin: 0;	
		background-color: white;
		order: 1;
}
#main h1 {
    color: #2C5F86;
    border-bottom: 1px solid #D2E8FC;
    background: #F1F8FF url(bullet.gif) no-repeat 5px 50%;
    padding: 8px 0 5px 28px;
    margin: 10px 0px 8px 0;
    border-radius: 1em 1em 0 0;
    text-shadow: 1px 0 0 white;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	padding: 2px; 
	margin: 0;		
  background-color: white;
  padding-right: 16px;
  order: 2;
}	
#sidebar h1 {
    margin: 10px 0 10px 0;
    padding: 3px 8px;
    font: bold 94% Sans-Serif;
    color: #667F99;
    background: #E0ECF8;
    text-shadow: 1px 1px 0 white;
    border-radius: 0.5em 0.5em 0 0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
	font-size:90%;
}
#sidebar img {
margin-right:5px;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #D2E8FC;
	background: url(bullet.gif) no-repeat 2px 2px ;
    padding: 2px 0 10px 25px;
    margin: 6px 2px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
    clear: both;
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 0;
    font-size: 15px;
    color: #fcfccc;
    border: 1px solid #515151;
    border-radius: 0 0 2em 2em;
    background-image: linear-gradient(#50ABF1, #1265A4); 
    padding-top: 10px;
    text-align: center;
    text-shadow: 1px 1px 0 #515151;
    box-shadow: 1px 1px 10px #515151;
    line-height: 1.5em;}
#footer a { text-decoration: none; color:#fcfccc; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.nxt {
    text-align:center;
    margin-top:10px;
    margin-bottom: 6px;
}
.nxto {
    text-align:center;
    margin-bottom:10px;
}

.diver0{
    width:260px;
    transition:3s;
    color:#ff0000;  
    fill: currentColor;
    overflow:hidden;
}

.diver{
    transition:2s;
    color:#103A5A;  
    fill: currentColor;
}
.diver:hover{color:#035F8B;  fill: currentColor;
}

.diver0:hover{color:#12456C;  fill: currentColor;
    transform: translate(200px, 120px);
}
.statisch {
    padding: 10px 10px 10px 26px;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 1.4;
}

.prtable{width:604px; line-height:1.4em;}


.listtable {border:1px solid #D2E8FC; width:98%;}

.listtable td {border:1px solid #D2E8FC; padding-top: 16px;}

.minfo {
    font-weight:bold; 
    color:#2087D6; 
    margin-top: 10px;
    font-size: 16px;
    text-shadow: 1px 0 0 white;
    margin-left: 12px;
    text-align: center;
    line-height: 2em;
}

.minfolink {
    font-weight:bold; 
    color: #C00000;
    text-shadow: 1px 1px 0px white;
    transition:0.5s;
    font-size: 18px;
}

.minfolink:hover{color: #FF0000;  font-size: 19px;
}


.primage{
    max-width:150px; 
    max-height:100px; 
    overflow:hidden; 
    transition:1s;
    opacity:0.76;
    border:none;
    margin-right:12px;
}

.primage:hover{
    overflow:hidden; 
    opacity:1;
}
.ueber{
    margin: 10px 0 10px 0px;
    
}
.webm{
    width:421px;
    border:none;
    transition:0.5s;
}
.webm:hover{
    width:420px;
}

.uberhr{
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, rgba(128, 0, 0, 0), rgba(76, 188, 230, .75), rgba(0, 0, 0, 0));
    margin-top: 20px;
    margin-bottom: 20px;
}


@media all and (min-width: 400px) {
  #sidebar { flex: 1; 
  }
  body {
      font-size: 120%;
   } 
}

@media all and (min-width: 840px) {
  #main    { flex: 3 0; }
    body {
      font-size: 100%;
   } 
}


.sinp{font-size: 17px; border-radius: 0.3em; border: none !important; background: transparent; cursor: pointer;}
.sinp:hover{cursor: pointer;}

.ksearch {margin:20px;}

.prodh1 {max-width:580px; overflow:hidden;}

.top10songs{line-height:2em;}

.song__name{color:#3D6791;}

.song__artist{color:#20466C; font-weight:bold;}


.cloud-words {
    font-size: 12px;
    text-align: justify;
    line-height: 2em;
    margin-right: 8px;
}
cloud-words__item{padding:0 .2em;line-height:1.2;}
.cloud-words__size1{font-size:1em}
.cloud-words__size2{font-size:1.1em}
.cloud-words__size3{font-size:1.3em}
.cloud-words__size4{font-size:1.45em}
.cloud-words__size5{font-size:1.55em}
.cloud-words--style .cloud-words__size5{color:#194397; font-weight: normal !important;}
.cloud-words--style .cloud-words__size4{color:#0162b1; font-weight: normal !important;}
.cloud-words--style .cloud-words__size3{color:#3377c4; font-weight: normal !important;}
.cloud-words--style .cloud-words__size2{color:#4985cf; font-weight: normal !important;}
.cloud-words--style .cloud-words__size1{color:#6eade7; font-weight: normal !important;}
.cloud-words--artist .cloud-words__size5{color:#637CAF; font-weight: normal !important;}
.cloud-words--artist .cloud-words__size4{color:#ff7200; font-weight: normal !important;}
.cloud-words--artist .cloud-words__size3{color:#ffa220; font-weight: normal !important;}
.cloud-words--artist .cloud-words__size2{color:#ffb160; font-weight: normal !important;}
.cloud-words--artist .cloud-words__size1{color:#facc45; font-weight: normal !important;}

.karaokeinfo{text-align:justify; font-size:94%;}

.allsongs {
    color: darkred;
    font-size: 108%;
    line-height: 1.75em;
    margin-top: 5px;
}
.allsongs a{color: black;
    color: #667f99 !important;
    font-weight: 600;
}

.comimg {width:120px; height:80px; margin-right:10px;}

.coma {font-size:108%; font-weight:bold; margin-top:6px; margin-bottom: 8px;}

.coma a{color:#1A9ADC !important;}

.coma a:hover{color:#C25063 !important;}
