@charset "utf-8";/* CSS Document */
@font-face {
font-family: LubalinGraphStd;
src: url(../fonts/LubalinGraphStd-Demi.otf);
}
body {
	background-color: #3399ff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}
p, ol {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #666;
}
#header, #content {
	background-color: white;
	width: 918px;
	margin: 0 auto;
	padding: 0 21px;
	clear: both;
	overflow: auto;
}
#header {
	padding-bottom: 18px;
	clear: both;
	overflow: auto;
}
#header-container-floatleft {
	float: left;
	width:  600px;
}
#step-up-logo {
	width: 315px;
	height: 185px;
	text-indent: -500em;
	background: url(../images/stepuplogo.png) no-repeat 0 0;
	float: left;
}
#step-up-logo a {
	width: 315px;
	height: 185px;
	display:block;
}
#living-streets {
	width: 182px;
	height: 69px;
	text-indent: -500em;
	background-image: url(../images/living-streets.png);
	margin: 27px 0 0 45px;
	float: left;
	display: inline;
}/**	Menu Links Setup*/
ul.logged-out-links {
	list-style: none;
	padding: 0px;
	clear: both;
	float: left;
	margin: 21px 0 0 20px;
	display: inline;
	overflow: hidden;
	width: 583px;
}
.displace {
	position: absolute;
	left: -500em;
}
ul.logged-out-links li {
	float: left;
}
ul.logged-out-links li a {
	display: block;
	height: 62px;
	background: url(../images/links-bar.png);
}/**	Actual Links Links*/
ul.logged-out-links li.home a {
	width: 84px;
	background-position: 0 0;
}
ul.logged-out-links li.about a {
	width: 121px;
	background-position: -84px 0;
}
ul.logged-out-links li.register a {
	width: 82px;
	background-position: -205px 0;
}
ul.logged-out-links li.resources a {
	width: 100px;
	background-position: -287px 0;
}
ul.logged-out-links li.contact a {
	width: 82px;
	background-position: -387px 0;
}
ul.logged-out-links li.login a {
	width: 114px;
	background-position: -469px 0;
}	/**	Menu Links Setup*/
ul.logged-in-links {
	list-style: none;
	padding: 0px;
	clear: both;
	float: left;
	margin: 21px 0 0 20px;
	display: inline;
	overflow: hidden;
	width: 518px;
}
.displace {
	position: absolute;
	left: -500em;
}
ul.logged-in-links li {
	float: left;
}
ul.logged-in-links li a {
	display: block;
	height: 62px;
	background: url(../images/links-bar-logged-in.png);
}/**	Actual Links Links*/
ul.logged-in-links li.home a {
	width: 84px;
	background-position: 0 0;
}
ul.logged-in-links li.about a {
	width: 122px;
	background-position: -84px 0;
}
ul.logged-in-links li.resources a {
	width: 100px;
	background-position: -206px 0;
}
ul.logged-in-links li.contact a {
	width: 86px;
	background-position: -306px 0;
}
ul.logged-in-links li.account a {
	width: 126px;
	background-position: -392px 0;
}
#content {
	clear: both;
}
#content-container-floatright {
	float: right;
	width: 376px;
	max-width: 376px;
	overflow:hidden;
}
#school-content-floatright {
	float: right;
	width: 376px;
	max-width: 376px;
	overflow:hidden;
}
h2#welcome {
	text-indent: -500em;
	width: 376px;
	height: 47px;
	background: url(../images/welcome-header.png);
	margin: 0 0 0 0px;
	padding: 0px;
}
#content-container-floatright p {
	margin: 18px 0px 18px 40px;
	line-height: 22px;

}
#school-content-floatright p {
	margin: 18px 0 0 21px;
	line-height: 22px;
	clear:left;
	text-align:justify;
}
#school-content-floatright .intro-para {
	margin: 0px 21px 21px 21px;
	line-height: 22px;
}

