/*
Theme Name:     Twenty Ten ATTS
Description:    ATTS custom child theme for the Twenty Ten theme 
Author:         Kathi Wilson
Template:       twentyten
Version:        0.1
*/

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

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	background: #FBE0B8;
	margin-top: 20px;
	padding: 0 20px;
}

#site-info {
	float: left;
	font-size: 9px;
	width: 700px;
}

#header {
	padding: 10px 0 0 0;
}
#site-title {
float: left;
margin: 0 0 0px 0;
width: 700px;
font-size: 2px;
line-height: 2px;
text-indent: -999em;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 0px 0 0px 0;
width: 220px;
text-indent: -999em;
}

#access {
	background: #CE3100;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
}
#access a {
	color: #BDBDBD;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul a {
	background: #CE3100;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,

#access ul ul :hover > a {
	background: #D89133;
	color: #fff;
}