/* @override http://irmacs.local/sites/default/modules/irmacs_events/css/fixes.css?L */

/**
 * Event Listing tables - upcoming
 */
 
 
.view-id-events_upcoming table,
.view-id-events_past table  {
  width:100%;
}
.view-id-events_upcoming th.views-field-nothing,
.view-id-events_past th.views-field-nothing {
  width: 75px;
}

.view-id-events_upcoming th.views-field-room-number,
.view-id-events_past th.views-field-room-number {
  width: 50px;
}

/* Event title*/
/* @TODO nothing-# corresponses to custom fields added and may change */
.view-id-events_upcoming td.views-field-nothing-1 {
	
}
.view-id-events_upcoming {
	
}


/**
 *
 *
 */
 div#sidebar-right div.view-content a:link, 
 div#sidebar-right div.view-content a:visited { 
     color: #006699;
 }
 
 div#main div#content a:hover, 
 div#main div#content a:active {
 	text-decoration: underline;
 	color: #426197;
 }
 


/* FIXES to transfer to theme */

tr.even, tr.odd {
  background:none;
}



/**
 * Featured Presentation view
 */

div.view-featured-presentations.page-display .views-row {
  padding-left: 215px;
  clear: both;
  height: 180px;
}

/* video thumbnail */

div.view-featured-presentations.page-display .views-field-video-url {
 	float:left;
 	margin-left:-215px;
 } 
 
/* Presentation title - block */
div.view-featured-presentations .views-field-video-url img{
 	width: 180px;
 } 
 
/* Presentation title */
div.view-featured-presentations.page-display  .views-field-title{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 12px;
}
/* Presentation title - block */
div.view-featured-presentations  .views-field-title{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 5px;
}


 
 
/* video abstract */
/* @TODO put option in to remove markup */
div.view-featured-presentations .views-field-speaker-abstract h3 {
	display: none;
}

