.large-8 {
position: relative;
width: 620px;
padding: 16px;
}
.large-4 {
position: relative;
width: 380px;
padding-left: 15px;
padding-right: 15px;
margin-top: 32px;
}
.contain-to-grid .top-bar {
width: 1000px;
margin: 0 auto;
margin-bottom: 0;
}
.ad-header {
display: inline-block;
width: 1000px;
height: 90px;
margin-top: 54px;
}
nav.top-bar .top-bar-section ul > li > a{
  z-index: 9999; /* makes the first child links clickable */
}

nav.top-bar .top-bar-section ul > li.has-dropdown:hover .dropdown{
  visibility: visible; /* makes the dropdown visible on hover */
}
.post header, .page header {
margin-bottom: 16px;
padding-bottom: 16px;
}