/*
Theme Name: 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.
*/

@import url('css/reset.css');
@import url('css/expound.css?v=20140129');

.site-title-group{
	text-align: center;
	margin: 0px 40px 15px 40px;
}
.site-title a{
	color: #CC9900;
}
.site-title a:hover{
	color: #CC9900;
}
.entry-title{
	text-align: center;
	text-transform: uppercase;
}
.entry-content{
	padding: 20px;
	background-color: #ccc;
}
.entry-content caption{
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}
.entry-content table{
	font-size: 11px!important;
}
.entry-content table tr{
	background-color: #ccc;
}