a {
	text-decoration: none;
	color: #e5e497;
	}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #324c4c;
	color: #4c4c32;
	}
a.img, .aff a {padding:0 5px 5px 0; border: none;}
body {
	display: flex;
	background: #659998 url(images/bg.webp) no-repeat 210px 70px;
	color: #4c4c32;
}
#main {
	margin: 111px 0 0 135px;
	display: flex;
}
#sidebar {
	margin-top: 50px;
	width: 80px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.nav {
	position: relative;
	width: 64px;
	height: 61px;
}
.nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(images/tire.png) no-repeat center;
}
.nav:hover::before {animation: spin .7s linear infinite;}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
#sidebar a, #sidebar a:hover {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font: bold 11pt "Quicksand", sans-serif;
    border: 0;
	z-index: 2;
}
.frame {
    position: relative;
    top: -369px;
	right: 3px;
    z-index: 1;
}
#content {
	width: 252px;
    height: 298px;	
	background-color: #999865;
	font-size: .65em;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	overflow-x: hidden;
	display: flex;
  	flex-direction: column;
}
.slides{
	display: flex;
    transition: transform 0.6s ease;
	align-items: flex-start;
}
.page { 
	flex: 1 0 100%;
	box-sizing: border-box;
	padding: 4px;	
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
.center, .award {text-align: center;}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	text-align: right;
 	color: #e5e497;
 	font-variant: small-caps;
	font-size: 1.35em;
}
h6 {
	letter-spacing: .2em;
	font-weight: bold;
	font-size: .9em;
	}
.stats { 
	padding-left: 35px;
	font-size: .9em;
	color: #bfb7b7;
}
blockquote { 
	margin-left: 5px;
    line-height: 10px;
	width: 98%;
	color: #d6d0bd; 
}
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
.codecopy a, .codes a { border: 0; }
.control-copytextarea { display: none; }
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 198px;
	height: 36px;
	color: #919191;
	font-family: inherit;
	font-size: .95em;
	border: 1px dotted #5e5e36;
	overflow: hidden;
}
.codes h6 {
    padding-top: 14px;
    margin-bottom: 5px;
}
input, textarea, select {
	margin: 0px;
	padding: 4px;
	width: 135px;
	background: #bfbe7e;
	font-size: .95em;
	font-family: inherit;
	border: 1px solid #8c8b56;
	outline: none;
	box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {width: unset;}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin-top: 10px;
	color: #fff;
	background-color: #b8d3d2;
	border: 1px solid #e3e6e6;
	font-size: 1.05em;
	text-align: center;
	cursor: pointer;
}
.jsubbtn:hover, .usubbtn:hover, .jresbtn:hover, .uresbtn:hover { background-color: #8ab9b9;}
.show_join_credits, .show_update_credits, .show_lostpass_credits, .small { font-size: .8em;}
.show_join_processed_emailsent, .show_join_processed_noemail, .show_join_processed_errormail, 
.show_update_process_nohold, .show_update_process_hold, .show_lostpass_processed_done, 
.show_join_error, .show_update_error, .show_lostpass_error {
    margin: 0 auto;
	padding: 8px;	
    width: 70%;
	background-color: #ded8c6cf;
    color: #762527;
}
p.show_update_intro_link_to_join { display: none; }
.clear { clear:both; }
p.center a { color: #d6d0bd; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	text-align: center;
}
.show_sort_form option:nth-child(2){display:none}
footer { 
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .75em;
    text-align: center;
    font-style: oblique;
    color: #565151;
 }
footer a { color: #878377; }
footer a:hover { color: #b3ae9f;}
footer div:nth-child(2) { font-style: normal; letter-spacing: normal; }
footer div:nth-child(2) a { border: 0; }
footer div:nth-child(3) { letter-spacing: normal; }