/*
 Theme Name:     The Pink Paperdoll
 Theme URI:      http://www.thepinkpaperdoll.com/
 Description:    The Pink Paperdoll custom theme
 Author:         Abbie Burgess
 Author URI:     http://www.thepinkpaperdol.com
 Template:       adelle
 Version:        1.0.0
*/
 
@import url("../adelle/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 15px;
	color: rgb(22,22,22);
}
body {
	background: white;
}
.article .post-date  {
	width: 54px;
}
h3 {
	font-size: 17px !important;
}
.footer-credit {
	display: none !important; 
}
@media (min-width: 1025px) {
	.nav {
		margin-top: 21px;
	}
	.nav:before {
		left: -1px;
	}
	.nav a {
		padding: 15px;
	}
	.header-title {
		  max-width: 600px;
		display:block;
		margin: 0 auto;
	}
	.header-form {
		top: 11px;
	}
}
@media (max-width: 1024px) and (min-width: 681px) {
	.header-title {
		margin: 0 auto;
		display: block;
		max-width: 600px;
	}
}