/*
Theme Name:     WDC Theme
Description:    Custom theme for Bob Chantler
Author:         Geoff Wolfe
Template:       education-hub

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


h1, h2, h3, h4, h5, h6
{
  color: #006600;
}

header.entry-header
{
  display:none;}

#tophead
{
  display:none;}

#masthead.site-header
{
  background-color: #fff;
  border-top: 6px solid #666;
padding-top: 20px!important;
}

#main-nav
{
  background-color: #333;
  border-bottom-color: #666;
}

.site-content
{
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  width: 100%;
}

#primary
{
  width:72%;
  margin-top:-40px;
  padding-right: 30px;
}

@media(max-width:767px) {
#primary
{
  width:100%;
  margin-top:-40px;
  padding-right: 15px;
}}

#sidebar-primary
{
  width: 28%;
  margin-top:-20px;
  margin-bottom:20px;
  border: 1px solid #006600;
  padding: 15px 15px 0 15px;
  float: right;
  background-color:#ccc;
}

@media(max-width:767px) {
#sidebar-primary
{
  display:none;
}}

h1.site-title, h1.site-title a
{font-size: 35px !important;
color:#fff !important;}

p.site-title a
{font-size: 35px !important;
color:#fff !important;}

p.site-description
{color:#fff !important;}

#content article
{
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

footer.entry-footer {
  display:none;}

#colophon.site-footer
{
  background-color: #ccc;
  border-top: 6px solid #006600;
  color:#333 !important}

#colophon.site-footer a
{
  color:#333 !important}

#colophon.site-footer a:hover
{
  color: #006600 !important;
  opacity: 1;}

#main-nav
{
  background-color: #999;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #006600;
  display: block;
}

.menu a {
	padding-left:24px !important;
	padding-right:24px !important;
}

.main-navigation li a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a
{
  background-color: #006600;
}

.menu-toggle
{
  background-color: #006600;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.gallery
{
  margin-bottom: 0em;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation
{
  display:none;
}