/*
Theme Name: Chuck's Theme
Description: Child theme for the Twenty Ten theme 
Author: Chuck Ivy
Template: twentyten
*/

@import url("../twentyten/style.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic);

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Droid Serif', Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: 'Nobile', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


