/* _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ *
**
**	Filename: cfaesbasic-event-global.css
**
** _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ * _ */

/**************************************
**
**	Overwrite style for calendar
**
**************************************/

/*** Add separation to calendar content between pager and site footer ***/
.month-view,
.week-view,
.day-view,
.year-view{
	padding: 1.5em 0;
}
/*** Remove border shown between Date header and Pager ***/
.date-nav > .pager{
	border: none;
}
/*** Remove the yellow background when mouse over found in styles in Omega ***/
.calendar-calendar table tr:hover td{
	background: none;
}
/*** Adding mouse over to some cells in the calendar ***/
.month-view table tr:hover td:hover,
.week-view table tr:hover td:hover,
.day-view .calendar-agenda-items.single-day:hover{
	background-color: #fffdd4;
}
/*** Remove border from YearView table ***/
.year-view > table{
	border:none;
}
/*** Adjusting the Separation between each mini cal in Year view ***/
.calendar-calendar .year-view td{
	padding: 1px 3px;
}
/*** Showing events on Month View, Week View and Day view with light gray background ***/
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview{
	background: #F0F0F0 !important;
	border:none !important;
}

/**************************************
**
**	Sidebar
**
**************************************/

/*** Frontpage -  Upcoming Events block ***/
#region-sidebar-second .date-display-single {
	color:#666;
	font-weight: bold;
}

/**************************************
**
**  Event Node
**
**************************************/
/*** Event Date ***/
.node-event .field-name-field-event-date{
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}

/**************************************
**
**  Node form
**
**************************************/
/* Resizable references field for node form */
#edit-field-event-references-und {
	resize: both;
}

/**************************************
**
**  Details Block
**
**************************************/

#block-views-calendar-details {
  padding:20px;
  background-color:#e8e8e8;
}

#block-views-calendar-details .views-field-field-event-date {
    font-size:1.3em;
    font-weight:bold;
  }

#block-views-calendar-details .views-label {
  float:left;
  margin-right:10px;
}

#block-views-calendar-details a,
#block-views-calendar-details a:link,
#block-views-calendar-details a:visited,
#block-views-calendar-details a:active {

}

#region-content #block-views-related-events-block-1 li {
	display:inline-block;
	padding:10px;
	border:1px solid #666;
	width:30%;
}
