/* =========================================================
 This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule.
 ==========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   font-size: 100%;
}
a {
   outline: 0;
}

/* ======================================================
 The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display.
 =======================================================*/
body {
   text-align: center; /* Centers the page content container in IE 5 browsers. */;
   padding: 0px 0px 0px 0px;
   background-color: #d9d9d9;
   line-height: 1.2em;
   font-size: 1em;
   color: #2d2e2e;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px 0px 0px 0px;
   background-image: url('images/marb042.gif');
   background-repeat: repeat;
}
body img {
   border: 0px;
   text-decoration: none;
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/* =====================================
Commonly used to style page titles. 
========================================*/
h1, h2, h3 {
   color: #1C140E;
   margin: 5px 0px 5px 10px;
   font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
   font-size: 2em;
}
h2 {
   font-size: 1.7em;
}
h3 {
   font-size: 1.3em;
}
/*================================
Link Styles unless specified separately
=================================*/
a, a:link {
   color: #2200cc;
   text-decoration: none;
}
a:visited {
   color: #666633;
   text-decoration: none;
}
a:hover {
   color: #2170bd;
   text-decoration: underline;
}
a:focus {
   color: #2170bd;
}
a:active {
   color: #2170bd;
}
/* =============================================
 This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page.
 ===============================================*/
#outerWrapper {
   background-color: #d9d9d9;
   width: 70%;
   max-width: 1200px;
   text-align: left; /* Redefines the text alignment defined by the body element. */;
   margin: 25px auto 25px auto;
   border: 1px #000000 solid;
   background-image: url('images/purpl033.JPG')
   -moz-box-shadow: 0 0 20px #453823;
   -webkit-box-shadow: 0 0 20px #453823;
   box-shadow: 0 0 20px #453823;
   /*=========================   
   These are not currently being used
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   ==========================*/
}
/*===================================
Masthead Styles
====================================*/
#outerWrapper #header {
   background: #d9d9d9;
   padding: 5px;
   font-size: 2em;
   font-weight: bold;
   /* ===========================
   These styles are not currently being used
   border-radius: 8px 8px 0px 0px;
   -webkit-border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
   ===============================*/
}
#outerWrapper #header .sitename {
   font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
   font-size: 2.5em;
   font-weight: bold;
   color: #ffe6e6;
   margin-top: 20px;
   margin-left: 25px;
   letter-spacing: .25em;
   line-height: 1em;
}
.tagline {
   font-size: small;
}
/*========================================
Top Navigation
=========================================*/
#outerWrapper #topNavigation {
   background-color: #d9d9d9;
   text-align: center;
   min-height: 2.3em;
   padding: 10px 10px 10px 10px;
   border-bottom: solid 1px #1C140E;
}
#outerWrapper #topNavigation ul {
   list-style-type: none;
   width: 100%;
   margin: 0px;
   padding: 0px;
}
#outerWrapper #topNavigation li {
   float: left;
   display: block;
   text-align: center;
   padding: 14px 16px;
}
#outerWrapper #topNavigation a {
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px 1px;
   padding: 5px;
   display: block;
}
#outerWrapper #topNavigation a:hover {
   background-color: #CDBB99;
   color: #000000;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}

/*=======================================
Wrapper for the content columns
========================================*/
#contentWrapper {
   clear: both;
   background: #E6FBFF;
   overflow: hidden;
   background-repeat: repeat-y;
}

/*==================================
Left sidebar
===================================*/
#leftColumn1 {
   float: left;
   width: 200px;
   padding: 10px 10px 10px 10px;
}
/*================================
Left sidebar navigation menu
==================================*/
#leftColumn1 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-bottom: 4px;
}
#leftColumn1 li {
   list-style: none;
   padding: 2px 0;
}
#leftColumn1 ul li a {
   display: block;
   color: #FFFFFF;
   padding: 4px;
   text-decoration: none;
   background-color: #48525A;
   border: 1px solid #1C140E;
   margin-top: 3px;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
#leftColumn1 a:hover {
   color: #000000;
   background-color: #ecd9c6;
   border: 1px solid #1C140E;
}
.heading {
   display: block;
   color: #FFFFFF;
   font-weight: bold;
   padding: 4px;
   background: #48525A;
   text-decoration: none;
   border: 1px solid #1C140E;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
/*===================================================
Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. 
=====================================================*/
#content {
   padding: 10px 20px 10px 20px;
   margin: 0px 0px 0px 230px;
}
/* ===============================================
Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements.
==================================================*/
.clearFloat {
   display: block;
   clear: left;
}
/*=================================================
Footer Styles 
==================================================*/
#outerWrapper #footer {
   background-color: #cccccc;
   padding: 10px 10px 10px 10px;
   color: #1C140E;
}
   /* ===========================
   These styles are not being used
   border-radius: 0px 0px 8px 8px;
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   ==============================*/
#outerWrapper #footer p {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   font-size: .85em;
}
#outerWrapper #footer a:link {
   color: #1C140E;
}
#outerWrapper #footer a:visited {
   color: #1C140E;
}
#outerWrapper #footer a:hover, #outerWrapper #footer a:focus {
   color: #1C140E;
}
#outerWrapper #footer a:active {
   color: #999999;
}
/*===============================================
Floating images left, right or centered on page
=================================================*/
.imglft {
   padding: 5px 10px 5px 0px;
   float: left;
}
.imgrgt {
   padding: 5px 0px 5px 10px;
   float: right;
}
.imgctr {
   display: block;
   margin: 0px auto;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
   height: auto !important;
   width: auto !important;
   max-width: 100%;
   vertical-align: bottom;
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
/*======================================
Automatic slideshow
=======================================*/
#x-fade { /* the outer holding div */
   font-family: arial, sans-serif;
   font-size:1.2em;
   position: relative;
   width: 480px;
   height: 640px;
   margin: 0 auto;
   margin-top: 30px;
   }
