/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.site-header {
	/*background-color: #68C8C6;*/
	/*background-image: url('images/header-tile-bg.png');
	background-position: top center;
	background-repeat: repeat-x;*/
	position: relative;
	width: 960px;
	z-index: 4;
}

#newsletter-top {
    background-color: #fff;
    height: 48px;
    margin-bottom: 5px;
    width: 960px;
}
#newsletter-left {
    float: left;
    height: 48px;
    width: 374px;
    background-image: url(../Images/header-image-top.jpg);
}
#newsletter-top .form {
    float: left;
    height: 40px;
    padding-left: 10px;
    padding-top: 8px;
    width: 416px;
}
#newsletter-top input[type="email"],
#newsletter-top input[type="text"] {
    background-color: #eaebec;
    border-radius: 6px;
    border-style: none;
    color: #666666;
    font-size: 13px;
    height: 28px;
    padding-left: 10px;
    width: 130px;
}
#newsletter-top input[type="submit"],
#newsletter-top input[type="button"] {
    background-color: #eaebec;
    background-image: url("../Images/sign-up-button.jpg");
    background-repeat: no-repeat;
    border-radius: 6px;
    border-style: none;
    color: #ffffff;
    font-size: 13px;
    height: 29px;
    text-align: center;
    width: 87px;
	vertical-align: middle;
	padding-top: 6px;
}
#newsletter-header-link{
display: block;
width:111px;
height:45px;
background-image: url(../Images/follow-us-on-twitter.jpg);
float:right;
}

#site-header {
	position: relative;
	z-index: 3;
}

.header-main {
	max-width: 1020px;
	margin: 0 auto;
	min-height: 122px;
	padding: 0;
	position: relative;
}


#logo-holder {
    background-color: #fff;
    float: left;
    height: 122px;
    margin-top: 5px;
    width: 291px;
}

#primary-navigation {
	background-color: #fff;
	float: right;
	height: 127px;
	width: 669px;
}

.menu-top-menu-container {
	background-image: url("../Images/nav-bg.jpg");
    float: right;
    height: 72px;
    padding-top: 25px;
    text-align: center;
    width: 669px;
}





/* Search in the header */

.search-toggle {
	/*background-color: #195c4f;*/
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #004E59;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #004E59;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	/*text-transform: uppercase;*/
}

.site-navigation a:hover {
	color: #004F59;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #FFFFFF;
	/*font-weight: 900;*/
}

/* ********************************** */
/* Primary Navigation */
/* ********************************** */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
/*	font-size: 18px;
	padding-top: 24px;*/
}

.primary-navigation.toggled-on {
	padding: 10px 0 10px;
	background-color: #68C8C6;
	margin-bottom: 20px;
}
    .primary-navigation * {
        box-sizing: border-box;
    }

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.primary-navigation a:hover {
    color: #ffcc33;
}
/*.sub-menu:before {
    background: url("images/arrow-menu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 10px;
    width: 176px;
}*/
/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 11px;
	/*margin: 0 1px 0 -12px;*/
	padding: 0;
	text-transform: none;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#menu-top-menu {
    padding: 0;
}
.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	/*line-height: 48px;*/
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	/*padding: 0 10px;*/
	white-space: nowrap;
	font-weight: normal;
}

.primary-navigation ul ul {
	background-color: #195c4f;
	float: left;
	margin: 0;
	position: absolute;
	top: 47px;
	left: -999em;
	z-index: 99999;
	padding-bottom: 5px;
    padding-left: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.primary-navigation li li {
	
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 10px 3px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	/*background-color: #195c4f;*/
	/*color: #034F59;*/
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #378470;
	padding: 10px 2px 10px 4px;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	/*padding-right: 26px;*/
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
/*	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 25px;
	top: 22px;
	vertical-align: text-bottom;*/
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}

/* ********************************** */
/* Secondary Navigation */
/* ********************************** */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

/* ********************************** */
/* Navigation Toggle */
/* ********************************** */

.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 50px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 60px;
}

.menu-toggle:before {
	color: #034F59;
	content: "\f419";
	margin-top: 16px;
	font: normal 26px/1 Genericons;	
}



.section-header {
background-image: url("../Images/section-header.jpg");
background-repeat: no-repeat;
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
height: 40px;
margin-bottom: 15px;
padding-left: 10px;
padding-top: 10px;
}




/*
8.0 Footer
 * -----------------------------------------------------------------------------
 */

#home-supplementary,
#supplementary {
	padding: 10px 0;
}

#footer,
.site-footer  {
    background-color: #fff;
    background-image: url("../Images/irish-coursing-club.jpg");
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #666;
    font-size: 12px;
    height: 95px;
    padding-left: 0px;
    
    text-align: center;
    width: 960px;
    margin: 17px auto;
	position: relative;
}

#igb {
    height: 28px;
    left: 787px;
    position: absolute;
    bottom: 15px;
    width: 147px;
}
#igb a {
	background-image: url("../Images/igb.jpg");
	display: block;
    width: 147px;
    height: 28px;
}


#footer-bottom .nav-footer {
	
}
ul.nav-footer {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 15px;

}
ul.nav-footer li {
    border: 0 none;
    display: inline-block;
    position: relative;
}

ul.nav-footer a {
	color: #195c4f;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
}
ul.nav-footer a:hover {
	color: #ff6633;
}
a.nav-footer-grey {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
a.nav-footer-grey:hover {
	color: #ff9900;
}

.breaker {
    clear: both;
    width: 100%;
}
