@charset "UTF-8";
/* CSS Document */
#sub-menu img {
	margin: 5px 4px;
}
.section-content {
	background: url(/currentfamilies/athletics/images/Amber_Washington_2011.jpg) no-repeat left;
}
#landing-title, #sub-landing-text {
	width: 715px;
	left: 10px;
}
#landing-title {
	font-size: .85em;
	color: #fff;
	position: absolute;
	bottom: 130px;
}
#sub-landing-text {
	top: 280px;
}
.team-list {
	width: 100%;
	border: 1px solid #a9bf80;
}
.team-list thead {
	background-color: #a9bd80;
	font-weight: bold;
}
.team-list td, .team-list th {
	vertical-align: top;
	padding: 10px 5px;
	font-size: 11px;
}
.team-list p {
	margin: 0;
	padding: 0;
}
/* Scoreboard */
#scoreboard {
	border: 1px solid #a9bd80;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#scoreboard td, #scoreboard th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: .8em;
}
#scoreboard th {
	font-weight: bold;
}
.score {
	text-align: center;
	width: 150px;
}
#coaches-box {
	position:relative;
	float: right;
	right: 40px;
	border: 1px solid #a9bd80;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* this fixes the background of the dialog windows */
.ui-draggable {
	background-color: #fff;
}
#accordion {
	position: relative;
	float:right;
	clear: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
#accordion div {
	padding: 10px;
	font-size: .9em;
}
#accordion .page-link, #accorion coaches-level {
	font-weight: bold;
}
.team-post-footer {
	font-size: 12px;
	border: 1px solid #a0bd80;
	padding: 5px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.article-footer p {
	margin: 0;
	position: relative;
}
.date-posted {
	float: left;
}
.game {
	font-weight: bold;
}
.cancelled {
	text-decoration: line-through;
}
.location span {
	font-weight: bold;
}

.location-address {
	font-size: .9em;
	margin: 10px;
}
