@charset "utf-8";
/* CSS Document */

<style type="text/css">

div.container {
    width: 100%;
	background-color:#FFFFFF;
    margin: 0px;
    border: 1px solid gray;
    line-height: 150%;
}



div.header {
	clear: left;
	padding-top: 0.05em;
	padding-right: 150px;
	padding-bottom: 0.05em;
	padding-left: 150px;
	background-image: url(../assets/header7.jpg);
	background-repeat:no-repeat;
}


div.header a {
	color:#FFFFFF;
	font-weight: 500;
	text-align: left;
}

div.footer { 
    color: white;
	padding-top: 0.05em;
	padding-right: 0.5em;
	padding-bottom: 0.05em;
	padding-left: 150px;
	background-color: #000000;
	clear:left;
	text-decoration:none;
	}

div.footer a {
	color:#FFFFFF;
	font-weight: 500;
	text-align: left;
}

div.footer2 {
	margin-left: 145px;
	margin-right: 145px;
	padding-top: 0.05em;
	padding-right: 0.5em;
	padding-bottom: 0.05em;
	padding-left: 0.5em;
	clear:left;
	text-decoration:none;
}


div.sidebar {
	width: 145px;
	background-color:#FFFFFF;
	padding-top: 0.75em;
	padding-right: 0.5em;
	position:fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}

div.rightbar {
	width: 145px;
	background-color:#FFFFFF;
	padding-top: 0.75em;
	padding-right: 0.5em;
	position:fixed;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}


div.content {
	margin-left: 145px;
	margin-right: 145px;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

div.content2 {
	margin-left: 145px;
	margin-right: 145px;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

div.content {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-width: 250px;
    -moz-column-width: 250px;
          column-width: 275px;
	-webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
	-webkit-column-rule: 1px solid #CCC; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px #CCC; /* Firefox */
    column-rule: 1px solid #CCC;
}
	
h1 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

h6 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

h7 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

p8 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

p8 {font-weight:600;
color: #A41523;
	
}



div.content2 {
	margin-left: 150px;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
	

h1.header {
    padding: 0;
    margin: 0;
}

h3.header {
	font-size:6px;}

h3 + ul { margin-top: -5px;}

p + ul { margin-top: -5px;}


h2.content {
	font-size:18px;
	color: #336699;
	font-weight: bold;
}
	
body,td,th {
	font-family: serif;
	font-size: medium;
}

/*page heading*/
h1 {
	font-size:24px;
	color: #336699;
	font-weight: bold;
}

/*page sub heading*/
h2 {
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}

/*paragraph heading*/
h3 {
	font-size:16px;
	font-weight: 600;
	margin-bottom: -2px;
	background-color: #FFFFCC;
	display:inline;
	}

/*video paragraph heading*/

h7 {font-size:16px; color: #336699; font-weight: 600;}


/* page menu list in header and footer */
h4 {font-size: 14px;
    font-weight:600;
	color: #FFFF00;}
	
/*Styling for learnmanagement2 link text*/
h5 {
	font-size: medium;
	color: #660033;
	font-weight:bold;
	}

/*style of text spreading across the whole page*/	
h6 {font-size:16px;
font-weight:400;}

/*style of regular text in a paragrpah*/
p {
	font-size:16px;
	text-align: left;
}

/*changes colour/style of just one word in a sentence. Use HTML <span class="name of style">text you want to colour e.g. <span class="word">Hello</span>*/

.LM2 { color: #990000;
       font-weight:600;}
	   
.word {color:#660000;
font-weight:bold}

.whitefont { color:#FFFFFF;}
	
/*list styles*/
ul.a {list-style: square;}
ul.b {list-style:decimal;}/*numbers*/
ul.pop {display:inline;
	  margin:0; 
	  font-size:15px;
	   	  }
	
/* This coding makes images responsive*/
img {
	max-width: 100%;
	height: auto;
	/*These 3 lines centre the image*/
	display:block;
	margin-left:auto;
	margin-right:auto;
}
	
/* This coding makes videos responsive*/
#video-wrapper {
    position: relative;
	/*padding bottom needed for 16:9 aspect ratio ie 9/16*100% */
	padding-bottom: 56.25%;
	margin-left:auto;
	margin-right:auto;
}

#video-wrapper iframe {
/* keeps video in the iframe */
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}

/*These 3 lines centre the image*/	
img { display:block;
	margin-left:auto;
	margin-right:auto;}
	
/*social media icons*/	
#image-facebook {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 0px;
}
#image-twitter {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 0px;
	background-color:#55acee
}

div.g-plusone {
	width: 25px;
	height: 25px;
	data-annotation:bubble;}

	

/*nav*/

ul{
	list-style:none;
	}
	
nav ul li{
	display:inline;
	
}

nav li a{
	padding-right: 8px;
	text-align: center;
	color:#FFFFFF;
}

a { text-decoration:none;}

a:hover{
	color:#999900;}
	
/*CSS for Diagram captions */

figure {display:inline-block; }
		
figcaption {text-align:center;}

/*Colour for top navigation bar */

.topnav {
  overflow: hidden;}

/* Style the links inside the top navigation bar */

.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 15px;
}

/* Hide the link that should open and close the topnav on small screens 
.topnav .icon {
  display: none;
} */

/*Display only the first three links in the header*/
.topnav a:not(:nth-child(-n+3)) {display: none; }

/*Show the link that should open and close the top nav*/
.topnav a.icon {
    float: centre;
    display: block;
  }
  
 /*Open dropdown menu, display as a block, align the text on the left etc*/ 
 .topnav.responsive a {
    display: block;
    background-color: #000000;
	color:#FFFFFF;
	float: none;
    display: block;
    text-align: left;
	max-width:210px;

 }

@media screen and (min-width: 601px) {
	
	#adslot_4   {display:none}
	#adslot_5   {display:none}
	
	}

@media screen and (max-width: 600px) {

	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home") */
	
	.topnav a:not(:first-child) {display: none;}

/*Use a different background image in the header because the full screen image is the wrong size */
	

div.header {
	background-image: url(../Assets/headerresponsive.jpg);
	background-color: #1D1D1D;
	padding-left: 0;
}
	
/*Show the link that should open and close the top nav*/
	
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
/*Padding to move menu down from the learnmanagement2 logo */
  .topnav a:first-child {
  padding-top: 70px;}
	

.video-container {
    width: 100%;
	height: 0%;
	padding-bottom: 56.25%;
	overflow:hidden;
	position:relative;}
 
.video-container iframe {
	position:absolute;
    width: 100%; 
	height: 100%;
	top: 0;
	left: 0;}
	
div.sidebar {display:none}
	
div.rightbar {display:none}
			
div.content {
	margin-left: 0;
	margin-right: 0;
	padding:1em;z\x
}

div.content {
	-webkit-column-width: 500px;
    -moz-column-width: 500px;
          column-width: 500px;
	-webkit-column-gap: 0em;
     -moz-column-gap: 0em;
          column-gap: 0em;
}


div.content2 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right:0;}


div.footer {padding-left: 0;}

div.footer {padding-left: 0;}
	
ul.pop { text-indent: inherit;}
	

}

</style>
