﻿/* BMCS Standard Style Sheet */
/* Contains logo, footer and standard layout styles  */
/* Created 30 March 2012  */
/* Changed 4 May 2013 - new drop down menus  */

body {
	margin:10px; padding:0px;
	text-align: center;
	font-family: Constantia, Georgia, serif; 
	color: midnightblue;                          /* midnightblueis the default font colour */
	font-size: medium;                              /* medium = font size "3" is the default  */
	background-color: oldlace;
}
	
#wrapper {
	width: 800px;                                  /* limit webapge to 800 pixels */
	margin:0px auto;
	text-align:left;
}

#wrapperm {
	max-width: 800px;                                  /* mobile limit webpage to 800 pixels */
	margin:0px auto;
	text-align:left;
}

/*  webpage heading */

#bmcs-title {
	font-family: Constantia, Georgia, serif;
	margin: -20px 0 -10px 0;
	font-size: xx-large;
	text-align: left;
 	color: midnightblue;
}
 
#webpage-heading {         
	font-family: verdana, san-serif;   
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 220px;	
}

.logo { 
	float:right; 
	margin: 0 35px 10px 0 }

.webpage-image {
	width: 550px;
	float: left;		 
}

.webpage-image-title {
	width: 275px;
	font-size: small;
	color: indigo;
	font-style: italic;	
	text-align: left;
	float: left;		 
}

/*  other common styles  */

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

.acknowledge {
	font-size:x-small;	
	font-weight: bold;
	font-style:italic;	
	color: darkslategray;
	margin:5px 0 5px 0;	
}

.waratah {
	 font-size: small;
	 color: darkred !important;
}

.waratah a {
	color: darkred !important;
	text-decoration: none;
} 

.waratah a:hover {
	 color: darkgreen !important;
} 
 
 