/*
 Theme Name:   Twenty Ten Child
 Theme URI:    http://example.com/twenty-ten-child/
 Description:  Twenty Ten Child Theme
 Author:       Paul Cuenin
 Author URI:   http://longcanedesign.com
 Template:     twentyten
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-ten-child
*/

@import url("../twentyten/style.css");
@import url(http://fonts.googleapis.com/css?family=Play);

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Play, 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 {
	font-family: Play, sans-serif;
}

#access {
	background: #d0d3d4;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access a {
	color: #000;
	display: block;
	line-height: 87px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fefff9;
	background: #c50009;

}

.one-column #content {
	margin: 0 auto;
	width: 940px;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
