/**
 * @file
 * Views Styling
 */
/*Basic views styling -- */
.views-row {
  padding: 0 25px 20px 25px;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #999;
  clear: both;
}
.views-row .views-field-title {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
}

.views-row-1 {
  padding: 20px 25px;
  margin: 20px 0;
  border-top: 1px dashed #999;
}

.view-header h2 {
  padding-left: 25px!important;
}

/* Views with labels --- */
.view-academic-courses .views-label, .view-academic-courses .field-content, .view-research .views-label, .view-research .field-content, .view-publications .views-label, .view-publications .field-content, .view-videos .views-label, .view-videos .field-content {
  display: inline;
}

/* Events Landing Page --- */
.view-events .views-field-field-date {
  color: #606060;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.view-events .views-field-field-image {
  float: right;
  margin: 0 0 10px 10px;
}
.view-events .views-field-nothing .viewTitle {
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

/* News Story Landing Page --- */
.view-news-story .views-field-field-image {
  float: right;
  margin: 0 0 10px 10px;
}

/* People Landing Page --- */
.view-people .views-row {
    margin: 0 0 17px;
	border: 0 dashed #999999;
	padding:0;
}
.view-people .views-row .views-field-title {
    color: #333333;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}
.view-people .views-row .views-field-field-title {
    margin-bottom: 3px;
}
.view-people .views-row .views-field-field-person-img {
    float: left;
    margin: 0 15px 0 0;
}
.two-column h3 {
    border-top: 1px solid #E5E5E5;
    clear: both;
    font-size: 2rem !important;
    margin: 0 0 17px !important;
    padding-top: 17px !important;
}
.two-column h3:first-child {
    border-top: medium none !important;
    padding-top: 0 !important;
}
.two-column .views-row {
    clear: none;
    float: left;
    width: 50%;
}


/* Publications Landing Page --- */
/* Mini Calendar Block (see css in calendar module for full css) --- */
.view .date-nav-wrapper .date-nav {
  margin-bottom: 0;
}

/* Photo Gallery Landing Page --- */
.view-photo-gallery .views-field-field-gallery-image {
  float: right;
  margin: 0 0 10px 10px;
}

/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */
.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}
.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}
.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.views-displays .secondary .open > a:hover {
  color: #333;
}
.views-displays .secondary .action-list li {
  margin: 0;
}
.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}
.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
