/* =================================================== */
#-----------------------GLOBAL RESETS {}
/* =================================================== */

/* GLOBAL RESETS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style:none;
}

/* verify all are set to zero */
h1, h2, p, ul, li, img, img a, img a:visited, img a:hover {
	margin: 0px;
	padding: 0px;
}

/* =================================================== */
#-------------------------LAYOUT {}
/* =================================================== */
body {
	background-color: #b0b0b0;
	background-image: url(../gfx/bg-top-fade.gif);
	background-repeat: repeat-x;
}
/* CUSTOM */
#container {
	/* centered and holds all of main content */
	width: 895px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height:auto !important; 
	/* ^^^^^^^^^notes for above css^^^^^^^^^^ */
	/* must come before the heights to work in IE6 */  
	/* needed so footer doesn't shift up too far */
	
	height: 900px;
	min-height: 900px;

}
#container-content {
	/* main area for content & hold main bg tile */
	width: 709px;
	z-index: 500;
	position: relative;
	background-image: url(../gfx/bg-frame-tile.jpg);
	background-repeat: repeat-y;

}

#header {
	height: 450px;
	width: 709px;
	position: absolute;
	top: 0px;
	left: 0px;
/*	background-image: url(gfx/header.jpg);*/
	background-repeat: no-repeat;
}

#content-frame {
	/* holds body content, sidebar; and bg black to red 		fade */
	padding-top: 450px;
	background-repeat: no-repeat;
	background-image: url(../gfx/frame-black2red-fade.jpg);
}
#content {
	left: 57px;
	width: 437px;
	position: relative;
	float: left;
	top: 0px;
	z-index: 500;
}
#sidebar {
	width: 175px;
	top: 7px;
	position: relative;
	float: right;
	right: 18px;
	z-index: 500;
}
#container-content-frame-end {
	position: relative;
	height: 51px;
	background-image: url(../gfx/frame-footer.jpg);
	background-repeat: no-repeat;
}
#container-sidebar-outside {
	width: 185px;
	height: 777px;
	z-index: 300;
	position: absolute;
	float: right;
	right: 0px;
	top: 195px;
/*	background-image: url(gfx/sidebar-menu.jpg);*/
/*	background-repeat: no-repeat;*/
}
#footer {
	position: relative;
	width: 610px;
	left: 55px;
	padding-bottom: 0px;
}

#sponsors {
}
#copyright{
	background-image: url(../gfx/canada-flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
}
#webcredits {
	text-align: center;
	padding-bottom: 5px;
}
#gallery {
}

/* =================================================== */
#-------------------------LAYOUT-custom {}
/* =================================================== */
#lisa-photo {
	height: 850px;
	width: 479px;
	background-image:url(../gfx/lisa-fullbody-bg-photo.jpg);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 200;
	left: 210px;
	float: right;
	
}
div.blog-title {
	padding-right: 5px;
	margin-right: 5px;
}
div.blog-date {
	background-color: #000000;
	width: 100%;
	margin-bottom: 5px;
}
/* =================================================== */
#-------------------------MISC {}
/* =================================================== */

#cleardivs {
	clear: both;
}

/* =================================================== */
#-----------------------TEXT {}
/* =================================================== */

/* DEFINE GLOBAL FONT */
h1, h2, h3, p, ul, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #FFFFFF;
}
/* STANDARD SPACING */
h1, h2, h3, p, ul {
	padding-bottom: 1em;
}
/* DEFAULT HEADERS */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
/* CUSTOM */
h1 {
	font-family: "Arial Black";
	color: #1398ff;
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: -3.0px;
	padding-bottom: 0px;

}
h2 {
	font-family: "Arial Black";
	padding-bottom: 0.3em;
	font-size: 34px;
	letter-spacing: -3.5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #FFFFFF;
	background-color: #2A0001;
	padding-left: .6em;
}
p, li, td {
	line-height: 1.2em;
}
td {
/*	font-size: 12px;*/
}
ul {

}
li {
	margin-left: 30px;
	list-style-position: outside;
	margin-bottom: 10px;
}

