/* PowerLeafCMS BASIC SKIN: */

/* light background/frame (original: #FFC) */
html{background:#FFF}

/* framelines and topnav off-texts (original: #AA0) */
body,h1,#b,#n,#o
{border-color:#AA0}
#n{color:#AA0}

/* main title/headline (original: #760) */
#h{color:#760}

/* end of basic skin */

* {
  font-family:Ubuntu,Verdana,sans-serif;
}

body {
  margin:150px 0 0;
  border:none;
}

#b {
  padding:2em 1em 1.5em;
  border:none;
}

a {
  text-decoration:none;
  color:#03F;
}

a:visited {
  color:#039;relative
}

a:hover, a:focus {
  color:#035;
  text-decoration:underline;
}

#t a {
  text-decoration:underline;
}

.MSVs, .vids{
   display:table;
   margin:auto;
}
.MSV, .vid{display:table-row}
.MSV a, .vid a{
   display:table-cell;
   text-decoration:none;
}
.MSV a img, .vid a img{
   border-radius:15px;
   border:solid 2px #770;
}
.MSV a:hover img, .vid a:hover img{  box-shadow:0 0 12px 9px #555}
.MSV a.MSVpreview img{box-shadow:none}
.MSV a i, .vid a i{
   display:inline-block;
   font-style:normal;
   font-weight:normal;
   vertical-align:middle;
   margin-left:6pt;
   margin-right:12pt;
}
.MSV a:hover i b,
.vid a:hover i b{text-decoration:underline}
.MSVpreview{cursor:default}
.MSVpreview b{color:#800}
.MSV a.MSVpreview:hover i b{
  font-style:normal;
  text-decoration:none;
}
.MSV a img.CDbox, .MSV a img.CD{
   border-radius:0;
   border:none;
}
.MSV a img.CDbox{
   position:relative;
   z-index:1;
}
.MSV a img.CD{box-shadow:none}

/*  2023 redesign: */
h1 {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:120;
  background:#000;
  padding:3px 3.6em;
  white-space:nowrap;
  color:#ED0;
  font-weight:bold;
  pointer-events:none;
}
#logo {
  height:3.5em;
  position:fixed;
  top:-6px;
  left:-6px;
  border:solid 9px #000;
  border-radius:100%;
  margin:0;
  z-index:125;
  background:#FFF;
}
#n {
  right:0;width:auto;
  padding:1.5em 3.8em 6pt;
  white-space:nowrap;
}
body {
  margin-top:3em;
}
#topfade, #bopfade {
  position:fixed;
  left:0;right:0;
  display:block;
  margin:0;
  max-width:30000px;
  width:100%;
  opacity:0;
  height:15%;
}
#topfade {
  top:3em;
}
#bopfade {
  bottom:0;
}
#b {
  padding-bottom:3pt;
}
h2 b{
  color:#555;
  font-size:0.9em;
}
#n img {
  border-radius:3pt;
}
#p {padding-top:2.5em}