html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

p, ul, ol {
	margin-bottom: 1em;
	}

ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1em;
	}

li {
	
	}

p, li {
	color: #444;
	font-size: 15px;
	line-height: 1.5em;	
	}

a {
	color: #23368e;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	color: #ec6e2b;
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 0.75em;
	}

h2 {
	font-size: 24px;
	}

strong {
	color: #63b032;
	font-weight: bold;
	}

q {
	font-size: 1.5em;
	font-style: italic;
	}

li q {
	font-size: 1em;
	}
	
/* ----- Header ----- */

div#header {
	background: url(/images/bethnal-green-header-bg.jpg) no-repeat top center;
	height: 310px;
	}

body.home div#header {
	height: 501px;
	}

div#header h1 {
	color: #feec4c;
	font-size: 24px;
	font-weight: bold;
	}

div#header p {
	color: #fff;
	font-weight: bold;	
	}

div.container {
	width: 940px;
	margin: 0 auto;
	}

div#header div.container {
	padding-top: 46px;	
	}

a.logo {
	float: left;
	margin-bottom: 34px;
	}

a.logo img {
	display: block;
	margin: -10px 0 0 -11px;
	}

div.enter_now {
	background: url(/images/black-bg-50-percent.png) top left;
	float: right;
	padding: 20px;
	width: 240px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}

div#header div.enter_now p {
	clear: left;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding-top: 1em;
	}

div.enter_now a {
	background: url(/images/enter-now-link.png) no-repeat top left;
	float: left;
	height: 34px;
	opacity: 1;
	width: 175px;
	}

div.enter_now a:hover {
	background: url(/images/enter-now-link.png) no-repeat 0 -34px;	
	}

div.enter_now a span {
	position: absolute;
	left: -9999px
	}

/* ----- Navigation ----- */

ul#navigation {
	clear: both;
	overflow: auto;
	padding-top: 30px;
	list-style: inside none none;
	padding-left: 0;
	}
	
ul#navigation li {
	display: inline;
	margin-bottom: 0;
	}
	
ul#navigation li a {
	height: 97px;
	float: left;
	margin-left: -9px;
	width: 249px;
	}

ul#navigation li a span {
	position: absolute;
	left: -9999px;
	}

/* about */
ul#navigation li.about a {
	background: url(/images/nav-about.png) no-repeat top left;
	margin-left: 0;
	}

ul#navigation li.about a:hover  {
	background: url(/images/nav-about.png) no-repeat 0 -97px;		
	}
	
body.about ul#navigation li.about a {
	background: url(/images/nav-about.png) no-repeat 0 -194px;	
	}

/* stage1 */	
ul#navigation li.stage1 a {
	background: url(/images/nav-stage1.png) no-repeat top left;	
	}
	
ul#navigation li.stage1 a:hover {
	background: url(/images/nav-stage1.png) no-repeat 0 -97px;	
	}

body.stage1 ul#navigation li.stage1 a {	
	background: url(/images/nav-stage1.png) no-repeat 0 -194px;	
	}
	
/* stage2 */
ul#navigation li.stage2 a {
	background: url(/images/nav-stage2.png) no-repeat top left;	
	}
	
ul#navigation li.stage2 a:hover {
	background: url(/images/nav-stage2.png) no-repeat 0 -97px;	
	}

body.stage2 ul#navigation li.stage2 a {	
	background: url(/images/nav-stage2.png) no-repeat 0 -194px;	
	}
	
/* winner */
ul#navigation li.winner a {
	background: url(/images/nav-winner.png) no-repeat top left;	
	width: 220px;
	}
	
ul#navigation li.winner a:hover {
	background: url(/images/nav-winner.png) no-repeat 0 -97px;	
	}

body.winner ul#navigation li.winner a {	
	background: url(/images/nav-winner.png) no-repeat 0 -194px;	
	}

/* challenge info */	
div.challenge_info {
	float: left;
	margin-right: 60px;
	width: 580px;
	}

/* ----- Home Header Copy ----- */

div.prize_info {
	float: left;
	width: 300px;
	}

div.challenge_info h1, div.prize_info h1 {
	margin: 26px 0 16px 0;
	}

div.challenge_info p, div.prize_info p {
	font-size: 16px;
	}
	
/* ----- Content ----- */

div#content {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
	padding: 20px 0 42px;
	}

div#main {
	float: left;
	width: 580px;
	}

div#content img {
	float: right;
	margin: 0 0 20px 20px;
	}

div#content img.full_width {
	margin-left: 0;
	}

div#secondary_content {
/*
	background: url(/images/secondary-content-bg.gif) repeat-y top center;
*/
	background: #ECEAE7;
	overflow: auto;
	}

ul.partner_list {
	list-style: inside none none;
	padding-left: 0;
	}

ul.partner_list li {
	float: left;
	height: 50px;
	margin-right: 40px;
	width: 270px;
	padding-bottom: 20px;
	}

ul.partner_list li img {
	float: left;
	margin: 0 20px 0 0;
	}
	
ul.judge_list {
	list-style: inside none none;
	padding-left: 0;
	}
	
