﻿/* CSS style file for Friends of Petrie Island,
   www.petrieisland.org.
   David Villeneuve, Dec 2005.
*/

#container {
	width: 950px;
	margin: 2px auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;	
	background-image: url(images/FallBackground2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	text-align: left;
	margin-top:5px; 
	margin-bottom:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: rgb(0,147,221);
	color: white;
	LETTER-SPACING: 0.2em;
	WHITE-SPACE: nowrap;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	color: blue;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: blue;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	margin-left: 20px;
	margin-top:4px; 
	margin-bottom:1px;
}

.largertext, p.largertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; 
	margin-left: 20px;
	margin-top:8px; 
	margin-bottom:1px;
}

.largertext p {
	margin-left: 10px;
}

.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	text-align:left; 
	line-height:100%; 
	margin-left:15;
}

.HeaderLine {		/* Used in Dispatches.htm */
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	MARGIN-BOTTOM: 5px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #0000ff
}

.fullcol {
	width: 100%;
	padding: 20px;
}
	
.rightcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 150px;
	border-left: 1px solid #E3DFE2;
}

.leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 50%;
	border-right: 1px solid #E3DFE2;
	margin-left: 20px;
}

/* Containers for columns.  No padding */

.container100 {
	width: 100%;
	clear: both;
}

.container50 {
	float: left;
	width: 50%;
}

.container33 {
	float: left;
	width: 33%;
}


.whitebox {		/* white framed box to fit inside another container */
	border:1px blue solid;
	margin:2px 2px 2px 2px;
	padding:3px 3px 3px 3px;
	background-color:white;	
}

.greybox {
	border:1px blue solid;
	margin:3px 3px 3px 3px;
	padding:3px 3px 3px 3px;
	background-color:#EEEEEE;
	background-image: url(images/heronanhinga_whiteout.jpg); 
}

.imgleft {
	float: left;
	}
	
.imgright {
	float: right;
	}
	
/*
Properties of the UL list environment for the left menu.
Apply  <div id="navcontainer"> for each list
of items within a category.
See http://css.maxdesign.com.au/listamatic2/vertical02.htm
*/

.sidetextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #048;
	color: #FFFFFF; 
	text-align:center; 
	line-height:100%;
	padding: 10px;
	margin-top:0; 
	margin-bottom:1
}

#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 12px
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px;
width: 140px;
color: #fff;
background-color: #06A;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

/*
Properties of the UL list environment for the top menu.
Apply  <div id="hnavcontainer"> for each list
of items within a category.
We don't use the <ul> format, just a text list of <a>s.
*/

#hnavcontainer 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	background-color: rgb(0,147,221);
	color: #fff;
}

#hnavcontainer ul
{
	text-align: center;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 0px;
}

#hnavcontainer li
{
display: inline;
width: 150px;
padding: 2px;
margin-left: 0px;
background-color: #69C;
color: #FFFFFF; 
}

#hnavcontainer a 
{ 
text-decoration: none; 
color: #fff;
/* background-color: #69C; */
}

#hnavcontainer a:hover
{
text-decoration: underline;
color: #fff;
/* background-color: #69C; */
}

/*
Another left column menu bar, this one from www.sharpreader.net.
You enclose the entire left menu in <div id="menubar"> </div>.
The section heads are <h3>.
The list in each section is in a <ul>.
*/

#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	overflow:hidden; 
	}

#menubar h3 {
	margin: 0px;
	padding: 6px;
	background-color: #048;
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px white;
	}

#menubar p {
	font-size : 10px;
	margin : 2px;
	padding : 0px;
	}

#menubar ul {
	list-style : none;
	margin : 0px;	
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#menubar li {
/*	height:22px; */
	overflow:hidden;
	border-bottom: solid 1px white;
	}

#menubar a {
	font-size: 12px;
	display: block;
	padding: 1px;
/*	width: 140px; */
	background-color: #06A;
	}

#menubar a:link, #menubar a:visited {
	color: white;
	text-decoration: none;
	}

#menubar a:hover {
	background-color: #69F;
	color: white;
	}