@media screen {
/* @group Layout */

body {
	margin: 0;
	padding: 0;
	background: #fffee7 url(/stylesheets/images/sidebar-bg.png) repeat-y left top;
}

/* @group Header */

#header {
	padding-left: 156px;
	padding-top: 20px;
	height: 100px;
	background: #235521 url(/stylesheets/images/header-edge.png) no-repeat left bottom;
}

#logo {
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, verdana, sans-serif;
	font-size: 27px;
	margin: 0;
	padding: 0;
	text-shadow: #070707 3px 3px 4px;
	height: 50px;
}

#logo a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #c3d1c3 url(/stylesheets/images/nav-bg.png) repeat-x;
	height: 50px;
	width: 100%;
}

#nav li {
	display: block;
	margin: 6px 15px;
	padding: 0;
	float: left;
}

#nav.admin li {
	margin: 6px 15px;
}

#nav a {
	display: block;
	color: #235521;
	text-decoration: none;
	font: italic small-caps 18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 1px 0;
}

#nav a:hover {
	border-top: 1px solid #235521;
	border-bottom: 1px solid #235521;
	padding: 0;
}

/* @end */

/* @group Sidebar */

#pages {
	position: absolute;
	left: 0;
	top: 120px;
	list-style-type: none;
	width: 156px;
	padding: 0;
}

#pages li {
	display: block;
	margin: 5px 10px;
	text-align: center;
}

#pages a {
	display: block;
	padding: 2px 0;
	background-color: #e0de94;
	text-decoration: none;
}

#pages a:hover {
	background-color: #bebd7e;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group Content */

#content {
	margin-left: 156px;
	padding: 5px 10px;
}

.text {
	max-width: 600px;
}

p {
	max-width: 600px;
}

p.input {
	max-width: none;
}

/* @end */

/* @group Footer */

#footer {
	margin-left: 156px;
	text-align: center;
	color: #989898;
	background: transparent url(/stylesheets/images/footer-border.png) no-repeat center top;
	margin: 50px 0 10px 0;
	padding-top: 3px;
	clear: both;
}

#footer p {
	margin: 3px;
	max-width: none;
}

#footer a {
	color: #88d167;
}

#footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-nav li {
	display: inline;
	margin: 0 10px;
	padding: 0;
}

/* @end */

/* @end */

/* @group Registration */

#steps {
	position: absolute;
	left: 0;
	top: 120px;
}

#steps h4 {
	margin: 10px 5px;
	text-align: center;
}

#steps ol {
	margin: 0;
	padding: 0 0 0 25px;
}

/* @end */

/* @group Admin */

#tournament-return {
	position: absolute;
	display: block;
	left: 10px;
	top: 40px;
	color: #bdbdbd;
	font-size: 10px;
}

#tournament-return:hover {
	color: #fff;
}

#reports {
	position: absolute;
	left: 0;
	top: 120px;
	width: 150px;
}

#reports h4 {
	margin: 10px 5px;
	text-align: center;
}

#reports ul {
	margin: 0;
	padding: 0 0 0 25px;
}

/* @end */
}