#x-fade div  { /* each of the inner 6 divs */
   position: absolute;
   left: 0;
   top: 0;
   width: 480px;
   height: 640px;
   background-repeat: no-repeat;
   }
/*=============================
contains provision for showing descriptive text associated with each background-image when it is visible (h3 and h3 span)
==============================*/
#x-fade h3 {
   position: relative;
   margin:0;
   top:159px;
   text-align:center;
   font-weight:normal;
   color: rgba(255,255,255,1); /* alpha = 0 or 1 */
   }
#x-fade h3 span {
   padding:1px 8px 3px 8px;
   background: rgba(18,25,38,0.5); /* alpha = 0 or 0.5 */
   border-radius:5px;
   }
#x-fade:hover div { /* optional */
   animation-play-state: paused;
   }
#x-fade div {
   animation-name: xFade; /* matches @keyframes name */
   animation-duration: 30s;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
   }
#x-fade div:nth-of-type(1) { /* img urls & sequential delays */
   background-image: url('images/Irish Setter.jpg');
   animation-delay: 27s;
   }
#x-fade div:nth-of-type(2) {
   background-image: url('images/jackies flower.jpg');
   animation-delay: 24s;
   }
#x-fade div:nth-of-type(3) {
   background-image: url('images/Gregs American flag.jpg');
   animation-delay: 21s;
   }
#x-fade div:nth-of-type(4) {
   background-image: url('images/sues watercolor corner.jpg');
   animation-delay: 18s;
   }
#x-fade div:nth-of-type(5) {
   background-image: url('images/crane 1.jpg');
   animation-delay: 15s;
   }
#x-fade div:nth-of-type(6) {
   background-image: url('images/Tibetan Tonka.jpg');
   animation-delay: 12s;
   }
#x-fade div:nth-of-type(7) {
   background-image: url('images/red hawk.jpg');
   animation-delay: 9s;
   }
#x-fade div:nth-of-type(8) {
   background-image: url('images/emily hawaiian pic.jpg');
   animation-delay: 6s;
   }
#x-fade div:nth-of-type(9) {
   background-image: url('images/emily peloton.jpg');
   animation-delay: 3s;
   }
#x-fade div:nth-of-type(10) {
   background-image: url('images/military colors.jpg');
   animation-delay: 0s;
   }
@-webkit-keyframes xFade { /* from Cross Fade Timings generator */
   /* Images 6, Delay 8s,
   Fade 2.5s, Duration 48s */
   0% {opacity:1}
   11.458% {opacity:1}
   16.667% {opacity:0}
   94.792% {opacity:0}
   100% {opacity:1}
   }
@keyframes xFade { /* from Cross Fade Timings generator */
   /* Images 6, Delay 8s,
   Fade 2.5s, Duration 48s */
   0% {opacity:1}
   11.458% {opacity:1}
   16.667% {opacity:0}
   94.792% {opacity:0}
   100% {opacity:1}
   }

/*=====================================
Misc Typographic styles
======================================*/
.ctr {
   text-align: center;
}
.smltxt {
   font-size: small;
}
/*=============
form styles
==============*/
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #008080;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #00bfff;
}

.container {
  border-radius: 5px;
  background-color: #E6FBFF;
  padding: 20px;
}

/* ======== CONTACT FORM ======== */
form.contactform {
   width: 99%; text-align: left;
}
.contactform label {
   width: 99%;
   text-align: left;
   font-style: italic;
   display: block;
   margin-bottom: 4px;
}
.contactform input {
   width: 99%;
   border: 1px #c0c0c0 solid;
   background-color: #efefef;
   padding: 5px;
   margin-bottom: 10px; color: #000000;
}
.contactform textarea {
   width: 99%;
   border: 1px #c0c0c0 solid;
   background-color: #efefef;
   padding: 5px;
   resize:none;
   color: #000000;
}
.contactform .submit {
   width: 100px;
   margin: 10px 0 20px 0;
   cursor: pointer;
   color: #444;
   font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
   font-weight: normal;
   padding: 1px 14px;
   text-decoration: none;
   background-color: #eee;
   background: linear-gradient(#eee, #ccc);
   border: solid 1px #ccc;
   border-radius: 5px;
   box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.contactform .submit:hover {
   text-decoration: none;
   color: #eee;
   background-color: #819fbf;
   background: linear-gradient(#819fbf, #436385);
   border: solid 1px #436385;
   border-radius: 5px;
   box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
