body {
	background: #E8E5DC;
	color: #172322;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
}

div#wrap {
	margin: 0 auto;
	position: relative;
	width: 672px;
}

div#header {
	background: url(img/bg_header.gif) no-repeat;
	height: 230px;
	margin-bottom: 13px;
	text-indent: -9999px;
}

div#content {
	background: #fff url(img/bg_content_top.gif) no-repeat;
	line-height: 18px;
	float: left;
	padding: 15px 30px 30px 30px;
	width: 612px;
}

div#footer {
	background: url(img/bg_footer.gif) no-repeat;
	height: 38px;
	color: #fff;
	clear: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 30px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	border-top: 1px #E8E5DC solid;
	clear: left;
	color: #070707;
	font-size: 24px;
	font-weight: normal;
	height: 20px;
	padding: 15px 0 15px 0;
}

h2 {
	color: #070707;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

p.word {
	color: #78B556;
}

ul {
	list-style-image: url(img/bg_desc_li.gif);
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
}

li span {
	font-size: 10px;
}

div#words {
	border: 2px #DAEBF3 solid;
	padding: 15px 15px 0 15px;
}

div.contact1 {
	float: left;
	width: 250px;
}

div.contact2 {
	float: left;
	width: 350px;
}

a {
	color: #2998DE;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
}

div.email {
	display: none;
}

a img {
	border: 0;
}

p.partners a {
	display: block;
	float: left;
	margin: 0 50px 20px 0;
}

/*div#partners {
	height: 120px;
	overflow: hidden;
}*/

div#partners-more {
	clear: left;
	display: none;
}

a#show-more, a#show-more-athlete {
	outline: none;
}

/* dialog */

label, input, select, textarea { display:block; }
textarea { height: 100px; }
input.text, select.text, textarea.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
div#users-contain {  width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
p#validateTips { margin-top: 10px; padding: 0; }

/* social */

p.social {
	
}

p.social a {
	display: block;
	float: right;
	line-height: 16px;
	margin-left: 20px;
	padding-left: 20px;
}

a#twitter {
	background: url(img/twitter.gif) no-repeat;
}

a#facebook {
	background: url(img/facebook.gif) no-repeat;
}

a#devblog {
	background: url(img/tribevine.jpg) no-repeat;
}

/* athelete card */

div#atheletes-wrap {
	float: left;
	margin: 0 0 20px 0;
}

div.athelete {
	float: left;
	padding: 0 10px 20px 0;
	width: 190px;
}

div.athlete-img {
	float: left;
	width: 90px;
}

div.athlete-img img {
	border: 1px #E8E5DC solid;
	padding: 2px;
}

div.athlete-info {
	float: left;
	width: 100px;
}

div.athlete-info h2 {

}

div.athlete-info p {
	line-height: 15px;
	margin: 0;
	padding: 0;
}

div.athlete-card {
	background: #fff;
	display: none;
	left: 18px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 596px;
	z-index: 2;
}

div.ac-left {
	float: left;
	width: 220px;
}

div.ac-left img {
	margin: 0 0 10px 0;
}

div.ac-cent {
	float: left;
	width: 376px;
}

div#popup-bg {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

div#athletes-more {
	clear: left;
	display: none;
}	