/*--CSS RESET--*/

/* No properties within the css reset section should be altered */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	}
	

/*--- MAIN ELEMENTS --*/

html{
	position: relative;
	}

body {
	font-family: Arial, sans-serif;	/* applies font to every element within the page unless otherwise specified */
	}

.clearboth{
	clear: both;
	}
	
h1, h2, h3, h4, h5{
	font-weight: normal;
	}
	
h1, h2, h3, h4{
	font-weight: 600;
	}
	
b, strong{
	font-weight: bold;
	}
	
i, em{
	font-style: italic;
	}	
	
br{
	margin-bottom: 10px;
	font-family: inherit;
	}
	
p, ul, ol, span, div{
	font-size: 0.98em;
	margin-bottom: 20px;
	line-height: 18px;
	font-family: inherit;
	color: #4d4d4d;
	}
	
p{
	outline: 0;
	}
	
div{
	margin-bottom: 0;
	}
	
ul, ol{ 
	padding-left: 40px;
	padding-right: 50px;
	}
	
ul li, ol li{
	padding-bottom: 8px;
	}
	
img{
	display: block;
	margin: 0 auto 4px auto;
	max-width: 100% !important;
	height: auto !important;
	}
	
blockquote{
	margin-bottom: 25px;
	}

a {
	color: #063078;
	}

a:hover {
	color: #107fb7;
	}

a:visited {
	color: #624b8e;
	}
	
hr{
	background-color: #b3b3b3;
    border: 0;
    height: 1px;
    margin: 0 auto 40px;
	width: 60%;
	}	
	
a img:hover{
	opacity: 0.75;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	}
	
.left, #left{
	text-align: left;
	}
	
	
.right, #right{
	text-align: right;
	}
	
img.left, img#left, #header .left, #header #left{
	float: left;
	margin-right: 20px;
	}
	
img.right, img#right, #header .right, #header #right{
	float: right;
	margin-left: 20px;
	}
	
.centre, #centre{
	text-align: center;
	margin: 0 auto;
	}
	
p.centre, p#centre{
	margin-bottom: 20px;
	}
	
img.right, img#right, img.left, img#left, img.centre, img#centre{
	margin-bottom: 4px !important;
	}
	
#header .right, #header #right{
	clear: right;
	}
	
.no-margin, #no-margin{
	margin: 0 !important; 
	}
	
p.accessible{
	margin-bottom: 0;
	}
	
p.accessible a{
	position: absolute;
	left: -999999em;
	}
	
p.accessible a:focus{
	left: 0;
	}
	
/*----- HEADER ELEMENTS -----*/

#header {
	min-height: 25px;
	padding: 5px 10px;
	}
	
.teacher_text, blockquote{
    font-size: 0.814em !important;
    font-style: italic;
    line-height: 19px;
    margin: 20px auto 45px;
    padding: 19px 15px;
    width: 70%;
	text-align: center;
	}
	
	
.early-years blockquote p, .primary blockquote p, .secondary blockquote p{
	margin: 0;	
	font-size: 0.814em !important;
    font-style: italic;
    line-height: 19px;
	}
	
.early-years h1,.early-years h2,.early-years h3,.early-years h4,.early-years h5, .early-years b, .early-years strong, .early-years .table_strand_heading, .early-years #header p{
	color: #8a1f03; /* Color for early-years template headings and bolds */
	}
	
.early-years #header, .early-years #footer, html body.early-years{
	background-color: #f3e8e5; /* Background color for early-years template heading and footer. */
	}
	
.early-years #header	{
	border-bottom: 1px solid #8a1f03;
	}
	
.early-years #footer{	
	border-top: 1px solid #8a1f03;
	}
	
.early-years .teacher_text, .early-years blockquote{
	background-color:  #f3e8e5;
    border: 1px solid #8a1f03;
	color: #8a1f03;
	}
	
.early-years blockquote p{
	color: #8a1f03;
	}
	
.primary h1,.primary h2,.primary h3,.primary h4,.primary h5, .primary b, .primary strong, .primary .table_strand_heading{
	color: #BF5815; /* Color for primary template headings and bolds */
	}
	
.primary #header p{
	color: #B45313;
	}
	
.primary #header, .primary #footer, html body.primary{
	background-color: #FDF2E4; /* Background color for primary template heading and footer. */
	}
	
.primary #header	{
	border-bottom: 1px solid #c97718;
	}

.primary #footer{	
	border-top: 1px solid #c97718;
	}
	
