@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {
	height:100%;
}

body {
    width: 100%;
	font: 62.5%/1em Helvetica, Arial, sans-serif;
	background: #252b2d;
	padding: 20px 0;
	/* -moz-opacity: 0.99; */ /* firefox 2 mac bug flickering text */


}

#main-container {
    display: block;
    width: 952px;
    height: auto;
    position: relative;
    margin: 0 auto;
    border-top: 10px solid #1c2021;
    padding-bottom: 20px;
}



#header {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 10px;
    background: #1c2021;

}

#header h1 {
    display: block;
    width: 765px;
    height: 330px;
    position: absolute;
    top: 37px;
    left: 147px;
    background-image: url(../images/layout/header-backgrounds/scissa00.jpg); /* default - different image per page below */
    background-repeat: no-repeat;
}

#header h1 acronym {
    display: block;
    width: 47px;
    height: 246px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
}

#header span {
    display: block;
    width: 118px;
    position: absolute;
    left: 0;
    background-color: #fff;
}

#header strong {
    display: block;
    width: 120px;
    height: auto;
    position: absolute;
    top: 180px;
    left: 0px;
    color: #6f9587;
    text-align: right;
    text-transform: lowercase;
    font-size: 1.8em;
    line-height: 1.1em;
}

#announce-block {
    height: 120px;
    top: 0;
    background: url(../images/layout/tagline.png) no-repeat center top #fff;
    text-indent: -9999px;
}

#year {
    height: 35px;
    bottom: 0;
    color: #79a363;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
}


/* column containers */
#content-container {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/layout/faux-background.png) repeat-y -1px 0;
    float: left;
    

}


/* left column */
#navigation {
    display: block;
    width: 200px;
    height: 100%;
    position: relative;
    float: left;
    background: #7E7979;

    
}


#navigation ul {
    display: block;
    width: 150px;
    margin: 30px 0 20px 30px;

}

#navigation ul li {
    display: block;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 1em;
    

}

#navigation ul li a {
    color: #fff;
    text-decoration: none;
}

#navigation ul li:hover span {
    border-bottom: 1px solid #252b2d;
    left: -25px;
}


#navigation ul li span {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 5px;
    left: -28px;
    border-bottom: 1px solid #252b2d;
}

#arrow {
    display: block;
    width: 28px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -14px;
    background: url(../images/layout/arrow.png) no-repeat;

}

#logo {
    display: block;
    width: 154px;
    height: 240px;
    background: url(../images/layout/logo.png) no-repeat;
    margin: 0 auto;
   
}

#login {
    display: block;
    text-align: center;
    margin-bottom: 1.4em;
}

#login a {
    color: #fff;
    font-size: 1.3em;
}

/* right column */
#content {
    display: block;
    width: 752px;
    height: auto;
    float: right;
    background: #fff;
}

#scissa-schools {
    display: block;
    width: 100%;
    height: 80px;
    margin: 3px 0;

}

#scissa-schools strong {
    display: none;
}

#scissa-schools ul {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/layout/school-logos.png) no-repeat;
}

#scissa-schools ul li {
    display: block;
    height: 70px;
    position: absolute;
    top: 0;

}

#scissa-schools ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#grammar {
    width: 69px;
    left: 15px;
}

#scc {
    width: 95px;
    left: 89px;
}

#ccc {
    width: 70px;
    left: 193px;
}

#mfac {
    width: 70px;
    left: 275px;
}

#pacluth {
    width: 90px;
    left: 362px;
}

#ncc {
    width: 50px;
    left: 460px;
}

#immanuel {
    width: 80px;
    left: 515px;
}

#saac {
    width: 68px;
    left: 609px;
}

#good-sheperd {
    width: 59px;
    left: 681px;
}


#latest-posts {
    display: inline; /* ie6 */
    width: 229px;
    height: 303px;
    position: relative;
    float: right;
    background: url(../images/layout/latest-posts.png) no-repeat 0 -15px;
    margin: -13px 10px 10px 10px;
    z-index: 500;
}

#latest-posts p {
    display: block;
    width: 170px;
    height: 108px;
    position: absolute;
    top: 78px;
    left: 28px;
    font-size: 1.2em;
    line-height: 1.2em;

}

#latest-posts strong {
   display: none;
}

