/* basement-nav */
#basement-nav {
	opacity: .5;
	position: fixed;
	top: 0px; /* MULTI-LOCK #1 */
	z-index: 17;
	left: 50%;					/*<<<*/
	transform: translateX(-50%);	   /* <<< 2 LINES CENTER ARROW */
	}

#basement-nav:hover {
	top: 0px; /* MULTI-LOCK #1 */ /* same # = no move on hover, diff number = move on hover */
	}

	#basement-nav-hidden {
		background: linear-gradient(rgb(44,44,44), rgb(10,10,10));
		border-bottom: solid 1px #333;
		box-shadow: 0px 3px 6px rgba(0,0,0, .3);
		color: #555;
		font: 14px verdana;
		letter-spacing: 4.5px;
		padding: 16px 0px 43px;
		position: fixed;
		text-align: center;
		text-transform: uppercase;
		transition-duration: .7s;
		top: -177px;
		width: 100%;
		z-index: 14;
		}

	#basement-nav-hidden .arrow {
			padding: 0px 7px;
			}


#basement-nav:hover + #basement-nav-hidden {
	top: 33px; /* MULTI-LOCK #2 */
	}

	#basement-nav-hidden:hover {
		top: 33px; /* MULTI-LOCK #2 */
		}

		#basement-nav-hidden a:link {text-decoration: none; color: rgba(127,127,127, .92); }
		#basement-nav-hidden a:visited {text-decoration: none; color: rgba(127,127,127, .92); }
		#basement-nav-hidden a:hover {text-decoration: none; color: #0f0; }
		#basement-nav-hidden a:active {text-decoration: none; color: #f00; }


	#here {
		font-size: 9px;
		}

		#here a:link {text-decoration: none; color: rgba(106,106,106, .8); }
		#here a:visited {text-decoration: none; color: rgba(106,106,106, 1); }
		#here a:hover {text-decoration: none; color: #0f0; }
		#here a:active {text-decoration: none; color: #f00; }

		#here .grey-dot {
			color: rgba(121,121,121, .5);
			font-size: 11px;
			}

		#basement-nav-hidden .homepage {
			opacity: .5;
			position: relative;
			top: 20px;
			}

			#basement-nav-hidden .homepage:hover {
				opacity: .7;
				}

				#basement-nav-hidden .archive {
				color: #777;
				font-size: 10px;
				opacity: .9;
				}

					#basement-nav-hidden .archive:hover {
					opacity: 1;
					}

					#basement-nav-hidden .archive a:link {text-decoration: none; color: rgba(107,107,107, .9); }
					#basement-nav-hidden .archive a:visited {text-decoration: none; color: rgba(107,107,107, .9); }
					#basement-nav-hidden .archive a:hover {text-decoration: none; color: #0f0; }
					#basement-nav-hidden .archive a:active {text-decoration: none; color: #0f0; }




#basement-nav-hidden .no-page a:link {text-decoration: none; color: rgba(97,97,97, .7); }
#basement-nav-hidden .no-page a:visited {text-decoration: none; color: rgba(97,97,97, .7); }
#basement-nav-hidden .no-page a:hover {text-decoration: none; color: rgba(127,127,127, .8); }
#basement-nav-hidden .no-page a:active {text-decoration: none; color: rgba(127,127,127, .5); }


/* basement-nav */
