/*
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');


#page {
	border: 1px solid #d0d8e3;
}
a img {
   padding:1px;
   border:1px solid #d0d8e3;
}
.site-branding a {
	color: #3a3a3a;
	text-decoration: none;
	font-size:3em;
	display:block;
	width:300px;
	height: 120px;
	padding-top:30px;
	padding-left:28px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", serif;
}
.entry-summary {
	text-align: justify;
}
.site-branding a div {
	margin-top:20px;
	font-size: 0.4em;
}

.site-branding {
	background-position:left !important; 
	margin:1px;
}
.site-info {
	font-size:0.9em;
	text-align:right;
}

/*
.site-title-group {
	max-width : 200px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin: 30px 30px 30px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.site-description {
	margin-top: 5px;
	font-weight: bold;
}*/

#infscr-loading {
	margin-top: 20px;
	text-align: center;
}

#infscr-loading img {
	display:none;
}