@viewport {
  width: device-width;
}

body,td,th {
	color: #000000;
	text-decoration: none; 
}

body {
	background-color: #F0f0fa;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 10px;
}

a {
	text-decoration: none; 
}

a:hover {
	color: #FF0000
}

p {
	font-size: 13px; line-height: 100%; margin-top: 15px
}

td {
	font-size: 13px;
}

ul {
	margin-bottom: 15px;
}

li {
	font-weight: bold; 
	color: #FFFFFF;
}

li a {
	font-weight: bold; 
	color: #FFFFFF;
}

.site-link {font-size: 18px}
.site-desc {color: #FFFFFF}
.site-footer-text {color: #FFFFFF; font-size: 10px; }
.small-text {font-size: 12px}

.menuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #135EB9;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/bkg01.gif);
	height: 32px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 190%;
}

.menupar {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 120%; text-align: left; margin-top: 3px; margin-right: 0px; margin-bottom: 5px; margin-left: 10px}
.mainpar {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: normal;
        text-align: left;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-left: 15px;
}
.oldinfo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #CCCCCC;
        line-height: normal;
        text-align: left;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-left: 15px;
        text-decoration: line-through;
}
.headblue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin-top: 15px; margin-right: 10px; margin-bottom: 5px; margin-left: 15px; color: #135eb9}
.headred {  font-size: 16px; font-weight: bold; color: #CC0000; margin-top: 0px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px}
.gerb { position: absolute; top: 15px; left: 22px}
.clock { position: absolute; top: 15px; right: 10px}
.thumb {
        display:inline-block;
        text-align: center;
        width: 150px;
        height: 150px;
        line-height: 150px;
        cursor: pointer;
        border: 8px solid #fff;
        border-radius: 15px;
        box-shadow: 5px 5px 10px #999;
        margin: 10px;
        vertical-align: middle;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        transition: all 0.4s ease;

}
.thumb img {
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
}

.thumb:hover {
/*    -webkit-filter: saturate(200%); */
        border: 8px solid #ac0;
        background-color: #ac0;
}

.rssdog table {
	border: none;
}

.bss-slides{
  /*background: #000;*/
  position: relative;
  display: block;    
}
.bss-slides:focus{
 outline: 0;
}
.bss-slides figure{
  position: absolute;
  top: 0;
  width: 100%;
}
.bss-slides figure:first-child{
  position: relative;
  top: 12px;
}
.bss-slides figure img{
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  position: relative;
/*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  */
}
.bss-slides .bss-show {
  z-index: 3;
}
.bss-slides .bss-show img{
  opacity: 1;
 /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}

.bss-slides figcaption{
  position: absolute;
  font-family: sans-serif;
  font-size: .8em;
  bottom: .75em;
  right: .35em;
  padding: .25em;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .25);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.bss-slides .bss-show figcaption{
  z-index: 2;
  opacity: 1;
}
.bss-slides figcaption a{
  color: #fff;    
}
.bss-next, .bss-prev{
  color: #7bb4e5;
  position: absolute;
/*  background: #000;*/
/*  background: rgba(0,0,0, .6);*/
  top: 50%;
  z-index: 4;
  font-size: 2em;
  margin-top: -1.2em;
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bss-next:hover, .bss-prev:hover{
  cursor: pointer;
  opacity: 1;
}
.bss-next{
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bss-prev{
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bss-fullscreen{
  display: block;
  width: 24px;
  height: 24px;    
  background: rgba(0,0,0,.3) url(https://leemark.github.io/better-simple-slideshow/img/arrows-alt_ffffff_64.png); 
  -webkit-background-size: contain; 
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;   
  cursor: pointer;    
  opacity: .3;
} 
.bss-fullscreen:hover{
  opacity: .8;   
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}