/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  04: 3 Col Flex Sidebar Right and Left
  ------------------------------------------------
*/
html, body {
  height: 100%;
}
body {
  font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
  color: #000;
  height: 100%;
  background: url(../_images/_structure/WoodPlanks2.jpg) top center;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  padding-bottom: 4em;
}
#top {
  background: url(../_images/_structure/SnowyWoodPlanks2.jpg) top center repeat-x;
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 1;
}
#masthead {
  width: 1100px;
  height: auto;
  margin-left: -550px;
  z-index: 999;
  left: 50%;
  top: 0;
  position: absolute;
}
.top-navigation {
  position: relative;
  top: -23px;
  left: 50%;
  margin-left: -554px;
  z-index: 99999;
  width: 1100px;
}
.content-wrapper {
  margin: 200px 1.25em 0em 1.25em;
}
.columns-wrapper {
  overflow: hidden;
  background: #0b1b0c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b1b0c 0%, #42453F 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b1b0c), color-stop(80%, #42453F));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b1b0c 0%, #42453F 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b1b0c 0%, #42453F 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b1b0c 0%, #42453F 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0b1b0c 0%, #42453F 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1b0c', endColorstr='#42453F', GradientType=0);
}
.columns-wrapper {
  max-width: 1100px;
  margin: auto;
}
.main-content {
  float: left;
  width: 50%;
  margin: 20px 1%;
  position: relative;
  left: 24%;
  background-color: #4D4E3F;
}
.sidebar {
  width: 23%;
  float: left;
  position: relative;
  left: -52%;
  margin-top: 20px;
  margin-left: 1%;
}
.sidebar-right {
  width: 23%;
  margin-top: 20px;
  margin-right: 1%;
  float: right;
  color: #CC9966;
  position: relative;
}
.main-content, .sidebar, .sidebar-right {
  -webkit-transition: all linear .35s .1s;
  transition: all linear .35s .1s;
}
.sidebar .content, .sidebar-right .content {
  padding: 30px 20px;
  font-size: .9em;
  line-height: 1.5em;
}
.sidebar .content {
  font-size: 0.75em;
  line-height: 1.5em;
  min-height: 200px;
  color: #39487E;
  background: url(../_images/_structure/BlueTop2.jpg) top center no-repeat #92BFC7;
  background-size: 100% auto;
  background-repeat: none;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.sidebar-right .content {
  background: url(../_images/_structure/RightColRed2.jpg) no-repeat top center #87423b;
  background-size: 100% auto;
  background-repeat: none;
  padding: 24px 16px 20px;
  text-align: center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  font-size: 0.75em;
  line-height: 1.5em;
  color: #CC9966;
  text-shadow: 1px 1px 4px #7F3D39;
}
.sidebar-right .content strong {
  font-size: 1.2em;
  text-decoration: underline;
}
.sidebarblock {
  background: url(../_images/_structure/SideBarExtra.jpg) no-repeat top center #434537;
  background-size: 100% auto;
  background-repeat: none;
  padding: 24px 16px 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  text-align: center;
}
.main-content .content {
  padding: 24px 32px 5px;
  font-size: 0.9em;
  line-height: 1.65em;
  min-height: 300px;
  color: #CFCDA5;
  background: url(../_images/_structure/CenterTop.jpg) top center no-repeat;
  background-size: 100% auto;
  background-repeat: none;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.bottom {
  width: 100%;
  height: auto;
  margin-top: -20px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.65);
}
.weather {
  margin-top: 15px;
  background-color: #E9E9E9;
  padding-top: 5px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.weather p, .weather h3 {
  color: #0099FF !important;
}
/*Heading styles*/
h1, h2, h3, h4 {
  margin: 30px 0px 0px 0px;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
  color: #CFCDA5;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  font-family: 'Berkshire Swash', Verdana, Geneva, sans-serif;
}
h2 {
  font-size: 1.6em;
  margin: 30px 0 0 0;
}
.main-content h2 {
  font-size: 1.6em;
  margin: 30px 0 0 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  font-family: 'Berkshire Swash', Verdana, Geneva, sans-serif;
}
h3 {
  font-size: 1.25em;
  margin: 30px 0 0 0;
}
.main-content h3 {
  font-size: 1.5em;
  margin: 30px 0 0 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  font-family: 'Berkshire Swash', Verdana, Geneva, sans-serif;
}
h4 {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}
img.scalable {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  border-radius: 5px;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
  margin-top: 0px;
}
/*Ordinary Link Styles*/
.main-content a {
  color: #C8CDA5;
  text-decoration: none;
  border-bottom: thin solid;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.main-content a:hover, .main-content a:focus {
  color: #FC6;
  border-bottom: thin solid;
  font-weight: bold;
}
.sidebar a {
  color: #51487E;
  text-decoration: none;
  border-bottom: thin solid;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.sidebar a:hover, .sidebar a:focus {
  color: #900;
  border-bottom: thin solid;
  font-weight: bold;
}
.footer a {
  color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
#sidebar a:link, #sidebar a:visited {
  color: rgba(56, 72, 126, 1);
  font-weight: bold;
  border: 0;
}
#sidebar a:hover {
  color: #FFFFFF;
}
#main-content a:link, #main-content a:visited {
  color: rgba(207, 205, 165, 1);
  font-weight: bold;
}
#main-content a:hover {
  color: #EEE;
  transition: width 1s;
  -webkit-transition: all 1s;
}
#sidebar-right a:link, #sidebar-right a:visited {
  color: rgba(205, 154, 102, 1);
  font-weight: bold;
}
#sidebar-right a:hover {
  color: #FFFFFF;
}
.sidebar a {
  border: none !important;
}
/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.map {
  border: rgba(162, 163, 129, .84) double thick;
  padding: 1px;
  margin-left: -7px;
}
.directions ol {
  padding-left: 15px;
}
/*The Footer*/
.footer {
  background: url(../_images/_structure/BottomSnow.png)repeat-x top center;
  font-size: 0.7em;
  color: #8C8C8C;
  text-align: center;
  width: 100%;
  height: 268px;
  margin-top: -12px;
}
.footer p.copyright {
  text-transform: uppercase;
  margin: 0px;
}
.footerinside {
  background: url(../_images/_structure/FootContent.jpg) center bottom #42453E no-repeat;
  height: 268px;
  width: 1100px;
  background-size: 100% auto;
  background-repeat: none;
  padding: 0px;
  left: 50%;
  margin-left: -550px;
  position: relative;
}
.centerimages img {
  display: block;
  margin: 0 auto;
}
.nowrap {
  overflow: auto;
}
.centertext {
    text-align: center;
}
.video {
    background: url("../_images/_structure/WoodPlanks2.jpg") top center;
    padding: 10px;
    width: calc(100% - 20px) !important;
	/*Outer Shadow*/
	-webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .columns-wrapper, .footerinside, #masthead {
    max-width: 940px;
  }
  .top-navigation {
    top: -20px;
    margin-left: -502px;
    width: 960px;
  }
  .content-wrapper {
    margin: 205px 1.25em 0em 1.25em;
  }
  .footerinside, #masthead {
    margin-left: -470px;
  }
  #masthead {
    top: 30px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .columns-wrapper, .footerinside, #masthead {
    max-width: 790px;
  }
  .top-navigation {
    top: -77px;
    margin-left: -452px;
    width: 845px;
  }
  .content-wrapper {
    margin: 150px 1.25em 0em 1.25em;
  }
  .footerinside, #masthead {
    margin-left: -395px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .columns-wrapper, .footerinside, #masthead {
    max-width: 640px;
  }
  .top-navigation {
    top: -105px;
    margin-left: -403px;
    width: 700px;
  }
  .content-wrapper {
    margin: 118px 1.25em 0em 1.25em;
  }
  .footerinside, #masthead {
    margin-left: -320px;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  body {
    padding-bottom: 0px;
  }
  .footer {
    position: static;
    height: 200px;
    background-position: bottom center;
    width: 100%;
  }
  .footerinside {
    position: static;
    height: 100px;
    padding: 20px 0px;
    width: auto;
  }
  .content-wrapper {
    margin: -29px 1% 0;
    border: none;
  }
  .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .sidebar, .sidebar-right, .main-content {
    width: auto !important;
    float: none !important;
    position: static !important;
    margin: 10px 1%;
  }
  .main-content .content, .sidebar .content, .sidebar-right .content {
    padding: 20px 15px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
  .columns-wrapper, .footerinside {
    max-width: 100%;
  }
  #masthead {
    position: relative;
    max-width: 98%;
  }
  .top-navigation {
    position: relative !important;
    top: -245px;
    margin-left: 0px;
    left: -1%;
    width: 100% !important;
  }
  .footerinside, #masthead {
    margin-left: 0;
    margin: 0 1%;
    left: 0;
  }
  .sidebar .content {
    background: url(../_images/_structure/TopBlueMobile.jpg) no-repeat #92BFC7;
    background-size: 100% auto;
    padding-top: 34px !important;
    padding-left: 7%;
    padding-right: 7%;
    min-height: 0px;
  }
  .sidebar-right .content {
    background: url(../_images/_structure/TopRedMobile.jpg) no-repeat #87423A;
    background-size: 100% auto;
    padding-top: 34px !important;
    padding-left: 7%;
    padding-right: 7%;
  }
  .sidebarblock {
    background: url(../_images/_structure/TopGreenMobile.jpg) no-repeat #434536;
    background-size: 100% auto;
    padding-top: 34px !important;
    min-height: 0px;
  }
}