/*-----------------------------------------------------------------------------
Chicago Tri Club Stroke and Stride

version:   1.0
author:    Dan Lucas
email:     djlucas at gmail dot com
website:   http://www.dlucas.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Center content*/
#container {
	width: 980px;
	margin: 0 auto;
}

/* Remove padding and margin */
* {
margin: 0;
padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul , li{
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: .9em, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited, p.swim a:link, p.swim a:visited, p.swimrun a:link, p.swimrun a:visited{
	text-decoration: none;
	color:#9D0000;
	font-weight: normal;
}


/* =Branding
-----------------------------------------------------------------------------*/
#branding {
	margin: 20px 0;
}
#branding #logo {
	height: 125px;
	width: 750px;
	margin: 0 auto;
}



/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#maincontent {
	float: left;
	width: 575px;
	margin: 0 1em;
}
#results{
	clear: both;
	margin: 2em 0 0 0;
}

img.homepageimage {
display: block;
margin: 0 auto;

}

ol{
margin: 1em 0em 1em 1.5em;
}
p.thanks {
width:500px;
padding:10px;
border: 1px dotted #ccc;
background:#fafafa;
}

p.swimrun {
	margin: 1em;
	background: url(images/swimrun.gif) no-repeat left center;
	padding:0 0 0 5.75em;
	font-weight: bold;
}

p.swim {
margin: 1em;
background: url(images/swim.gif) no-repeat left center;
padding: 0 0 0 3em;
font-weight: bold;
}

.resultsnav {
width: 27.5em;
border: 1px dotted #DCDCDC;
background:#fafafa;
}


ul{
list-style-type:none;
}


ul.schedule {
width: 15em;
border: 1px dotted #ccc;
background:#fafafa;
}
ul.schedule li{
text-align: center;

}
ul.schedule li a, .deadresults{
margin: 0 .5em;
padding: 0 0 0 .5em;
border-left: 1px solid #ccc;
}

.smallh2{
font-size:.6em;
color:#4F4F4F;

}



/* =Secondary Content
-----------------------------------------------------------------------------*/
#secondarycontent {
	float: left;
	width: 275px;
	margin: 0 1em;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 auto; 
	width: 48em;
	color:#666666;
	padding:2em 0 0 0;
	height: 60px;
	clear: both;
	font-size: 0.75em;
	background:  url(images/footerlogo.gif) no-repeat left center;
}

#footer p{
margin: .25em 0 0 8em;

}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
	
}

caption {
font-size: 1.2em;
font-weight: bold;
margin: 1em 0 0 0;
text-align: left;
}
col{
border-right: 1px solid #ccc;
}
td {

	text-align: left;
	font-weight: normal;
	padding: 0.3em 1em;
}

th{
font-weight: normal;
text-align: left;
padding: 0.3em 1em;
}

thead{
background: url(images/thead.gif) repeat-x left center;
color:#fff;
}

tbody tr.shadow {
background: url(images/td.gif) repeat-x left top;
border-bottom: 1px solid #E3E3E3;
}

tbody tr {
border-bottom: 1px solid #E3E3E3;
height:2.2em;
}

.even {
background: #F7F7F7;
}

.racercol {
	
}

.agocol{
border-left: 1px solid #E3E3E3;
}

/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

