body,
div,
header,
article,
nav,
footer {
  margin: 0px;
  border: none;
  padding: 0px;
}
header,
article,
nav,
footer {
  display: block;
}
body {
  /* overflow: hidden; <-- for use with starfield */

  background-color: #061410;
}
img {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.pageWrapper {
  position: relative;
}
/* Bordered image links */
.homePageLogoImage {
  display: block;
  padding: 1px;
  opacity: 1.0;
  -webkit-transition: opacity 2.5s ease-out 0s;
  transition: opacity 2.5s ease-out 0s;
  position: absolute;
  top: -1px;
  left: -1px;
}
.homePageLogoImage.initialState {
  opacity: 0.0;
}
/* Basic state, with transition thereto */
a > .homePageLogoImage, a:visited > .homePageLogoImage {
  border: 1px solid #c0c0c0;
  outline: none;
  opacity: 1.0;
  -webkit-transition: border-color 1s linear 0s;
  transition: border-color 1s linear 0s;
  -webkit-transition: opacity 2.5s ease-out 0s;
  transition: opacity 2.5s ease-out 0s;
}
/* Hover state, clockwise border transition */
a:hover > #jritzman_logo, a:hover > #seafash_logo {
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  outline: none;
  -webkit-transition: border-top 0s linear 0s, border-right 0s linear 100ms, border-bottom 0s linear 200ms, border-left 0s linear 300ms;
  transition: border-top 0s linear 0s, border-right 0s linear 100ms, border-bottom 0s linear 200ms, border-left 0s linear 300ms;
}
/* Hover state, counter-clockwise border transition */
a:hover > #nwfm_logo, a:hover > #wsv_logo {
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  outline: none;
  -webkit-transition: border-top 0s linear 50ms, border-right 0s linear 350ms, border-bottom 0s linear 250ms, border-left 0s linear 150ms;
  transition: border-top 0s linear 50ms, border-right 0s linear 350ms, border-bottom 0s linear 250ms, border-left 0s linear 150ms;
}
/* Suppress browser outlines */
a:active {
  outline: none;
}
a:active > .homePageLogoImage {
  border: 1px solid #008000;
  outline: none;
}
#contentWrapper {
  position: relative;
  width: 1000px;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #c0c0c0;
  background-color: #061410;
  -webkit-transition: border-top 50ms linear 0s, border-right 50ms linear 100ms, border-bottom 50ms linear 200ms, border-left 50ms linear 300ms;
  transition: border-top 50ms linear 0s, border-right 50ms linear 100ms, border-bottom 50ms linear 200ms, border-left 50ms linear 300ms;
}
#contentWrapper.contentWrapperInitialState {
  border: 2px solid black;
}
#contentWrapper.secondaryBGColor {
  background-color: #000;
  -webkit-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
/* Place logo images into position */
.homePageLogoOuterWrapper {
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 354px;
  height: 229px;
  padding: 1px;
}
.homePageLogoOuterWrapper.initialState {
  border: 1px solid #061410;
}
.homePageLogoOuterWrapper.secondaryState {
  border: 1px solid #c0c0c0;
  -webkit-transition: border-top 50ms linear 0s, border-right 50ms linear 100ms, border-bottom 50ms linear 200ms, border-left 50ms linear 300ms;
  transition: border-top 50ms linear 0s, border-right 50ms linear 100ms, border-bottom 50ms linear 200ms, border-left 50ms linear 300ms;
}
#JRitzman_logo_div {
  left: 100px;
  top: 63px;
  z-index: 20;
}
#NWFM_logo_div {
  right: 100px;
  top: 63px;
}
#SeattleFashions_logo_div {
  left: 100px;
  bottom: 63px;
}
#WSV_logo_div {
  right: 100px;
  bottom: 63px;
}
#contactDivWrapper {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
#contactDivShift {
  position: relative;
  top: 12px;
  border: 1px solid #c0c0c0;
  background-color: black;
  padding: 4px;
  -webkit-transition: border-color 1s linear 0s;
  transition: border-color 1s linear 0s;
}
#contactDivShift:hover {
  border-color: #ff0000;
  -webkit-transition: border-color 333ms linear 0s;
  transition: border-color 333ms linear 0s;
}
#contactLink {
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: smaller;
}
#contactLink:hover {
  color: red;
}
/*
 *
 *  Washington State Video page
 *
 */
#wsvListOfVideos {
  position: absolute;
  margin: 0px;
  border: 1px solid white;
  padding: 5px;
  overflow: auto;
  width: 300px;
  height: 530px;
  top: 50px;
  left: 90px;
  color: white;
  font-family: sans-serif;
  font-size: 10pt;
}
#wsvListOfVideos h2 {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}
#wsvListOfVideos h3 {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 20px;
}
#wsvVideoDisplayWrapper {
  position: absolute;
  margin: 0px;
  border: 1px solid white;
  width: 410px;
  height: 300px;
  top: 50px;
  /* was 170 */

  right: 90px;
}
#wsvVideoTag, #wsvVideoFrame {
  position: absolute;
  display: block;
  width: 400px;
  height: 255px;
  top: 22px;
  margin-left: 4px;
  border: 1px solid green;
  padding: 0px;
}
#wsvVideoPageLogo {
  position: absolute;
  bottom: 50px;
  right: 120px;
  border: 1px solid silver;
  width: 350px;
  height: 225px;
}
#wsvVideoPageLogoImg {
  position: absolute;
  bottom: 0px;
  display: block;
}
.wsvLinks a:link, .wsvLinks a:visited {
  color: inherit;
  text-decoration: none;
}
.wsvLinks a:hover {
  color: #33cc33;
  text-decoration: underline;
}
.wsvLinks a:active {
  color: blue;
  text-decoration: underline;
  outline: none;
}
/* Starfield */
.starfield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.0;
  transform-origin: 50% 50%;
  /* background-color: orange; */

}
.starfield.rotate {
  opacity: 0.67;
  transform: rotate(1080deg);
  -webkit-transition: opacity 0.5s linear 0s, transform 270s linear 0.5s;
  transition: opacity 0.5s linear 0s, transform 270s linear 0.5s;
}
.starfield.rotate.alternateStarfieldAnimation {
  transform: rotate(-1080deg);
  background-color: green;
}
.starlight {
  width: 1px;
  height: 1px;
  position: absolute;
}
.whiteStar {
  background-color: #fff;
}
.blueStar {
  background-color: #bbf;
}
.redStar {
  background-color: #fbb;
}
.greenStar {
  background-color: #bfb;
}
