:root {
    --darkbg: #510c0c;
    --chbg: #330000;
    --def: #660000;
    --lgrey: #969696
}

body { 
    margin: 0pt;
    font-family: Verdana,Arial,sans-serif;
    background-color: #FFFFFF;
    color: var(--def);
}

p { padding: 5px 10px; }

h1 { padding: 10px; margin: 10px; font-size: 2em; text-align: center; }
h2 { margin-top: 10px; margin-bottom: 10px; font-size: 1.5em; font-weight: bold; }
h3 { margin-top: 0px; margin-bottom: 10px; font-size: 1.3em; font-weight: normal; }
h4 { padding: 7px; margin: 7px; font-size: 1.6em; text-align: center; }
h5 { font-size: 2em; text-align: center; padding: 4px; margin: 4px; }
h6 { font-size: 1.6em; text-align: center; padding: 4px; margin: 4px; }
table { font-size: 100%; font-family: Verdana,Arial,sans-serif; }
input, button {height: 32px; padding: 1px 8px; border: 1px solid #444444}

a { text-decoration: none; color: var(--def); font-weight: bold; }
a:hover { text-decoration: underline; color: #000; }

ul { list-style-image: url(/images/fav.gif); margin: 0; padding-top: 0; padding-right: 0; padding-left: 40px; padding-bottom: 10px; }
li { margin-top: 0.5em; margin-bottom: 0.2em; padding-left: 5px; }

header {
    position: absolute;
    top: 111px;
    width: 100%;
    background-color: var(--darkbg);
    display: grid;
    grid-template-columns: 65px auto;
    padding: 5px 0px;
}

header .search-form { grid-column: 2 / 3; margin-right: 1em; }

header .search-form form { display: grid; grid-template-columns: auto 100px; }

#search-button {width: 100%; border-bottom-right-radius: 0.5em; border-top-right-radius: 0.5em}
#tag-search {width: 100%; border-bottom-left-radius: 0.5em; border-top-left-radius: 0.5em}

.nav-toggle, .sub-nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
  outline: 3px solid rgba(lightblue, .75);
}

.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: white;
  height: 2px;
  width: 2em;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before { bottom: 7px; }
.nav-toggle-label span::after { top: 7px; }

.sub-nav-toggle-label {
    color: white;
    font-weight: bold;
}

nav {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background: var(--darkbg);
  width: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li { margin-bottom: 1em; margin-left: 1em; }

nav a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
nav div {
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

nav label {
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

nav a:hover { color: #ffffcc; text-decoration: none }

.nav-toggle:checked ~ nav { transform: scale(1,1); }

.nav-toggle:checked ~ nav a, .nav-toggle:checked ~ nav div, .nav-toggle:checked ~ nav label {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}

nav .dropdown-menu {
    background-color: var(--darkbg);
    padding-left: 1em;
}
.dropdown-menu.show { background: var(--darkgb); }
.dropdown-menu.show div { padding-left: 5px; }
.dropdown-menu { color: #FFFFFF; }
.dropdown-item { color: rgba(255,255,255,.9); }
.dropdown-item:focus, .dropdown-item:hover { background: var(--darkgb); color: #FFFFFF; }

.menu-head {
    color: #ffffcc;
    font-weight: bold;
    margin-bottom: 1em;
}

.sub-nav-toggle-label { margin-bottom: 1em; }

.toptitle { 
    padding-top: 20px;
    margin: 0pt;
    font-family: "Gill Sans",Verdana,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

footer {
    display: grid;
    grid-template-columns: auto 300px auto;
    overflow: hidden;
    width: 100%;
    margin: auto;
    align: center;
	      
}

footer .footmsg { grid-column: 1 / -1; }

#container { padding-top: 170px; max-width: 1500px; margin: auto}

.three-lists {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.listchoose {
    display: grid;
    grid-template-columns: max-content max-content;
    padding: 0px 10px;
}

.choosetext {
    color: #FFFFFF;
    font-size: 0.9rem;
    background-color: var(--chbg);
    border: solid 1px var(--chbg);
    border-radius: 0.25rem 0 0 0.25rem;
    display: flex;
    align-items: center;
    height: 69px;
    padding-left: 10px;
    align-content: center;
}
.choosetext > div {
    flex: 1;
}
.choosetitle {
    padding-bottom: 5px
}
.choose2 input[type=submit] {border-bottom-right-radius: 0.5em; border-top-right-radius: 0.5em; height:28px}
.choose2 select {width: 180px; border-bottom-left-radius: 0.5em; border-top-left-radius: 0.5em; height: 28px; border: 1px solid}

#search-button:hover, .choose2 input[type=submit]:hover { background-color: var(--darkbg); color: #FFFFFF; border-color: #ffffff}
.listchoose a { color: #FFFFFF; }

#logobox {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 240px;
}

@media (min-width:768px) {
    .toptitle {
	font-size: 1.5em
    }
    #logobox {
	left: 100px;
    }
}

@media (min-width:992px) {
    .toptitle {
	font-size: 2em
    }
}

@media screen and (min-width: 1024px) {
    .nav-toggle-label {	display: none; }

    .sub-nav-toggle:checked ~ .dropdown-menu { transform: scale(1,1); }

    header {
	position: absolute;
	left: 0px;
	grid-template-columns: auto auto;
    }
  
    header .search-form { margin-left: 10px; grid-column: 2 / 3; }
    header .search-form form { grid-template-columns: auto 75px; }

    nav {
	position: relative;
	text-align: left;
	transition: none;
	transform: scale(1,1);
	background: none;
	top: initial;
	left: initial;
    
	grid-column: 1 / 2;
	display: flex;
	justify-content: flex-center;
	align-items: center;
	font-size: 1em;
    }
    
    nav ul { display: flex; }
  
    nav li { margin: 0px 0.5em; }
  
    nav a {
	opacity: 1;
	position: relative;
	font-size: 1em;
    }
    nav div, nav label { opacity: 1; }
  
    nav a::before, .sub-nav-toggle-label a::before {
	content: '';
	display: block;
	height: 5px;
	background: white;
	position: absolute;
	top: -.3em;
	left: 0;
	right: 0;
	transform: scale(0, 1);
	transition: transform ease-in-out 250ms;
    }
    
    nav a:hover::before, .sub-nav-toggle-label a:hover::before { transform: scale(1,1); }

    .dropdown-menu {
	position: absolute;
	left: 0px;
	width: 100vw;
	top: 38px;
	transform: scale(1, 0);
	transform-origin: top;
	transition: transform 400ms ease-in-out;
    }
    .dropdown-menu .menu-head {
	margin: 8px 0px;
    }
    .dropdown-menu li {
	margin: 5px 2em;
    }
    .dropdown-menu .menu-head, .dropdown-menu ul {
	  opacity: 0;
	  transition: opacity 150ms ease-in-out;
    }
    .sub-nav-toggle:checked ~ .dropdown-menu .menu-head, .sub-nav-toggle:checked ~ .dropdown-menu ul {
	opacity: 1;
	transition: opacity 250ms ease-in-out 250ms;
    }
    
    .home-grid-container {
	display: grid;
	grid-column-gap: 0;
	grid-template-columns: 33% 66%;
    }

    .home-grid-container > div {
	display: flex;
	flex-direction: column;
	flex: 1;
    }
    .listtitle {
	display: grid;
	grid-column-gap: 2em;
	grid-template-columns: 75% 25%;
    }
    .listtitle div {
	display: flex;
	align-items: center;
	flex: 1;
    }
    .listtitletext {
	text-align: left;
    }
    .listtitle .choose2 {
	text-align: right;
    }
    .listtitle .choose2 form {
	width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    header .search-form form { grid-template-columns: auto 100px; }
    nav {
	font-size: 1.1rem;
    }
    nav li {
	margin: 0px 0.75em;
    }
    .home-grid-container {
	grid-template-columns: 28% 72%;
    }
}

@media screen and (min-width: 1366px) {
    header {
	grid-template-columns: 50px auto 300px 50px;
    }
    nav {
	grid-column: 2 / 3;
    }
    header .search-form { grid-column: 3 / 4; }
    .dropdown-menu {
	left: -50px;
    }
    .dropdown-menu ul, .dropdown-menu .menu-head {
	margin-left: 50px;
    }
}

@media screen and (min-width: 1440px) {
    header {
	grid-template-columns: minmax(50px, 100px) auto auto minmax(50px, 100px);
    }
    .dropdown-menu {
	left: -100px;
    }
    .dropdown-menu ul, .dropdown-menu .menu-head {
	margin-left: 100px;
    }
    .home-grid-container {
	grid-template-columns: 27% 73%
    }
}

.largimgcont { margin: auto; }


th { font-size: 1.3em; }

#top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 111px;
}

#bottom {
    width: 100%;
}

#searchbox {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 210px;
}

.repeatleft { background: url(../images/bottom1.jpg) repeat-x top; text-align: right; }
.repeatright { background: url(../images/bottom5.jpg) repeat-x top; }

.toprepeat { background: url(../images/toprackbg.jpg) repeat-x right; }

.centerbasket {	background: url(../images/bottom3.jpg) no-repeat; }

.basketsummary {
    padding-top: 12px;
    color: var(--def);
    font-weight: bold;
}
.basketsummary td {
    color: var(--def);
    font-weight: bold;
}

.basketsummary a {
    color: var(--def);
    font-weight: bold;
    text-decoration: none;
}
.basketsummary a:hover {
    color: #000;
    text-decoration: underline;
}

.caption {
    border: solid 2px var(--darkbb);
    color: var(--darkbg);
    padding: 5px;
    background: #fdfad7;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
}

.captiontext {
    color: #004400;
    font-weight: bold;
}

.basket td { border-bottom: solid 1px var(--def); }

.basket_row {
    border-bottom: solid 1px var(--def);
    padding-top: 10px;
    padding-bottom: 10px;
}

.qtybreak td { border: none; }

.baskqty { width: 83px; }

.box {
    border: solid 1px var(--darkbg);
/*    border-radius: 0.25rem;*/
    color: var(--darkbg);
    margin: 0px 20px 20px;
}
.nobox {margin: 0px 20px 20px;}

.box hr {
    width: 90%;
    color: var(--darkbg);
    height: 2px;
    background-color: var(--darkbg);	
    border: 0;
}
		
.box p, .nobox p { margin: 0px; }
	
.clearfloats {
    clear: both;
}

#frontbuttons {
    padding-top: 15px;
    padding-bottom: 10px;
}

#bottomboxleft {
    position: relative;
    float: left;
    width: 49%;
}

#bottomboxright {
    position: relative;
    float: right;
    width: 49%;
}

.homethumbs {
    text-align: center;
}
.homethumbs div {
    display: inline-block;
    margin: 0px; padding: 9px; margin: 5px;
}

.indexboxes {
    border-spacing: 0px;
    width: 250px;
    border: 0;
    height: 69px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.indexboxes td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

.indexboxes a {
    color: #FFF;
    text-decoration: none;
}

.indexboxes a:hover {
    color: #FFFF99;
    text-decoration: underline;
}

.frameboxes {
    border-spacing: 0px;
    width: 250px;
    border: 0;
    height: 42px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.frameboxes td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

.frameboxes a {
    color: #FFF;
    text-decoration: none;
}

.frameboxes a:hover {
    color: #FFFF99;
    text-decoration: underline;
}

.artists {
    font-size: 1.2em;
}

.namelink {
    color: #003300;
}

.error {
    color: #ff5555;
    font-weight: bold;
}

.pagelist {
    font-size: 1.3em;
    color: #004400;
    padding: 5px 0px 15px;
}
.pagelist a {color: #004400;}

.boxprint {
    position: relative;
    border: solid 2px #000;
    color: #000;
    background: #fff;
    width: 80%;
    left: 0%;
    margin-left: 10%;
    margin-right: 10%;
}

.boxprintCornerSize { 
    background: transparent url(../images/cornerprint.gif) no-repeat scroll 0%;
    height: 12px;
    width: 45px;
}

.boxprintTL, .boxprintBL { 
    float: left;
}

.boxprintTL { 
    margin: -2px 0pt 0pt -2px;
    position: absolute;
    background-position: left top;
    z-index: 100;
}

.boxprintTR { 
    margin: -2px -2px 0pt 0pt;
    z-index: 100;
}

.boxprintTR, .boxprintBR { 
    float: right;
}

.boxprintTR { 
    position: relative;
    background-position: right top;
}

.boxprintBottom { 
    height: 10px;
    width: 100%;
}

.boxprintBL { 
    background-position: 0pt bottom;
    margin: 0pt 0pt -2px -2px;
    position: absolute;
}

.boxprintBR { 
    position: relative;
    background-position: right bottom;
    margin: 0pt -2px -2px 0pt;
}

.boxprintContent { 
    clear: both;
}

.boxprintContent hr {
    width: 90%;
    color: var(--darkbg);
    height: 2px;
    background-color: var(--darkbg);	
    border: 0;
}
		
.boxprintContent p {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    text-align: left;
}

.single {
    border-top: 1px solid var(--darkbg);
    border-left: 1px solid var(--darkbg);
}

.single td {
    border-bottom: 1px solid var(--darkbg);
    border-right: 1px solid var(--darkbg);
}

* {box-sizing:border-box}

/* Slideshow container */
.print-slideshow-container {
  max-width: 253px;
  position: relative;
  margin: auto;
  padding: 9px;
  background: url('/images/F0011sm.jpg') no-repeat;
}

.photo-slideshow-container {
  max-width: 253px;
  position: relative;
  margin: auto;
  padding: 9px;
  background: url('/images/F00212sm.jpg') no-repeat;
}

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

.prev {
    left: -20px;
}

/* Position the "next button" to the right */
.next {
  right: -20px;
  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 {
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 130px;
  width: 100%;
  text-align: center;
  left: 0px;
}

.merch_text {
    text-align: center;
}

@media (min-width: 768px) {
    .print-slideshow-container {
	background: url('/images/F0011.jpg') no-repeat;
	padding: 25px;
	max-width: 750px;
    }
    .photo-slideshow-container {
	background: url('/images/F00212.jpg') no-repeat;
	padding: 29px;
	max-width: 758px;
    }
    .prev, .next {
	margin-top: -20px;
	color: #FFFFFF!important;
    }
    .prev {
	left: 0px;
    }
    .next {
	right: 0px;
    }
    .text {
	top: 402px;
    }
}
@media (min-width: 1200px) {
    .print-slideshow-container {
	background: url('/images/LF0011.jpg') no-repeat;
	padding: 33px;
	max-width: 980px;
    }
    .photo-slideshow-container {
	background: url('/images/LF00212.jpg') no-repeat;
	padding: 38px 40px;
	max-width: 981px;
    }
    .prev, .next {
	margin-top: -20px;
	padding: 10px;
	font-size: 18px;
    }
    .text {
	top: 520px;
    }
}

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

/* 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;
}

.dots {margin-bottom: 10px; text-align: center}

/* Fading animation */
.slfade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.map svg {width: 100%; height: auto}

tr.hover:hover {
    background-color: var(--def);
    color: white;
}
.clickable {
    cursor: pointer
}

.dialogForm p {padding: 3px; margin: 5px 0px}

label { position: absolute; width: 150px; padding: 4px 0px; }
label.selectLabel { padding: 16px 0px 4px }
label.radioLabel { position: static; padding-right: 10px; }
label.inline {position: relative; width: unset; padding: 0px }
.ui-datepicker select { padding: 0px; }
input[type="button"], input[type="submit"] { padding: 3px; margin: 2px; background: var(--def); color: white}
input[type="button"]:hover, select:hover, input[type="submit"]:hover { background-color: white; color: var(--def) }
input[type="text"] { margin-left: 160px; border: 1px solid var(--lgrey); width: 240px; }
input[type="password"] { margin-left: 160px; border: 1px solid var(--lgrey); width: 240px; }
input[type="number"] { margin-left: 160px; border: 1px solid var(--lgrey); width: 100px; text-align: right; }
input[type="date"] { margin-left: 160px; border: 1px solid var(--lgrey); }
input[type="checkbox"] { display: none; }
input[type="checkbox"] + span { display: inline-block; width: 15px; height: 15px; border: 1px solid var(--lgrey); cursor: pointer }
input[type="checkbox"] + span:hover { background-color: #AAAAAA; }
input[type="checkbox"]:checked + span { background-color: #333333; }
input:disabled { color: #555555; background: #DDDDDD!important; }
input[type="text"].color { width: 100px }
input.nolabel { margin-left: 0px }
input.moneyval { width: 120px }
select.formEntry { margin-left: 160px; border: 1px solid #969696; }
textarea.formEntry { margin-left: 160px; width: 650px; height: 150px; border: 1px solid #969696 }
p.formEntry, input[type="button"].formEntry, div.formEntry { margin-left: 160px }
.checkboxEntry { padding: 3px 0px 10px; }
.checkboxEntry label, .checkboxFormEntry label { position: static; }
.checkboxFormEntry label { width: 160px; display: inline-block }
.checkboxEntry .checkbox, .checkboxFormEntry .checkbox { position: relative; top: 3px }
input[type="checkbox"].formEntry { margin-left: 160px; }
input.wide {width: 500px!important}


.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: inline-block;
    width: 150px;
    padding: 6px 0;
    text-align: center;
    background: var(--def);
    border: 1px solid var(--lgrey);
    color: white;
}
.qq-upload-button-hover {
    background: white;
    color: var(--def);
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
    display: inline-block;
    background: url("/images/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
