/*
THEME NAME: Northfield Healty Community Initiative
THEME URI: http://northfieldhci.org/
DESCRIPTION: A custom-designed theme for the Northfield HCI (developed with <a href="http://wigleyandassociates.com">Wigley and Associates</a> and based on <a href="http://plaintxt.org/themes/sandbox/">Sandbox</a>).
VERSION: 1.0
AUTHOR: Sean Hayford O&#8217;Leary
AUTHOR URI: http://design.hayfordoleary.com/
*/

#access {
	background: #009ed4;
	padding-top: 15px;
}

#access #menu ul {
	background: url('./images/navigation.png') no-repeat top center;
	height: 48px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 950px;
}

#access #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access #menu li a {
	background: url('./images/navigation.png') center center;
	display: block;
	height: 48px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	top: 62px;
	right: 50%;
	width: 133px;
}

#access #menu .page-item-2 a {
	background-position: 0 0;
	margin-right: 267px;
}

#access #menu .page-item-2 a:hover, #access #menu .page-item-2.current_page_item a, body.parent-pageid-2 #access #menu .page-item-2 a {
	background-position: 0 -48px;
}

#access #menu .page-item-3 a {
	background-position: -133px 0;
	margin-right: 134px;
}

#access #menu .page-item-3 a:hover, #access #menu .page-item-3.current_page_item a, body.parent-pageid-3 #access #menu .page-item-3 a {
	background-position: -133px -48px;
}

#access #menu .page-item-5 a {
	background-position: -267px 0;
	margin-right: 0;
}

#access #menu .page-item-5 a:hover, #access #menu .page-item-5.current_page_item a, body.parent-pageid-5 #access #menu .page-item-5 a {
	background-position: -267px -48px;
}

#access #menu .page-item-7 a {
	background-position: -400px 0;
	margin-right: -133px;
}

#access #menu .page-item-7 a:hover, #access #menu .page-item-7.current_page_item a, body.parent-pageid-7 #access #menu .page-item-7 a {
	background-position: -400px -48px;
}

#access #menu .page-item-9 a {
	background-position: -534px 0;
	margin-right: -267px;
}

#access #menu .page-item-9 a:hover, #access #menu .page-item-9.current_page_item a, body.parent-pageid-9 #access #menu .page-item-9 a {
	background-position: -534px -48px;
}

#access #menu .page-item-11 a {
	background-position: -667px 0;
	margin-right: -400px;
}

#access #menu .page-item-11 a:hover, #access #menu .page-item-11.current_page_item a, body.parent-pageid-11 #access #menu .page-item-11 a, body.blog #access #menu .page-item-11 a, body.single #access #menu .page-item-11 a {
	background-position: -667px -48px;
}

#access .skip-link {
	display: none;
}

.alignleft {
	clear: left;
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	clear: right;
	float: right;
	margin: 10px 0 10px 10px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body.page.home .entry-title {
	display: none;
}

#comments img.avatar {
	float: right;
	margin: 0 0 10px 10px;
}

#comments .comment-meta {
	font: 10px 'Helvetica', 'Arial', sans-serif;
}

#comments form input, #comments form textarea {
	border: 1px solid #ccc;
	font: 16px 'Georgia', 'Times New Roman', 'Times', sans-serif;
	margin-bottom: 10px;
	padding: 10px;
	width: 400px;
}

#comments form input:focus, #comments form textarea:focus {
	border: 1px solid #000;
}

#comments form input#submit {
	background: #ccc;
	color: #000;
}	

#container {
	float: left;
	margin: 0 -200px 0 0;
	width: 100%;
}

#content {
	margin: 0 180px 0 0;
	padding: 10px 30px 20px 20px;
}

#content blockquote {
	background: #eee url("./images/blockquote.gif") no-repeat top left;
	padding: 5px 10px;
}

#content .entry-content {
	font: 16px 'Georgia', 'Times New Roman', 'Times', sans-serif;
	line-height: 22px;
}

#content .entry-date {
	font-size: 10px;
}

#content .entry-date abbr {
	border: 0;
}

#content .entry-meta {
	font: 10px 'Helvetica', 'Arial', sans-serif;
}

.edit-link {
	font: 10px 'Helvetica', 'Arial', sans-serif;
	text-transform: uppercase;
}

#footer {
	background: #5a4c45;
	color: #fff;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
}

#header {
	background: url('./images/header.php') no-repeat;
	height: 175px;
}

#header #blog-description {
	display: none;
}

#header #blog-title {
	background: url('./images/hci-logo.png') no-repeat;
	height: 175px;
	margin: 0;
	position: absolute;
	top: 50px;
	width: 950px;
	z-index: 99;
}

#header #blog-title a {
	display: block;
	height: 175px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	width: 950px;
}

#header-images {
    position:relative;
    width:950px;
    height:175px;
	z-index: 1;
}
#header-images img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#header-images a {
    border:0;
    display:block;
}

html {
	background: #ebe7e5;
	color: #000;
	font: 14px 'Helvetica', 'Arial', sans-serif;
}

.navigation {
	margin: 20px 0;
}

.navigation#nav-above {
	display: none;
}

.navigation .nav-next {
	float: right;
}

.navigation .nav-previous {
	float: left;
}

#respond {
	clear: both;
	padding-top: 15px;
}

.sidebar {
	float: right;
	overflow: hidden;
	padding: 10px;
	width: 180px;
}

.sidebar a img {
	border: 0;
}

.sidebar#primary {
	display: none;
}

body.blog .sidebar#primary, body.single .sidebar#primary {
	display: block;
}

body.blog .sidebar#secondary, body.single .sidebar#secondary {
	display: none;
}

.sidebar form label {
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
}

.sidebar form input.text {
	width: 100px;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li ul {
	list-style: disc;
	margin: 0 0 5px 20px;
	padding: 0;
}

.sidebar ul li ul li {
	list-style: disc;
}

.wp-caption {
	font: 12px 'Helvetica', 'Arial', sans-serif;
}

#wrapper {
	background: #fff;
	margin: 50px auto 0 auto;
	text-align: left;
	width: 950px;
}

#wrapper a {
	color: #1166a7;
	text-decoration: underline;
}

#wrapper a:hover {
	color: #6685ba;
}

#wrapper abbr {
	border-bottom: 1px dotted #000;
}

#wpml_credit_footer {
	display: none;
}

/* New WP Menus */

#access .menu-header, div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 950px;
}

#access .menu-header, div.menu {
	font-size: 14px;
	margin-left: 12px;
	width: 950px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	margin: 0;
	position: relative;
}

#access a {
	color: #eee;
	display: block;
	font-size: 14px;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

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

#access li:hover > a,
#access ul ul :hover > a {
	background: #a00013;
	color: #fff;
}

#access ul li:hover > ul {
	display: block;
}

#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: #fff;
	text-decoration: underline;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a {
	color: #000;
	text-decoration: underline;
}
