/*
 Theme Name:   Hueman Child
 Theme URI:    http://www.cannysites.com/
 Description:  Hueman Child Theme
 Author:       Graham Soult
 Template:     hueman
 Version:      2.0.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */

#header .pad { padding-top: 13px; padding-bottom: 13px; padding-left: 6px;}
.site-title { padding: 0; }
/*  GS: Modified code above shrinks height of header bar. 'site-title' partially fixes extra space that appeared above logo */
.site-description { font-size: 15px; font-style: normal; float: right; margin-left: 0px; line-height: 60px; padding: 0; }
/*  GS: Modified code above moves caption towards right. Margin-left may not be required if float to right works */

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */

#footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 100px; -webkit-border-radius: 0; border-radius: 0; }
/*  GS: edited max-height above allows footer logo to be displayed at full size */

/* ------------------------------------------------------------------------- *
 *  GS additions
/* ------------------------------------------------------------------------- */

/* GS: Code reduces padding around header image only */
.pad-header { padding: 10px 10px 10px; }

/* GS: Code tweaks width of Easy Pricing Table columns  */
.ptp-four-col { width: 22%!important; }

/* GS: Code fixes clash between theme and Business Directory Plugin, making labels display at correct size  */
.field-value label {
    color: #444;
    font-weight: bold;
    font-size: 18px; }

/* GS: Fix to get search results for directory listings displaying smaller thumbnail and in two columns  */  
@media only screen and (min-width: 720px) {
	.post-row article { float: left; width: 50%; }
	
/*GS: Prevent glitch where archives widget shows title twice */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* GS: Create a textbox format for highlighting text in articles */
.textbox {padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid;
}		

/* GS: Change colour/size of excerpts on home page */
.entry { color: #444444; }
.entry.excerpt { color: #444444; }
.excerpt-link { font-size: 12px;
}

/* GS: Make hypertext in text widgets coloured */
.textwidget a {
  color: #0080FF !important;
}