/**
*** This stylesheet pertains to the Oswald/Droid Serif font combination in the NewsFrame Pro options panel.
**/
/* General rules for the custom font */

body {
	font-family: 'Droid Serif';
	}
p {
	font-family: 'Droid Serif';
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald'!important;
	}
span {
	font-family: 'Oswald';
}

/* Specific fixes for consistency */

span.postinfo {
	font-size: 1.2em;
	}
.newsframe-breadcrumbs {
	font-family: 'Droid Serif';
	}
.newsframe-breadcrumbs span {
	font-family: 'Droid Serif';
	}
.main-navigation li a {
	font-family: Oswald;
	font-size: 1em;
}

.home-widget-area a {
	font-family: Oswald;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.top-bar-section ul li > a {
	font-family: 'Oswald';
	font-weight: normal;
}
.main-navigation li {
	font-family: 'Oswald';
	font-weight: normal;
}
.button {
	font-family: 'Oswald';
	font-weight: normal;
}

.recentcomments span {
	font-family: 'Droid Serif';
}