﻿/* BMnature Standard Style Sheet */
/* Contains logo, footer and standard layout styles  */
/* 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;
}

/* 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 */
	margin:0px auto;
	text-align:left;
}

/*  webpage logo, menu and heading */

.bmce-title {
	width: 580px;
	max-width:100%;
	float: left;
	margin-top:10px;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.bmce-sub-title {
	margin-top:10px;
	font-size: large;
	color: navy;
	font-weight: normal;		
}

.bmce-sub-title a:link {color:navy !important;}
.bmce-sub-title a:visited {color:navy !important;}
.bmce-sub-title a:hover {color:red !important;}

.menu-landscape-box {
	border:thin navy solid;
	width: 200px;
	line-height:30px;	
	max-width:100%;
	float:left;
	margin: 10px 0 10px 10px;
	background-color: oldlace;
	font-size: medium;
	text-align:center;	
	color:maroon;	
}

.menu-landscape-box a:link {color:maroon !important; font-weight:bold;}
.menu-landscape-box a:visited {color:maroon !important; font-weight:bold;}
.menu-landscape-box a:hover {color:blue !important; font-weight:bold;}



/*  webpage logo, menu and main image */

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

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

.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-subheading {
	font-size: x-large;
	font-weight: bold;
}

.webpage-credit {
	font-weight: bold;
	text-align: left;
}

.click {
	width: 285px;
	max-width:100%;
	float:left;
	text-align: center;
	font-size:small;
	font-style:italic;
	color:darkviolet;
	font-weight: bold;
	margin:20px 0 15px 0;	
}

/*  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;
}


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


/*  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-box-left { 
	float:left;	
	width: 300px;
	max-width:100%;			
 	margin: 0 10px 10px 0;
	padding: 3px;
	color:darkslateblue;
	background-color:seashell;		
	border:3px 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:3px ridge darkslateblue; 
	text-align: center;
	font-size: small; 
}

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

.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;}

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;
} 
 