#latest-posts ul {
    display: block;
    width: 190px;
    height: 108px;
    position: absolute;
    top: 73px;
    left: 22px;
}

#tweets, 
#rss {
    display: block;
    height: 62px;
    position: absolute;
    top: 105px;
    
}

#tweets a,
#rss a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#tweets {
    width: 75px;
    left: 20px;
}

#rss {
    width: 50px;
    left: 115px;
}

.twitter-update {
    padding: 8px 0 8px 20px;
    background: url(../images/layout/tweet-bullet.png) no-repeat left 8px;
    border-top: 1px solid #fff;
    font-size: 1.2em;
    line-height: 1.3em;
}

.twitter-update a {
    border-bottom: 1px solid #666;
    text-decoration: none;
    color: #666;

}

#content-body {
    display: block;
    position: relative;
    color: #666;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 40px 20px 20px 20px;
    z-index: 0;
}

#content-body h2 {
    display: block;
    font-size: 2em;
    line-height: 2em;
    color: #333;
    margin-bottom: 1.3em; 
    letter-spacing: -1px;
    overflow: hidden;
}
#content-body h2 .boxed,
#content-body h2 .remaining  {
    display: inline-block;
    float: left;
    padding: 0.1em 0.1em;

}

#content-body h2 .boxed {
    display: inline-block;
    width: 120px;
    background: #ef0075;
    color: #fff;
}

#content-body h2 .numeral {
    display: inline; /* ie6 */
    float: left;
    margin-left: 0.2em;
    font-weight: bold;
    

}

#content-body h2 .boxed-title {
    float: right;
}

#content-body a {
    color: #6a9b24;
    text-decoration: none;
}

#content-body a:hover {
    color: #6a9b24;
    text-decoration: underline;
}


#content-body a:visited {
    color: #999;
}

#content-body p,
#content-body ul,
#content-body ol,
#content-body table {
	color: #333;
	font-size: 1.3em;
    line-height: 1.2em;
	margin-bottom: 1.3em;

}

#content-body p:last-child,
#content-body ul:last-child,
#content-body ol:last-child {
    margin-bottom: none;
}

#content-body ul,
#content-body ol {
	margin-left: 1.4em;

}

#content-body ul li {
	margin-bottom: 0.8em;
}

#content-body strong,
#content-body .bold {
	font-weight: bold;
}

#content-body em {
	font-style: italic;
}

#content-body ul {
	list-style: inside disc;
}

#content-body ol {
	list-style: inside decimal;
}

#content-body h3,
#content-body h4,
#content-body table caption {
    display: block;
    margin-bottom: 0.4em;    
    font-weight: bold;
    color: #79A363;

}

#content-body h3 {
    font-size: 1.8em;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

#content-body h4 {
    font-size: 1.4em;
}


#content-body img {
    display: block;
    float: left;
    margin: 1.2em 1.2em 1.2em 0;
}



#acura-link {
	display: block;
	width: 181px;
	height: 9px;
	margin: 0px auto;
	background: url(../images/layout/acura.png) no-repeat;
	margin-bottom: 20px;


}

#acura-link a,
#zacharys-link a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#zacharys-link {
    display: block;
    width: 150px;
    height: 53px;
    margin: 0 auto;
    background: url(../images/layout/zacharys.png) no-repeat;
}

/* individual page styles */

/* about us */

.about-us h1 {
    background-image: url(../images/layout/header-backgrounds/scissa00.jpg);
}

/* carnival info */

.carnival-info #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa01.jpg);
}

/* swimming */

.secondary-swimming #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa01.jpg);
}

/* primary swimming */

.primary-swimming #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa11.jpg);
}

/* athletics */

.athletics #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa06.jpg);
}

/* district + regional sports trials */

.district-and-regional-sports-trials #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa02.jpg);
}

/* year 4-6 scissa */

.years-4-6 #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa03.jpg);
}

/* year 7-9 scissa */

.years-7-9 #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa04.jpg);
}

/* results */

.results #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa07.jpg);
}

/* cross country */

.cross-country #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa10.jpg);
}

/* primary district */

.primary-district #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa02.jpg);
}

/* secondary district */

.secondary-district #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa02.jpg);
}





/* calendar */



.calendar #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa06.jpg);
}

.calendar #latest-posts {
    display: none;
}

