/* CSS Style sheet 

basestyles.css 16/10/2007 (moved for rebrand)

Stylesheet for all major styles in stem-ncl.org
should allow for text resizing and stretch to increase accessibility
and usability.

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;    /*  reset  all padding and margins  */
} 

body {
	background: #fff;
}

#container {
	background: #fff url("images/drop.gif") repeat-y top left;  /*drop shadow around page*/
	color: #637485;
	font: small Arial, Helvetica, sans-serif;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

img {
	border: none;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

/*-------------------sidebar----------------------------------------------------*/

#sidebar {
	width: 250px;
	float: left;
}

#callout {
	width: 225px;
	border: 1px solid #dde0e4;
	padding: 0;
	margin: 20px 0 20px 0;
}

#nav #callout img {
	margin: 0;
	padding: 0 0 7px 0;
}

#nav #callout a {
	margin: 0;
	padding: 0;
	width: inherit;
	display: inline;
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	color: #2e901e;
	text-decoration: underline;
}

#nav #callout a:hover {
	color: #1f6114;
	text-decoration: none;
}

#nav #callout p {
	margin: 0;
	padding:  0 6px 10px 5px;
}

#nav #callout h1 {
	margin: 0;
	padding:  0 6px 15px 5px;
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
}

#stempointmark {
	padding: 0 0 20px 0;
}

/*-------------------header----------------------------------*/

#header {
	padding: 20px;
	width: 250px;
}

#ncllogo {  
	position: absolute;    /*position the newcastle college logo*/
	top: 25px;
	margin-left: 480px;
}

#header p {
	padding: 10px 0 0 0;
}

#screen-switcher form, #screen-switcher fieldset, #screen-switcher label, #screen-switcher input, #screen-switcher option {
	border: 0;
	padding: 0;
	margin: 0;
}

#screen-switcher {
	height: 15px;
	padding: 0;
	margin: 10px 0 0px 0;
}

#screen-switcher select {
	height: 15px;
	border: 1px solid #ddd;
	padding: 0;
	width: 100px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#screen-switcher span {
	display: block;
	float: left;
	padding: 0 5px;
	height: 15px;
	border: 1px solid #ddd;
	border-right: none;
	vertical-align: top;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/*----------------navigation-------------------------------*/

#nav {
	width: 230px;
	padding: 15px 0 0 25px;
}

#nav ul {
	list-style: none;
	border-top: 1px solid #637485;
	width: 125px;
	padding: 0;
}

#nav ul ul li{
	border-bottom: 0;
	padding: 0 0 0 10px;
}

#nav ul ul a {
	color: #2e901e;
	width: 100px;
	padding: 5px 20px 5px 5px;
}

#nav li {
	border-bottom: 1px solid #637485;
	padding: 0 0 0 15px;
}

#nav a {
	font: bold 110%/1.2 Arial, Helvetica, sans-serif;
	display: block;
	width: 100px;
	padding: 5px 20px 5px 5px;
	color: #637485;
	text-decoration: none;
}

#nav a:hover {
	color: #1b3044;
	text-decoration: underline;
}

#nav p {
	margin: 40px 0 20px;
}

#nav p a{
	padding: 10px 0;
}

/*----------------admin navigation--------------------------*/

#adminnav {
	margin: 2em 0 0 0;
}

.sabox dl, .saboxr dl {
	padding: 5px;
	margin: 0 0 10px 0;
}

.sabox dt, .saboxr dt {
	clear: both;
	padding: 5px 0 0 3px;
}

.btn {
	float: left;
	padding: 7px 0 0 0;
	width: 35px;
}

.desc {
	float: right;
	width: 210px;
	padding: 7px 5px 0 0;
}

.desc strong {
	color: #CC0000;
}

.recent {
	clear: both;
	padding: 10px 0 0 0;
}

.recent p{
	display: block;
	border: 1px solid #dde0e4;
	padding: 2px 5px 10px 5px;
	margin: 0 5px;
	height: 65px;
}

/*---------------welcome------------------------------------*/

