/* global */
html{height: 100%;}

/*the font style and size, and BG color*/
body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #000D40;
  color: #214A5B;
}

/*The blue footers and the menu, and the blue BG on the main site*/
#links, #footer, #menu, #menu li a
{ background: #214A5B;
  color: #89D110;
/*color: #990000;*/

  border-color: #D7D7D7;
}
/*the top-right links*/
#links a, #footer a, #links a:hover, #footer a:hover
{ background: #FFFFFF;
  color: #000000;
}

/*the heading pic behind the Shrewsbury High School*/
#logo
{ background: #000000 url(indexfiles/banners/mainbg.gif);
  color: #FF9615;
}


/*the space between Class Updates and tech notes*/
p
{ margin: 10px 15px 0px 10px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

/*makes the "Welcome to the new marcfine site!" on the Computer Science page bigger and bold*/
h1.new
{ background: #FF9615;
  color: #FF9615;
  border-color: #FF9615;
}

/*the font*/
h1
{ font-family: arial, sans-serif;
  color: #FF9615;
  letter-spacing: .1em;
}

/*the of the pic on the main page*/
img{border: 0px;}
a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

h9
{ margin: ;
}


.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}


.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}


ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

#content, #column2 a, #column2 a:hover
{ background: #FFF6C4;
  color: #000000;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{ padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 761px;
  height: 120px;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
}

.sbihead.new
{ background: #FFF url(orange_sbi.png);
  color: #0A0085;
}

.sbihead h1.new
{ background: #0A0085;
  color: #0A0085;
}

.sbilinks li a.new
{ background: #FFF url(link.png);
  color: #DBD7D1;
} 

.sbilinks li a:hover.new
{ background: #B7B7B7;
  color: #EA8916;
} 
a:visited.new {
background: #FFF url(menu.png);
  color: #0A0085;
  border-color: #D7D7D7;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #F8BC00 url(orange_menu2.png);
  color: #0A9AD1;
color: #0A0085
} 

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: .5px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: left;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 5px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 540px;
  float: right;
  padding: 12px 3px 15px 10px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover.new
{ background: #FFDB7F;
  color: #000000;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}

.blue
{ background: #FFFFFF url(blue.png) no-repeat left center;
  color: #109CEF;
  padding: 0px 40px 0px 20px;
}

.green
{ background: #FFFFFF url(green.png) no-repeat left center;
  color: #94C65A;
  padding: 0px 40px 0px 20px;
}

.purple
{ background: #FFFFFF url(purple.png) no-repeat left center;
  color: #CE5AEF;
  padding: 0px 40px 0px 20px;
}

.orange
{ background: #FFFFFF url(orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #FFFFFF;
	text-decoration: none;
	cursor: auto;
	filter: Xray;
}
.content {
	border: .75;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
