/* @override http://runforrights.org/css/rfr.css */

/* Reset styles all Meyer-like */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */

body {
	background: #ECECEC url(../images/background.png) repeat-y center top;
	text-align: center;
	font: normal 12px/18px Arial, Helvetica, sans;
}

#top {
	width: 620px;
	margin: 0 auto;
	text-align: left;
	min-height: 550px;
	position: relative;
}

p, h1, h2, h3, table, ul, ol, small, iframe {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	margin: 10px 10px 30px;
}

h2 {
	width: 430px;
	top: 260px;
	left: 0;
	font: normal 24px/30px Arial, Helvetica, sans;
	color: #666;
	margin: -130px 10px 20px;
}

h2 strong {
	color: #000;
}

h3 {
	font: bold 14px/18px Arial, Helvetica, sans;
	margin-bottom: 1em;
}

h4 {
	font: bold 12px/14px Arial, Helvetica, sans;
	color: #999;
	margin: 0 0 10px 10px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #bc1426;
}

a:visited {
	color: #444;
}

a:hover {
	text-decoration: none;
}


small {
	display: block;
	font-size: 11px;
	margin-bottom: 1em;
}

#fb {
	margin: 0 10px 20px;
}

#fb_link {
	background: url(../images/fb.png) no-repeat left top;
	padding: 2px 0 2px 21px;
}

p.intro {
	font-size: 14px;
}

p.alert {
	font-weight: bold;
	text-align: center;
	background-color: #ffffe1;
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

span.hilite {
	background-color: #ffffe1;
	font-weight: bold;
}

p.note {
	font-size: 11px;
	line-height: 16px;
	color: #666;
	text-align: center;
	margin-bottom: 3em;
}

table.orgs {
	width: 600px;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

.orgs td, .orgs th {
	padding: 8px 5px;
}

.orgs tr:hover td {
	background: #FCFCFC;
}

.orgs th {
	text-align: left;
	border-top: 1px solid #999;
	text-transform: uppercase;
	color: #666;
}

.orgs td {
	border-top: 1px solid #CCC;
}

th.form {
	width: 100px;
}

tr.rfr td {
	font-weight: bold;
	background: #ffffe1;
}

a.pdf {
	padding-left: 18px;
	background: url(../images/pdf.gif) no-repeat left -1px;
	font-weight: bold;
}

#routemap {
	margin: 10px;
}

img.poster {
	border: 1px solid #CCC;
	-moz-box-shadow: 1px 1px 6px #DDD;
	-webkit-box-shadow: 1px 1px 6px #DDD;
	box-shadow: 1px 1px 6px #DDD;
	-moz-transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	transform:rotate(-1deg);
}

#gallery p {
	text-align: center;
}

#photosBox {
	margin: 0 auto;
	width: 598px;
	height: 445px;
	border: 1px solid #CCC;
}

p#photos {
	padding: 10px;
}

#footer {
	width: 700px;
	padding: 20px 0px 1px;
	margin: 0 auto;
	background: url(../images/runners.png) no-repeat center bottom;
}

#sponsors, #sanctioned {
	margin: 0;
	padding-bottom: 10px;
}

#sanctioned {
	margin-bottom: 10px;
}

.logos img {
	margin: 12px;
}

#sponsors p {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0;
}

.centered {
	text-align: center;
}

img.alignleft {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

hr {
	clear: both;
	visibility: hidden;
}

/* @group Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {

}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 5px;
    min-width: 84px; /* be nice to Opera */
    border: 1px solid #CCC;
    border-bottom: none;
    background: #EFEFEF;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0px;
}
.ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    font-weight: bold;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    color: #666;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
    background: #FFF;
}
.ui-tabs-nav .ui-tabs-selected {
    background: #FFF;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	color: #bc1426;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-panel {
    border: 1px solid #CCC;
    padding: 20px 0px 10px;
    background: #fff;
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-panel ul {
	margin-bottom: 1em;
}

.ui-tabs-panel li {
	list-style: disc outside;
	margin: 0 3em;
}


/* @end */