div#welcome h1{
	width: 165px;
	/*height: 40px;*/
	padding: 20px 0 0 0;
}

#welcome p{
	width: 165px;
	padding: 0;
	margin: 10px 0 20px;
}

.callout img{
	padding: 0 0 10px 0;
}

/*----------------main content section----------------------------------------------*/

#main {
	width: 600px;
	/*height: 1050px; */
	float: right;
}

h1 {
	font: bold 110%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

h2 {
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

p {
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 0px 0px 15px 0px;
}

ul, dl {
	list-style: none;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 0 0px 15px 0px;
}

dt {
	font-weight: bold;
}

li, dd {
	padding: 0 0 10px 0;
}

a {
	color: #2e901e;
	text-decoration: underline;
}

a:hover {
	color: #1f6114;
	text-decoration: none;
}

/*-----------front page styles-------------------------------------------------*/

#frontpage {
	padding: 120px 0 10px 0;
	margin-bottom: 35px;
}

.pr { /*right column*/
	float: right;
	width: 262px;
	padding: 10px 25px 0 0;
}

.pl { /*left column*/
	float: left;
	width: 262px;
	padding: 10px 0 0 25px;
}

#kitsp h1 { /*red header*/
	color: #CC0000;
}

/*-----------schools centre page styles-----------------------------------------*/

.schoolcentre {
	padding: 120px 0 10px 0;
	margin-bottom: 35px;
}

.sabox {
	float: left;
	width: 262px;
	/*min-height: 380px; */
	border: 1px solid #dde0e4;
	margin: 0 0 24px 24px;
	padding: 0 0 40px 0;
}

.saboxr {
	float: right;
	width: 262px;
	/* min-height: 380px; */
	border: 1px solid #dde0e4;
	margin: 0 24px 24px 0;
	padding: 0 0 40px 0;
}

.sabox p, .sabox h1, .saboxr p {
	padding: 10px 5px 0 5px;
}

/*----------activities bar on subject pages--------------------------------------*/

#actcol {
	padding: 150px 0 0 0;
}


/*-----------picbar------------------------------------------------------------*/

#picbar.half, #picbar2.half {
	display: block;
	float: left;
	width: 250px;
	padding: 0;
	margin: 0 0 0 25px;
}

#picbar.quart, #picbar2.quart {
	float: left;
	width: 125px;
	padding: 0 0 0 25px;
}

/*-----------textbar-----------------------------------------------------------*/

#textbar.half { 
	display: block;
	float: left;
	width: 275px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

/*this textbar left is to help an IE problem*/
#textbarleft.half { 
	display: block;
	float: left;
	width: 275px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

#textbar2.half {
	display: block;
	float: left;
	width: 250px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

#textbar.threequart {
	float: left;
	width: 400px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}
/*again to fix IE problem*/
#textbar.full, #textbarfull.full {
	display: block;
	width: 550px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

/*-----------forms--------------------------------------------------------*/

form {
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0; /*counteract it's own padding taking it outside of it's container*/
}

input {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fafcfc;
	color: #444;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	width: 100%;
}

textarea {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fafcfc;
	color: #444;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	width: 100%;
}

label {
	margin: 10px 0 2px 0;
	display: block;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
}

select {
	padding: 2px;
	margin: 0 0 10px 0;
	color: #637485;
}

option {
	padding: 2px;
	margin: 0 1em 0 0;
	color: #637485; 
}

fieldset {
	border: 0;
}

legend {
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

.hidden {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*----------------------------*/

#valid img {
	padding: 0 20px 0 0;
}

.listhead {  /*headers in sitemap*/
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	margin: 1em 0 0.2em 0;
}

.kstage {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 5px 5px 10px 0;
	padding: 0 0 25px 0;
	border: 2px solid #dedfdf;
	background: #fafcfc;
}

.kstage legend {
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
}

.kstage input, .kstage label {
	margin: 0 25px 2px 25px;
}

.clear {
	clear:both;
}

.submit {
	width: auto;
}

#search {
	width: auto;
}

/*------------tables--------------------------------------------------------------*/

table {
	border-collapse: collapse;
}

