﻿/* 9 July 2018 - added importsnt to Waratah Software link */
/* 26 June 2018 - changed font to Arial */
/* BMCS CSS - created April 2018 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: darkslateblue;                         /* darkslateblue is the default font colour */
	text-align:left;
	background: #C8CCAF;                   /* this is not a websafe colour */
}

#wrapper {
	width: 960px;                                    /* limit webpage to 960 pixels */
	max-width: 100%;
	min-width: 290px;	                          
	margin:0px auto;
	text-align:left;
	background-color:white;	
	padding-left: 3px;
}

.logo-top-image-960 {
	width: 960px;
	max-width:100%;
	float:left;
	margin-bottom: 5px;
	color: darkslateblue;
	font-size: small;
	text-align:center;	
}

.large-center-bold-red {
	font-size: large;
	text-align: center;
	font-weight:bold;
	color: red;
}

/* iphone */
@media only screen and (max-device-width : 480px) {
	img { max-width: 100%; }
	.logo-top-image-960 { font-size:60%;}	
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}

.top-image-credit {
	color: darkslateblue;
	font-size: small;
	text-align:center;
}

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

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

.medium-italic {
	font-size: medium;
	font-style:italic;	
}

.large-bold {
	font-size: large;
	font-weight: bold;
}

.large-red {
	color: red;
	font-size: large;
}

.large-red a:link    {color: red;}
.large-red a:visited {color: red;}
.large-red a:hover   {color: blue;}

.small {	font-size: small;}

.slice-450 {
	float: left; 
	width: 450px;
	max-width:100%;
	text-align: left;
	padding: 3px;
	margin-bottom:20px;
}

.slice-450-heading {
	text-align: center;
	font-weight:bold;
	margin-bottom:5px;
}

.slice-450-image {
	text-align: center;
}

.webpage-heading  {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: xx-large;
	font-weight: bold;	
	text-align: center;
	margin: 0 0 10px 0;
	font-style:italic;	
	text-shadow: 4px 4px 4px gainsboro;	
}

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

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

.image-right { 
	float:right; 
	margin: 0 2px 10px 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; 
}

.red {color: red;}

.red a:link    {color: red;}
.red a:visited {color: red;}
.red a:hover   {color: blue;}


.large  {	font-size: large;}

.x-large  {font-size: x-large;}

.indent10 {margin-left: 10px;}
.indent20 {margin-left: 20px;}
.indent25 {margin-left: 25px;}
.indent30 {margin-left: 30px;}
.indent40 {margin-left: 40px;}

.red-small-bold {
	color: red;
	font-size: small;
	font-weight: bold;
}

.paypal-nogo {
	color: red;
	font-weight: normal;
	font-weight:bold;	
	margin: 20px 0 20px 20px;
}

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

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

a:link   {color:darkslateblue; text-decoration:underline;}
a:visited {color:darkslateblue; text-decoration:underline;}
a:hover  {color:red; text-decoration:underline;}

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