.intro-para {
	font-size: 16px;
	font-weight: bold;
	color: #00a2e1;
	float:left;
}
.font-blue {
	text-indent: -500em;
	width: 159px;
	height: 57px;
	background: url(../images/get-involved-button.png) no-repeat 0 0;
	display: block;
	float: left;
	margin-left: 30px;
	display: inline;
}
.font-pink {
	text-indent: -500em;
	width: 145px;
	height: 57px;
	background: url(../images/register-button.png) no-repeat 0 0;
	display: block;
	float: left;
	margin-left: 10px;
}
.font-blue a, .font-blue a:hover {
	color: #2c95fe;
}
.font-pink a, .font-pink a:hover {
	color: white;
}
#video-player {
	width: 539px;
	height: 442px;
	float: left;
	margin-bottom: 28px;
	overflow:hidden;
}
h2#contributingschools {
	clear: both;
	width: 388px;
	height: 34px;
	background: url(../images/contributing-schools-header.png);
	text-indent: -500em;
}
h2#ourvideos {
	clear: both;
	width: 173px;
	height: 34px;
	background: url(../images/our-videos.png);
	text-indent: -500em;
	margin-bottom: 30px;
}
#footer {
	background: white url(../images/footerbg.png) no-repeat 19px 20px;
	width: 890px;
	margin: 0px auto;
	padding: 55px 35px 20px 35px;
	clear: both;
	height: 40px;
	font-weight: bold;
}
#footer a, #footer a:hover {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.bluetext {
	color: #3399ff;
}
#up-button {
	float: right;
	background: url(../images/up.png) no-repeat;
	width: 18px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#down-button {
	float: right;
	background: url(../images/down.png) no-repeat;
	width: 18px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#love-hate-button {
	clear: both;
	float: left;
	background: url(../images/lovehatebutton.png) no-repeat;
	width: 452px;
	height: 54px;
	text-indent: -500em;
	display: block;
}
#my-walk-button {
	clear: right;
	float: right;
	background: url(../images/mywalkbutton.png) no-repeat;
	width: 452px;
	height: 54px;
	text-indent: -500em;
	margin-bottom: 20px;
	display: block;
}
#prime-minister-button {
	clear: both;
	margin: 0px auto 50px auto;
	background: url(../images/whatiwouldchange.png) no-repeat;
	width: 791px;
	height: 54px;
	text-indent: -500em;
	display: block;
}
.video {
	width: 167px;
	float: left;
	margin-left: 12px;
	padding: 3px 3px;
	border: 0px solid #666666;
	display: inline;
}
.currentlyplaying {
	background-color: #f9e534;
	border: 1px solid #3399ff;
}
.video:first-child {
	width: 167px;
	float: left;
	margin-left: 0px;
}

.video .video_title {
	position:absolute;
	width: 167px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	margin-top:30px;
}

.video .video_title a {
	text-decoration:none;
	color:#333;
}

#videos h4 {
	color: #3399ff;
	margin:10px 0px;
}
#videos {
	clear: both;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#videos p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#content h2, h3, h4 {
	font-size: 22px;
	margin: 0px 4px;
	font-weight: bold;
}
#content h3, h4 {
	margin: 18px 40px;
	font-size: 18px;
}
#content h4 {
	font-size: 12px;
}
#content ol, ul {
	margin: 18px 40px;
	line-height: 22px;
}
#content p, ol, ul {
	line-height: 22px;
}
#content #staticpage p, #content #staticpage h3, #content #staticpage h4 {
	margin: 18px 4px;
}
#content ol, ul {
	margin: -10px 70px 18px 70px;
	list-style-type: decimal;
	list-style-position: outside;
}
#content ul {
	list-style-type: disc;
}
#content li {
	margin-bottom: 5px;
}
#pdfbullet {
	list-style-image: url(/images/ico-pdf.png);
}
#content hr {
	border: 0;
	color: #666;
	background-color: #666;
	margin: 18px 40px;
	height: 1px;
}
ol#smallterms {
	margin: 18px 70px 18px 70px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 10px;
	line-height: 16px;
}
form#login {
	margin-bottom: 10px;
	margin-left: 35px;
}
form#login label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#login ol {
	margin: 0;
	padding: 0;
}
form#login li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#login label {
	width: 70px; /* Width of labels */
}
form#forgotpw {
	margin-bottom: 10px;
	margin-left: 35px;
}
form#forgotpw label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#forgotpw ol {
	margin: 0;
	padding: 0;
}
form#forgotpw li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#forgotpw label {
	width: 70px; /* Width of labels */
}
form#uploadform {
	margin-bottom: 10px;
	margin-left: 35px;
}
form#uploadform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#uploadform ol {
	margin: 0;
	padding: 0;
}
form#uploadform li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#uploadform label {
	width: 300px; /* Width of labels */
	text-align: right;
	margin-right: 20px;
}
form#uploadform .smalllabel {
	font-size: 8px;
}
#register-table {
	margin-left:5px;
}
#register-table td {
	padding: 5px 15px 5px 0;
}
#userinfotab {
	padding-top:5px;
	text-align:right;
}
div#logo {
	margin-left: 18px;
	width: 250px;
	margin-left: 40px;
}
form#registerform {
	margin-bottom: 10px;
	margin-left: 35px;
}
form#registerform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#registerform ol {
	margin: 0;
	padding: 0;
}
form#registerform li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#registerform label {
	width: 250px; /* Width of labels */
	text-align: right;
	margin-right: 20px;
}
form#registerform .smalllabel {
	font-size: 8px;
}
h3#filtertext {
	margin: 6px 0 0 0;
	padding: 0px;
	width: 600px;
	float: left;
}
a#northfilm {
	display: block;
	width: 148px;
	height: 62px;
	float: left;
	background: url(../images/northfilmlogo.png) no-repeat 0 0;
}
a#lotterylogo {
	display: block;
	width: 110px;
	height: 62px;
	float: right;
	background: url(../images/lotteryfundedlogo.png) no-repeat 0 0;
}

.extrapadding {
	padding: 10px 30px;

}