@import "nav.css";
@import "instance.css";

html {
	background: #385 url(../img/bkgdTile.gif) 50% 0;
	}

body {
	margin: 0;
	padding: 0;
	background: transparent url(../img/homeGrad.jpg) 50% 0 repeat-x;
	font-size: 76%;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #445;
	text-align: center;
	}

div#contain {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

a#skip { display: none; }

a { outline: none; }

div#head {
	position: relative;
	width: 800px;
	height: 169px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../img/headBkgd.png) 0 0 no-repeat;
	z-index: 2;
	text-align: left;
	}
	
div#head div#logo {
	position: absolute;
	top: 28px;
	left: 10px;
	margin: 0;
	padding: 0;
	}
	
div#head  a {
	display: block;
	width: 227px;
	height: 122px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/ffLogo.png) 0 0 no-repeat;
	text-indent: -9000px;
	color: #fff;
	}
	
div#head div#image {
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 557px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/kkHead.jpg) 0 0 no-repeat;
	}

body#workout div#head div#image {
	background-image: url(../img/workoutHead.jpg);
	}

body#reconnect div#head div#image {
	background-image: url(../img/reconnectHead.jpg);
	}
	
body#info div#head div#image {
	background-image: url(../img/aboutHead.jpg);
	}

div#content {
	position: absolute;
	top: 240px;
	left: 242px;
	width: 556px;
	margin: 0;
	padding: 8px 0 0 0;
	background: #fff;
	border-width: 0 1px;
	border-style: solid;
	border-color: #041;
	text-align: left;
	}

body#info div#content {
	top: 215px;
	}

div#content p,
div#content h1,
div#content h2,
div#content h3 {
	margin-left: 10px;
	margin-right: 10px;
	}

div#foot {
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #041;
	}
	
body#reconnect div#content { border-color: #428; }
body#workout div#content { border-color: #08a; }
body#kinetic div#content { border-color: #d60; }

body#reconnect div#foot { background: #428; }
body#workout div#foot { background: #08a; }
body#kinetic div#foot { background: #d60; }

div#content h1 {
	margin-bottom: .5em;
	margin-top: 0;
	padding: 0;
	font-size: 2.5em;
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #041;
	}
	
body#reconnect div#content h1 { color: #428; }
body#workout div#content h1 { color: #08a; }
body#kinetic div#content h1 { color: #d60; }

div#content h2 {
	margin-bottom: .0em;
	margin-top: 1em;
	font-size: 1.75em;
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #222;
	}

div#content p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	}

div#content ul {
	margin: 0 20px 1.5em 20px;
	padding: 0 20px;
	line-height: 1.5em;
	}

div#content li {
	margin: 0 0 .5em 0;
	}

div#content a {
	text-decoration: none;
	font-weight: bold;
	color: #385;
	}

div#content a:hover {
	color: #8a3;
	}

strong { margin: 0; padding: 0;}

div#callout {
	/*
	position: absolute;
	top: 175px;
	left: 20px;
	*/
	width: 210px;
	margin: 5px 0 0 20px;
	}

div#callout a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	}

div#callout a img {
	display: block;
	border: 0;
	}

div#callout form {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url(../img/formBkgd.gif) left bottom no-repeat;
	text-align: center;
	}

div#callout fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

div#callout h4 {
	width: 210px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/formTitle.gif) 0 0 no-repeat;
	text-indent: -9000px;
	}

div#callout input.text {
	margin: 0 0 5px 0;
	}

div#callout label {
	display: none;
	}
