/*

Theme Name: Child of Twenty Twelve
Description: Child theme for Vancouver Medical Association based on Twenty Twelve
Author: Moneo Medical Informatics Ltd.
Version: 0.0.1
Template: twentytwelve

*/

@import url('../twentytwelve/style.css');

/* Increase theme width to 1000px, aligning footer link to right */

@media screen and (min-width: 960px) 
{ 
    .site 
    {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
}

.ie .site 
{ 
	max-width: 1000px; 
}

body.template-front-page .site-content, body.attachment .site-content, body.full-width .site-content {
    width: 87%;
    padding-left: 60px;
    padding-right: 60px;
}
 
footer[role="contentinfo"] 
{
    max-width: 100%;
    font-size: 1.0em;
    color: #fff;
    font-style: strong;
    text-align: right;
    border-top: none;
    padding: 24px 0 0 0;
	padding: 1.714285714rem 0 0 0;
}

footer[role="contentinfo"] a:hover
{
	color: #fff;
	text-decoration:underline; 
}

footer[role="contentinfo"] a
{
	color: #fff;
	text-decoration: none;
}

/* End site width */

/* Rounding corners of body area, adding border & shadow, moving body up on page */

body .site {
   padding: 0 40px;
   padding: 0 2.857142857rem;
   margin-top: 1em;
   margin-top: 24px;
   margin-bottom: 1em;
   margin-bottom: 24px;
   box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   border: 3px solid #63ABB7;
}

/* End body area */

/* Start Gradient Background Color */

body.custom-background 
{
	background-color: #8bcfd6; /* Old browsers */
	background: linear-gradient(#8bcfd6,#427e84); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcfd6', endColorstr='#427e84',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(#8bcfd6,#427e84); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(#8bcfd6, #427e84); /* FF3.6+ */
	background: -ms-linear-gradient(#8bcfd6,#427e84); /* IE10+ */
	background: -o-linear-gradient(#8bcfd6,#427e84); /* Opera 11.10+ */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* End Gradient Background Color */

/* Full width Footer Gradient Background Color */

.footer-fullwidth
{
	min-width: 100%;
	height: 120px;
	margin-top:-25px;
	
	background: #66A5AC; /* Old browsers */
	
	/* IE10 Consumer Preview */
   	/* background-image: -ms-linear-gradient(top, #8BCFD6 0%, #66A5AC 100%); */
   	background: -ms-linear-gradient(top,  #8BCFD6 0%,#66A5AC 100%); /* IE10+ */
 
	/* Mozilla Firefox */ 
	/* background-image: -moz-linear-gradient(top, #8BCFD6 0%, #427E84 100%); */
   	background: -moz-linear-gradient(top,  #8BCFD6 0%, #66A5AC 100%); /* FF3.6+ */
 
	/* Opera */
   	/* background-image: -o-linear-gradient(top, # 0%, #66A5AC 100%); */
   	background: -o-linear-gradient(top,  #8BCFD6 0%,#66A5AC 100%); /* Opera 11.10+ */
 
	/* Webkit (Safari/Chrome 10) */
   	/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8BCFD6), color-stop(1, #66A5AC)); */
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BCFD6), color-stop(100%,#66A5AC)); /* Chrome,Safari4+ */
 	background: -webkit-linear-gradient(top,  #8BCFD6 0%,#66A5AC 100%); /* Chrome10+,Safari5.1+ */
 
	/* Webkit (Chrome 11+) */
   	background-image: -webkit-linear-gradient(top, #8BCFD6 0%, #66A5AC 100%);
 
	/* W3C Markup, IE10 Release Preview */
   	/*background-image: linear-gradient(to bottom, #8BCFD6 0%, #66A5AC 100%); */
   	background: linear-gradient(to bottom,  #8BCFD6 0%,#66A5AC 100%); /* W3C */
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BCFD6', endColorstr='#66A5AC',GradientType=0 ); /* IE6-9 */
   	
}

/* End Footer Color */

/* Moving header image to left of site title and description, enlarging font sizes */

.site-header hgroup 
{
   display:inline-block;
   vertical-align: top;
}

.site-header h1 
{
   margin-top: 0;
   font-size: 300%;
   font-family: "Playfair Display SC", times, "times new roman", serif !important;
}

.site-header h2 
{
	font-size: 160%;
	color: #636363 !important;
	font-style: oblique;
}

/* End header image move */

/* Reducing size of image header, removing box shadow */

.header-image 
{
   margin-top: 0;
   margin-right: 20px;
   width: 125px;
   height: 213px;
}

img.header-image 
{
   box-shadow: none;
   float: left;
}

/* End header image */

/* Moving menu up beside image in header */

#masthead 
{
   position: relative;
}

#site-navigation 
{
    position: absolute;
    display: inline-block;
    top: 150px;
    bottom: 2em;
    bottom: 48px;
    left: 145px;
    width: 85%;
}

/* End move menu */

/* Changing color of menu borders and adjusting menu text size */

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul 
{
   border-bottom: 3px solid #66A7AA;
   border-top: 3px solid #66A7AA;
   text-align: center;
   width: 100%;
}

.main-navigation li 
{
   font-size: 18px;
   font-size: 0.957142857rem;
}

/* End menu borders and text */

/* Changing drop down menus */

.main-navigation li ul li a 
{
	font-size: 90% !important;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.main-navigation li ul li a:hover 
{
	font-size: 90% !important;
	background: #8BCFD6;
	text-align: left;
}

/* End drop down menus */

/* Aligning search to right */

.search li
{
	position: absolute;
	right: 0;
	margin-right: 0 !important;
}

#searchform input[type='submit'], input[type='button']
{
	margin-left: 4px;
	vertical-align: top;
}

/* End align search */

/* Removing search from footer menu, altering footer alignment */

footer
{
	margin-bottom: 0;
}

.footer-content
{
	margin: 0 auto;
	max-width: 1080px;
}

#footer-navigation #searchform 
{
   display: none;
}

#footer-navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-navigation ul li
{
	display: inline;
}

#footer-navigation li + li:before 
{
    content: "   |   ";
}

.footer-right
{
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}

.footer-left
{
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff !important;
	margin-left: 30px;
	margin-top: 20px;
}

/* End footer formatting */

/* Members List formatting */

.tern_members_search
{
	padding: 0;
	border-bottom: 0;
}

#query.blur
{
	color: #000;
}

.entry-content a:visited, .comment-content a:visited 
{
	color: #21759b;
}

.tern_wp_member_info
{
	padding-bottom: 15px;
}

.tern_wp_members_display_name, .WP-ml-field-display_name .WP-ml-field-value
{
	font-size: 120% !important;
	font-weight: bold !important;
}

ul.member-filter
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-top: -21px;
}

.WP-ml-label, WP-ml-label-separator {
	display: none;
}

/* End Members List formatting */

/* Forum formatting */

#wpucssmagic h1 
{
	color: #ffffff !important;
}

#subscription-toggle {
	float: right;
}

div.bbp-template-notice.info, div.bbp-template-notice {
    display: none;
}

/* End forum formatting */

/* Google DFP Ad Slots formatting */

.ad
{
	border-style: solid;
	border-width: 1px; 
	border-color: #E6E6E6;
	margin-bottom: 30px !important;
}

.adlast 
{
	border-style: solid;
	border-width: 1px; 
	border-color: #E6E6E6;
	margin-bottom: 0;
}

.ad.only
{
	text-align: center;
	float: none;
}

/* End Google DFP Ads */

/* Table for PIP Awards formatting */

.entry-content dt {
    float: left !important;
    width: 5em !important;
    clear: both !important;
}


.entry-content dd, .comment-content dd {
   margin-bottom: 2px !important;
	margin-left: 50px !important;
}

/* End Table for PIP Awards formatting */


/* Left & Right Sidebars */

@media screen and (min-width: 860px) 
{ 
    
    .custom-layout .site-content 
    {
        width: 50%;
        margin-left: 0 !important;
    }
    
    .custom-layout .widget-area 
    {
        position: relative;
        width: 0%;
    }
    
    .custom-layout #extra-sidebar 
    {
        float: left;
        margin-left: -95%;
        width: 0%;
    }
 
}

/* IE8 and IE7 - Left and Right Sidebars */

.ie  .custom-layout .site-content 
{
    width: 50%;
    margin-left: 25%;
}

.ie .custom-layout .widget-area 
{
    float: right;
    width: 20%;
    position: relative;
}

.ie .custom-layout #extra-sidebar 
{
    float: left;
    margin-left: -95%;
    width: 20%;
}

/* End left and right sidebars */

/* Calendar of Events bullet formatting */

.calendar-listings ul li
{
	margin-bottom: 24px !important;
}

li.calendar-listings ul li
{
	list-style: circle;
}

/* End Calendar of Events bullets */

/* Changing font of h1 & h2 & h4 headings, archive & entry titles, entry blockquotes */

h1, h2, .archive-header 
{
   font-family: arial, helvetica, sans-serif !important;
   color: #427E84 !important;
}

.entry-content h2
{
	margin: 40px 0 8px;
}

.entry-content h4
{
	margin-bottom: 8px;
}

.archive-title
{
	font-size: 22px;
	font-size: 1.571428571rem;
	text-transform: none;
	font-weight: normal;
}

.archive-header
{
	margin-bottom: 24px;
	margin-bottom: 1.0em;
	padding-bottom: 0;
	border-bottom: none;
}

.entry-header a
{
	color: #636363;
	font-weight: bold;
}

.entry-header a:hover
{
	text-decoration: underline;
	color: #427E84;
}

.entry-meta
{
	font-size: .65em;
	font-size: 10px;
}

.entry-meta a
{
	color: #757575;
	font-weight: normal;
}

.entry-content blockquote
{
	margin-bottom: 0 25px 24px;
	margin: 0 1.66rem 1.714285714rem;
	padding: 24px;
	padding: 2rem;
	font-style: italic;
	border: solid 1px #117CC0;
	border-radius: 8px;
}

/* End headings and titles */

/* More tag formatting */

a.moretag
{
	font-size: 85%;
	color: #427E84;
	font-weight: normal;
}

/* End more tag formatting */

/* Twitter widget formatting */

#pi_simpletwittertweets-3 h3.widget-title
{
	background: url(/wp-content/uploads/2013/10/twitter.png) no-repeat;
	font-size: 117%;
	color: #117CC0;
	line-height: 1.8em;
	padding-bottom: 1em;
	text-align: center;
}

#pi_simpletwittertweets-3 a
{
	color: #117CC0;
}

/* End Twitter widget formatting */

/* Changing spacing on category pages */

footer.entry-meta
{
	margin-bottom: 1.5em;
	line-height: 0;
}

.site-content article
{
	margin-bottom: 2.5em;
	margin-bottom: 48px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.boxed-body-content
{
	/* IE10 Consumer Preview */
   	background-image: -ms-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Mozilla Firefox */ 
   	background-image: -moz-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Opera */
   	background-image: -o-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Webkit (Safari/Chrome 10) */
   	background-image: -webkit-gradient(linear, left middle, left bottom, color-stop(0, #FFF), color-stop(1, #F3F3F3));
 
	/* Webkit (Chrome 11+) */
   	background-image: -webkit-linear-gradient(top, #FFF 50%, #F3F3F3 100%);
 
	/* W3C Markup, IE10 Release Preview */
   	background-image: linear-gradient(to bottom, #FFF 50%, #F3F3F3 100%);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #F3F3F3;
	padding: 5px 30px;
	list-style-type: none;
	margin-bottom: 2.5em;
	margin-bottom: 48px;
}

.half-screen-left
{
	float: left;
	width: 45%;
}

.half-screen-right
{
	float: right;
	width: 45%;
	margin-right: 20px;
}

.entry-meta-custom
{
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2em;
	margin-top: 0.5em;
}

.entry-meta-custom a
{
	font-weight: normal;
}

/* End spacing */

/* Home page images */

.navigating-image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* End home page images */

/* Removing post nav */

nav.nav-single 
{
	display: none;
}

/* End post nav */

/* PAGINATION styling */

.paginationBox 
{
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}

ul.pagination 
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 60px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}

.pagination li 
{
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a 
{
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}

.pagination a:hover,
.pagination a:focus 
{
	color: #fff;
	background-color: #777;
	border-color: #777;
}

.pagination .current
{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #777;
	border: 1px #777 solid;
}

/* END PAGINATION */

/* Widget formatting */

.widget_execphp
{
	float: left !important;
	padding: 20px 7px !important;
}

.widget {
	/* IE10 Consumer Preview */
   	background-image: -ms-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Mozilla Firefox */ 
   	background-image: -moz-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Opera */
   	background-image: -o-linear-gradient(top, #FFF 0%, #F3F3F3 50%);
 
	/* Webkit (Safari/Chrome 10) */
   	background-image: -webkit-gradient(linear, left middle, left bottom, color-stop(0, #FFF), color-stop(1, #F3F3F3));
 
	/* Webkit (Chrome 11+) */
   	background-image: -webkit-linear-gradient(top, #FFF 50%, #F3F3F3 100%);
 
	/* W3C Markup, IE10 Release Preview */
   	background-image: linear-gradient(to bottom, #FFF 50%, #F3F3F3 100%);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #F3F3F3;
	padding: 30px;
	list-style-type: none;
}

.widget-area .widget 
{
	margin-bottom: 1.5em;
}

.widget-area .widget li #searchform
{
	display: none;
}

.widget-area .widget h3 
{
	font-size: 16px;
	font-size: 1.0em;
	margin-bottom: 0;
}

.widget-title 
{
	font-size: 14px;
	font-size: 0.875em;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: none;
	color: #636363;
}

.widget li
{
	padding-left: 20px;
	background-image: url(/wp-content/uploads/2013/10/vma_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

.widget-area .widget a:visited 
{
	color: #757575;
}

.widget a:link, .widget a:visited, .widget a:active
{
	text-decoration: none;
	color: #757575;	
}

.widget a:hover 
{
	text-decoration: underline;
}

.widget ul li.current_page_item a:link, .widget ul li.current_page_item a.active, .widget ul li.current_page_item a:visited, .widget ul li.current-cat a:link, .widget ul li.current-cat a.active, .widget ul li.current-cat a:visited
{
	color: #427E84;
}


.widget ul li.current_page_item, .widget ul li.current_cat
{
	background-image: url(/wp-content/uploads/2013/10/selected-bullet.png);
}

#nav_menu-3 li.loginout
{
	display: none;
}

#nav_menu-4 li.loginout
{
	display: none;
}


/* End widget formatting */

/* Twitter widget bullets formatting */

#pi_simpletwittertweets-3 ul li
{
	padding-left: 0;
	background-image: none;
}

/* End Twitter widget bullets */

/* Body Content HR & h2 with hr formatting */

hr.custom-hr
{
	margin: 0 0 10px 0;
	width: 100%;
	height: 5px;
	color: #D8D8D8;	
}

h2.with-hr
{
	margin: 10px 0;
}

.custom-color
{
	color: #000;
}

/* End HR formatting */

/* Arrow down */

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid darkgrey;
}

/* End arrow down */

/* 2 column unordered lists */

div#multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
}

/* End 2 column lists */

/* Back to top formatting */

.back-to-top
{
	font-size: 70%;
	float: right;
}

/* End back to top */

/* Mission div formatting */

.special-box
{
	font-size: 110%;
	text-align: center; 
	margin: 25px 45px 25px; 
	background-color: #d2e5fa; 
	border: solid 1px #117CC0; 
	border-radius: 5px;
}

/* End Mission div formatting */

/* Image Caption formatting */

.wp-caption.aligncenter
{
	text-align: center;
	margin: 0;
}

/* End caption formatting */

/* Comments formatting */

.comments-area article header
{
	margin: 0 0 24px;
	margin: 0 0 1rem;
}

.comments-area article header cite, .comments-area article header time
{
	margin-left: 0;
}

.comment-content
{
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

/* End comments formatting */

/* Membership Lapsed text formatting */

.lapsed
{
	color: #dd3d36;
	font-weight: bold;
}

/* End Membership Lapsed text formatting */

/* Poster formatting */

.poster
{
	border: #63ABB7 solid 21px;
	padding: 23px;
}

.poster p
{
	font-size: 1.2em;
	text-align: center;
}

/* End poster formatting */

/* Titles for Gallery formatting */

h3.gallery
{
	margin-bottom: -33px;
}

/* End Titles for Gallery */

/*
--------------------------------------------------------------
Media Queries Aplenty
--------------------------------------------------------------
*/

@media only screen
and (max-width : 1052px) {

   li.search 
	{
   	display: none;
	}

	.half-screen-left 
	{
		width: 100%;
	}

	.half-screen-right 
	{
		width: 100%;
		margin-right: 0px;
	}	

	.footer-right
	{
		margin-right: 30px;
	}
	
	.footer-left
	{
		margin-left: 30px;
	}

}

@media only screen
and (min-width : 836px) and (max-width : 983px) {

	.site-header hgroup 
	{
    	vertical-align: 850%;
      margin-left: 0;
      position: absolute;
	}

   #site-navigation {
      position: absolute;
      display: inline-block;
      top: 150px;
      bottom: 2em;
      bottom: 48px;
      left: 145px;
      width: 85%;
   }
   
	.site-header h1 
	{
   	font-size: 300%;
   }

	.site-header h2 
	{
		font-size: 120%;
	}
   
   li.search 
	{
   	display: none;
	}

}

@media only screen
and (max-width: 835px) {

	.site-header hgroup 
	{
    	vertical-align: top;
    	padding-bottom: 2em;
      margin-left: 0;
      position: absolute;
      top: 50px;
	}

	.site-header h1 
	{
      font-size: 300%;
      line-height: 1.1em;
      text-align: center;
      margin-bottom: 10px;
   }

	.site-header h2 
	{
		font-size: 120%;
      text-align: center;
	}

   #site-navigation {
      position: absolute;
      display: inline-block;
      top: 150px;
      bottom: 2em;
      bottom: 48px;
      left: 145px;
      width: 85%;
   }
   
   li.search 
	{
   	display: none;
	}
   
   body.full-width .site-content {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin: 2.714286rem 0 0;
   }

}

@media only screen
and (min-width: 600px) and (max-width: 800px) {

   .site-header hgroup
	{
      margin-top: 6px;
      margin-left: 145px;
      top: 15px;
   }

   .header-image {
      float: none !important;
      position: absolute !important;
      top: 0;
      left: 0 !important;
   	display: block;
	}

   #site-navigation {
      width: 80%;
   }
   
   li.search 
	{
   	display: none;
	}
   
   body.full-width .site-content {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin: 14.714286rem 0 0;
   }
   
}

@media only screen
and (max-width: 790px) {
   
   .footer-fullwidth {
      height: 146px;
   }
}

@media only screen
and (max-width: 740px) {

   body.full-width .site-content {
      margin: 18.714286rem 0 0;
   }
   
   .site-header hgroup {
      top: 33px;
   }
   
   #site-navigation {
      width: 100%;
      top: 199px;
      display: block;
      left: 0;
   } 
}

@media only screen
and (max-width: 599px) {

   body.site 
   {
      border: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      -moz-box-shadow: 0;
      -webkit-box-shadow: 0;
      box-shadow: 0 !important;
   }
	
	.site-header
	{
		padding: 0;
	}

	.site-header hgroup
	{
      margin-top: 20px;
      margin-left: 124px;
      top: 8px;
	}
	
   .site-header h1 {
      line-height: 1.1em;
      text-align: left;
   }
   
   .site-header h2 
	{
      text-align: left;
	}
   
   .header-image {
      float: none !important;
      position: absolute !important;
      top: 0;
      left: 0 !important;
   	display: block;
   	width: 109px;
	}
   
   #site-navigation {
      top: 165px
   }
   
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul 
	{
		border-bottom: 3px solid #66A7AA;
   		border-top: 3px solid #66A7AA;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	.main-navigation li a:hover {
		color: #000;
	}
	
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
    .menu-toggle 
    {
        display: none !important;
    }
    
	li.search 
	{
   		display: none;
	}
   
   body.full-width .site-content {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin: 24.714286rem 0 0;
   }
	
	#extra-sidebar
	{
		float: right;
		width: 200px;
	}
}

@media only screen
and (max-width: 538px) {

	.site-header hgroup
	{
      margin-top: 0px;
	}
}



