/*
 Theme Name:   AAGW Theme
 Theme URI:    http://beedragon.com
 Description:  Twenty Fifteen Child Theme for aagw.net website
 Author:       Lori Berkowitz
 Author URI:   http://beedragon.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  aagw
*/

/** Override twentyfifteen default fonts */
* { font-family: verdana, arial, helvetica, sans-serif !important; }

/** Bring back code font */
code, .form-allowed-tags code { font-family: Inconsolata, monospace !important; }

/** Add AAGW logo to site header */
.site-header {
	background: #fff url('images/aagw-logo.jpg') center top no-repeat;
	height: 161px;
	padding: 0;
	margin: 0;
}

.home h1.entry-title { display: none; }

a {
	color: #1a0dab;
}