/* =================================================== */
#-----------------------TEXT--custom {}
/* =================================================== */
#sidebar h1 {
	font-size:14px;
	color: #ff9732;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.1em;
	word-spacing: 0em;
	padding-bottom: 3px;
}

#sidebar p,
#sidebar a,
#sidebar li {
	font-size:11px;
	color: #E69077;
}
#sidebar ul,
#sidebar li {
	padding-bottom: 0px;

}
#sidebar p {
	padding-right: 12px;
}
#footer p {
	font-size: 10px;
	font-weight: bold;

	text-align: center;
	color: #000000;
}

#copyright p {
	padding-top: 3px;
}
#webcredits p,
#webcredits a {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}
#webcredits a:hover {
	background-color: #7AC142;
}
#blog h1 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0em;
	color: #FFD533;
	padding-bottom: 0.2em;
}
#sponsors-page p {
	font-size: 11px;
	padding-bottom: 0px;
}
.blog-date p {
	color: #AA0001;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p.intro {
	font-size: 16px;
	font-weight: normal;
}
.intro-copy {
	width: 250px;
}
.intro-copy p {

}
.txt-yellow {
	color: #ffd230;
	font-size: 14px;
}
.txt-white {
	color: white;
}
.txt-black {
	color: black;
}
.txt-small-caption {
	font-size: 11px;
	color: #000000;
}
.txt-small-caption-red {
	font-size: 11px;
	color: #AA0001;
}
.txt-small-caption-allcaps-spaced {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	color: #FF5151;
}

.txt-big-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.txt-race_name {
	text-transform: uppercase;
	font-weight: bold;
	color: #FD9732;
	font-family: "Times New Roman", Times, serif;
}
.txt-yellow-serif {
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.txt-race_rank {
	text-transform: lowercase;
	color: #FFFF00;
}
.txt-race_date {
	text-transform: uppercase;
	color: #FFFFFF;
}
.txt-race_time {
	text-transform: lowercase;
	color: #FFAAAA;
}
.txt-ironman-location{
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt-size-small {
	font-size: 11px;
}
.txt-size-med {
	font-size: 14px;
}
td.tableheader {
	color: #FFFFFF;
	background-color: #7A0000;
}
/* =================================================== */
#--------------------------IMAGES {
}
/* =================================================== */
img {
}

.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-left-padded {
	float: left;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 3px;
}
.img-right-padded {
	float: right;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

/* =================================================== */
#-------------------------IMAGES-custom {}
/* =================================================== */

.ironman-list a {
	border-style: none;
}
.ironman-list img,
#gallery img {
	border: 1px solid #460000;
	margin-bottom: 4px;
}
.ironman-list img:hover {
	border: 1px solid #FFFFFF;
}
#sponsors a,
#sponsors a:hover  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sponsors-page img {
	margin-bottom: 3px;
}
#gallery img {
	margin-right: 3px;
	margin-bottom: 3px;
}
#gallery a,
#gallery a:hover  {
	text-decoration: none;
	border: none;

}

/* =================================================== */
#-------------------------ENHANCEMENTS {}
/* =================================================== */

/* MISC */
abbr[title] {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
abbr[title]:hover {
	cursor: help;
}
abbr[title] a:hover {
}

/* =================================================== */
#-------------------------LINKS {}
/* =================================================== */
a, 
a:visited {
	text-decoration: none;
	color: #FF9833;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #750000;
	font-size: 100%; /* fixes font bug - font will remain correct size even if custom class is defined */
}
a:hover {
	color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E0002;
}

/* =================================================== */
#-------------------------LINKS-custom {}
/* =================================================== */
#sidebar a, 
#sidebar a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900000;
}
#sidebar a:hover {
	color: #FF9833;

}
#sponsors-page a {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* =================================================== */

#-------------------------ADV TABLES {
}
/* defining .mytable */
table.mytable {
	width: 100%;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
table.mytable a {
	text-decoration:none;
}

table.mytable a {
/*not sure how to remove link style from img + a code */
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.mytable tfoot td {
	text-align:right
}
/* Body------------------------------------------ */
.mytable tbody th, .mytable tbody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mytable tbody th {
	white-space: nowrap;
}
.mytable tbody th a {
	color:#fff;
}
.mytable tbody tr:hover {
	background-color: #930000;
}
