/*
The navigation bar itself
*/
div.navigation
{
	color: white;
	background-color: purple;
}

/*
Page title
*/
h1
{
	font-size: 24pt;
}

/*
Section title
*/
h2
{
	font-size: 18pt;
}

/*
Item title
*/
h3
{
	font-size: 14pt;
}

/*
Subtitle "affiliated to GCCF" with
Club logo; for use with page title.
*/
p.h1
{
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
img.h1
{
	margin-top: 26px;
}

/*
Date for What's New items
*/
p.newdate
{
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 2pt;
}
p.newtext
{
	margin-top: 0;
}

/*
Text in BOV listings
*/
p.bov
{
	text-align: center;
}
span.bovheading
{
	font-weight: bold;
	font-style: italic;
}
span.bovgendage
{
	font-weight: bold;
}
span.bovowner
{
}
span.bovcat
{
	font-family: cursive;
	font-style: italic;
}

/*
Similar to imageblock, but used
to display text in a similar way;
that is centered with no padding.
*/
div.textblock
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}

/*
The "change resolution" input
control on the picture gallery.
*/
input.resolution
{
	font-size: 10pt; /* font-size: medium */
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: black;
	background-color: white;
	text-align: left;
}

/*
The left-in-centered block
of judges' show critiques.
*/
div.showcritiques
{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}
