/*
Heron Island Band
March 2007
© Mark Iliff, Talespinner (www.talespinner.co.uk)
******************************************************************************************************************/

/*
Globals
**************************************************/

body {
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	border-bottom: 1px solid #999;
}

h1, h2, h3 {
	padding: 0; 
	margin: 0; 
	font-weight: normal;
	}

h1, h2 {
	font-size: 1em;
	}

h3 {
	font-size: 0.8em;
	}

h1 a {
/*Stop underline from appearing under logotype in subsid page
  - there's got to be a slicker way, though! */
	border: 0;
}


/*
Forms
**************************************************/

#logEnquiry td {
	padding: 0.5em 0 0.5em 0;
}

input,
textarea
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 80%;
	padding: 2px;
}

input.grey,
textarea.grey
{
	border: 1px dotted silver;
}

	