/*
Theme Name: Coraline Child Theme
Template: coraline
Theme URI: http://mattleifer.info
Description: Matt Leifer's modifications to the Coraline theme to change fonts to sans-serif, add a message box, add my photo in the header, add links to social networks, and add MathJax.
Author: Matth Leifer
Author URI: http://mattleifer.info
Version: 1.0
Tags: black, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
*/

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

#messagebox {
	background: #fff9c0;
	border-top: 3px solid #d9d4a3;
	border-bottom: 1px solid #D9D4A3;
	padding: 1.7em;
	margin-bottom: 47px;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#site-description {
	margin-bottom: 9px;
}

#masthead img {
	background-color: #D9D9D9;
	border: 2px solid black;
	padding: 2px;
	display: block;
	margin-left: auto;   
	margin-right: auto;
}

#social-links {
	text-align: center;
	display: block;
	font-size: 13px;
	margin-bottom: 9px;
	margin-top: 9px;
}

#social-links img {
	background: transparent;
	border: none;
	display: inline;
	margin: none;
	vertical-align: middle;
}