.calendar #content-article {
    width: 445px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 220px;
    
}

.calendar #content-body h2 {
    margin: 20px 0 20px 40px !important;
}


.calendar #content-module {
    width: 100%;
    background-color: #252b2d;
    float: right;
}

.calendar #content-body {
    margin: 0;
    height: 150px;
    margin-top: 30px;

}

.calendar table {
    margin-top: 30px;
    float: right;
}

#calendar-menu {
    display: block;
    width: 160px;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    
}

#calendar-menu h3 {
    text-align: center;
    font-size: 1.4em;
}

#calendar-menu ul {
    width: 100%;
    list-style: none !important;
    margin: 0 !important;
}

#calendar-menu ul li {
    display: block;
    width: 48% !important;
    margin-bottom: none !important;
    
}

#prevMonth {
    float: left;
}

#nextMonth {
    float: right;
    text-align: right;
}

.calendar #content-module {
    position: relative;
}

#weather-channel-box {
    display: block;
    width: 138px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: url(../images/layout/weather-channel.png) no-repeat;
}

#weather-channel-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/* contact us */

.contact-us #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa09.jpg);
}

/* page not found */

.page-not-found #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa08.jpg);
}

/* thanks for contacting us */

.thank-you #header h1 {
    background-image: url(../images/layout/header-backgrounds/scissa05.jpg);
}


/* latest news (tweets) */

#content-body #latest-news {
    margin-left: 0;
    list-style: none;

}

#content-body #latest-news li {
    border-top: 1px solid #eee;
    padding-top: 1.3em;
    margin: 0 0 1.3em 0;

}

#content-body #latest-news li:first-child {
    border-top: 0;
    padding-top: 0;

}

#content-body #latest-news li a {
    color: #0a63a5;

}

#content-body #latest-news li .tweet-meta {
    color: #ccc;
    font-size: 80%;
}

/* classes */

.pdf-link {
	background: url(../images/layout/pdf.png) 0 0 no-repeat;
    padding: 3px 0 3px 25px;
}

.doc-link {
	background: url(../images/layout/doc.png) 0 0 no-repeat;
    padding: 3px 0 3px 25px;
}



/* contact us form */

.required-text,
legend {
	display: none;
}

#enquiry-form {
	width: 100%;
}

.input-row,
.options-row {
	display: block;
	width: 100%;
	clear: both;
}

.input-row label,
.options-row .options-row-label {
	width: 28%;
	float: left;

}

.input-row label,
.options-row .options-row-label,
.option-row label {
	display: block;
	margin: 5px 0;
	font-size: 1.2em;
	color: #333;

}

.option-row label {
    width: 88%;
	float: right;
}


.input-row textarea, .input-text {
	
	border: 1px solid #999;
	
}
.input-row textarea,
.input-text,
.options-block {
	display: block;
	width: 70%;
	padding: 2px;
	float: right;
	margin-bottom: 5px;

}

.option-row {
	display: block;
    width: 100%;
    clear: both;
}

.option-row input {
	display: block;
    width: 8%;
	float: left;
}



.input-row textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}


.input-submit {
	float: right;
	border: 1px solid #999;
	margin-top: 10px;

}

.input-text .input-selected, textarea .input-selected, .input-row .input-text:focus, .input-row textarea:focus {
	background: #60c67a;
}


.input-error {
	background: #F2C7C7;
}

.client-message {
	display: block;
	width: 100%;
}

.client-message span {
	display: block;
	padding: 5px 5px 5px 30px;
}

.information {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -36px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

.error {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -4px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}


/* server error message */

.error-message {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background:  #F4C9C8;
	border-bottom: 2px solid #E7574C;
	z-index: 32000;
}

.error-message p {
	background: url(../images/layout/feedback-icons.png) no-repeat 5px -3px;

}
.error-message p, .error-message ul {
	display: block;
	width: 85%;
	padding: 8px 0 6px 30px;
	color: #333;
	font-size: 1.2em;
}

error-message ul {
	margin: 0 0 1em 2em;
}

.error-message ul li {
	list-style: inside disc;
	margin-bottom: 0.5em;
	

}

.error-message .close-message {
	display: none;
}

.javascript .error-message .close-message {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	background: #E7574C;
	padding: 3px 5px;
	cursor: pointer;
	color: #fff;
	
}





