/*
CSS for fiestaisland.com
*/

body {
	font-family: Helvetica, Arial, Veranda, san-serif, Courier;
	background-color: white;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: red;
	background-color: white;
	padding: 0;
}

.feature {
	float: left;
	margin: 10px;
	border: 0;
}

.noborder {
	border: 0;
}

.gray {
	color: gray;
}

.sup_small {
	font-size: small;
}
	
a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: red;
	background-color: white;
}
	
a:active {
	color: black;
}

#navbar {
	padding-top: .1em;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: small;
}

#title h1 {
	font-size: 2.2em;
	background-color: red;
	color: white;
	padding-top: .8em;
	padding-bottom: .2em;
	padding-left: .4em;
	width: 830px;
	margin: 0;
}

#sponsors2 h2 {
	font-size: large;
	background-color: white;
	color: red;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: .4em;
	margin: 0;
}

/* 
this section specific for skel and pages produced from it
*/

#main h2 {
	font-size: large;
	background-color: white;
	color: red;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

#main h4 {
	background-color: white;
	color: black;
	padding-top: .1em;
	padding-bottom: .05em;
	padding-left: .4em;
	margin: 0;
}

#main h5 {
	background-color: white;
	color: black;
	padding-top: .1em;
	padding-bottom: .05em;
	padding-left: .4em;
	margin: 0;
}

#main li {
	font-family: Helvetica;
	font-size: small;
	color: gray;
	background-color: white;
	list-style-type: disc;
}

#info h2 {
	font-size: large;
	background-color: white;
	color: red;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

#info h4 {
	font-size: medium;
	background-color: white;
	color: black;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

#info li {
	font-family: Helvetica;
	font-size: small;
	color: gray;
	background-color: white;
	list-style-type: none;
}

/*
this section specific for the calendar/flyer page.
*/

#flyer h2 {
	font-size: large;
	background-color: white;
	color: black;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

#flyer li {
	font-family: Helvetica;
	font-size: small;
	color: gray;
	background-color: white;
	list-style-type: disc;
}

/*
this section for locaton page.
*/
#location h2 {
	font-size: large;
	background-color: white;
	color: red;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

/* 
this section specific for the results/record pages.
*/

#results h2 {
	font-size: large;
	background-color: white;
	color: red;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

#record_results li {
	font-family: Helvetica;
	font-size: small;
	color: black;
	background-color: white;
	padding: 5px;
	margin: 0;
	list-style-type: none;
}

#series_results li {
	font-family: Helvetica;
	font-size: small;
	color: gray;
	background-color: white;
	list-style-type: none;
}

table.currentrecords {
	border-collapse: collapse;
	border: 1px solid black;
	width: 386px;
	font-size: x-small;
	text-align: left;
}

table.currentrecords th {
	text-align: left;
	background: gray;
	color: white;
	padding: 0.2em;
}

table.currentrecords td {
	border: 1px solid black;
	padding: 0.2em;
}

table.pastrecords {
	border-collapse: collapse;
	border: 1px solid black;
	width: 386px;
	font-size: x-small;
	text-align: left;
}

table.pastrecords th {
	text-align: left;
	background: gray;
	color: white;
	padding: 0.2em;
}

table.pastrecords td {
	border: 1px solid black;
	padding: 0.2em;
}

/* 
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.
*/

#sponsors2, #results, #main, #gen_info, #info, #location, #w3c_image, #search {
	position: absolute;

}

/*
these are common to all pages
*/
#gen_info {
	top: 100px;
	left: 5px;
	width: 780px;
	height: 83px;
	padding: 25px;
	font-size: small;
	border: 2px solid red;
}

#sponsors2 {
	top: 235px;
	left: 5px;
	width: 175px;
	height: 830px;
	padding: 10px;
	border: 2px solid red;
}

#main {
	top: 235px;
	left: 202px;
	width: 386px;
	height: 830px;
	padding: 10px;
	border: 2px solid red;
}

#info {
	top: 235px;
	left: 610px;
	width: 205px;
	height: 830px;
	padding: 10px;
	border: 2px solid red;
}

#results {
	top: 235px;
	left: 202px;
	width: 613px;
	padding: 10px;
	border: 2px solid red;	
}

#location {
	top: 235px;
	left: 202px;
	width: 613px;
	height: 830px;
	padding: 10px;
	border: 2px solid red;	
}

#w3c_image {
	top: 745px;
	left: 130px;
}

#search {
	top: 95px;
	left: 430px;
	font-size: x-small;
	font-weight: bold;
	padding: 10px;
}




	
