body {
	background:#ffffff url(../images/background.png) left top repeat-x;;
	margin:0px;
	padding:0px;	
	font:14px "Helvetica Neue","Helvetica",Arial,sans-serif; 
	color:#555555;
}

#container {
	width:1100px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
}

#header {
	width:1100px;
	height:92px;
	position:relative;
	border-bottom:1px solid #eeeeee;
}


#header h1 {
	display:block;
	margin:0px;
	padding:0px;
	position:absolute;
	left:30px;
	top:30px;
	width:297px;
	height:40px;
}

#header h1 a {
	display:block;
	margin:0px;
	padding:0px;
	width:297px;
	height:40px;
	background:url(/_assets/images/logo2_sm.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	top:45px;
}

#content {
	position:relative;
	width:1100px;
	margin:0px;
	padding:0px;
	
}

h2 {
	color:#024d82;
	font:40px "Helvetica Neue","Helvetica",Arial,sans-serif;
	margin:1px 0px 1px 0px;
	text-shadow:2px 0 2px #111111;
}

h3 {
	color:#024d82;
	font:18px arial, helvetica, geneva, sans-serif;
	margin:1px 0px 1px 0px;
}

#welcomeoptions {
	width:950px;
	margin:0px;
	padding:0px;
}

#loginform {
	float:left;
	width:450px;
	margin:5px;
}

#signupform {
	float:left;
	width:450px;
	margin:5px;
	
}




input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 280px;
	border: 1px solid #eeeeee;
	padding:0px;
}

input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
	color: #024d82;
	border:1px solid #024d82;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 #000000;
	-webkit-box-shadow: 0 1px 0 #000000;

}

input[type=submit]:hover, form a:hover {
	background: #024d82;
	color:#ffffff;
	cursor: pointer;
}


/* Validation error messages */

.error {
	color: #393939;
	font-size: 15px;
}

fieldset {
	width: 300px;
	margin: auto;
	margin-bottom: 2em;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#profile {
	position:relative;
	width:600px;
	margin:0px 0px 0px 30px;
	padding:0px;
	height:60px;
}

#profilestatus {
	position:absolute;
	left:400px;
	top:20px;
	width:120px;
	height:15px;
	text-align:center;
}

#profilestatus a {
	display:block;
	margin:0px;
	padding:2px 5px 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#ccff00;
	color:#999999;
	text-decoration:none;
}


#profilestatus a {
	background:#024d82;
	color:#ffffff;
}

#profileimage {
	position:absolute;
	left: 5px;
	top: 5px;
	width:70px;
	height:50px;
	background:#999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#profiletasks {
	position:absolute;
	left: 85px;
	top: 5px;
	margin:0px;
	padding:0px;
}

#maincontent {
	margin:0px 0px 0px 10px;
	padding:0px;	
}

#manageworkouts {
	width:600px;
		
}

#manageworkouts ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#manageworkouts li {
	position:relative;
	width:600px;
	margin:0px 0px 3px 0px;
	padding:0px;
	height:70px;
	border-bottom:1px solid #024d82;
}

.dt {
	width:90px;
	text-align:center;
	color:#024d82;
	font:42px arial, helvetica, geneva, sans-serif;
	margin:1px 0px 1px 0px;
	padding:2px;
}

.wkdate {
	position:absolute;
	width:100px;
	top:0px;
	left:0px;
}

.wktinfo {
	position:absolute;
	width:130px;
	top:0px;
	left:100px;
	border-left:1px solid #eeeeee;
}

.wkgraph {
	position:absolute;
	width:370px;
	top:0px;
	left:230px;
	border-left:1px solid #eeeeee;
	background:#000000;
}

#teaser {
	width:500px;
	margin:10px 0px 0px 200px;
	padding:5px;	
	
}

#teaser p {
	line-height:1.3em;
	margin:4px 20px 10px 10px;
}


/***
 * 
 * 
 * Clearfix
 * 
 * 
**/

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

