﻿@charset "utf-8";
/* CSS Document */
body{
font-family:"Century Gothic", Century, Arial, sans-serif;
}
td.body{
background-color:#eee8d8;
font-size:1.2em;
}

td.embedpic{
	margin: 6px 8px;
}

A:link {
TEXT-DECORATION: none
color:red;
}
a:visited{
text-decoration:none;
color:fuscia;
}

iframe[seamless] {
    border: none;
}

td.copy{
background-color:#eee8d8;
font-size:1.2e ;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333333;
border-right: 2px solid #333333;
border-left: 2px solid #333333;
border-bottom: 2px solid #333333;
}
td.divide{
background-color:#eee8d8;
}
td.puppy{
font-size:12px;
color:#333333;
}
td.menu{
background-color: #4a4034;
border-left: 2px solid #333333;
border-right: 4px solid #ffffff;
border-bottom: 2px solid #333333;
border-top: 3px solid #ffffff;
}

td.border{
border: 2px solid #333333;
}
td.leftBdr{
border: #ffffff solid 3px;
}
div.date{
font-family:"Bradley Hand ITC";
color:#333366;
font-size:18px;
font-weight:bold;
}
div.dateLG{
font-family:"Bradley Hand ITC";
color:#333366;
font-size:24px;
font-weight:bold;
}
a.admin:link{
text-decoration:none;
color:#333366;
}
a.admin:hover{
text-decoration:none;
color:#CCCC00;
}

.style1 {
	text-align: center;font-size: 2.5em; 
}
.style2 {
	border-width: 0px;
}
.style3 {

 margin: 20px 20px;
}
.style4 {
	font-weight: bold;
}
.style6 {
	background-color: #6B584A;
	font-weight: bold;
		color: #FFFFFF;
		text-align:center;font-family:Century Gothic;font-size:1.5em;margin-bottom:15px;margin-top:15px;color:lime;
}
.mainstyle6 {
	background-color: #6B584A;
	font-weight: bold;
		color: #FFFFFF;
		text-align:center;font-family:Century Gothic;
}
.style9 {
	border-width: 0;
}
.style12 {
	font-size: 1.5em;
}
.style11 {
	text-align: center;
}
.style8 {
	color: #FFFFFF;
	font-size: 1.5em;
	width: 70%;
}
.bodystyle8 {
	color: #000000;
	font-size: 3.0em;
 margin: 20px 20px 20px 20px;
   padding: 20px;

}

.auto-style10 {
	margin-left: 7px;
	margin-right: 7px;
	   padding: 10px;
}

.auto-style1 {
	background-color: #6B584A;
	font-size: 1.3em;
	color: #DDCEB1;
}
.auto-style2 {
	font-size: 1.5em;
	color: #DDCEB1;
}

.auto-style4{
	font-size: 2.0em;
	color: #DDCEB1;
	background-color: #4a4034;
	border-left: 2px solid #333333;
	border-right: 4px solid #ffffff;
	border-bottom: 2px solid #333333;
    border-top: 3px solid #ffffff;
  border-radius: 15px 50px 30px;
  background: #73AD21;
  padding: 15px;
  width: 10px;
  height: 10px;
  	text-align: top;
writing-mode: vertical-rl;
  text-orientation: upright;
}

.auto-style5{
	font-size: 2.0em;
	color: #DDCEB1;
	background-color: #4a4034;
	border-left: 4px solid #ffffff;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
    border-top: 3px solid #ffffff;
  border-radius: 50px 15px 15px 30px;
  background: #73AD21;
  padding: 15px;
  width: 10px;
  height: 10px;
  	text-align: top;
writing-mode: vertical-lr;
  text-orientation: upright;
}


.auto-style3 {
	font-size: 1.75em;
	text-align: center;
}

img.toprounded-corners {
  border-radius: 50px 50px 0px 0px;
}

img.rounded-corners {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  border-radius: 50px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: yellow; 
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.0s;
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}