/*
 Theme Name:   Coraline Child
 Theme URI:    http://wordpress.org/themes/coraline/
 Description:  A squeaky-clean theme featuring a custom menu, header, background, and layout. Coraline supports 7 widget areas (up to 3 in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes styles for print and the Visual Editor, special styles for posts in "Asides" and "Gallery" categories, and has an optional full-width page template that removes the sidebar.
 Author:       Automattic
 Author URI:   http://theme.wordpress.com/
 Template:     coraline
 Version: 		 1.4.2
 License: 		 GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         black, blue, brown, pink, purple, red, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, theme-options, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, featured-image-header, featured-images, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../coraline/style.css");


* {
font-family: sans-serif !important;
}

.two-column #container {
max-width: 990px;
}

@import url(//fonts.googleapis.com/css?family=Quintessential);

#site-title a {
font-family: 'Quintessential', cursive !important;
font-size: 55px !important;
}

.entry-title a {
color: #2a5c0b;
}

#masthead .mh {
	margin: auto;
	width: 800px;
}

#masthead .mhls a img {
	max-width: 65px;
}

#masthead .mhls,
#masthead .mhrs {
	float: left;
}

#masthead .mhrs {
	margin-left: 15px;
}

/* eli.io */

#site-generator .powered {
	display: none;
}

.copyright-by-osnsm {
	/*float: left;*/
	font-size: 13px;
}

.powered-by-e {
	/*float: right;*/
	font-size: 13px;
	margin-bottom: 10px;
}

#site-generator .powered-by-e a,
#colophon .powered-by-e a {
	color: #444;
	text-decoration: none;
}

#site-generator .powered-by-e a:hover {
	color: #aaa;
}

.powered-by-e strong {
	font-size: 19px;
	letter-spacing: -1px;
}

.powered-by-e span {
	font-size: 26px;
	padding: 2px 10px 0 0;
}

.powered-by-e span.genericon-external {
	font-size: 15px;
}