/*taking out images and bits I feel we dont need as marked out in coloured pencil in notes*/

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
  background-color:#000;
  color: #fff; 
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
}


/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
  font-size: .9em; /* set global font-size here */ 
  /*taken out totake out border*/
  /*border: 3px solid #da5;*/
  
 /* border-width: 4px 3px;*/
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  /*taken out to take out border*/
  /*border-left: 2px solid #da5; /*** Critical left divider dimension value ***/
  /*border-right: 2px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 150px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.mid-section {
  float: right;
  width: 100%;
}

.left {
  background-color:#000;
  float: left;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/
  margin-left: -152px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  background-color:#000;
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical right col width value ***/
  margin-right: -152px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.content {
  background-color:#BAA880;
  font-weight: bold;
  text-align: justify;
  overflow: visible;
  width: 100%;
  /*border-right:1px #000 solid;*/
  /*border-left:1px #baa880 solid;*/
  
  background-repeat:no-repeat;
}



.leftpane {
}

.rightpane {}


/*************** Header and Footer elements *****************/

.top-section {
background-color:#000;
/*background-image:url(top2.jpg);*/
background-repeat:no-repeat;
background-position:top center;
height:270px;
  width: 100%;
  color: #b33;
  padding: 0px 0;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;} 

.footer {
	background-color:#000;
	width: 100%;
	clear: both;
	position: relative;
	border-top:1px solid #da5;
	height: 171px;

}

/************** Spacing Controls for various column contents ***************/

.outer ul {
 
  margin: 10px 0;
}

.textpadder {padding: 20px;}


/************** Generic Rules *************/

/************** Fancy Nav Buttons *************/


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}

/**************** Items to move to typography css *******************/

/*taken from http://psacake.com/web/jl.asp*/
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#baa880}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:5em;
    border:1px solid #fff;
    background-color:#baa880; color:#000;
    text-align: center}

/*navcontainer*/

#nav_spacer{
height:250px;
background:transparent;}

#nav_rn {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear:both;
	background-color:black;
}

#navlist_rn {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*word-spacing:0.8em;*/
}

#navlist_rn li {
	font-size: .7em;
	display: inline;
	/*added the following padding to space out the menu items*/
	/*take out if causing any trouble*/
	padding-left:5px;
	padding-right:5px;
}

#navlist_rn li a { 
	text-decoration: none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	 }
#navlist_rn li a:hover{
	 color:#D30505;
}

/*end of navcontainer*/

.leftpane p{
font-size:.8em;
color:#BAA880;}

.leftpane a:link{color:#fff;
}

.leftpane a:hover{color:#D30505}

.leftpane h4{
font-size:.7em;
color:#EEDBB2;
}

.leftpane ul{
text-align:left;
}

.rightpane ul{
text-align:center;
}

.leftpane li a{
color:#FFF;
text-decoration:none;
font-size:.7em;
font-weight:normal;
text-transform:uppercase;
}

.leftpane li a:hover{
color:#D30505;}

.rightpane li a{
color:#fff;
text-decoration:none;
font-size:.8em;
}

.rightpane li a:hover{
color:#D30505;}

/*corner background*/
.background1{
background-image:url(corner6.gif);
}

.background2{
background-image:url(corner2.gif);
}

.background3{
background-image:url(corner1.gif);
}

.background4{
background-image:url(corner8.gif);
}



.footer p{  font-size: .8em;
  font-weight: normal;
  color:#fff;
  text-align:center;
  }
  
 .footer a{
  color:#DAC085;
  }
 
 .footer a:hover{
 color:#D30505;
 }
 
.content h1{
font-size:1em;
color:#000;
text-align:right;
}

.content h2{
font-size:.9em;
font-weight:bold;
text-align:right;
}
  
.content h3{
font-size:.8em;
text-transform:lowercase;
}

.content h4{
font-size:.8em;
color:#372B08;
text-transform:lowercase;
}

.content .boldsubtitle{
font-weight:bold;

}

.content p{
font-size:.8em;
font-weight:normal;
color:#000;
}

.content a, a:link {color:#000;
font-weight:bold;}

.content a:hover{color:#C80003;}


.content li{
font-size:.8em;
font-weight:bold;
color:#000;
margin-left:3em;
list-style:circle;
}

.rightpane p{
font-size:.8em;
color:#EEDBB2;
}

.rightpane h4{
font-size:.8em;
color:#BAA880;
}

.rightpane pic {
text-align:center;
}

.schoolnewstitle{
width:135px;
height:60px;
background-image:url(sc-news.jpg);
background-repeat:no-repeat;
background-position:right;
}

 p.schoolnews {
font-size:.8em;
padding-left:10px;

}

 p.schoolnews  a:link, a:visited{
color:#fff;
text-decoration:none;
font-weight:bold;
}

 p.schoolnews  a:hover{
text-decoration:none;
color:#D30505;
}

.right img{text-align:center;}

.lowerimage {
background-image:url(lower-middle.jpg);
height:180px;
background-repeat:no-repeat;
background-position:center;
}

/*table styles for the timetable*/

.day {}


tr{color:#5C4E2B;}

th{font-weight:bold}

td{background-color:#83744E;
color:#FFF;
text-align:left}

.day td{background-color:transparent;
}

.map {border:1px solid #906133;}

.maptext {font-size:.8em; 
color:#ccc;
}

.update {
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#000;
	font-size:.8em;
	border:1px solid #000;
	padding:.5em;
	font-weight:bold;
	text-decoration:none;
}



