body {
	font: 12px Arial,Sans-serif;
	text-align: center;
	margin: 0;
	padding: 1em 0 0;
	background: url("images/stripe3.png") top left;
}

a { color: #12122e; }
a:hover { color: #313598; }
a img { border: 0; }

.clear { clear: both; }

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url("images/header.png") top left no-repeat;
	height: 140px;
	width: 960px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

	#header a { color: #fff; text-decoration: none; }
	#header a:hover { text-decoration: underline; }

	#header h1 {
		font-size: 1em;
		margin: 0;
		padding: 0;
		width: 680px;
	}

		#header h1 a {
			display: block;
			padding: 140px 0 0;
		}
		
	#header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 1em;
		right: 1em;
	}
	
		#header ul li { float: left; border-right: 1px solid #fff; }
		#header ul li.last { border: 0; }
		
		#header ul li a { display: block; padding: 0 .5em; }


/* Content Area */
#content_wrap {
	background: url("images/content_bg_top.png") 0 32px no-repeat;
	padding: 32px 0 0;
	width: 650px;
	float: left;
	position: relative;
}

	#main_tabs {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0 0 0 8px;
		list-style: none;
		font-size: 18px;
		font-weight: bold;
		width: 650px;
		height: 35px;
		overflow: hidden;
	}

	#main_tabs li {
		background: url("images/tab_right.png") top right no-repeat;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
	}
	
	#main_tabs li a {
		display: block;
		text-align: center;
		padding: 0 0 0 10px;
		background: url("images/tab_left.png") top left no-repeat;
		color: #fff;
		text-decoration: none;
	}
	
		#main_tabs li a span {
			display: block;
			padding: 7px 1.75em 7px;
			text-align: center;
			background: #12122e;
		}
	
	#main_tabs li.active { background-image: url("images/tab_right_active.png"); }
	#main_tabs li.active a { background-image: url("images/tab_left_active.png"); color: #12122e; }
	#main_tabs li.active a span { background: url("images/tab_bg_active.png") top left repeat-x; }
	
#content_container {
	background: url("images/content_bg_bottom.png") bottom left no-repeat;
	padding: 0 0 8px;
}

#content {
	background: url("images/content_bg_repeat.png") top left repeat-y;
	padding: 1em 2em;
	margin: 8px 0 0;
	text-align: left;
}

#content .statuses {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

	#content .statuses li {
		position: relative;
		border-bottom: 1px solid #d7d7d7;
		padding: 1em 0;
	}
	
	#content .statuses a.profile_image { border: 1px solid #ccc; display: block; float: left; margin: 0 1em 1em 0; }
	#content .statuses a.profile_image img { border: 0; }
	
	#content .statuses div.name strong {
		color: #706d7e;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	#content .statuses div.name span.team { color: #719ad2; }
	
	#content .statuses .meta {
		font-size: 11px;
		color: #9f9f9f;
		margin: 2em 0 0;
	}
	
	#content .statuses .meta a {
		color: #9f9f9f;
	}

	#content .statuses .meta a.retweet,
	#content .statuses .meta a.reply {
		display: block;
		padding: 3px 10px;
		font-size: 12px;
		text-decoration: none;
		color: #fff;
		position: absolute;
		background: #12122e;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}

	#content .statuses .meta a.reply { bottom: .75em; right: 0; }
	#content .statuses .meta a.retweet { bottom: .75em; right: 54px; }
	

	#content .statuses .meta a.retweet:hover,
	#content .statuses .meta a.reply:hover {
		text-decoration: underline;
	}
	
/* Sidebar */
#sidebar {
	margin: 0 0 0 660px;	
	text-align: left;
}

	#sidebar h3#btn_suggest {
		margin: 0 0 1em;
		padding: 0;
		height: 57px;
		overflow: hidden;
	}

		#sidebar h3#btn_suggest a {
			display: block;
			padding: 57px 0 0;
			background: url("images/btn_suggest_athlete.png") top left no-repeat;
		}

#sidebar #featured {
	background: url("images/sidebar_box_bottom.png") bottom left no-repeat;
	padding: 0 0 8px;
	line-height: 1.25;
}

	#sidebar #featured h3 {
		margin: 0;
		padding: 7px 18px 13px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background: url("images/sidebar_featured_top.png") top left no-repeat;
	}
	
	#sidebar #featured ul {
		background: url("images/sidebar_box_repeat.png") top left repeat-y;
		list-style: none;
		margin: 0;
		padding: 1em;
	}

	#sidebar #featured ul li { border-top: 2px solid #ccc; padding: 1em 0; }
	#sidebar #featured ul li.first { border: 0; padding-top: 0; }
	#sidebar #featured ul li a.profile_image { border: 1px solid #ccc; display: block; float: left; }
	#sidebar #featured ul li .status { margin: 0 0 0 60px; min-height: 50px;  }
	#sidebar #featured ul li .status strong { color: #706d7e; }
	#sidebar #featured ul li .status strong a { color: #706d7e; text-decoration: none; }
	#sidebar #featured ul li .status strong a:hover { text-decoration:underline; }
	#sidebar #featured ul li .meta { color: #888; font-size: 10px; padding: .5em 0 0; }
	#sidebar #featured ul li .meta a { color: #888; }
	
#sidebar div.ad { margin: 1em 0; }

#sidebar #usernames {
	background: url("images/sidebar_box_bottom.png") bottom left no-repeat;
	padding: 30px 0 9px;
	margin: 1em 0 0;
	position: relative;
	line-height: 1.5;
}

#sidebar #usernames .users {
	background: url("images/sidebar_box_repeat.png") top left repeat-y;	
	padding: 1em 1em 1em 2em;
	margin: 0;
}

#sidebar #usernames ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/sidebar_box_top.png") 0 24px no-repeat;
	width: 300px;
}

#sidebar #usernames ul.tabs li {
	float: left;
	font-weight: bold;
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	background: url("images/tab_right.png") top right no-repeat;
	height: 27px;
	overflow: hidden;
}

	#sidebar #usernames ul.tabs li a {
		display: block;
		background: url("images/tab_left.png") top left no-repeat;
		padding: 0 0 0 8px;
		text-decoration: none;
		color: #fff;
	}

	#sidebar #usernames ul.tabs li a span {
		display: block;
		padding: 7px 1em 6px;
		background: #12122e;
	}
	
#sidebar #usernames ul.tabs li.active { background-image: url("images/tab_right_active.png"); }
#sidebar #usernames ul.tabs li.active a { background-image: url("images/tab_left_active.png"); color: #12122e; }
#sidebar #usernames ul.tabs li.active a span { background: url("images/tab_bg_active.png") top left repeat-x; }
	

#footer {
	clear:both;
	color: #d0d0d5;
	padding: 1em 2em 10em;
	margin: 2em 0 0 0;
	text-align: center;
	background: #345a98;
	line-height: 1.25;
}

#footer p { margin: 0; padding: 0; }

#footer a { color: #d0d0d5; text-decoration: none; }
#footer a:hover { color: #fff; }


.pagination {
	height: 2em;
	position: relative;
}

.pagination a.prev { position: absolute; top: .75em; left: 0; }
.pagination a.next { position: absolute; top: .75em; right: 0; }

form input.text { border: 1px solid #c7c7c7; font-size: 12px; padding: 4px; color: #444; font-family: Arial,sans-serif;  }
form label { display: block; font-weight: bold; color: #12122e; }
form textarea { width: 500px; height: 80px; font-family: Arial,sans-serif; font-size: 12px; border: 1px solid #c7c7c7; }
form input.button { cursor: pointer; }
