/*
Theme Name:     Evergreen Baskerville Collab AlphaSort
Theme URI:      
Description:    Baskerville AlphaSort derivitive intended fo collaborative projects. Custom templates are inlcuded for custom post types on projects using this theme. Posts will sort alphabetically as opposed to sorting by date posted. Customizable header images plus Evergreen logo.
Author:         Anders Norén and Amy Greene
Author URI:     http: //blogs.evergreen.edu/amygreene
Template:       baskerville
Version:        0.1.1
*/

@import url("../baskerville/style.css");
@import url("style-fungus.css");
@import url("style-plant.css");
@import url("style-animal.css");


.blog-title, .main-menu {
    font-family: 'Roboto Slab',sans-serif;
}

.evergreenlogo img {
	max-height: 50px;

}

.header {
  padding:20px 0;
}

.blog-description {
  color:#CCCCCC;
}

.main-menu > li > a {
    font-weight: 400;
    text-transform: capitalize;
	padding:17px;
}
.search-toggle {
  height:48px;
  width:48px;
}


.credits p {
    font-weight: 400;
    text-transform: capitalize;
}

.post-header {
  padding:4% 5%;
}
.single-post .post-content {
  padding:5%;
}