﻿/* Waratah Software Standard Style Sheet */
/* Contains logo, menu, footer and standard layout styles  - in time */
/* Created 2 May 2012  */
/* Changed 12 June 2013 - removed wrapper960  */
/* Changed 7 October 2013 - added logo and links  */
/* Changed 13 October 2013 - remove colour from image-left/right  */
/* Changed 27 October 2013 - add cockatoo and king parrot std heading - left and middle  */
/* Changed 2 November 2014 - add copyright for footer  */


body {
	margin:10px; padding:0px;
	text-align: center;
	font-family: Georgia, serif; 
	color: midnightblue;              /* default font colour */
	font-size: medium;                /* default font  */
	background-color: cornsilk;	
}
	
#wrapper {
	width: 800px;                     /* limit webpage to 800 pixels */
	margin:0px auto;
	text-align:left;
}

a:link   {color:darkslategray;}
a:visited {color:darkslategray;}
a:hover  {color:#E24728;}
                                    /* standard logo and links */
.std-heading-left {
	margin: 0 5px 10px 5px;
	padding: 2px;
	text-align: center;		
	width: 200px;
	float: left;
	font-size: small;
}

.std-heading-main-title {
	font-weight: bold;
	text-align: center;	
	font-style: italic;
	font-size: xx-large;
}

.std-heading-main-subtitle {
	font-size: x-large;
	font-style: italic;	
	text-align: center;	
}

.std-heading-right {
	margin: 0 0 20px 0;
	padding: 2px;
	width: 180px;
	text-align: left;
	line-height: 25px;	
	font-weight: bold;		
	float: right;
	font-size: small;
	color: darkred;
}

.std-heading-right a {
	color: darkred !important;
	text-decoration: none;
}

.std-heading-right a:hover {
	color: red !important;
}

.std-heading-click-image {
	margin-top: 10px;
	font-weight: normal;
	text-align:center;	
	line-height: 15px;
	font-style: italic;
	font-size: small;
}

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

                                 /* used for all free format images */
.image-left { 
	float:left; 
	margin: 0 10px 0 0;
	width: 200px;
	text-align: center;
	font-size: small; 
}

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

sup {font-size: 80%;  }       /* make sup smaller - used for dates */

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

.border1 { border:1px solid black; }      /* thin black border */
.border0 { border:0; }                   /* no border */

/*  footer  */

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

