/* v1.0 | 20080212 */

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;
}
/* Done with resetting styles, on to setting */

body {
	width: 80%;
	margin: 2em;
	padding: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #717070;
	}
img {
     max-width: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	}
a:active, a:hover {
	color: #0080c5;
	}
#container {
	clear: both; 
	width: 100%;
	max-width: 1100px;
	min-width: 700px;
	margin: 0 auto;
	}
#mainnav {
	float: left;
	width: 20%;
	line-height : 1.8;
	font-size: 1.5em;
	}
#content {
	width: 80%;
	float: right;
	font-size: 1.5em;
	line-height : 1.8;
	}
#banner {
	position: relative;
	height: 115px;
	background: url('../images/21.png') top left no-repeat;
	border-bottom: 1px solid #717070;
	margin-bottom: 2em;
	}
#banner h1 {
	position: absolute; 
	bottom: 13px;
	right: 2px;
	font-size: .8em;
	color: #717070;
	}
#banner a {
	color: #999;
	text-decoration: none;
	}
p {
	margin: .25em 0;
	padding: .25em 0;
	}
#mainnav ul li a {
	display: block;
	}
#mainnav li.active a {
	color: #0080c5;
	text-shadow: #7b7b7d 1px 1px 1px	
	}

div.calendar table {
	border: 1px solid #efefef;
	border-collapse: collapse;
	margin: 0 0;
	width: 100%;
	line-height: 1.1em;
	}
div.calendar table:first-child {
	margin-top: 1em;
	}
	
tr.smd_cal_daynames {
	}
div.calendar table th {
	border: 1px solid #666;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
	vertical-align: top;
}
div.calendar table tr.maxcaldaynames th {
	width: 50px;
	padding: 4px;
	margin: 0;
	}
div.calendar table td {
	border: 1px solid #666;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
	vertical-align: top;
	width: 50px;
	height: 60px;
}
div.calendar table td h4 {
	font-size: .9em;
	color: #999;
	text-align: right;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
div.calendar table td span {
	font-size: .9em;
	color: #999;
	text-align: right;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
.smd_cal_navnext, .smd_cal_navprev {
	font-size: 2em;
	}
div.oneworkout {
	border-bottom: 1px solid #717070;
	}
div.oneworkout p {
	margin-left: 1.5em;
	font-size: .9em;
	}
div.oneworkout  p.workoutdate {
	font-weight: bold;
	color:#026194;
	margin-left: 0;
	
	}
h2 {
	font-weight: bold;
	}
#content h1 {
	font-size: 1.2em;
	color: #93b4cd;
	text-shadow: #999 1px 1px 0px;
	letter-spacing: 3px;
	}

