@charset "UTF-8";
/* CSS Document */
/*** BASICS STYLES ***/
 
html
{
	height: 100%;
	margin-bottom: 1px;
}
 
/* reset some browser's default css rules */
body, div, dl, dt, dd, ul, oo, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td
{
	margin: 0;
	padding: 0;
}
 
h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
 
ul
{
	list-style-type: none;
}
 
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
 
fieldset, img
{
	border: 0;
}
q
{
	font-style:italic;
}
q:before, q:after
{
	content: '"';
}
cite
{
	font-size: 90%;
	display: block;
	margin-top: 1ex;
}
cite:before
{
	content: '-- ';
}
 
/****** top level layout elements *******/
html
{
	color: #000000;
	background: #FFFFFF;
}
body
{
	position: relative;
}
div#everything, div#wrapper, div#masthead, div#footer, div#topNavbar, div#topNavbar ul
{
	width: 800px;
}

div#everything
{
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 75%;
	margin: 5px auto 0px auto;
	background-color: white;
}
div#wrapper
{
	top: 0;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
}
#left_column
{
	float: left;
	width: 170px;
	background: white;
	height: 100%;
}
div#navbar
{
	width: 170px;
	margin: 0;
	padding: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right_column
{
	position: relative;
	float: left;
	margin:0;
	width: 630px;
}
div#content
{
	padding: 20px 20px 20px 20px;
	background-color: white;
	width: 570px;
}
 
/*** FOOTER ***/
#footer
{
	vertical-align: bottom;
	color: #666666;
	background-color: white;
	font-size: 90%;
	padding: 0 0 20px 0;
}
#footer a
{
	color: #666666;
	background-color: white;
	text-decoration: underline;
	font-weight: normal;
}
 
/* page specific styles */
#content p
{
	padding: 0 0 0.5em 0;
}
 
span.span_bold
{
	font-weight: bold;
}
 
/*** Anchors ***/
a:active, a:visited, a:link
{
	outline: none;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a + h3
{
	margin-top: 0;
}

/*** Lists ***/
dl dt
{
	font-style: italic;
	margin-top: 1.8ex;
}
dl dd
{
	margin-left: 3em;
	margin-bottom: 0.6ex;
}
dl dt + dd
{
	margin-top: 0.6ex;
}
#content ul, #content ol
{
	margin-top: 1ex;
	margin-bottom: 1ex;
}
#content ul li
{
	margin-left: 5ex;
	list-style: disc;
}


/* CAC STYLES */

/****** top level layout elements *******/
html
{
	color: #000000;
	background: #F2F2F2;
}
body
{
	padding: 24px;
}
div#topShadow, div#everything, div#bottomShadow
{
	width: 872px;
	margin: 0 auto;
	background-color: #F2F2F2;
}
div#topShadow
{
	background-image: url(../media/body_top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
}
div#everything
{
	background-image: url(../media/body_middle.png);
	background-repeat: repeat-y;
	background-position: center;
}
div#bottomShadow
{
	background-image: url(../media/body_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
img#logo
{
	width: 800px;
	margin-top: 16px;
}
img#logo, div#wrapper, div#footer
{
	margin-left: 37px;
}
div#wrapper
{
	border: 1px dotted #B81237;
}
#default div#wrapper
{
	border: none;
}
#header h1, #header .leftButton
{
	display: none;
}
#masthead
{
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	padding: 0;
	margin: 0;
	float:left;
}
#masthead img
{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
	padding: 0;
	margin: 0;
	width: 799px;
	height: 235px;
}

/* page specific styles */
div#content
{
	border-left-width: 1px;
	border-left-color: #B81237;
	border-left-style: dotted;
}
#content p
{
	padding: 0 0 0.5em 0;
}
#twitter_container
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
span.span_bold
{
	font-weight: bold;
}
div.experience_role
{
	font-weight: bold;
	float:left;
}
div.experience_year
{
	font-weight: bold;
	float: right;
}
div.experience_year + p
{
	clear: both;
}
p + div.experience_role, p + div.experience_role + div.experience_year
{
	margin-top: 2ex;
}
#xterra
{
	position: absolute;
	bottom: 17px;
	left: -170px;
	width: 170px;
	height: 177px;
	border: none;
}
#xterra img
{
	width: 170px;
	height: 177px;
}
 
/*** Anchors ***/
a:active, a:visited, a:link
{
	color: #0000FF;
}

/*** Headings ***/
h1, h2, h3, h4
{
	font-family: 'Myriad Pro', Verdana, Geneva, sans-serif;
	color: #B81237;
	margin: 12px 20px 4px 0;
}
h1
{
	font-size: 180%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-color: #B81237;
	border-bottom-style: dotted;
	padding-bottom:8px;
	margin-bottom:24px;
}
h2
{
	font-size: 140%;
	font-weight: normal;
}
h3
{
	font-size: 120%;
	font-weight: normal;
}
h4
{
	font-size: 110%;
	font-weight: normal;
}
h3 + h1
{
	margin-top: 4px;
	margin-bottom: 12px;
}

/*** FOOTER ***/
#wrapperCloser
{
	clear:both;
	width: 800px;
	height: 19px;
	background-image: url(../media/footer_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #4D4D4D;
}
span.tagline
{
	float:left;
	color:#B81237;
	font-style:italic;
	font-weight:bold;
	padding: 12px;
}
#footer div#rights
{
	display:inline;
	float:right;
	margin-top: 12px;
}
 
/**** TRAINING INTENSITY *****/
#athletesLounge table
{
	margin-bottom: 1.5ex;
	border: solid 1px #D0D0D0;
}
#athletesLounge td, #athletesLounge th
{
	padding: 4px;
}
#athletesLounge thead th
{
	background-color: #D0D0D0;
}
#athletesLounge tbody
{
	font-size: 90%;
}
#athletesLounge em span
{
	text-decoration: underline;
}
#athletesLounge fieldset
{
	border: solid 1px #D0D0D0;
	padding: 2ex;
}
#athletesLounge legend
{
	color: #B81237;
	font-weight: bold;
}
#athletesLounge input, #athletesLounge select
{
	margin-top: 1ex;
}
#athletesLounge input:focus, select:focus, textarea:focus
{
	background-color: Yellow;
}
#athletesLounge input[type='text']
{
	width: 4ex;
}
#athletesLounge span#maxHRSpan
{
	display:none;
}
#athletesLounge span#ageSpan
{
	display:inline;
}
#athletesLounge #errorReport
{
	color: red;
	font-weight: bold;
}
#athletesLounge p + h3
{
	margin-top: 4ex;
}
#athletesLounge #chartLink
{
	display: none;
}

/** RACE REPORTS ***/
div.race_report_container
{
	clear:both;
	padding-bottom: 10px;
}
#raceCorner div.img_container, #raceCorner div.img_container img
{
	width: 200px;
}
#raceCorner div.img_container
{
	float: left;
	margin-right: 10px;
}
div.race_date
{
	font-size: 80%;
}
#raceCorner div.summary
{
	padding: 1.3ex 0;
}
div.race_report_container a
{
	font-size: 80%;
	text-decoration: underline;	
	color:#00F;
}
div.race_report_container a:hover
{
	cursor:pointer;
	color: #B81237;
} 

/*** RUN CLINICS *****/
#services #content ul, #content ol
{
	margin-top: -0.8ex;
}
#services dl + img
{
	margin-top: 1.3ex;
}
#services form + p
{
	margin-top: 1.6ex;
}
#services p + form
{
	margin-top: 1.3ex;
}
#services h1 + p > em
{
	font-size: 1.3em;
}

/*** TESTIMONIALS *****/
div#textimonial_container
{
	position: relative;
}
div.testimonial_content
{
	clear:both;
	padding-top: 1.4em;
}

div.img_swap_container
{
	float: left;
	height: 300px;
	width: 275px;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
}
div.img_swap_container img
{
	width: 275px;
	overflow:hidden;
}
div#controls a
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	margin: 0 3px 0 3px;
}
div#controls a:hover, div#controls a:active
{
	background-position: bottom left;
	border: none;
}
div#controls a.controller
{
	display: none;
}
div#controls a span
{
	display: none;
}
div#controls a#back
{
	background-image: url(../media/back.png)
}
div#controls a#forward
{
	background-image: url(../media/forward.png)
}
div#controls a#pause
{
	background-image: url(../media/pause.png)
}
div#controls a#play
{
	background-image: url(../media/play.png)
}
div#controls a.frame
{
	background-color: #FFFFFF;
	width: 8px;
	border: 1px solid #B81237;
}
div#controls a.frame:hover, div#controls a.frame:active
{
	background-color: #D0D0D0;
}
	




