/* Tile
-------------------------------------------------------------- */
.tile {
	width: 430px;
	border-bottom: 3px solid #ce5d08;
	padding-bottom: 1em;
	margin: .8em;
}
.tile:hover {
}
.tile-left {
	float: left;
	clear: left;
	margin-left: 0em;
}
.tile-right {
	float: right;
	clear: right;
	margin-right: 0em;
}
.tile-end {
	clear: both;
}

/* News Items
-------------------------------------------------------------- */
.news-items {
	border-bottom: none;
}
.news-items div {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 3px solid #ce5d08;
}

.news-items .date {
	float: right;
	font-style: italic;
}

.news-items .read-more {
	text-align: right;
}

/* Games
-------------------------------------------------------------- */
.games td {
	padding-right: .5em;
}

.games th {
	font-weight: bold;
	color: #1f3e90;
}

.games .time {
	padding-left: .5em;
}
.games .location {
	padding-right: 0em;
}


/* Static pages
-------------------------------------------------------------- */
.static-page .date {
	float: right;
	font-style: italic;
}