ul.judge_list li {
	float: left;
	height: 140px;
	margin: 0 20px 0 60px;
	width: 140px;
	padding-bottom: 20px;	
	}

ul.judge_list li span {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

ul.judge_list li img {
	float: left;
	margin-left: -60px;
	}

div#secondary_content div.container {
	padding: 42px 0;
	}

/* ----- Gallery ----- */

div.gallery {
/*
	background: url(/images/black-bg-50-percent.png) top left;
*/
	background: #4c4c4c;
	float: left;
	margin-top: 20px;
	overflow: auto;
	padding: 13px 0 0 13px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: 924px;
	}

div#content div.gallery a {
	border: 3px solid #4c4c4c;
	display: block;
	float: left;
	margin: 0px 10px 13px 0;
	}

div#content div.gallery a:hover {
	border: 3px solid #fff;
	}

div#content div.gallery a img {
	display: block;
	float: none;
	margin: 0;
	}

.stage2 div.gallery,
.winner div.gallery {
	background: transparent;
	float: left;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width: auto;	
	}

.stage2 div#content div.gallery a,
.winner div#content div.gallery a {
	border: 2px solid #4c4c4c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0;
	}

.stage2 div#content div.gallery a:hover,
.winner div#content div.gallery a:hover {
	border: 2px solid #70B643;
	}

.stage2 div#content div.gallery a img,
.winner div#content div.gallery a img {
	width: 160px;
	}

/* ----- Stage 2 ----- */

.stage2 div.entry {
	border-top: 1px solid #cacaca;
	padding: 1em 0;
	}

.stage2 div.entry h2 {
	margin-left: 180px;	
	}

.stage2 div.entry h3 {
	font-size: 1.2em;
	margin-left: 180px;	
	}

.stage2 div.entry h4 {
	font-size: 24px;	
	}

.stage2 div.entry p {
	margin-left: 180px;
	}

.stage2 div#content div.feature {
	background: #ECEAE7;
	border-top: 1px solid #cacaca;
	margin-bottom: -1em;
	overflow: auto;
	padding: 1em;
	}

.stage2 div#content div.feature p {
	margin-left: 0;
	}

.stage2 div#content div.judge_info img {
	float: left;
	margin: 0;
	}

.stage2 div#content div.judge_info {
	border-left: 1px solid #cacaca;
	padding-left: 1em;
	float: right;
	width: 150px;
	}

.stage2 div#content div.judge_info p {
	font-size: 12px;
	margin-left: 60px;
	}

.stage2 div#content div.judge_info p strong {
	color: #444444;
	}

blockquote p {
	font-size: 20px;
	}

/* ----- Winner ----- */

.winner div.entry {
	border-top: 1px solid #cacaca;
	overflow: hidden;
	padding: 1em 0;
	}

/* ----- Side bar ----- */

div#side_bar {
	float: right;
	width: 280px;
	}

ol.how_to_apply li span {
	float: left;
	font-weight: bold;
	min-height: 36px;
	margin-bottom: 20px;
	padding-left: 46px;
	}

ol.how_to_apply li span.one {
	background: url(/images/list-item-1.gif) no-repeat top left;
	}

ol.how_to_apply li span.two {
	background: url(/images/list-item-2.gif) no-repeat top left;
	}
	
ol.how_to_apply li span.three {
	background: url(/images/list-item-3.gif) no-repeat top left;
	}
	
ol.how_to_apply li span.four {
	background: url(/images/list-item-4.gif) no-repeat top left;
	}
	
ul.deliverables {
	background: url(/images/deliverables-board-disk.jpg) no-repeat top left;
	padding-left: 100px;
	list-style: inside none none;	
	}
	
ul.deliverables li {
	color: #959595;
	font-size: 20px;
	}
	
ul.deliverables li span {
	color: #63b032;
	font-size: 26px;
	font-weight: bold;
	}	

ul.supporting_materials {
	list-style: inside none none;	
	padding-left: 0;
	}

ul.supporting_materials li a {
	background: url(/images/list-item-doc.gif) no-repeat top left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	min-height: 53px;
	margin-bottom: 20px;
	padding-left: 50px;	
	width: 200px;
	}

ul.supporting_materials li span {
	display: block;
	font-weight: normal;
	}
	
/* ----- Footer ----- */

div#footer {
	background: #E8EBF4 url(/images/footer-bg.jpg) no-repeat top center;
	padding-top: 120px;
	}

div#footer div.container {
	padding: 16px 0;
	}

div.in_association_with {
	float: left;
	margin-right: 60px;
	width: 580px;
	}
	
div.in_association_with ul {
	list-style: inside none none;
	padding-left: 0;	
	}
	
div.in_association_with ul li {
	float: left;
	margin-right: 28px;
	}
	
div.get_in_touch {
	float: left;
	width: 300px;
	}

div.get_in_touch ul {
	list-style: inside none none;	
	padding-left: 0;
	}
	
div.get_in_touch ul li strong {
	font-weight: bold;
	}

ul.copyright {
	list-style: inside none none;	
	padding-left: 0;	
	}
	
ul.copyright li {
	font-size: 12px;
	}	