.primary .teacher_text, .primary blockquote{
	background-color: #FDF2E4;
    border: 1px solid #c97718;
	color: #B45313;
	}
	
.primary blockquote p{
	color: #B45313;
	}
	
.secondary h1,.secondary h2,.secondary h3,.secondary h4,.secondary h5, .secondary b, .secondary strong, .secondary .table_strand_heading, .secondary #header p{
	color: #48610C; /* Color for secondary template headings and bolds */
	}
	
.secondary #header, .secondary #footer, html body.secondary{
	background-color: #f0f5e6; /* Background color for secondary template heading and footer. */
	}
	
.secondary #header{
	border-bottom: 1px solid #698026;
	}
	
.secondary #footer{	
	border-top: 1px solid #698026;
	}
	
.secondary .teacher_text, .secondary blockquote{
	background-color: #f0f5e6;
    border: 1px solid #698026;
	color: #48610C;
	}
	
.secondary blockquote p{
	color: #48610C;
	}

body #header h1{	
	margin: 17px 2px 7px 0;
	font-size: 1.475em;
	}
	

body #header h2{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	}
	
#header img{
	float: left;
	margin: 0;
	padding-left: 10px;
	}
	
#header p{
	padding-right: 0;
	}
	
#header ul{
	padding: 0;
	margin: 1px 0 0 0;
	font-size: 0.948em;
	}
	
#header li{
	float: left;
	line-height: 18px;
	padding: 0 2px;
	}
	
#header li.current{
	font-weight: bold;
	color:#2D8401;
	}
	
#header ul.right li:after{
	color: #2D8401;
    content: "|";
	padding-left: 5px;
    position: relative;
    top: -1px;
	}
	
#header ul.right li.current:after{
	color: #2D8401;
	font-weight: normal;
	}
	
#header ul.right li:last-child:after, #header ul#header-link li:after, #header ul#header-link li:first-child:after,#header ul#header-link li{
	content: '';
	}
	
#header ul a{
	text-decoration: none;
	}
	
#header ul, #header ol, #footer ul, #footer ol{
	list-style-type: none;
	}
	
.sequence #header .right{
	margin-top: 2px;
	}
	
.sequence #header .right ul.right{
	margin-left: 0;
	}
	
#header span#sequence-list{
	line-height: 21px;
	margin-bottom: 0;
	margin-right: 3px;
	float: left;
	}
	
/*----- LIGHTBOX ELEMENTS ------*/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	}
	
.white_content {
	background-color: white;
    display: none;
    left: 28%;
    min-height: 130px;
    overflow: auto;
    padding: 25px 15px;
    position: fixed;
    top: 20%;
    width: 40%;
    z-index: 1002;
	}
	
.early-years .white_content{
	border: 4px solid #664c91;
	}
	
.primary .white_content{
	border: 4px solid #C97718;
	}

.secondary .white_content{
	border: 4px solid #698026;
	}	
	
.close{
	display:block;
	width: 24px;
	height: 24px;
	z-index:9999;
	background: url('../images/close.png');
	position: absolute;
	top: 3px;
	right: 3px;
	}
	
.close:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	}


/*----- CONTENT ELEMENTS -----*/

#content-container, #header-content, #footer-content{
	width: 960px;
	margin: 0 auto
	}
	
.sixninety-template  #content-container, .sixninety-template #header-content, .sixninety-template #footer-content{
	width: 690px;
	margin: 0 auto
	}
	
.fiveeighty-template #content-container, .fiveeighty-template #header-content, .fiveeighty-template #footer-content{
	width: 580px;
	margin: 0 auto;
	}
	
#content{
	background-color: #ffffff;
	}
	
#content-container{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	min-height: 550px;  /* sets a minimum height to the wrap container which can grow higher with the addition of content, but not smaller */	
	}
	
#content-container h1, #content-container h2, #content-container h3, #content-container h4, #content-container h5{
	margin-bottom: 30px;
	padding: 0;
    text-align: left;
	line-height: 28px;
	}
	
#content-container h1, .index #content-container h2{ /*---- controls the properties for all h1s within the 'content' (ie. not sitting within the header) div ----*/
	font-size: 1.475em;
	margin-top: 10px;
	}
	
#content-container h2{ /*---- controls the properties for all h2s within the 'content' (ie. not sitting within the header) div ----*/
	margin-bottom: 12px;
	font-size: 1.188em;
	}
	
