/*
Theme Name: Main Theme Uni high Library Child
Theme URI: http://wordpress.library.illinois.edu/themes/main-theme-unihigh-child
Author: JaEun Jemma Ku - Library Web Team
Author URI: http://www.library.illinois.edu/people/directory.html#web
Description: The child theme of university library main theme to accomodate needs for universtiy laboratory hight school library. 
Version: 1.2
Template: main-theme
Text Domain: main-theme-unihigh-child
*/

#ui-lib-shared-footer{
	background-color: #e6effe;
}

.lib-shared-header {
	background-color:#fff;
}

h1#uni-blog-title {
    margin-top: 5px;
    color: #1f3762;
    font-size: 2.5rem;
    text-transform: uppercase;
}

p#uni-blog-tagline {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

span.uni_blog_post_date {
    font-weight: 600;
    color: #e87722;
}

.category-uni-high-reads {
    padding:21px; 
    margin-bottom: 21px;
    overflow: auto;
    border:1px solid #ebebe0; 
    background-color:#f5f5f0; 
    #box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.category-uni-high-reads h2 {
    margin-top:-5px;
    margin-bottom: .8rem;
}

.category-uni-high-reads p {
    text-align: justify;
    margin-bottom: 7px;
}

.category-uni-high-reads img {
    margin-right: 21px;
    margin-bottom: 3px; 
    padding:10px; 
    border:1px solid #ebebe0; 
    background-color:#fff; 
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.category-uni-high-reads hr {
    border-top: #e6effe dashed 1px;
}