/*
Theme Name: Accu-Biz Custom WP Theme
Theme URI: http://www.tomanthony.com/
Description: Custom Child Theme for Word Press twentyeleven
Author: Tom Anthony
Author URI: http://www.tomanthony.com/
Template: twentyeleven
Version: 2.0
*/

@import url("../twentyeleven/style.css");
/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: -30%;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
}
#content {
	width: 64%;
	margin-top: 0;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 5%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333399; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#000033, #333399);
	background: -o-linear-gradient(#000033, #333399);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000033), to(#333399)); /* older webkit syntax */
	background: -webkit-linear-gradient(#000033, #333399);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #3399cc;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,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: #CADCF2;
	border-bottom: 1px dotted #3D5572;
	color: #444;
	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: #efefef;
}
#access li:hover > a, #access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: bold;
}
/*   */
/* Search Form */
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 180px;
}
#branding .only-search + #access div {
	padding-right: 100px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #003366;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* =Footer
----------------------------------------------- */

/* =custom
----------------------------------------------- */

#puzzlegraphic {
	position: relative;
	top: 10px;
}
