/*
CSS for Hertfordshire Archery Association site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffcc;
	line-height: 125%;
	margin: 0;
}

h1, h2, h3 {
	color: navy;
}

h1 {
	font-size: xx-large;
	padding-top: .2em;
	padding-bottom: .2em;
	margin: 0;
}

h2 {
	font-size: x-large;
	padding-top: .2em;
	margin: 0;
}

h3 {
	font-size: large;
	padding-top: .2em;
	margin: 0;
}

li {
	font-size: medium;
	line-height: 150%;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	text-decoration: none;	
	color: aqua;
	background-color: navy;
}

#logo {
	width: 120px;
	padding-left: 15px;
}

#sitebranding h3 {
	font-size: small;
}

#tagline {
	width: 100%;
}

#tagline p {
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	background-color: #fff280;
	border-top: 2px solid #ffcc00;
	border-bottom: 2px solid #ffcc00;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: 25px;
}

#header, #navigation {
	padding: 5px;
	margin-bottom: 5px;
}

#bodycontent {
	padding: 15px;
	margin-bottom: 5px;
}

#bodycontent1 {
	width: 100%;
	margin-top: 150px
}

#navigation {
	width: 225px;
	background-color: #ffff00;
}

#navigation p {
	padding: 15px;
}

.galleryphoto p {
	font-size: 65%;
	font-style: italic;
	margin-top: 0;
	width: 200px;
	line-height: 1.4em;
}

#topbutton, #recordsbutton, #tournamentsbutton, #rulesbutton {
	padding: .2em;
	background-color: #fff280;
	border: 2px solid #ffcc00;
	text-align: center;
}

/* 
This section deals with declarations for the clubs table 
*/

table.clubs {
	border-collapse: collapse;
	background-color: #FFC2B6;
	}

table.clubs th, table.clubs td {
	border: 1px solid #000066;
	padding-left: 8px;
}

table.clubs th {
	text-align: left;
}

table.clubs td {
	vertical-align: text-top;
}

/* 
This section deals with declarations for the records table 
*/

table.records {
	border-collapse: collapse;
	background-color: #ffff99;
}

table.records th, table.records td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.records th {
	text-align: left;
}

table.records td {
	vertical-align: text-top;
	font-size: 15px;
}

table.records caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}

/* 
This section deals with declarations for the latestrec table 
*/

table.latestrec {
	border-collapse: collapse;
	background-color: #F7E3CC;
}

table.latestrec th, table.latestrec td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.latestrec th {
	text-align: left;
}

table.latestrec td {
	vertical-align: text-top;
}
/* 
This section deals with declarations for the latestclaim table 
*/

table.latestclaim {
	border-collapse: collapse;
	background-color: #FFFFF0;
}

table.latestclaim th, table.latestclaim td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.latestclaim th {
	text-align: left;
}

table.latestclaim td {
	vertical-align: text-top;
}
/* 
This section deals with declarations for the tournaments table 
*/

table.tournaments {
	border-collapse: collapse;
	background-color: #e6f4ff;
}

table.tournaments caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}

table.tournaments th, table.tournaments td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.tournaments th {
	text-align: left;
}

table.tournaments td {
	vertical-align: text-top;
}

/* 
This section deals with declarations for the league results tables 
*/

table.leagues {
	border-collapse: collapse;
	background-color: #e6f4ff;
}

table.leagues caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}

table.leagues th, table.leagues td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.leagues th {
	text-align: left;
}

table.leagues td {
	vertical-align: text-top;
}

/* 
This section deals with declarations for the JSL results tables 
*/

table.jsl {
	border-collapse: collapse;
	background-color: #e6f4ff;
}

table.jsl caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}

table.jsl th, table.jsl td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.jsl th {
	text-align: left;
}

table.jsl td {
	vertical-align: text-top;
}

/* 
This section deals with declarations for the diary table 
*/

table.diary th, table.diary td {
	border-collapse: collapse;
	background-color: #FFEA9F;
}

table.diary caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}

table.diary th, table.diary td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.diary th {
	text-align: center;	
}

table.diary td {
	vertical-align: text-top;
}

/*
This section deals with declarations for the links table
*/

table.links td {
	padding-right: 25px;
	vertical-align: text-top;
}

/*
This section deals with the position of items on the screen.  It uses absolute positioning - fixed x and y coordinates measured from the top left corner of the browser's content display.
*/

#logo, #sitebranding, #tagline, #navigation, #bodycontent, #footer  {
	position: absolute;
}

#sitebranding {
	left: 150px;
	top: 25px;
}

#tagline {
	left: 0px;
	top: 90px;
}

#navigation, #bodycontent {
	top: 160px;
}

#bodycontent {
	left: 225px;
}

