/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
	position:relative;
	margin:0px; padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-image: url(images/wsbg.jpg);
	background-color: #DAAE64;
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, sans-serif;
	font-size: 100%;
	color: #9E100C;
	margin: 20px 35px;
}
@media only screen and (min-width: 500px) {
	body {
		margin: 15px 25px;
	}
}

#textred { color:#9E100C; }
#brown { color:#660000; }
#black { color:#000000; }
#red { color:#FF0000; }


h1
{
	font-size: 2em;
	margin: 0.5em 0 0.5em 0;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.3em 0 0.3em 0;
}

p
{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0.2em 0 0.75em 0;
}

li
{
	font-size: 1em;
	line-height: 1.2em;
}

a:link
{
	color: #C80C06;
	text-decoration: underline;
}
a:visited
{
	color: #AE3105;
	text-decoration: underline;
}
a:hover
{
	color: #F00;
	text-decoration: underline;
}

ul
{
	list-style: outside;
	margin-left: 2em;
}
li
{
	margin-bottom: 1em;
}

/* Sections */

div#page_content {
	width: 900px;
}

div#ws_header { width: 900px; }
div#ws_header img
{
	display: block;
	margin-left: 247px;
	margin-bottom: 20px;
}
div#ws_header h1 { text-align: center; }

div#ws_footer
{
	width: 700px;
	border-top: 2px #660000 solid;
	margin: 1.5em 0 1em 100px;
	padding: 1.2em 0;
}
div#ws_footer_home
{
	float: left;
	width: 88px;
	padding: 2px 0 0 90px;
}
div#ws_footer_copy
{
	float: left;
	width: 300px;
	text-align: center;
}
div#ws_footer_copy p
{
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
}
div#ws_footer_web
{
	float: left;
	width: 126px;
	padding: 10px 0 0 0;
}

p.byline
{
	font-size: 0.9em;
	margin: 0.9em 0 0.9em 0;
	font-weight: bold;
}

div.quoted
{
	width: 550px;
	margin: 10px 0 25px 150px;
	padding: 10px 20px;
	background-image: url(images/wsbg_quote.jpg);
}
div.quoted p
{
	font-style: italic;
	color: #600;
	margin: 10px 0;
}
div.quoted img
{
	float: right;
	margin: 5px 0 5px 10px;
}

img.leftalign
{
	float: left;
	margin: 5px 15px 5px 0;
}
img.rightalign
{
	float: right;
	margin: 5px 0 5px 10px;
}


/* Results CSS */

div#display_criteria { margin: 0.75em 0; }

div#times
{
	font-size: 80%;
}
div#times table
{
	padding: 0;
	border: 0;
}
div#times td
{
	text-align: left;
	line-height: normal;
	padding: 0.15em 0.5em 0.15em 0.5em;
}
div#times td.comments { width: 200px; }
div#times tr.header
{
	background-color: #D71;
	text-align: center;
	font-weight: bold;
	padding: 5px 3px;
}
div#times tr.special
{
	color: #E00;
	font-weight: bold;
}

img { border: 0; }

a button {
	outline: 0;
	min-width: 40px;
	background: #900;
	color: #fff;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding: 0 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
	border-radius: 25px;
	border: none;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
}
button:hover {
	background: #a00;
}
a:hover:has(button) {
	text-decoration: none;
}
