/*
 Theme Name:   Exhibit
 Theme URI:    http://www.generatepress.com/exhibit/
 Description:  Exhibit is a GeneratePress child theme. Using GeneratePress you can alter the child theme to your taste in minutes. Mantle is mobile responsive, W3C Markup Validated, Schema.org integrated, search engine friendly, cross browser compatible and 100% translatable. See more about GeneratePress here: http://generatepress.com
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow

 Exhibit, Copyright 2014 Thomas Usborne
 Exhibit is distributed under the terms of the GNU GPL

 Exhibit is a child theme of GeneratePress
 
 */

.post-image {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.admin-bar.stickynav #site-navigation {
    top: 32px;
}
.stickynav #site-navigation {
    border-top: 0 none;
    position: fixed;
	top: 0;
    width: 100%;
    z-index: 100;
	opacity: .8;
}
.stickynav  #site-navigation:hover {
	opacity: 1;
}