.threequart table {
	width: 400px;
	margin-bottom: 10px;
}

.full table {
	width: 100%;
	margin-bottom: 10px;
}

tr {
	border-bottom: 2px solid #dedfdf;
	height: 30px;
}

td a {
	display: block;
	height: 22px;
	width: 100%;
}

/*-----------tableheaders-------------*/

th {
	text-align: left;
	padding: 4px;
}

.threequart tr.tablehead {
	background:  url("images/tablehead.gif") no-repeat top left;
}
.full tr.tablehead {
	background:  url("images/tableheadfull.gif") no-repeat top left;
}

.col1 {
	width: 26px;
	border: 0;
	border-right: 2px solid #dedfdf;
}

.col2 {
	border: 0;
	border-right: 2px solid #dedfdf;
}

.colend {
	border: 0;
}

/*---------more reliable table headers for safari--------------*/

th.col1 {
	background:  url("images/tableheadfull.gif") no-repeat top left;
}

th.colend {
	background:  url("images/tableheadfull.gif") no-repeat top right;
}

th.col2 {
	background:  url("images/tableheadfull.gif") no-repeat top center;
}

.tablebottom td.col1 {
	background:  url("images/tablebottomfull.gif") no-repeat bottom left;
}

.tablebottom td.colend {
	background:  url("images/tablebottomfull.gif") no-repeat bottom right;
}

.tablebottom td.col2 {
	background:  url("images/tablebottomfull.gif") no-repeat bottom center;
}

/*---------control odd and even rows---------------*/

.odd {
	background: #fff;
}

.odd a:hover {
	background: #eaeaea;
}

.even {
	background: #f1f6f6;
}

.even a:hover {
	background: #dae6e6;
}

/*---------------------------------------*/

.threequart tr.tablebottom {
	background:  url("images/tablebottom.gif") no-repeat bottom left;
	border: 0;
}

.full tr.tablebottom {
	background:  url("images/tablebottomfull.gif") no-repeat bottom left;
	border: 0;
}

td {
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 4px;
	border-left: 2px solid #dedfdf;
	border-right: 2px solid #dedfdf;
}

/*--------------query result divs--------------------------------------------------*/

.result {
	clear: both;
	border: 2px solid #dedfdf;
	padding: 4px;
	margin-bottom: 10px;
}
/*-------------activities brief box styles----------------------*/

.actbrief {
	padding: 0;
	margin: 5px;
	width: 117px;
	height: 150px;
	float: left;
}

.actbrief p {
	margin: 0 4px 4px 0;
	width: 117px;
	padding: 0;
	height: 150px;
	text-align: right;
}

.actbrief a {
	display: block;
	padding: 4px;
	width: 109px;
	height: 142px;
	text-decoration: none;
	color: #637485;
}

.actbrief span {
	display: block;
	font: bold 110%/1.2 Arial, Helvetica, sans-serif;
	margin: 70px 4px 0 0;
	text-align: left;
}
/*---------brief box tag styling----------------*/

