/*
Theme Name: Twentyten Child
Description: Child theme for the twentyten theme 
Author: Albert Waaijenberg
Template: twentyten
*/

@import url("../twentyten/style.css");

/* This is the custom header image */
#branding img {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	float: left;
}
#access a {
    color: #1a1a1a;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#access {
	background: #e5e2d9;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access ul li.current_page_item > a, 
#access ul li.current-menu-ancestor > a, 
#access ul li.current-menu-item > a, 
#access ul li.current-menu-parent > a {
    color: #cf0000;
}
#access a {
	color: #4a4946;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul a {
	background: #e5e2d9;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 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 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	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;
}
.comments-link {
display: none;

}
