/* basement-bar */
#basement-bar {
	background: linear-gradient(rgb(66,66,66), rgb(0,0,0));
	border-bottom: solid 1px #444;
	top: 0px;
	font: small-caps 11px verdana;
	height: 33px;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 15;
	}

	#basement-bar a:link {text-decoration: none; color: #777; }
	#basement-bar a:visited {text-decoration: none; color: #777; }
	#basement-bar a:hover {text-decoration: none; color: #0a0; }
	#basement-bar a:active {text-decoration: none; color: #777; }

.alc /* alc=ALWAYS LOWER CASE */ {
	text-transform: lowercase;
	}

#go-home  {
	height: 11px;
	left: 35px;
	position: relative;
	top: 9px;
	width: 18px;
	}

	#crumbs {
		color: #070;
		left: 67px;
		letter-spacing: 2px;
		position: absolute;
		top: 8px;
		text-transform: capitalize;
		}

		#ver {
			float: right;
			font: 11px verdana;
			letter-spacing: 0px;
			padding-left: 8px;
			position: relative;
			top: 0px;
			}

			#ver a:link {text-decoration: none; color: #0a0; }
			#ver a:visited {text-decoration: none; color: #0a0; }
			#ver a:hover {text-decoration: none; color: #0a0; }
			#ver a:active {text-decoration: none; color: #f00; }


		#basement-search{
			float: right;
			font-size: 9px;
			padding-left: 17px;
			position: relative;
			text-transform: lowercase;
			top: 1px;
			}

			#basement-search a:link {text-decoration: none; color: #666; }
			#basement-search a:visited {text-decoration: none; color: #666; }
			#basement-search a:hover {text-decoration: none; color: #0f0; }
			#basement-search a:active {text-decoration: none; color: #f00; }

	#dotcom {
		color: #555;
		position: absolute;
		right: 35px;
		top: 8px;
		}

		#ip {
			bottom: -1px;
			float: left;
			font: 11px verdana;
			position: relative;
			}

			#ip a:link {text-decoration: none; color: #777; }
			#ip a:visited {text-decoration: none; color: #777; }
			#ip a:hover {text-decoration: none; color: #0f0 }
			#ip a:active {text-decoration: none; color: #f00; }

		#crucifyd {
			float: left;
			font: 13px ocra;
			padding-left: 3px;
			position: relative;
			}

			#crucifyd a:link {text-decoration: none; color: #999; }
			#crucifyd a:visited {text-decoration: none; color: #999; }
			#crucifyd a:hover {text-decoration: none; color: #555; }
			#crucifyd a:active {text-decoration: none; color: #999; }
/* basement-bar */