@import url(reset.css);
@import url(colorbox.css);
@import url(sweepstakes.css);

body {
	background: #fff url(../i/bg.png) no-repeat top center;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,
p {
	line-height: 1.5;
	margin: 0 0 1.5em;
}
h1 {
	font-weight: bold;
	margin-top: 1.5em;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 .5em;
	text-align: left;
	width: 915px;
}

.footer {
	font-size: .75em;
	line-height: 1.25em;
}

#signup 
{
	height: 34px;
	margin: 0 0 8px 10px;
}	

/* Main site navigation: */

#site-nav {
	position: absolute;
	top: 0;
	left: 10px;
	width: 900px;
}
#site-nav ul {
	overflow: hidden;
	height: 32px;
	width: 900px;
}
#site-nav ul,
#site-nav li {
	list-style-type: none;
}
#site-nav li {
	display: inline;
	float: left;
	overflow: hidden;
	height: 32px;
}
#site-nav a {
	display: block;
	height: 32px;
	background: transparent url(../i/nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 25px;
}
#site-nav #home-link a {
	width: 89px;
	background-position: -25px -19px;
}
#site-nav #home-link a:hover,
#site-nav #home-link a:active,
body#home-page #site-nav #home-link a {
	background-position: -25px -51px;
}
#site-nav #layers-link a {
	width: 114px;
	background-position: -138px -19px;
}
#site-nav #layers-link a:hover,
#site-nav #layers-link a:active,
body#layers-page #site-nav #layers-link a {
	background-position: -138px -51px;
}
#site-nav #rollcall-link a {
	width: 135px;
	background-position: -278px -19px;
}
#site-nav #rollcall-link a:hover,
#site-nav #rollcall-link a:active,
body#rollcall-page #site-nav #rollcall-link a {
	background-position: -278px -51px;
}
#site-nav #theatre-link a {
	width: 217px;
	background-position: -436px -19px;
}
#site-nav #theatre-link a:hover,
#site-nav #theatre-link a:active,
body#theatre-page #site-nav #theatre-link a {
	background-position: -436px -51px;
}
#site-nav #homeroom-link a {
	width: 187px;
	background-position: -680px -19px;
}
#site-nav #homeroom-link a:hover,
#site-nav #homeroom-link a:active,
body#homeroom-page #site-nav #homeroom-link a {
	background-position: -680px -51px;
}
body#home-page #site-nav #home-link a,
body#layers-page #site-nav #layers-link a,
body#studyhall-page #site-nav #studyhall-link a,
body#rollcall-page #site-nav #rollcall-link a,
body#theatre-page #site-nav #theatre-link a,
body#homeroom-page #site-nav #homeroom-link a {
	cursor: default;
}
#site-nav #line-top {
	width: 900px;
	height: 10px;
	margin-top: 4px;
	background: transparent url(../i/nav.png) no-repeat left top;
	overflow: hidden;
}
#site-nav #line-bot {
	width: 900px;
	height: 9px;
	background: transparent url(../i/nav.png) no-repeat left -10px;
	overflow: hidden;
}


/* Navigation in the footer: */

#kelloggs-nav {
	
	margin: 0 10px;
}
#kelloggs-nav li {
	float: left;
	margin-left: .45835em;
	padding-left: .45835em;
	border-left: .0833em solid #989898;
}
#kelloggs-nav a {
	color: #000;
}
#kelloggs-nav a:hover,
#kelloggs-nav a:active {
	text-decoration: underline;
}
#kelloggs-nav li:first-child, 
#kelloggs-nav #rights {
	padding-left: 0;
	border-left: 0;
}

#kelloggs-nav #kelloggs {
	border-left: 0;
	float: right;
}


/* Non-flash container: */

#alternate {
	overflow: hidden;
	padding: 0 40px;
}
#alternate h1 {
	float: left;
}
#alternate p {
	clear: both;
	text-align: center;
	margin: 1.5em 0;
}
#alternate a {
	text-decoration: underline;
}
#alternate #homeroom-ref {
	clear: none;
	float: right;
}
#alternate #homeroom-ref a {
	text-decoration: none;
}


/* Flash container: */
#flashbox {
	height: 560px;
	width: 915px;
	margin: 0 0 .5em;
}