.sequence #content-container h2{
	font-size: 0.98em;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: inherit;
	}
	
#content-container h3{ /*---- controls the properties for all h3s within the 'content' (ie. not sitting within the header) div ----*/
	font-size: 1em;
	margin-bottom: 7px;
	}
	
.index #content-container h3{
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: inherit;
	padding-right:4px;
	font-size: 0.938em;
	}
	
.index #content-container .TabbedPanels h3{
	float: none;
	margin-bottom: 8px;
    margin-top: 14px;
	font-size: 1em;
	}
	
.sequence #content-container h3{
	font-size: 0.93em;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: inherit;
	}
	
#content-container h4{ /*---- controls the properties for all h4s within the 'content' (ie. not sitting within the header) div ----*/
	margin-bottom: 7px;
	font-size: 0.938em;
	line-height: 0;
	}
	
.sequence #content-container h4{
	font-size: 0.93em;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: inherit;
	}
	
#content-container a:hover{
	color: #107fb7; /*---- controls the colour of links when hovered over ----*/
	}
	
#content-container a.book{
	font-style: italic;
	}
	
#content-container img{
	outline: 1px solid #5c5c5c;
	}
	
#content-container p.back_link{
	margin-bottom: 20px !important;
	margin-top: 12px;
	display: inline-block;
	float: left;
	}
	
#content-container form#print-button{
	margin-top: 36px;
	}
	
@media screen{
	.printOnly { display: none;}
	}
	
#left_column{
	width: 362px; /*---- controls the width of the left column ----*/
	float: left;
	overflow: hidden !important;
	}
	
.ninesixty-template #left_column > h1 + p{
	margin-bottom: 5px;
	}
	
.ninesixty-template #left_column img{
	max-width: 360px !important;
	margin-bottom: 0 !important;
	}
	
#right_column{
	width: 540px; /*---- controls the width of the right column ----*/
	float: right;
	padding-top: 10px;
	overflow: hidden !important;
	}
	
.TabbedPanels .TabbedPanelsContentGroup{
	border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: none;
	background: #fcfcfc;
	}
	
.TabbedPanels .TabbedPanelsTab{
	border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	margin: 0;
	padding: 2.3% 0;
	width: 154px;
	text-align: center;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #808080;
	background: #e6e6e6;
	}
	
.TabbedPanels .TabbedPanelsTab a{
	color: #555555;
	}
	
.TabbedPanels .TabbedPanelsTab + .TabbedPanelsTab{
	width: 209px;
	}
	
.TabbedPanels .TabbedPanelsTab + .TabbedPanelsTab + .TabbedPanelsTab{
	width: 173px;
	}
	
.TabbedPanels .TabbedPanelsTabSelected{
	border-top: 1px solid #808080;
	border-left: 1px solid #808080 !important;
	border-right: 1px solid #808080;
	border-bottom: none !important;
	background: #fcfcfc;
	}
	
.TabbedPanels .TabbedPanelsTabSelected a{
	color: #000000;
	}
	
.TabbedPanels .TabbedPanelsTabGroup{
	margin-left: 0;
	}
	
.TabbedPanels .teacher_text, .ninesixty-template .TabbedPanels blockquote{
	font-style: normal;
	width: auto;
	margin: 0 0 9px;
	background: #fff;
	color: #000;
	height: auto;
	padding: 1.5% 0 1.5% 12px;
	text-align: left;
	border: 1px solid #ccc;
	}
	
.TabbedPanels .TabbedPanelsContent {
    padding: 12px 17px;
	}
	
.TabbedPanels .teacher_text *, .ninesixty-template .TabbedPanels blockquote *{
	font-weight: normal;
	margin: 0;
	font-style: normal !important;
	}
	
.TabbedPanels .teacher_text p, .ninesixty-template .TabbedPanels blockquote p{
	display: inline;
	color: #4d4d4d;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.09em !important;
	}
	
.TabbedPanels blockquote + p, .TabbedPanels blockquote + p{
	margin-top: 13px;
	margin-bottom: 13px;
	}
	
.TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent:first-child p{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 9px 0;
	line-height: 125%;
	}

.TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent:first-child p strong{
	color: #063078;
	}
	
.TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent:first-child p:last-child{
	padding-bottom: 0;
	}
	
.TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent:first-child p:last-child{
	border-bottom: none;
	}
	
.TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible blockquote p{
	border-bottom: none;
	}
	
