﻿header {
	color: #666666;
	text-transform: uppercase;
	position: absolute;
	z-index: 88;
	top: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	text-align: right;
	}
	header .server-info {
		display: inline-block;
		border-top: 0;
		padding: 0 1em;
		color: white;
		background: url(../images/old-browsers-bg/server-status-bg.png) repeat-x top;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			rgba(64,64,64,0.3),
			rgba(255,255,255,0.2)
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(rgba(64,64,64,0.3)),
			to(rgba(255,255,255,0.2))
		);
		margin-left: 0.5em;
		height: 2.6em;
		line-height: 2.6em;
		vertical-align: top;
		font-size: 0.833em;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		-moz-border-radius: 0 0 0.4em 0.4em;
		-webkit-border-radius: 0.4em;
		-webkit-background-clip: padding-box;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		border-radius: 0 0 0.4em 0.4em;
		}
		.ie7 header .server-info {
			display: inline;
			zoom: 1;
		}
	#skin-name {
		display: inline-block;
		margin: 0 0.7em 0 0;
		color: #B0B0B0;
		color: rgba(255, 255, 255, 0.75);
		}
		.ie7 #skin-name {
			display: inline;
			zoom: 1;
		}
		#skin-name small {
			float: left;
			font-size: 0.75em;
			line-height: 1.111em;
			text-transform: uppercase;
			color: #B0B0B0;
			color: rgba(255, 255, 255, 0.75);
			padding-top: 0.555em;
			text-align: right;
		}
		#skin-name strong {
			font-size: 2em;
			line-height: 1.333em;
			margin-left: 0.167em;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
			letter-spacing: -0.09em;
		}
		.ie #skin-name strong {
			padding-right: 0.083em;
		}
