
h1 span {font-weight:200; margin-left:5px;}
.eventBtn-viewEvent-button {margin-right: 0 !important;}
.events-googlemap-link { float: left; font-style: italic; margin-top: -4px;}
.events-googlemap-link:hover { text-decoration: underline;}

/**********************************
Temp Events Listing
 **********************************/

 #eventListing-noEvents { float: left; width: 87%; padding: 20px; color: #fff; margin-bottom: 30px;

 	/*Gradient*/
		/* fallback colour */ background: #65b0e8;
		/* fallback image */ background-image: url(../img/fallbacks/ribbon-fallback.png);
		background: -moz-linear-gradient(top,  #65b0e8 0%, #468bde 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65b0e8), color-stop(100%,#468bde)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #65b0e8 0%,#468bde 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #65b0e8 0%,#468bde 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #65b0e8 0%,#468bde 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #65b0e8 0%,#468bde 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b0e8', endColorstr='#468bde',GradientType=0 ); /* IE6-9 */

		/*Rounded Corners*/ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
		/*Shadows*/ -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.4); }

 #eventListing-noEvents img {margin-right: 10px;}
