@import url(/css/base.css);

:root {
   --h-color: #004;
   --a-color: #114;
   --a-visited-color: #338;
   --a-hover-color: maroon;
   --shade-bg: #eee none;

   --logo-width: 165px;
   --logo-height: 182px;
   --logo-image: url(/css/events/pirates/logo.webp);

   --header-color: white;
   --header-color-text-shadow: var(--dark-text-shadow);
   --header-color-bg: #004 none;
   --header-a-color: #aff;
   --header-a-text-shadow: var(--dark-text-shadow);
   --header-bar-border-color: yellow;
   --header-bar-bg: black url(/css/events/pirates/titlebar.jpg);
   --header-title-bg: #ffe none;
   --header-title-border: 1px solid maroon;

   --nav-color: #181863;
   --nav-a-color: white;
   --nav-a-text-shadow: var(--dark-text-shadow);
   --nav-sub-a-color: navy;
   --nav-sub-a-text-shadow: var(--light-text-shadow);
   --nav-a-hover-color: yellow;
   --nav-a-hover-bg-color: #7b0000;
}

@media screen and (min-width:400px) {
   #content {
      padding-bottom: 72px;
      background: url(/css/events/pirates/corner3.gif) 50% 100% no-repeat;
   }
}

@media screen and (min-width:500px) {
   #content {
      background:
         url(/css/events/pirates/corner3.gif) 10% 100% no-repeat,
         url(/css/events/pirates/corner4.gif) 70% 100% no-repeat;
   }
}
