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

.month { background:url(../images/event-month-bg.jpg) no-repeat 0 0; color:#FFF; float:left; font-weight:bold; height:24px; margin:10px 0 0 17px; padding:6px 0 0 11px; width:524px; }
	.month p { margin:0; }
		
.event-container { background:url(../images/event-container-corners-top.gif) no-repeat 0 0 #8f9f46; float:left; margin:10px 0 10px 17px; padding:10px 0 0 0; width:524px; }
	.left { float:left; padding-left:10px; width:126px; }
		.left p { margin:0; padding:0; }
		.thumbnail { float:left; height:84px; width:126px; }
	.right { display:block; float:left; padding:0 10px; width:368px; }
		.right p { margin:0px; }
		p.title { color:#FFF; font-size:1em; font-weight:bold; }
		p.sub-title { color:#FFF; font-size:1em; font-variant:small-caps; text-transform:lowercase; }
		p.date { color:#495024; font-size:0.9em; font-weight:bold; margin:4px 0;}
		p.price { color:#495024; font-size:1.1em; font-variant:small-caps; font-weight:bold; margin:4px 0; text-transform:lowercase; }
		.event-container a { background:url(../images/btn-buy-tickets-more-info.jpg) no-repeat; border:none; display:block; height:26px; text-indent:-2000px; width:165px; }
			.event-container a.buy { background-position:0 0; border:none; }
			.event-container a.buy:hover { background-position:0 -26px; border:none; }
			.event-container a.buy:focus { background-position:0 -52px; border:none; }
			
			.event-container a.info { background-position:-165px 0; border:none; }
			.event-container a.info:hover { background-position:-165px -26px; border:none; }
			.event-container a.info:focus { background-position:-165px -52px; border:none; }
			
		.bottom { background:url(../images/event-container-corners-bottom.gif) no-repeat 0 0 #8f9f46; clear:both; float:left; height:10px; width:524px; }