﻿/* BMnature Standard Style Sheet */
/* Contains logo, footer and standard layout styles  */
/* Changed 4 June 2022 - added top of page class */
/* Changed 15 January 2017 - added audio width */
/* Changed 2 May 2016 - tidied up div names to match width */
/* Created 19 April 2016  */

body {
	text-align: center;
	font-family: Constantia, Georgia, serif; 
	color: navy;                        	/* navy is the default font colour */
	font-size: medium;                      /* medium = font size "3" is the default  */
	background-color: azure;
}

/* used for top of page facility */
.top {
	position: sticky;
	bottom: 20px;
	place-self: end;
	max-width: 100%;	
	float:right;
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}
	
#wrapperm {
	max-width: 800px;                                  /* mobile limit webpage to 800 pixels */
	min-width: 290px;	
	margin:0px auto;
	text-align:left;
}

/*  webpage logo, menu and main image */

/*  start October 2017 logo and menu icon */

.menu-logo-285 {
	width: 285px;
	max-width:100%;
	float:left;
	margin-bottom:5px;
}

.menu-60 {
	width: 50px;
	max-width:100%;
	float:left;
}

.click {
	text-align: center;
	font-size:small;
	font-style:italic;
	color:darkviolet;
	font-weight: bold;
	margin-bottom: 5px;	
}

/*  end october 2017 logo and menu icon */

.logo-285 {
	width: 285px;
	max-width:100%;
	float:left;
}

.menu-285 {
	width: 285px;
	max-width:100%;
	float:left;
	margin:0;
}

.top-image-495 {
	width: 495px;
	max-width:100%;
	float:left;
	text-align: left;
	font-size: small;
	margin-left: 5px;			
}

.showcase {
	text-align: center;
	font-size: large;
	font-weight:bold;
	font-style:italic;
}

.main-image-500 {
	width: 495px;
	max-width:100%;
	float:left;
	text-align: left;
	font-size: small;
	margin-left: 5px;			
}

.webpage-group {
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin:10px 0 10px 0;	
}

/*  increase top and bottom margin if screen width >600px */

@media only screen and (min-width: 600px) {
	.webpage-group {
	margin:20px 0 20px 0;	        
  }
}

.webpage-subheading {
	font-size: x-large;
	font-weight: bold;
}

.webpage-credit {
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
}

.webpage-revision {
	text-align: center;
	font-style: italic;	
}

/*  end of webpage logo, menu and top image */

.webpage-heading {         
	font-family: verdana, san-serif;   
	font-size: xx-large;
	text-align: center;	
	margin-left:10px;
}

.webpage-image {
	width: 550px;
	max-width:100%;
	float:left;
	margin-right:10px;		
}

.webpage-image-title {
	font-size: small;
	color: indigo;
	text-align: left;
}

audio {width: 280px;}

.nowrap {white-space: nowrap;}

img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}

hr.thicker { 
	border-top-width: 4px; 
}

hr.thinner { 
	border-width: 1px; 
}


/*  other common styles  */

.image-left { 
	float:left; 
	margin: 0 10px 0 0;
	width: 200px;
	max-width:100%;		
	text-align: center;
	font-size: small; 
}

.image-right {
	float:right; 
	margin: 0 0 0 10px;
	width: 200px;
	max-width:100%;			
	text-align: center;
	font-size: small; 
}

.image-center { 
	float:none; 
	margin: 0 2px 10px 2px;
	width: 200px;
	max-width:100%;
	margin:0 auto !important;			
	text-align: center;
	font-size: small; 
}

.image-box-left { 
	float:left;	
	width: 300px;
	max-width:100%;			
 	margin: 0 10px 10px 0;
	padding: 3px;
	color:darkslateblue;
	background-color:seashell;		
	border:2px ridge darkslateblue; 
	text-align: center;
	font-size: small; 
}

.image-box-right { 
	float:right;	
	width: 300px;
	max-width:100%;			
 	margin: 0  0 10px 10px;
	padding: 3px;
	color:darkslateblue;
	background-color:seashell;		
	border:2px ridge darkslateblue; 
	text-align: center;
	font-size: small; 
}

.image-caption { 
	margin-top:5px;
	text-align:left;
	font-size: medium; 
}

.center-text {
	text-align: center;
}

.margin10 {margin-left:10px;}
.margin20 {margin-left:20px;}
.margin30 {margin-left:30px;}

.menu-gbmwha-box {
	border:thin darkgreen solid;
	padding:5px;
	width: 145px;
	line-height:25px;
	text-align: left;		
	max-width:100%;
	float:right;
	margin: 0 0 10px 10px;
	background-color: honeydew;
	font-size: small;
	color:darkgreen;	
}

.menu-gbmwha-box a {text-decoration:none;}

.menu-gbmwha-box a:link {color:darkgreen !important;}

.menu-gbmwha-box a:visited {color:darkgreen !important;}

.menu-gbmwha-box a:hover {color:honeydew !important; background-color:darkgreen !important;}


.menu-landscape-box {
	border:thin navy solid;
	padding:5px;
	width: 230px;
	line-height:24px;	
	max-width:100%;
	float:right;
	margin: 0 0 10px 10px;
	background-color: oldlace;
	font-size: medium;
	color:maroon;	
}

.menu-landscape-box a {text-decoration:none;}

.menu-landscape-box a:link {color:maroon !important;}

.menu-landscape-box a:visited {color:maroon !important;}

.menu-landscape-box a:hover {color:oldlace !important; background-color:sienna !important;}

.image-border { 
	float:left; 
	width: 800px;
	padding: 3px;
	max-width:95%;
	background-color: oldlace;
	color: darkslategray;		
	border:2px ridge darkslategray; 
}

.footnote {
	padding-left: 50px;
	text-indent: -50px;
	font-size:small;
	margin-bottom: 5px; 
}

.align-right { float:right; margin: 0 0 10px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

sup {font-size: 80%;}          /* make sup smaller - used for dates 2nd, 8th etc. */
img {border: 0;}

.larger {font-size:large;}

.smaller {font-size:small;}

.bullet-gap li  {margin-bottom:10px;}

.bullet-circle li  {
	list-style-type:circle;
}

.bullet-gap-circle li  {
	margin-bottom:10px;
	list-style-type:circle;
}

.bullet-gap-disc li  {
	margin-bottom:10px;
	list-style-type:disc;
}

.bullet-gap-square li  {
	margin-bottom:10px;
	list-style-type:square;
}

a:link   {color:darkslategray;}
a:visited {color:darkslategray;}
a:hover  {color:red;}

.border1 { border:1px solid black; }      /* place thin black border around images - replaces deprecated border= in img */

.border0 { border:0; }      /* place no black border around images - replaces deprecated border= in img */

/*  footer  */

.copyright {
	 font-size: small;
	 color: midnightblue;
}

.waratah a:link {
	font-size: small;
	font-weight:bold;
	color: darkred;
	text-decoration: none;
} 

.waratah a:visited {
	color: darkred;
}

.waratah a:hover {
	 color: red;
} 
 