/* Reset all browser CSS */

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%;
	font-size:13px;
	vertical-align: baseline;
	background: transparent;
}

body {
font-size:13px;
font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
	line-height: 17px;
}

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;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gallery_separator {
display: block; 
height:12px; 
clear: both;
overflow: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ----------------------------------------------------- */
/* Triathlon Addict CSS */
/* ----------------------------------------------------- */

/* Colours
Bright red -> #BF202F
Pale blue -> #EDF4F5
Darker grey blue -> #A4C6CB
*/

body {
background:url(images/TA_mainBG.gif) repeat-x top;
}

#loginbar {
height:25px;
color:#ffffff;
width:880px;
margin:0 auto;
text-align:right;
padding:5px 10px 0 10px;
}

#loginbar p {
margin:0;
padding:0;
}

#loginbar a:link, #loginbar a:visited {
font-size:13px;
color:#BF202F;
}

/* New CSS for the main home page */
#homepagemain {
width:500px;
margin: 30px auto;
}

#hpbg {
background-color:black;
padding:20px;
margin-top:20px;
}

#hpbg p {
color:white;
}

#homepagemain h1 {
font-family:Georgia, Times New Roman, Serif;
font-size:44px;
font-style: italic;
margin: 10px 20px 20px 0px;
color:#BF202F;
font-weight:normal;
line-height: 44px;
}

p {
font-size:13px;
margin:0 0 10px 0;
}

h2 {
font-family:Georgia, Times New Roman, Serif;
font-size:24px;
font-style: italic;
margin: 0 0 10px 0;
color:#fff;
line-height:30px;
}

ul + h2, p + h2 {
margin-top:20px;
}

.listbox {
background-color: #BF202F;
padding:10px;
}

.listbox h2 {
font-size:20px;
line-height:20px;
}

ul {
color:white;
margin:0;
padding:0;
}

li {
margin-bottom:10px;
}

a:link, a:visited {
color: white;
text-decoration:none;
border-bottom:1px dotted;
padding:2px 3px;
}

a:hover, a:active {
color: white;
background-color:#BF202F;
border-bottom:none;
padding:2px 3px;
}

input#submit {
width:inherit;
background-color: #BF202F;
color:#fff;
padding:7px;
border:none;
font-size:20px;
/*margin:0 0 0 110px;*/
margin:0;
}

.garmin {
background:url(images/garmin.jpg) left center no-repeat;
border-top:1px dotted white;
border-bottom:1px dotted white;
margin:20px 0;
padding:5px 0;
height:90px;
}

.garmin p {
margin:20px 10px 10px 250px;
font-style:italic;
}

.signupnotice {
background-color:#BF202F;
padding:10px;
color:white;
font-style: italic;
}

.formarrow {
height:25px;
background:url(images/ta_arrow.gif) bottom left no-repeat;
margin:0 0 10px 0;
}


#loginbar a:link, #loginbar a:visited {
color:#BF202F;
padding:2px 3px;
border-bottom:none;
}

#loginbar a:hover, #loginbar a:active {
color:white;
background-color: #BF202F;
padding:2px 3px;
}

/* End Home page CSS */
