@CHARSET "ISO-8859-1";

#header {
	margin: 0;
	padding: 26px 0 0;
}

.sauron #header {
	padding: 40px 0 0;
}

#landing_page a {
	height: 26px;
}

#landing_page a.button {
	line-height: 26px;
}

#landing_page a.button.login {
	width: 120px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
}

#landing_page b a {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
}

#landing_page a.terms {
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	font-size: 11px;
}

/******** Glamdring ********/

#glamdring {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #9d9d9d;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #454746;
}

#glamdring .max_width {
	height: 25px;
	border: 0px;
	position: relative;
	background-color: #454746;
}

#glamdring #notice {
	padding: 0 0 0 20px;
	float: left;
	background-image: url('/images/shared/lock_smaller.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
}

#glamdring a {
	color: #FFF;
	font-weight: normal;
}

#glamdring #return, #glamdring #link_back {
	height: 25px;
	margin-left: 20px;
	float: right;
	line-height: 25px;
}

.sauron #glamdring {
	height: 40px;
	border-bottom: 0;
	background: #222;
}

.sauron #glamdring .max_width {
	height: 40px;
	background: #222;
	color: #FFF;
	line-height: 40px;
}

.sauron #glamdring .powered_by {
	float: right;
}

.sauron #glamdring .powered_by img {
	margin: 10px 0 5px 5px;
	float: right;
}

.sauron #glamdring #return {
	height: auto;
	margin: 0;
	float: none;
	line-height: inherit;
}

.glamdring_tab {
	margin: 2px 0 0;
	padding: 5px 10px;
	display: block;
	float: left;
	text-transform: uppercase;
}

#glamdring .glamdring_tab.selected {
	margin-right: 10px;
	margin-left: 10px;
	background: #FFF;
	color: #000;
}
