@charset "utf-8";

/* The Cypress Schools CSS Styles v1 - June 2010 */

body {
    font-size:100%; 
	line-height:1;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #E82F00;
	background-image: url('../images/gradient_bg.jpg');
	background-repeat: repeat-x;
}

/* Start of CSS reset code */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,blockquote,th,td,hr{
    margin:0; padding:0;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
}
table {
    border-collapse:collapse; border-spacing:0;
}
caption {
    text-align:left; font-weight:normal;
}
th {
    text-align:left;
}
cite,address {
    font-style:normal;
}
sub,sup {
    line-height:2;
}/*IE6 given line-height:1 using conditionals elsewhere*/
img {
    border:none;
	vertical-align:middle;
}
pre,code {
    font-size:1.2em;
}/*This is overridden to 14px for non-IE using conditionals elsewhere*/
fieldset {
    border:0;
}
q:before,q:after {
    content:'';
}

/* End of CSS reset code */

.container {
	width: 980px; 
	margin: 0 auto;
	overflow: auto;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#masthead {
	width: 100%;
	height: 182px;
	background-image: url('../images/masthead_bg.png');
	background-repeat: repeat-x;
}

#logo {
	float: left;
}

#schoolname {
	float: right;
	width: 840px;
	text-align: left;
	margin-top: 10px;
}

#menu {
	height: 84px;
	float: right;
	width: 840px;
	text-align: center;
	padding-top: 20px;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 28px;
}

#mia {
	background-image: url('../images/mia_gradient.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 89px;
	text-align: center;
}

#mia img {
	float: left;
	margin-top: 4px;
}

#mia h1 {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 16px;
}

#mia h2 {
	font-size: 16pt;
	letter-spacing: -1px;
	margin-top: 8px;
	font-weight: normal;
}

#mia a:link {
	color: #000000;
}

#mia a:visited {
	color: #000000;
}

.headlineImage {
	float: left;
	width: 495px;
	height: 340px;
}

.headlineImage img {
	border: 1px solid #000000;
	width: 496px;
	height: 332px;
}

.headlineText {
	float: right;
	width: 470px;
	height: 340px;
}

.headlineText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
	letter-spacing: -3px;
	color: #FFFFFF;
}

.headlineText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-top: 50px;
}

#headline .separator {
	border: 1px solid #FFFF99;
}

#headline .control {
	background-image: url('../images/slideshow_control_bg.jpg');
	border: 1px solid #000000;
	font-size: 11pt;
	padding: 4px;
}

#headline .control-active {
	background-image: url('../images/slideshow_control_active_bg.jpg');
	color: #000000;
	font-weight: bold;
}

#search {
	float: right;
	background-image: url('../images/slideshow_control_bg.jpg');
	width: 340px;
	height: 23px;
	text-align: right;
	padding-top: 1px;
	padding-right: 4px;
	border: 1px solid #000000;
}

.linebreak {
	height: 2px;
	width: 100%;
	background-image: url('../images/linebreak.png');
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

#content {
	overflow: auto;
	font-size: 11pt;
}

#contentContainer {
	line-height: 1.1;
}

#contentContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

#contentContainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 14px;
}

#contentContainer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.relatedContent {
	width: 978px;
	height: 80px;
	margin-top: 16px;
	margin-bottom: 6px;
	padding-top: 6px;
	border: 1px solid #FFFFFF;
	background-image: url('../images/video_bg.jpg');
	clear: both;
}

.relatedContent ul {
	list-style: none;
	display: inline;
}

.relatedContent ul li {
	display: block;
	float: left;
	width: 222px;
	padding-left: 4px;
	padding-right: 12px;

}

.relatedContent ul li a {
	display: block;
}

#comments {
	width: 98%;
	margin-left: 4px;
	margin-top: 16px;
	margin-bottom: 6px;
	padding: 6px;
	border: 1px solid #FFFFFF;
	background-image: url('../images/video_bg.jpg');
	background-repeat: repeat-x;
	background-color: #666666;
	overflow: auto;
	color: #FFFFFF;
}

#comments p {
	color: #FFFFFF;
}

#comments h3 {
	color: #FFFFFF;
}

#comments a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#comments a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#addCommentForm {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 6px;
	padding-bottom: 6px;
	display: none;
	height: 36px;
}

#firstComment {
	text-align: center;
	margin-top: 16px;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -1px;
}

.commentsName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	width: 200px;
	height: 36px;
	margin-right: 4px;
	border: 1px solid #000000;
}

.commentsCommentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 680px;
	height: 36px;
	border: 1px solid #000000;
}

.commentsAdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	height: 36px;
	border: 1px solid #000000;
}	


#content a {
	font-weight: bold;
}

#leftcolumn {
	float: left;
	width: 480px;
	overflow: auto;
	font-size: 11pt;
}

