div.ccm-block-calendar-event-list {
    margin-bottom: 10px;
    clear: both;
	border:1px solid #fff;
	padding:15px 25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	min-height: 135px;
	background: url('frontpage_gigguideBG.png') no-repeat;
	background-position:top right;
}

div.ccm-block-calendar-event-text-wrapper {
    float:left;
	min-height:100px;
}

div.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 10px;
    clear: both;
	width: 75%;
    margin-left: auto;
    margin-right: auto;
}


div.ccm-block-calendar-event-list-event-date {
    width: 65px;
    height: 70px;
    float: left;
    margin-right: 10px;
	border:1px solid #fff;
    margin-bottom: 30px;
	background-color: #fff;
	color: #000;
}

div.ccm-block-calendar-event-list-event-date span {
    display: block;
    text-align: center;
	font-size:1.5em;
}

div.ccm-block-calendar-event-list-event-date span:first-child {
    font-weight: 400;
    background-color: #2469bd;
    color: #fff;
}

.datenum {
    font-size:2.4em !important;line-height:1.2em;font-weight:500;
}


div.ccm-block-calendar-event-list-event {
    padding-bottom: 10px;
    clear: both;
}

/*.ccm-block-calendar-event-list-image > img {float:left;margin-right:10px;border:1px solid #fff;}*/
/*.ccm-block-calendar-event-list-image a{float:left;margin-right:10px;border:1px solid #fff;}*/

.events_image {float:left;margin-right:10px;border:1px solid #fff;}

.ccm-block-calendar-event-list-event-title{font-size:2em;font-weight:500;margin-bottom:10px;line-height:1.2em;}

.ccm-block-calendar-event-list-event-date-full{font-size:1.5em;font-weight:300;margin-bottom:5px;}
.ccm-block-calendar-event-list-event-description{text-align:left;margin-top: 10px;}

@media screen and ( max-width: 30em ) /* 480 */ {
	.events_image {width:62px;height:62px;}
	
	div.ccm-block-calendar-event-list-event-date {height: 62px;margin-bottom: 0px;}
	div.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 10px;
    clear: both;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.ccm-block-calendar-event-list-event-date-full{clear:both;text-align:center;line-height:1.4em;margin-top: 10px;}
.ccm-block-calendar-event-list-event-description{text-align:center;}

div.ccm-block-calendar-event-list {
	min-height: 100px;
	padding:10px 10px;
}

}
@media only screen and ( max-width: 360px ) {
	.events_image {width:62px;height:62px;}
	div.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 10px;
    clear: both;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}
}