/*
Theme name: twentyelevenchild
Theme URI: http://www.onelmon.com
Description: twenty eleven child theme
Author: the WordPress Team
Author URI: http://wordpress.org/
Template: twentyeleven
Version: 1.3
*/
@import url("../twentyeleven/style.css"); 

#access {
	background: none;
	box-shadow: none;
}

#access a {
	color: #EA5B0C;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(249,178,51,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(249,178,51,0.2);
	box-shadow: 0 3px 3px rgba(249,178,51,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #fff;
	border-bottom: 1px dotted #F9B233;
	color: #EA5B0C;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}

#access li:hover > a,
#access a:focus {
	background: #fff;
	color: #EA5B0C;
	font-weight: bold;
}

#branding {
	border-top: none;
}

#branding #s:focus {
	background-color: #fff;
	width: 196px;
}

#branding .only-search #s {
	background-color: #fff;
	border: none;
	color: #000;
}

#branding .only-search #s:focus {
	background-color: #fff;
}

#page {
	margin: 2em auto;
	max-width: 1200px;
}

#primary {
	float: left;
	margin: 0 -32.6% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 52.2%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 25%;
}