#quickLinks {
	margin-top: 10px;
	height: 222px;
}

#quickLinks ul {
	width: 200px;
	display: block;
	list-style: none;
	font-size: 14pt;
}

#quickLinks li {
	margin-bottom: 12px;
	letter-spacing: -1px;
	font-weight: bold;
}

#videoHighlights {
	clear: both;
	width: 466px;
	height: 212px;
	background-image: url('../images/video_bg.jpg');
	border: 1px solid #FFFFFF;
	padding: 4px;
}

#videoHighlights h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

#videoHighlights img {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #000000;
	width: 229px;
	height: 129px;
}

#videoHighlightsDynamic h2 {
	float: right;
	width: 230px;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -2px;	
}

#videoHighlightsDynamic h3 {
	float: right;
	width: 230px;
	letter-spacing: -1px;	
	margin-top: 14px;
	font-size: 12pt;
}

#videoHighlights ul {
	margin-top: 10px;
	clear: both;
	list-style: none;
	width: 466px;
}

#videoHighlights a {
	font-weight: bold;
}

#rightcolumn {
	float: right;
	width: 480px;
	overflow: auto;
}

#rightcolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
	background-image: url('../images/heading_bg.jpg');
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#schoolCalendar {
	border: 1px solid #FFFFFF;
	float: left;
	width: 236px;
	height: 220px;
	margin-bottom: 10px;
}

#schoolCalendar ul {
	margin-top: 10px;
	margin-left: 6px;
}

#feature {
	border: 1px solid #FFFFFF;
	float: right;
	width: 236px;
	height: 220px;
	margin-bottom: 10px;
}

#feature p {
	padding: 4px;
}

#news {
	clear: both;
	width: 478px;
	height: 220px;
	border: 1px solid #FFFFFF;
}

#news ul {
	list-style: none;
	margin-top: 10px;
}

#news li {
	clear: both;
	display: block;
}

#news h4 {
	display: inline;
	vertical-align: middle;
	font-size: 16pt;
	line-height: 18px;
	letter-spacing: -1px;
}

#news img {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

#footer {
	height: 49px;
	width: 100%;
    background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	margin-top: 20px;
}

#copyright {
	float: left;
	margin-top: 16px;
}

#copyright a {
	font-weight: bold;
	letter-spacing: -1px;
}

#footerLinks {
	float: right;
	margin-top: 8px;
	overflow: hidden;
}

#footerLinks a {
	font-weight: bold;
	letter-spacing: -1px;
}

#footerLinks img {
	vertical-align: middle;
}

#footerLinks ul {
	list-style: none;
	display: inline;
}

#footerLinks li {
	list-style: none;
	display: inline;
	margin-right: 8px;
}

.searchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	border: 1px solid #FFFFFF;
	width: 300px;
	height: 18px;
	padding-left: 4px;
	background-image: url('../images/slideshow_control_active_bg.jpg');
}

.searchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.goLeft {
	float: left;
}

.goRight {
	float: right;
}

#linkBank h1 {
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: -2px;
}

#linkBank h2 {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 8px;
}

#linkBank p {
	margin-top: 10px;
}

#linkBank li {
	clear: both;
}

#linkBank li img {
	float: left; 
	clear: left; 
	margin-top: 6px; 
	margin-right: 4px;
	border: 1px solid #FFFFFF;
}

.mediaInstance {
	margin-bottom: 16px;
}

.pageLinks p {
	margin-top: 10px;
}

.pageLinks ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pageLinks li {
	clear: both;
	display: block;
}

.pageLinks li img {
	float: left; 
	clear: left; 
	margin-top: 6px; 
	margin-right: 4px;
	border: 1px solid #FFFFFF;
}

#adventCalendar {
	background-color: #0303FF;
	background-image: url('http://advent.cypress-schools.co.uk/images/teaser/teaser_background.jpg');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
}

.codeSample {
	background: #FFF;
	overflow: auto;
	border: 2px solid #0C0;
	font-family: "Courier New", Courier, mono;
	color: #060; 
	padding:1em 0 1em 2.8em; 
	width: 90%;
	margin-bottom: 30px;
	}
	
.videoBlock {
	width: 280px;
	height: 280px;
	margin-right: 40px;
	float: left;
}

.highlightsNav {
	height: 24px;
	width: 26px;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 2px;
	border: 1px solid #FFFFFF;
	float: left;
	font-size: 15pt;
	text-align: center;
	background-image: url('../images/slideshow_control_bg.jpg');
}

.alertBox {
	background-image: url('../images/video_bg.jpg');
	background-repeat: repeat-x;
	background-color: #666666;
	overflow: auto;
	color: #FFFFFF;
	padding: 6px;
	border: 1px solid #FFFFFF;
}
