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

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .82em;
}

p
{ margin: 0px;
  padding: 0px 0px 5px 0px;
  line-height: 1.2em;
}

h1, h2, h3, h4
{ font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px;
  font-weight: normal;
}
h2, h3, h4
{ padding: 12px 0px 0px 0px; 
  margin: 0px 0px 6px 0px; 
}
h1, h2 {clear: both;  
  text-transform: uppercase;}
h2 {font-size: 110%;}
h3, h4
{ font-family: arial, sans-serif;
  font-size: 110%;
}

.teachers h2 {padding: 5px 0 5px 5px; margin: 30px 15px 0 0;}
.teachers h2.firstHeader {margin-top: 0px}

#auto_head {border-top: 3px dotted; margin-top: 15px;}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 4px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

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

#leftcolumn, #rightcolumn {width: 265px; float:left; }
#leftcolumn {margin-right:20px}
 
/* block quote 
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}
*/
dl 
{ margin: 0 0 10px 0; padding: 0;
}
dt 
{ margin: 1px 0px;
  padding: 5px 0px 5px 32px;
}
dd
{ margin: 1px 0px 10px 20px; 
  padding: 5px 0px 5px 10px;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 14px;
  padding: 0px;
}

ul.bubble {margin: 2px 0px 18px 0px;}
ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px 0px 0px 0px;
}
ul.bubble li
{ list-style-type: none;
  margin: 0px 0px 8px 0px; 
  padding: 0px 0px 3px 28px;
}

/* 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, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 770px;  
	min-height:700px;
  height:auto !important;
  height:700px;}

/* address */
#address
{ padding: 57px 17px 0px 14px;
  float: right;
  text-align: right;
}

#address p
{ padding: 0px;
  margin: 0px;
}

#message {margin: 65px 17px 0px 190px;
  float: left;
  text-align: left;
  width: 300px;
  font-weight: bold;}

/* logo */
#logo
{ position: relative; 
  width: 770px;
  height: 120px;
  border-top: 5px solid;
}

#logo h1
{ font-size: 130%;
  padding: 27px 0px 0px 170px;
  height: 111px;
  float: left;
  text-transform: lowercase;
  position: absolute; 
}

#flags {position: absolute; float:left; margin: 0px 0 0 170px; display:none;}
#main.homepage #flags {display: block;}

#colours
{ height: 0px;
  text-align: right;
  padding: 20px 0px 0px 0px;
}

/* navigation menu */
#menubar
{ width: 770px;
  height: 65px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 18px 12px 8px 12px;
  text-align: center;
  border-right: 1px solid;
} 

#search
{ float: right; 
  padding: 16px 0px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: verdana, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 770px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #FFF;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 200px;
  padding: 15px 5px 15px 0px;
}

/* sidebar items / links */
.sidebaritem, .sidebarlink
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 0px 0px;
}
 
.sidebarlink 
{margin-top: 15px; padding-bottom: 10px; border-bottom: 1px solid;}

.sidebarlink div
{ float:left; margin-left: 5px;}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px; }

.sidebaritem ul
{ border-top: 1px solid;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 
.sidebaritem ul em
{ display:block; padding-left: 2px;
}
.sidebaritem ul em.firstItem
{ margin-top: 2px;
}

#wifi
{
  padding: 20px 5px 10px 5px;
  float: left;	
}
#twitter {float: left; padding: 0px 5px 10px 5px;}
#facebook {float: right;padding: 0px 5px 10px 5px;}

/* page content */
#specialEvent 
{ width: 180px; border: none; margin-left: 10px; padding: 4px; background: #eee;}

#content
{ text-align: left;
  width: 550px;
  float: left;
  padding: 22px 00px 15px 8px;
}
#content.wide {width: 550px;}

#content h1{font-size: 125%;}

#content a, #footer a{border-bottom: 1px dotted;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ width: 730px;
  height: 40px;
  padding: 18px 20px 4px 20px;
  text-align: center; 
  clear:both;
}

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

/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

.smallPhoto
{ width: 120px;
}

div.event
{width: 255px; float: left; margin-right: 15px;
border-top: #999 1px dashed; border-bottom: #999 1px dashed;}

div.weekday {color: #174697;}
div.friday {color: #000;}
div.saturday {color: #CE0000;}
div.sunday {color: #999;}

.month {font-size: 2.02em; clear:both;}  
.day {font-size: 1.17em; font-style:italic;} 
.eventName  {font-size: 1.02em; font-weight: bold;} 

.event dl {width: 90%;}
.event dt
{ background: none;
  color: inherit;
  font-weight: bold;
  margin: 5px 0 0 0; padding: 0;
}
.event dd 
{ margin: 0 0 0 20px; padding: 0;}

.person {float: left;}
.person img {float:left; margin-right: 10px;}
.person p {margin-right: 10px;}
.thirdWidth {width:33%;}
.halfWidth {width:49%;}
.person h3 {clear:left;}
.home .person h3 {padding: 0px 0 15px 0px;}

#kvb a {width: 100px; height:47px; display: block; float: left; margin-right: 4px;}
#car a {width: 100px; height:50px; display: block; float: left; margin-right: 4px;}

#kvb a, #kvb a:hover, #car a, #car a:hover
{ text-decoration: none; border-bottom: none; } 

  





.clearBoth {clear: both;}





blockquote {
	clear: both;
	width: 500px;
	text-align: center;
	margin: 0 0 1.5em 0em;
	padding: 0;
	line-height: 1.4em;
	color: #555;
	background: #dfebff url(open_quote.gif) no-repeat top left;
}
blockquote p {
	font-size: 130%;
	 margin-right: 0;
}
.quote {
	margin: 10px 10px 0 0;
	padding: 20px 20px 10px 20px;
}
.closeQuote {
	background: url(close_quote.gif) no-repeat right bottom;
	padding: 0 0 20px 0;
}
.author {
	background: url(quote_bottom.gif) no-repeat bottom;
	padding: 0 0 10px 0;
	margin: 0;
	color: #666;
	font-weight : bold;
	font-size: 110%;
	font-style : italic;
}

#selectLanguage {
  color: #fff;
  float:right;
  margin-top: 48px;
}
#selectLanguage a {
  color: #fff;
}
#special {
  float: left;
  margin-left: 35px;
}


