@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto; 
	background: url(../images/template_01.jpg) repeat-x #4aad40;
}

#Container {
	margin:0px auto;
	width: 1057px;
	height: 700px;
	background: url(../images/template_content_02.png) no-repeat;
	position: relative;
	font-family: "Comic Sans MS", Arial;
}

#Header {
	width: 1057px;
	height: 200px;
	position: relative;
	float:left;
}

#HeaderTitle {
	width: 1057px;
	height: 115px;
	position: relative;
	float:left;
	cursor: pointer;
	z-index: 4;
	margin-top:-40px;
}

#Content {
	width: 1057px;
	background: url(../images/template_content_03.png) repeat-y;
	position: relative;
	float:left;
}

#Footer {
	width: 900px;
	height: 365px;
	background: url(../images/template_content_04.png) no-repeat;
	position: relative;
	float:left;
	padding-left: 150px;
	padding-right: 300px;
	clear:both;
}

#treehouse {
	z-index:0;
}

/* MENU */

.kwicks {
	list-style: none;
	float:left; 
	position: relative;
	margin: 115px 0px 0px 250px;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	margin-left: -10px;
}

#Menu {
	z-index: 3;
	position:absolute;
	clear:both;
	top: 0px;
}
#Menu li {
	float: left;
	width: 150px;
	height: 75px;
	margin-right: 0px;
	
}
#Menu #seasons { 
	background: url(../images/menu_seasons.jpg);
}
#Menu #temperature {
	background: url(../images/menu_temperature.jpg);
}
#Menu #airpressure {
	background: url(../images/menu_airpressure.jpg);
}
#Menu #clouds { 
	background: url(../images/menu_clouds.jpg);
}

#Menu #severe { 
	background: url(../images/menu_severe.jpg);
	margin-right: 0px;
}



/*Sub Menu*/

#SubMenu {
	float: left;
	position:relative;
	margin-left: 140px;
	top: 0px;
	min-height: 35px;
	width: 700px;
}

#SubMenu ul{
	margin-left: -30px;
	margin-bottom:5px;
	min-height: 35px;
	
}

#SubMenu li{
	list-style-type:none;
	display: -moz-inline-stack;
	display: inline-block;
	
	width: 130px;
	font-size: 80%;
	padding: 5px 5px;
	margin-top: -8px;
	margin-bottom: 0px;
	padding: 0px;
	height: 40px;
	min-height: 40px;
	vertical-align:top;
	margin-right: 3px;
	text-wrapping: normal;

}

#SubMenu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	min-height: 40px;
	padding: 0px 7px;
	width: 115px;
}

#SubMenu li:hover {
	background-color: #E1FCE0;
}

/* Sub Menu for seasons */
#SubMenu.seasons {
	background-color: #65cd32;
	border: 3px solid #339933;
}

#SubMenu.seasons li{
	background-color: #a0d7a0;
}

#SubMenu.seasons a {
	color: #000000;
}

#SubMenu.seasons  li:hover {
	background-color: #E1FCE0;
}

/* Sub Menu for air pressure */
#SubMenu.airpressure {
	background-color: #ffcc33;
	border: 3px solid #cf9311;
}

#SubMenu.airpressure li{
	background-color: #fadf8d;
}

#SubMenu.airpressure a {
	color: #000000;
}

#SubMenu.airpressure li:hover {
	background-color: #fdf2d2;
}

/* Sub Menu for clouds */
#SubMenu.clouds {
	background-color: #66cbff;
	border: 3px solid #0c54c2;
}

#SubMenu.clouds li{
	background-color: #b9e6fc;
}

#SubMenu.clouds a {
	color: #000000;
}

#SubMenu.clouds li:hover {
	background-color: #c8ecfd;
}

/* Sub Menu for air pressure */
#SubMenu.rockweather {
	background-color: #ff3433;
	border: 3px solid #c20b0d;
}

#SubMenu.rockweather li{
	background-color: #fb9d9d;
}

#SubMenu.rockweather a {
	color: #000000;
}

#SubMenu.rockweather li:hover {
	background-color: #ffd2d2;
}

/* CONTENT */

