
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* The wrapper restricts the width of the website to a size suitable for the iPad in portrait orientation */
#wrapper {
/*	max-width: 768px; */
	margin: 2px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

/* used with footer */
#siteinfo{
/*	max-width: 768px; */
	margin: 0px;
	text-align: center;
	background-color:#d6e4f5;

}

/* For mobile phones: */
@media only screen and (max-width: 599px) {
	.pm1 {width:100%;}
	.pm2 {width:40%}
	div.pc {
    display: none;
  }
  div.tablet {
    display: none;
  }
    div.phone {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media screen and (min-width: 600px) {
  div.pc {
    display: none;
  }
  div.tablet {
	  display: block;
  }
  div.phone {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  div.tablet {
    display: none;
  }
  div.pc {
	  display: block;

  }
    div.phone {
    display: none;
  }
}

[class*="col-"] {
  float: left;
  padding:10px;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  background-color: white;
  color: #ffffff;
  padding: 15px;
}

.row: after {
  content: "";
  clear: both;
  display: table;
}

.menuphone ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menuphone li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: rgb(84, 130, 53);
  color: white;
  text-decoration: none;
}


.menutablet ul {
  list-style-type: none;
  margin: 2px;
  padding: 0;
  background-color:white;
}

.menutablet li {
  padding: 10px 20px 10px 20px;
  margin: 0 10px 0 10px;
  background-color: rgb(84, 130, 53);
  color: white;
  text-decoration: none;
}

.menutabletlogin li {
  display:inline;
  padding: 10px 10px 10px 10px;
  margin: 0 10px 0 10px;
  background-color: rgb(84, 130, 53);
  color: white;
  text-decoration: none;
}

.menutabletsub ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menutabletsub li {
  padding: 8px;
  margin: 5px;
  background-color: rgb(84, 130, 53);
  color: white;
  text-decoration: none;
}

.menu li:hover {
  background-color: #273C18;
  color: yellow;
}

.menu li a:link {
  display: block;
  color: white;
  text-decoration: none;
}


.menu li a:visited {
  color: white;
  text-decoration: none;
}

.menu li a:hover {
  color: yellow;
  text-decoration: none;
}


a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
/*
.menu li a{
  display: block;
}
*/
p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p{
	margin-bottom:10px;
	line-height: 150%;
	font-size: 100%;
	font-weight: normal;
	color: #000000;	
	padding-left:10px;
}

h1{
	font-size: 150%;
	color: #273c18;
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	font-size: 130%;
	color: #273c18;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 25px;
	
}

h3{
	font-size: 120%;
	color: #273c18;
	font-weight: bold;
}

h4{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #0000ff;
}

h5{
	
	font-size: 100%;
	font-weight: bold;
	color: #6020C0;
	text-align: right;
}

h6{
	margin-bottom:10px;
	line-height: 150%;
	font-size: 100%;
	font-weight: normal;
	color: #320075;	
	text-transform: uppercase;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

.liwide li {
	margin-bottom:10px;
	line-height: 150%;
}

.topborder {
  border-top: thin solid gray;
}
.sideborders {
  border-left: thin solid gray;
  border-right: thin solid gray;
}

/* This is used on the home page and wherever a border is required around an image */
.border1 {
  border-style: solid;
  border-width: 1px; 
  border-color: #24548f;
  }
/* This is used for tables generally */
table.bordercolor {
    border-collapse: collapse;
}

table.bordercolor th{
  border-style: solid;
  border-width: 1px; 
  border-color: #24548f;
}
table.bordercolor td{
  border-style: solid;
  border-width: 1px; 
  border-color: #24548f;
}
/* These two styles are used to align the input boxes on the login form */
#loginForm{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 100%;
}

#loginForm label{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 100%;
	float:left;
	width:8em;
	text-align: right;
	clear: left;
	margin-right: 10px;
}
#loginForm input{
	font-family: Courier, Monospace;
}

table#EventDirections {
		border-style: solid;
		border-width: 1px;
		border-color: black;
		border-collapse: collapse;
	}
table#EventDirections td {
 	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}
table#EventDirections th {
 	padding: 5px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}

#button1 {
  display: inline-block;
  width: 200px;
  height: 70px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: yellow;
  background-color: rgb(85, 142, 213);
  border: none;
  border-radius: 10px;
  box-shadow: 6px 6px #999;
  margin: 0, 10px, 0, 10px;
}

#button1:hover {background-color: #24548f}



/* Used wherever words are to be emphasised by being in the highlight colour */
.emphasis1 {
	color: maroon;
	font-weight: bold;
}

.smalltext1 {
	font-size:80%
}

.largetext1 {
	font-size:120%
}
.highlight1 {
	color: maroon;
}
.background1 {
	background-color:#d6e4f5;
}
.flushleft {
	padding-left:0px;
}
.flushbottom {
	margin-bottom:0px;
}