@import url("/shared.css");

a {
	color: #004C7C;
}
a:visited {
	color: #2F5268;
}

#shadow-top {
	background: url(/images/layout/shadow-top.png) top center no-repeat;
	padding: 8px 0 0;
	position: absolute;
	left: 50%;
	margin-left: -394px;
	width: 780px;
	top: 0;
}
#shadow-bottom {
	background: url(/images/layout/shadow-bottom.png) bottom center no-repeat;
	padding: 0 0 8px;
}
#wrapper {
	position: relative;
	padding: 113px 30px 0 30px;
	margin: 0;
	background: url(/images/layout/shadow-sides.png) top center repeat-y;
}

/* Include this after backgrounds above, so it will download last */
body {
	background: url(/images/layout/background.gif);
}

#content {
	position: relative;
	top: 0;
	padding-top: 4em;
	width: 100%;
	zoom: 1;
}
#navigation, #header {
	position: absolute;
	left: 6px;
	width: 768px;
	text-align: center;
}
#header {
	top: 0;
	margin: 0;
	height: 113px;
	background: #fff;
}
#header #banner {
	position: absolute;
	top: 0;
	right: 0;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}
#navigation {
	top: 113px;
	background: #033567;
	color: #fff;
	text-align: right;
}
#navigation ul {
	margin: 0;
	padding: 4px 3px 3px;
}
#navigation ul li {
	display: inline;
	padding: 0 2px 0 4px;
	border-left: 1px solid #fff;
}
#navigation ul li.first {
	border-left: none;
}
#navigation a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.clear {
	clear: both;
}
#wotm {
	float: right;
	width: 260px;
}
#wotm h1 {
	font-size: 33px;
	margin: -0.2em 0 0;
	padding: 0;
	text-align: center;
	color: #033567;
}
#wotm p {
	margin: 0 0 0 1em;
}
#wotm ul {
	font-size: 110%;
}
#champs {
	width: 435px;
	padding-right: 16px;
	border-right: 1px solid #000;	
}
#champs h1 {
	margin-top: 0;
}
#champs p {
	clear: left;
	margin-bottom: 0.5em;
}
#champs p img {
	float: left;
	margin: 0 0.5em 1.5em 0;
	border: 1px solid #2F5268;
}
#champ-logo {
	text-align: center;
	margin-top: -2em;
}
#champ-logo a {
}
#nominate {
 clear: left;
 text-align: center;
}
#nominate a {
	width: 144px;
	height: 0;
	display: block;
	margin-left: 291px;
	background: url(/images/layout/btn-nominate.gif);
	overflow: hidden;
	padding: 40px 0 1px 0;
}
#nominate a:hover, #nominate a:active {
	background: url(/images/layout/btn-nominate-active.gif);
}
#footer {
	padding: 0.5em 0;
	text-align: center;
	font-size: 85%;
}
#footer, #footer a {
	color: #aaa;
}
#footer p {
	margin: 0;
}

form #error-msg {
	border: 2px solid #b00;
	color: #b00;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
	padding: 15px;
	margin-bottom: 15px;
}
form .problem {
	border: 2px solid #b00;
}