.TabbedPanelsTab{
	border-right: none !important;
	}
	
.TabbedPanelsTabSelected {
	border-right: 1px solid #808080 !important;
	}
	
ul.TabbedPanelsTabGroup > li.TabbedPanelsTab:first-child{
	padding-left: 9px;
    padding-right: 9px;
    width: 136px;
	}
	
ul.TabbedPanelsTabGroup > li.TabbedPanelsTab + li.TabbedPanelsTab + li.TabbedPanelsTab{
	border-right: 1px solid #B3B3B3 !important;
	padding-left: 12px;
    padding-right: 12px;
    width: 149px;
	}
	
ul.TabbedPanelsTabGroup li.TabbedPanelsTab + li.TabbedPanelsTabSelected{
	border-right: 1px solid #808080 !important;
	}
	
ul.TabbedPanelsTabGroup li.TabbedPanelsTab + li.TabbedPanelsTabSelected + li.TabbedPanelsTab, ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected + li.TabbedPanelsTab{
	border-left: none !important;
	}
	
ul.TabbedPanelsTabGroup li.TabbedPanelsTab + li.TabbedPanelsTab + li.TabbedPanelsTabSelected{
	border-right: 1px solid #808080 !important;
	}
	
#right-column-extra-info{
	margin-top: 25px;
	}
	
.caption_text, #caption_text{
	font-size: 0.789em;
	text-align: center;
	}
	
.pdf-image, #pdf-image{
	margin: 0 !important;
	}
	
.pdf-image-caption, #pdf-image-caption{
	text-align: center;
	font-size: 80%;
	font-style: italic;
	margin-bottom: 27px;
	}
	
.no-page-break, #no-page-break{
	}
	
.ignore{
	}
	
.page-break-before, #page-break-before{
	}
	
#content-container form input{
	float: right;
	margin: 0 0 15px 0;
	}
	

	
/*----- FOONOTE ELEMENTS -----*/	
#footnotes hr{
	background-color: #ccc;
	width: 30%;
	margin: 0 0 10px 0;
	text-align: left;
	}
	
#footnotes h4{
	padding-left: 37px;
	font-size: 0.875em;
	font-weight: bold;
	padding-bottom: 4px;
	font-family: inherit;
	}
	
#footnotes ol{
	font-size: 0.689em;
	padding-left: 55px;
	padding-bottom: 10px;
	}	
	
#footnotes ol li{
	padding-bottom: 2px; 
	}
	
/*----- FOOTER ELEMENTS -----*/	
	
#footer{
	height: 35px;
	}
	
#footer a, #footer ul, #footer ol, #footer p, #footer ul, #footer span, #header-content #header-link li a{
	font-size: 0.89em;
	color: #4D4D4D;
	}
	
#footer a, #header-content #header-link a{
	text-decoration: underline;
	}
	
#footer ul, #footer ol{
	padding-left: 0;
	margin: 0;
	}
	
#footer li{
	line-height: 37px;
	display: inline;
	padding-bottom: 0;
	float: left;
	padding-left: 7px;
	}
	
#footer a:hover, #header-content #header-link li a:hover{
	color: #000000;
	}
	
#footer li:first-child{
	padding-left: 0;
	}

	
#footer a#peeta_footer_link{
	float: left;
	}

#footer #creative_commons_link{
	float: right;
	margin: 5px 0;
	}
	
#FooterText {
	margin-top: 7px;
	margin-left: 20px;
	float: left;
	margin-right: 10px;
	}
	
#footer img{
	margin-bottom: 0;
	}

/*----- ALL TABLE ELEMENTS -----*/	


table{/*-- The following styles will be applied to all tables included in the any unit --*/
	font-family: inherit;
	font-size: 0.875em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 30px;
	max-width: 98%;
	border-collapse: collapse;
	}
	
th, td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px 10px;
	}
	
th{
	font-weight: bold;
	text-align: left;
	}
	
table p{
	font-family: inherit;
    margin-bottom: 10px;
	}	
	
/*----- SPECIFIC TWO COLUMN TABLE ELEMENTS -----*/	
	
.two_column_table table{
	width: 75%;
	}
	
.two_column_table tr td{
	width: 50%;
	}

/*----- SPECIFIC THREE COLUMN TABLE ELEMENTS -----*/
.three_column_table  table{
	width: 95%;
	}

.three_column_table  table tr th:first-child{
	width: 20%;
	}	
	
.three_column_table td{
	width: 40%;
	}
