@charset "utf-8";
/* CSS Document */

.news-item-wrap {max-width:1050px;}
.news-image-buytix {
	padding: 0 20px 20px 0;
	text-align:center;
	float:left;
	max-width:270px;
	float:left;
}
.news-image {
	padding-bottom:20px;
}
.buytix-button {
	padding:10px;
	background-color:#0077c8;
	border-radius:10px;
	-moz-border-radius:10px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.news-blurb {padding-bottom:20px;}
.news-event-listing {width:100%;}
.buytix-button:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}