@font-face {
    font-family: 'helvetica_neue67MdCn';
    src: url('helvetica-neue-medium-condensed-webfont.woff2') format('woff2'),
         url('helvetica-neue-medium-condensed-webfont.woff') format('woff');
}
:root {
    accent-color: #8b410b;
}
::selection {
    background: #8b410b;
}

a {
	padding: 0 3px;
	text-decoration: none;
	color: #4489ab;
	}
a:hover { color: #e6d39c; background-color: #000;}
body { background: #d4bc98 url("images/background.webp"); }
nav { 
    float: right;
    font: 1.5em 'helvetica_neue67MdCn';
    font-variant: petite-caps;
    height: 500px;
    width: 500px;
    text-align: right;
    background: fixed url("images/bg.webp") no-repeat top right;
    background-position-x: 628px;
    background-position-y: 192px;
}
nav a { color: #000; }
nav a:hover { color: #fff; background-color: transparent;}
#wrapper {
    margin: 15% auto 0;
	background: #e0ccab url("images/album.webp") no-repeat top left;
	width: 1000px;
    height: 500px;   
    border: 5px solid #421704;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px #000); 
}
#content {
    position: relative;
    top: 27px;
    left: 508px;
    padding: 8px;
    width: 475px;
    height: 456px;
    color: #5a170c;
    font: .9em Tahoma, sans-serif;
    overflow: auto;
}
::-webkit-scrollbar-thumb {
    background: #e8561b;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
    color: #bd7731;
}
h3 {
	font: 1.8em 'helvetica_neue67MdCn', sans-serif;
    color: #fff;
    background-color: #000;
    padding: 3px;
    text-align: right;
    text-transform: uppercase;
    mix-blend-mode: multiply;
    display: inline;
 	}
h3::before { content: '['; font-size: larger;}
h3::after { content: ']'; font-size: larger;}
h6 {
	margin: 0 0 6px 0;
    color: #594e3b;
    font: 1.75em 'helvetica_neue67MdCn', sans-serif;
    font-variant-caps: small-caps;
    text-align: right;
    border-bottom: 3px double #0c5b51;
}
blockquote {
   	margin: 40px auto 10px;
	padding: 10px 15px 10px;
	width: 72%;
    background-color: rgb(203 176 135 / 29%);
	font-size: .9em;
	border-radius: 12px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
blockquote a:hover {
    border: 0;
    color: #c8815a;
}
.center, .award {text-align: center;}
.show_join_form { width: 67%; }
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
textarea#select1, textarea#select2 {
    width: 175px;
    font-size: x-small;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	float: right;
    left: -33px;
    top: -5px;
	font-size: .85em;
}
.control-copytextarea::after {
    content: ' code';
}
.affs a, .codes a { 
    background: none;
    padding: 0 3px 0 0;
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
    width: 135px;
    margin: auto;
}
input, textarea, select {
	margin: 3px;
	width: 265px;
   	font-size: .95em;
   	font-family: inherit;
    border: 1px solid #c9af87;
    background-color: #6f615075;
    outline: none;
    box-sizing: border-box;
    mix-blend-mode: multiply;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8b410b;
	color: #000;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
table tbody tr:nth-child(7) td:first-child label::after {
    content: "\ hold ctrl to make multiple selections";
    font-size: smaller;
}
p.show_join_favourite_song, p.show_update_favourite_song { width: 50%; }
button {
    margin: 30px auto 0;
    padding: 3px 10px;
    color: #d4bc98;
    background-color: #4e7568;
    border-color: #4e7568;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
button::after {
    content: "";
    background: #d4bc98;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
  }
button:hover { color: #4e7568; }
button:hover::after {
transition: all 0.3s ease-out;
transform: scale(1, 1);
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.clear { clear:both; }
.small { font-size: .75em;}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
hr { border: 1px solid #bd7731; }
footer { 
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(3) { font-style: normal;}
footer div:nth-child(3) a { background: none; }