

/**************
 *** Header ***
 **************/
/* Header banner background, includes sitetitle and site-logo */
#header {
  background-image: url(/wp-content/uploads/sites/28/2014/07/verif-inst-banner.png);
  background-repeat: no-repeat;
}

#inner-header {
  padding-top: 63px;
}

/* Margin between text and background */
.sitetitle {
  margin: 15px 0px;
}

.sitetitle a, .sitetitle span {
  color: white;
}

/* Spacing between header bar and menu */
#header .nav {
  margin-top: 0px;
}

/* Duplication of page title doesn't look good, disable breadcrumb trail */
#breadcrumbs {
  display: none;
}

#header .nav ul li:hover a {
  opacity: 1;
}

/***************
 *** Widgets ***
 ***************/
/* Custom bullet style for key-points box */
ul.key-points {
  list-style-type: disc;
}

/* Post entries box is a little small */
.widget_recent_entries ul {
  font-size: 1em;
}

.widget_recent_entries ul li {
  margin-bottom: 5px;
}

/************
 *** Body ***
 ************/
/* Headers that are also links should be obviously such */
article h2 a:hover {
  text-decoration: underline;
}

/* Fix broken bullet point spacing */
.entry-content ul li, .entry-content ol li {
    margin-bottom: 6px !important;
}

/*****************************
 *** Projects Listing page ***
 *****************************/
/* Projects listing page should have no sidebar */
.post-type-archive-project #main {
  width: 100%;
}

.post-type-archive-project .sidebar {
  display: none;
}

/***************************
 *** People Listing page ***
 ***************************/
/* People listing page should have no sidebar */
.post-type-archive-person #main {
  width: 100%;
}

.post-type-archive-person .sidebar {
  display: none;
}

/* Hide [+] more links */
.post-type-archive-person .readmore {
  display: none;
}

/* A little too much padding after entries */
.post-type-archive-person article {
  padding-bottom: 0px;
}

/********************
 *** Events Pages ***
 ********************/
/* Hide search bar on events pages */
#tribe-events-bar {
  display: none;
}

/* Make links obvious on hover */
#tribe-events-content a:hover {
  text-decoration: underline;
}

/* Individual event pages should have no sidebar */
.events-single #main {
  width: 100%;
}

.events-single .sidebar {
  display: none;
}

#tribe-events-pg-template .tribe-events-content h1 {
  margin-bottom: 15px;
}

/**************
 *** Footer ***
 **************/
/* Social media links aren't great / are in the wrong place on the page */
#toolbar {
  display: none;
}

/* Ordering is odd on project pages, see if we can reduce this down
   to just hiding on project pages if possible */
.next-post-link {
  display: none;
}

/* Log In link points to location with bad HTTPS cert, doesn't look good. We roll our own. */
#footer-actions {
  display: none;
}

.post-661 div { padding: 3px 0px 3px 0px }
