/*
Theme Name:     My Pilcrow Child
Theme URI:
Description:    My Child theme
Author:         Shawn Alpay
Author URI:
Template:       pilcrow
Version:        1
*/

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

#nav a {
	text-transform: lowercase;
	font-family: Georgia;
}

h2, h3, h4 {
	font-family: Georgia;
}

h5 {
	font-family: Georgia;
	font-weight: normal;

}

#nav ul {
	font-size: 16px;
}

.entry-meta {
	text-transform: lowercase;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
 }

#header img {
	border-bottom: none;
	max-width: 100%;
	width: auto;
	height: auto;
}