/* EVENT LIST */
div.view-events div.attachment {
	border:4px solid #af4245;
	padding:21px 21px;
        margin-bottom: 40px;
}

.view-events .attachment-title{
    font-size: 22px;
    color: #af4245;
    text-transform: uppercase;
}

div.view-events .views-field-field-featured-event {
	font-family:Helvetica-Bold;
	font-size:18px;
	color:#97060b;
	margin-bottom:6px;
}

div.view-events div.event-date-and-time {
	font-family:Helvetica-Bold;
	color:#6f6f6f;
}

div.view-events div.event-date-and-time .date-display-range {
	display:inline;
}


div.view-events div.views-row {
	margin-bottom:40px;
}

div.view-events div.attachment div.view-content div.views-row {
	margin-top:0px;
        margin-bottom: 0;
}

div.view-events div.event-detail {
	display:table-row;
	vertical-align:top;
}

div.view-events div.event-image {
	display:table-cell;
	vertical-align:top;
	padding-right:28px;	
}

div.view-events div.event-image img{
    max-width: 245px;
}

div.view-events div.event-info {
	display:table-cell;
}

div.view-events div.views-field-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 3px;
}

div.view-events div.views-field-title a,
div.view-events div.views-field-title a:visited,
div.view-events div.views-field-title a:active,
div.view-events div.views-field-title a:hover {
	font-family:urbanobold_condensed;
	color:#1d3462;
}

/* END EVENT LIST */

/* EVENT DETAIL */

body.node-type-event .field-name-field-event-date {
	margin-bottom:10px;
}

body.node-type-event .field-name-field-event-date .field-item {
	font-family:urbanobold_condensed;
	font-size:24px;
	color:#1d3462;
	line-height:28px;
}

body.node-type-event .field-name-field-event-date .date-display-range {
	display:inline;
}

body.node-type-event .field-name-field-location {
	margin-bottom:8px;	
}

body.node-type-event .field-name-field-location .field-label,
body.node-type-event .field-name-field-location .field-item {
	font-family:Helvetica-Bold;
	font-size:16px;
	color:#000000;
}

body.node-type-event .field-name-field-image {
	margin-bottom:10px;
}

body.node-type-event .field-name-field-event-url {
	margin-bottom:2px;	
}

body.node-type-event .field-name-field-event-url a,
body.node-type-event .field-name-field-contact-email a {
	font-size:16px;
	color:#03578d;
}



/* END EVENT DETAIL */