/*
 Theme Name:   Heather Child
 Theme URI:    http://terencepereira.com
 Description:  Heather Child Theme
 Author:       Terence Pereira
 Author URI:   http://terencepereira.com
 Template:     heather
 Text Domain:  heather-child
*/

@import url("../heather/style.css");
@import url(http://fonts.googleapis.com/css?family=Raleway:500,700,400,300);
@import url(http://fonts.googleapis.com/css?family=Courgette);

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family:"Raleway", sans-serif;
}

p {
	font-size: 16px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Courgette", serif;

}

a:hover {
	text-decoration: none;
}

.post-header h1 a,
.post-header h2 a,
.post-header h1 {
	color: #A59ABC;
}

.menu li a {
	font-family:"Raleway", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

ul.menu ul a,
.menu ul ul a {
	min-width: 240px;
	font-weight: 400;
}

#sidebar .widget,
.widget-title,
.about-widget {
	text-align: center;
	font-family:"Raleway", sans-serif;
	font-weight: 300;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	font-family:"Raleway", sans-serif;
	font-size: 13px;
}

.post-box-title,
.item-related h3 a {
	font-family:"Raleway", sans-serif;
}

.share-box {
	background: #fafafa;
	color: #a098d1;
}

.share-box:hover {
	color: #9B8FB5;
	background: #fff;
	border: 1px solid #eee;
}



.signoff {
	font-family: 'Courgette', cursive;
	font-size: 24px;
	clear: both;
}

#header .container {
	width: 100%;
}