.actbrief p.tag1 a{    /*science*/
	background: url(http://stem-ncl.org/images/sciencebrief.gif) no-repeat top left;
}

.actbrief p.tag1 a:hover{    /*science*/
	background: url(http://stem-ncl.org/images/sciencebrief.gif) no-repeat top right;
}

/*---------extra rules to more titles in science boxs--------*/

.actbrief p.tag1 span {
	text-align: right;
	width: 65px;
	float: right;
	margin: 55px 4px 0 0;
}

/*--------------tag referenced images for activities-----------------------------------------*/

.actbrief p.tag2 a{   /*engineering*/
	background: url(http://stem-ncl.org/images/enginbrief.gif) no-repeat top left;
}

.actbrief p.tag2 a:hover{   /*engineering*/
	background: url(http://stem-ncl.org/images/enginbrief.gif) no-repeat top right;
}

.actbrief p.tag3 a{   /*technology*/
	background: url(http://stem-ncl.org/images/techbrief.gif) no-repeat top left;
}

.actbrief p.tag3 a:hover{   /*technology*/
	background: url(http://stem-ncl.org/images/techbrief.gif) no-repeat top right;
}

.actbrief p.tag4 a{    /*maths*/
	background: url(http://stem-ncl.org/images/mathsbrief.gif) no-repeat top left;
}

.actbrief p.tag4 a:hover{    /*maths*/
	background: url(http://stem-ncl.org/images/mathsbrief.gif) no-repeat top right;
}

.actbrief p.tag5 a{    /*general*/
	background: url(http://stem-ncl.org/images/generalbrief.gif) no-repeat top left;
}

.actbrief p.tag5 a:hover{    /*general*/
	background: url(http://stem-ncl.org/images/generalbrief.gif) no-repeat top right;
}

/*--------------------------------------------------------------*/

#tag1.result {
	padding-bottom: 130px;
	background: url(http://stem-ncl.org/images/chemact.jpg) no-repeat bottom right;
}

#tag2.result {
	padding-bottom: 130px;
	background: url(http://stem-ncl.org/images/enginact.jpg) no-repeat bottom right;
}

#tag3.result {
	padding-bottom: 130px;
	background: url(http://stem-ncl.org/images/techact.jpg) no-repeat bottom right;
}

#tag4.result {
	padding-bottom: 130px;
	background: url(http://stem-ncl.org/images/mathsact.jpg) no-repeat bottom right;
}

#tag5.result {
	padding-bottom: 130px;
}

/*-----------actmore------------------------------------------------------*/

.actmore1, .actmore2, .actmore3, .actmore4, .actmore5 {
	border: 2px solid #dedfdf;
	padding: 4px;
	margin: 0 25px 10px 0;
	width: 160px;
	float: left;
}

.actmore1 {
	padding-bottom: 75px;
	background: url(http://stem-ncl.org/images/sciencemore.gif) no-repeat bottom right;
}
.actmore2 {
	padding-bottom: 75px;
	background: url(http://stem-ncl.org/images/enginmore.gif) no-repeat bottom right;
}
.actmore3 {
	padding-bottom: 75px;
	background: url(http://stem-ncl.org/images/techmore.gif) no-repeat bottom right;
}
.actmore4 {
	padding-bottom: 75px;
	background: url(http://stem-ncl.org/images/mathsmore.gif) no-repeat bottom right;
}

/*--------------------------------------------------------------*/

ul#sort li {  /*sort controls*/
	float: left;
	padding: 0 2em 1em;
}

ul#sort {
	display: block;
	margin: 0 0 20px 0;
	height: 2.5em;
}

/*-------kits section-------------------------------------------------------*/

.kit, .kitone {
	border: 1px solid #dde0e4;
	padding: 5px;
	margin: 0 0 20px 0;
	width: 390px;
}

.kit div.left {
	width: 248px;
}

.kit img {
	float: right;
	padding: 0;
}

/*----------bottom of page------------------------------------------------------------*/

#bottom {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

/*-----------message boxes------------------------------------------------------------*/

#message {
	position: fixed;
	top: 100px;
	width: 300px;
	padding: 20px 110px 20px 10px;
	margin-left: 20%;
	margin-right: 20%;
	z-index: 99;
}

#message p {
	padding: 0 0 10px 0;
	margin: 0;
}

.success {
	color: #339966;
	border: 2px solid #339966;
	background: #ffffff url("images/successbg.gif") bottom right no-repeat;
}

.warning {
	color: #990000;
	border: 2px solid #990000;
	background: #ffffff url("images/warningbg.gif") bottom right no-repeat;
}


/*--------complete and pending messages-------------------------------------------------------*/

#comp {
	border: 2px solid #339966;
	padding: 4px;
	margin-bottom: 10px;
}

#comp h2 {
	color: #339966;
}

#pend {
	border: 2px solid #990000;
	padding: 4px;
	margin-bottom: 10px;
}

#pend h2 {
	color: #990000;
}

#pend form {
	margin: 0;
	padding: 0;
}
/*------social bookmarking---------------------------------------------*/

div#at_email textarea, div#at_email input {
       position: relative;
       left: 60px;
}