#ContentBody {
	float: left;
	position: relative;
	margin-left: 150px;
	width: 700px;
	top: 0px;
}

#ContentBody h1{

	/*color:#339933;*/
	font-size: 130%;
}
 #IndexSound {
 	float:left;
	top:620px;
	position: relative;
	clear: both;
	z-index: 3;
	margin-left: 300px;
 }
 
  #IndexSound.Introduction {
 	top: 0px;
 }

/*Footer */

#FooterIndex {
	width: 700px;
	height: 115px;
	background: url(../images/transbackground.png);
	position: absolute;
	float:left;
	margin-left: 130px;
	padding-left: 20px;
	padding-right: 20px;
	top: 500px;
	z-index: 4;


}

#FooterIndex.Introduction {
	top: -160px;
}

#FooterIndex.credits {
	top: 0px;
}

#FooterContent {
	width: 650px;
	height: 115px;
	background: url(../images/transbackground.png);
	position: relative;
	float:left;

	padding-left: 20px;
	padding-right: 20px;
	top: 0px;
	z-index: 4;


}

div#FooterContent .FooterLinks a, div#FooterContent .FooterLinks{
 color: #FFFFFF;
}


div#FooterIndex .FooterLinks a, div#FooterIndex .FooterLinks{
 color: #FFFFFF;
}

#Footer {
	float: left;
	position: relative;
	top: 0px;
}

/* MENU Footer */

.kwicks2 {
	list-style: none;
	float:left; 
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 0;
	clear:both;
}
.kwicks2 li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	margin-left: -10px;
	float:left; 
}
		
#MenuFooter {
	top: -10px;
	position:relative;
	clear:both;
	/*position:absolute;*/

}		
		
#MenuFooter  li {
	float: left;
	width: 150px;
	height: 50px;
	margin-right: 0px;
	
}
#MenuFooter  #activities { 
	background: url(../images/menu_activities.jpg);
}
#MenuFooter  #teachers {
	background: url(../images/menu_teachers.jpg);
}
#MenuFooter #credits {
	background: url(../images/menu_credits.jpg);
}

#MenuFooter #glossary {
	background: url(../images/menu_glossary.jpg);
}

.FooterLinks {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 20px;
	clear:both;
	
	
}

.FooterLinks a {
	color: #000000;
}

.FooterLinks img {
	border:0;
	text-decoration:none;
}


a.right {
	float: left;



}

a.left {
	float: left;
	z-index: 5;
	

}

#SoundButton {
	float: left;
}

.node-image {
	margin-left: 30px;
	float: right;
	clear:both;
	width: 300px;
}

.node-image.width450 {
	width: 450px;
}

.node-image.width600 {
	width: 600px;
}

.node-image.clearLeft {
	clear:left;
}

.node-image.floatLeft {
	float:left;
}

.noMargin {
	margin: 0px;
}

.image-instruction {
	font-size: 80%;
	margin-top: 0px;
}

#ContentBody p {
	
}

#ContentBody h2 {
	font-size: 115%;
}


.airpressure h1 {
	color: #FF9900;
}

.rockweather h1 {
	color: #CC0000;
}

.clouds h1 {
	color: #0066CC;
}

.seasons h1 {
	color: #339933;
}

.relatedPagesButtonContainer{
	float:right;
	width:130px;
	margin:5px;
}

#globalHeader{
	float:left;
}
#SocialMediaBar img{
	position:relative;
	z-index:100;
}

#FooterLast {
	text-align:center;
	color:#073403;
	font-size:12px;
	padding:1em 0;
	font-family:"Comic Sans MS", cursive;
	margin: 0 0 0 -4em;
}

#FooterLast a { color:#073403; text-align:center; }

#FooterLast a:hover { color:#000; }

#uix {
	float:right;
	height: 0 !important;
	padding:0 !important;
	position:relative;
	top:10px;
}

#linkHome { display:none !important; }

#UPRN { font-size:20px; }

#global_Footer ul { padding:0; }

#global_Footer ul a {
	font-size:11px;
	overflow:visible !important;
}

#global_Footer ul li span.img {
	height: 69px !important;
	width: 69px !important;
}

#global_Footer ul li a { width: 75px !important; }
