/*
Theme Name: CMOS Expound
Author: Konstantin Kovshenin
Author URI: http://kovshenin.com
Description: An awesome magazine theme for your WordPress site. Responsive layout, post thumbnails support, featured posts, an easy-to-use social menu and much more.
Version: 2.0.1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, light, one-column, two-columns, right-sidebar, editor-style, responsive-layout, custom-header, flexible-header, custom-background, featured-images, custom-menu, post-formats, sticky-post, threaded-comments, translation-ready, full-width-template, buddypress

This theme, like WordPress, is licensed under the GPL.

Expound is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
CMOS Expound is based on Expound
*/

@import url('css/reset.css');
@import url('css/expound.css?v=20140129');

.entry-thumbnail-category, .entry-thumbnail-category:hover {
	background-color: #ff3333;
	font-size: .9em;
}

.wf-active h1.site-title a {
	color: #FFFFFF;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}

.wf-active h2.site-description {
	color: #FEE798;
	font-weight: bold;
	font-size: 18px;
}

.wf-active h1, .wf-active h2, .wf-active h3 {
    font-weight: 500;
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",serif;
    font-style: normal;
}

.widget_sp_image-description p{
    max-width: 98%;
    width: 100%;
    display: block;
    background: #efefef;
    border: solid 1px #efefef;
    margin: 0.8075em 0;
    padding: 5px;
    color: #999;
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.image-widget-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.image-widget-caption img{
    border: solid 1px #ccc;
    padding: 5px;
    margin: 0;
}