/*
Theme Name:     Twenty Ten FNX
Description:    Child theme for the Twenty Ten theme 
Author:         Neil Bird
Template:       twentyten
*/

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

/* Override fonts */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/* font-family: Georgia, "Bitstream Charter", serif; */
	font-family: Sans, sans-serif, "DejaVu Sans", "Bistream Vera Sans", LiberationSans, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L";
}

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: Sans, sans-serif, "DejaVu Sans", "Bistream Vera Sans", LiberationSans, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L";
}
pre {
	font-family: Mono, monospace, "DejaVu Sans Mono", "Bistream Vera Sans Mono", "Courier 10 Pitch", Courier;
}
code {
	font-family: Mono, monospace,  "DejaVu Sans Mono", Monaco, Consolas, "Andale Mono";
}

