/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: deKay
Template: twentyten
*/
 
@import url("../twentyten/style.css");

body,
input,
textarea,
.page-title span,
.pingback a.url {
font-family: Tahoma, sans-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: "Helvetica Neue", Arial, Helvetica, sans-serif;
	/* Changed by Andy font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; */
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

blockquote {
	border-left: solid 3px #8FC9FF;
}
blockquote p { margin-left: -35px ;}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px; /* changed by Andy from 16 and 24 */
	line-height: 22px;
}

