/* TNYA Style Sheet */
/* by Andy Willett */
/* live as of March 2006 */

BODY {
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: url(/images/bgstripe.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#navbar {
	float: left;
	width: 150px;
	margin: 3.5em 0px 0px;
	padding: 0px 25px;
	background-color: transparent;
	color: #FFF;
	font-size: .75em;
	font-weight: bold;
}

#navbar ul {
	margin: 0px;
	padding: 0px 0px .5em;
	list-style: none;
}

#navbar li {
	color: #FFF;
}

#navbar li li {
	margin-left: 1em;
}

#navbar img.logo {
	margin-top: 0px;
	margin-left: -15px;
	margin-bottom: 10px;
}

#navbar a {
	text-decoration: none;
	color: #FFF;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar a.donate {
	color:#F60;
}

#navbar a.RSS_Link {
	font-size: .75em;
	color: #F60;
}

#content {
	margin-left: 200px;
	margin-bottom: 150px;
	padding: 50px 50px 150px 50px;
	background-image: url(/images/swimslug.gif);
	background-position: 90% 100%;
	background-repeat: no-repeat;
}

#content.dive {
	background-image: url(/images/diveslug.gif);
}

#content.polo {
	background-image: url(/images/poloslug.gif);
}

#gallery_content {
	margin-left: 200px;
	margin-bottom: 0px;
	padding: 50px 50px 50px 50px;
	width: auto;
	background-image: none;
}

#content a {
	font-weight: bold;
	color: midnightblue;
/*	color: #336; */
}

#content a:hover {
	color: orangered;
/*	color: #F60; */
}

#content h3 a, #content h4 a {color: black}

#content h3 a:hover, #content h4 a:hover {color: black}


#content LI {margin-left: -5px}

H1, H2, H3, H4, H5 {font-family: Frutiger, Helvetica, Arial, sans-serif; font-weight: bold; text-align: left}
H1 {font-size: 2em; margin-top: 0px; margin-bottom: .5em; color: midnightblue}
H2 {font-size: 1em; margin-top: 0px; margin-bottom: 1.5em; color: midnightblue}
H3 {font-size: 1.25em; margin-top: 1.5em; margin-bottom: .75em}
H4 {font-size: 1em; margin-top: 1.5em; margin-bottom: .25em}
H5 {font-size: 1em; margin-top: 1.5em; margin-bottom: .25em}

H1.inverted {margin-bottom: 1em}
H2.inverted {margin-bottom: .5em}

P {margin-top: 0px; padding: 0px; margin-bottom: 1em; line-height: 1.25em}

DT {font-family: Frutiger, Helvetica, Arial, sans-serif; font-weight: bold; margin-top: 12px}
DD {margin-left: 10px}

UL {margin-top: 0px}

.nobottom {margin-bottom: 0px}

.small {font-size: .75em}

form table tr td {
	padding-bottom: 1em;
}

table tr td.formHeader {
	padding-right: 1.5em;
	width: 200px;
}

p.movie {
	margin-top: 2em;
	margin-bottom: 2em;
}

p.returner {
	margin-top: 2em;
	text-align: center;
}

p.returner a {font-size: .75em}

a.nohover:hover {
	color: black;
}
