/*
Theme Name:     Toolbox5HBP Child
Theme URI:      http://www.handcraftedwp.com
Description:    Child theme for the ToolboxH5BP theme 
Author:         brent walter
Author URI:     @bw156702
Template:       toolboxH5BP
Version:        0.1.0
*/

@import url("../toolboxH5BP/style.css");

/* 
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: "Maven Pro", sans-serif; color: #262626; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #0061a7; text-decoration:none;
  -webkit-transition: all 0.12s ease-in-out; 
  -moz-transition: all 0.12s ease-in-out; 
  -o-transition: all 0.12s ease-in-out; 
  -ms-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;  
}
a:visited { color:#666; /* inherit; */}
a:hover { color: #0061a7; text-decoration:underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* alt link styles*/
nav a, #secNav a, #footer a, #relatedVids a, nav a:visited {
  color:#262626;
  text-decoration: none;
}
nav a:hover, #secNav a:hover, #footer a:hover, #relatedVids a:hover {
  color:#0061a7;
  text-decoration: none;
}
nav li a:hover {
  background-color: #fffcda;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, #secNav ul, #relatedVids ul, #footer ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Brent Walter @bw156702
   ========================================================================== */


@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700|Judson:400,700); /*400:regular, 700:bold*/

#container {
  width:960px; /*total width with padding 980*/
  margin:0 auto;
  padding:0 10px 50px;
}

/*SOCIAL*/
#social {
  position:fixed;
  top:-3px;
  left:30px;
  padding:10px;
  height:60px;
  width:249px;
  background: #fff;
  z-index: 1;
  /*rounded corners*/
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius: 3px;
  -ms-border-radius:3px;
  border-radius: 3px;
  /*box shadow*/  
  -moz-box-shadow: 0px 2px 5px #969696;
  -webkit-box-shadow: 0px 2px 5px #969696;
  -o-box-shadow:0px 2px 5px #969696;
  -ms-box-shadow:0px 2px 5px #969696;
  box-shadow: 0px 2px 5px #969696;
  zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
}
.ie7 #social, .ie8 #social {
  border-left:1px solid #d1d1d1;
}
#social div {
  float:left;
  position: relative;
  width:60px;
  height:65px;
  padding:2px;
}
#sf { top: -4px; padding:0;margin-right:-7px; }
#st { top: -2px; }
#se { top: -2px; }
#sg { top: 0px; }
/*SEARCH*/
#search {
  position:fixed;
  bottom:0;
  left:0;
  height:30px;
  width:100%;
  background: transparent;
  z-index: 1;
}
#search .centerFloat {
  margin:0 auto;
  width:525px;
  height:30px;
  padding-right:20px;
}
.searcher {
  float:left;
  position: relative;
  top:-20px;
  width:525px;
  height:50px;
  padding:3px 20px 5px 95px;
  background: #fff;
  /*rounded corners*/
  -webkit-border-radius:3px 3px 0 0 / 3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0 / 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -ms-border-radius:3px 3px 0 0 / 3px 3px 0 0;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  /*box shadow*/  
  -moz-box-shadow: 1px 0px 6px #969696;
  -webkit-box-shadow: 1px 0px 6px #969696;
  -o-box-shadow:1px 0px 6px #969696;
  -ms-box-shadow:1px 0px 6px #969696;
  box-shadow: 1px 0px 6px #969696;
  zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=30, Strength=2);
}
.ie7 .searcher, .ie8 .searcher {
  border-left:1px solid #d1d1d1;
  border-top:1px solid #d1d1d1;
}
input.gsc-search-button {
  border: none !important;
  background: transparent url(img/searchBtn31x31.gif) no-repeat !important;
  height: 31px !important;
  width:31px !important;
  text-indent:-999px !important;
  overflow: hidden !important;
}
input.gsc-input {
  height: 21px !important;
  background-color: #feffde !important;
  background-image: none !important;
}
input.gsc-input:focus {
  background: none !important;
}
.searchLabel {
  display: inline-block;
  padding-right:5px;
  position: absolute;
  height:20px;
  width:50px;
  background: transparent;
  top:17px;
  left:20px;
  font-size:1.2em;
  font-weight: bold;
}
/*NEWSLETTER SIGNUP AD*/
#newsSignup {
  position: fixed;
  bottom:100px;
  right:0;
  width:300px;
  height:auto;
  padding:15px;
  background: #fff;
  font-family: Tahoma, sans-serif;
  font-size:13px;
  border-top:3px solid #f6ee5f;
  border-left:3px solid #f6ee5f;
  border-bottom:3px solid #f6ee5f;
  color:#222;
  /*box shadow*/  
  -moz-box-shadow: 0px 2px 5px #969696;
  -webkit-box-shadow: 0px 2px 5px #969696;
  -o-box-shadow:0px 2px 5px #969696;
  -ms-box-shadow:0px 2px 5px #969696;
  box-shadow: 0px 2px 5px #969696;
  zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
  /*transition*/
  -webkit-transition: all 0.4s ease-in-out; 
  -moz-transition: all 0.4s ease-in-out; 
  -o-transition: all 0.4s ease-in-out; 
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#newsSignup.hide {
  right:-340px;
}
#newsSignup h2, #newsSignup p {
  margin:0;padding:0;
}
#newsSignup h2 {
  padding-bottom:5px;
  font-size:1.3em;
}
#newsSignup .small {
  font-size:10px;
  color:#6e6e6e;
}
#newsSignup .text {
  width:39%;
  padding:2px;
  margin-right: 4px;
  background: none;
  border:1px solid #c2c2c2;
  height:25px;
  position: relative;
  top:-3px;
  color:#303030;
  background: #feffee;
}
#newsSignup .submit {
  border:2px solid #fff;
  background: #000;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color:yellow;
  font-weight: bold;
  /*box shadow*/  
  -moz-box-shadow: 0px 0px 4px #969696;
  -webkit-box-shadow: 0px 0px 4px #969696;
  -o-box-shadow:0px 0px 4px #969696;
  -ms-box-shadow:0px 0px 4px #969696;
  box-shadow: 0px 0px 4px #969696;
  zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
}

/*HEADER*/
header {
  position: relative;
}
.ie7 header {
  padding:10px 0;
}
#logo {
  text-align: center;
}
#logo a {
  display: inline-block;
  width:351px;
  height:87px;
  background: url(img/logo351x87.jpg) 0 0 no-repeat;
  margin-top:12px;
}
#logo a span {
  display: block;
  text-indent: -9999px;
}
#secNav {
  position: absolute;
  top:0;
  right:0;
  width:300px;
  height:30px;
  text-align: right;
  text-transform: lowercase;
}
#secNav li {
  display: inline;
  font-size:0.93em; /*12*/
}
#secNav li+li:before {
  content: '\00B7';
  font-weight: bold;
  text-align: center;
  padding:0 5px;
}
.ie7 #secNav li {
  padding: 0 5px;
}

/*NAVIGATION*/
nav ul {
  display: block;
  width:960px;
  background: url(img/navTopBG1x5.jpg) top repeat-x;
  padding:9px 0 6px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  margin-top:40px;
}
nav li {
  display: inline;
  margin:0 0 0 -5px;padding:0;
  position: relative;
}
nav li a {
  display: inline-block;
  /* height:83px; */
  text-align: center;
  text-transform: uppercase;
  border-left:1px solid #d1d1d1;
  padding:64px 15px 0;
  height:21px;
  font-size:15px;/*15*/
  margin:0;
}
nav li a.no, nav li:first-child a {
  border-left:none;
}
nav li a.on, nav li.current-post-ancestor a, nav li.current-category-ancestor a, nav li.current-menu-item a {
  height:27px;
  border-right:1px solid #d1d1d1;
  background-color:#fffcda;
  margin-bottom:-5px;
}
nav li a.on:after, nav li.current-post-ancestor a:after, nav li.current-category-ancestor a:after, nav li.current-menu-item a:after {
  content: ' ';
  display: block;
  position: absolute;
  width:100%;
  height:9px;
  left:0;
  bottom:-19px;
  z-index: 1;
  background: url(img/navOn21x9.jpg) center bottom no-repeat;
}
a.video, li.menu-item-2974 a, li.menu-item-6765 a { /* video */
  background: url(img/nav/navVid42x52.gif) center 0px no-repeat;
}
a.tool, li.menu-item-2978 a { /* tool reviews */
  background: url(img/nav/navTool41x52.gif) center 2px no-repeat;
}
a.project, li.menu-item-2976 a { /* projects */
  background: url(img/nav/navProject45x52.gif) center 2px no-repeat;
}
a.qa, li.menu-item-2975 a { /* Q&A */
  background: url(img/nav/navQA43x52.gif) center 2px no-repeat;
}
a.b4after, li.menu-item-2979 a { /* before and after */
  background: url(img/nav/navB4After40x52.gif) center 2px no-repeat;
}
a.shop, li.menu-item-6764 a { /* shop */
	background: url(img/nav/navShopping45x52.png) center 2px no-repeat;
}
a.tip, li.menu-item-2977 a { /* tips */
  background: url(img/nav/navTip23x52.gif) center 2px no-repeat;
}
a.check, li.menu-item-2980 a { /* checklists */
  background: url(img/nav/navCheck37x52.gif) center 2px no-repeat;
}
a.consult, li.menu-item-2984 a { /* ask tim */
  background: url(img/nav/navAsk49x52.gif) center 2px no-repeat;
}

/*HOMEPAGE*/
#homeSearch {
  width:670px;
  margin-left:145px;
  text-align: center;
  margin-top:50px;
}
#cse-search-form3 {
  margin-top:30px;
}
#homeVideo {
  width:670px;
  margin-left:145px;
  text-align: center;
  margin-top:10px;
  padding-bottom:50px;
}
#homeVideo iframe {
  margin-top:30px;
}
#homeSignup {
  width:670px;
  margin-left:145px;
  background: url(img/grayDot1x1.jpg) left bottom repeat-x;
  height:300px;
  text-align: center;
}
.promoCopy {
  font-size:1.07em; /*14*/
  margin-top:40px;
}
#homeSignup ul {
  text-align: left;
  margin-left:170px;
  font-size:1.07em; /*14*/
}
#seenIn {
  text-align: center;
  margin-top:70px;
}
#seenIn h1 {
  font-weight: normal;
  font-size:0.93em;
  height:20px;
  padding-bottom:35px;
  background: url(img/seenIn275x33.jpg) center bottom no-repeat;
}


/*ARTICLE & VIDEO*/
#main.art, #main.vid {
  margin-top:47px;
}
#artBody {
  float:left;
  width:564px;
}
#artBody article {
  padding-bottom:30px;
}
.title {
  font: bold 4.0em/1em 'Judson', serif;
  text-align: center;
  margin:50px 0 0 0;
  color:inherit;
}
.title span {
  display: inline-block;
}
.artInfo {
  font: normal 1.07em 'Judson', serif;
  text-align: center;
  margin-top:5px;
  padding-bottom:40px;
  text-transform: uppercase;
}
.artInfo a {
  font-family: 'Maven Pro', sans-serif;
}
.artInfo span {
  display: block;
  font-size:0.87em;
  text-transform: none;
  margin-top:45px;
}
#topAd {
  text-align: center;
  height:60px;
  padding:10px 0;
}
#artBody p {
  font: normal 1.05em/1.5em 'Judson', serif;
  text-align: justify;
  margin-top:20px;
}
#artBody p b, #artBody p strong {
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;
}
.imageUnitright {
  float:left;
  width:350px;
  margin: 15px 15px 5px 0;
}
.contentAdFull {
  margin-top:50px;
}
.contentAdFull .subHead {
  padding-bottom:25px;
}
/*each category
.qa .title {
  color:#4b9e69;
}
.qa .title span {
  height:44px;
  width:52px;
  background: url(img/artTitleQA52x44.jpg) no-repeat;
  margin:0 5px 0 -52px;
}
.qa a {
  color:#62ce8e;
}
.vid .title {
  color:#007ad2;
}
.vid .title span {
  height:58px;
  width:47px;
  background:url(img/artTitleVid47x58.jpg) no-repeat;
  margin:0 5px 0 -47px;
}
.vid a {
  color:#19a1d7;
}
.tip .title {
  color:#fdbd37;
}
.tip .title span {
  height:41px;
  width:23px;
  background: url(img/navTips23x41.gif) no-repeat;
  margin:0 5px 0 -23px;
}
.tip a {
  color:#fdbd37;
}
#artBody .tipText {
  font-size:1.2em;
}
*/
/*sidebar*/
#artSide {
  float:left;
  margin-left:60px;
  width:336px;
}
#newsltrSidebar {
  text-align: center;
  padding-bottom:50px;
  margin-top:25px;
}
#newsltrSidebar ul {
  text-align: left;
  font-size:0.96em;
  padding-top:5px;
  padding-bottom:5px;
}
.newsltrSidebarCopy {
  margin-top:35px;
  text-align: justify;
  font-size:0.96em;
}
#newsltrSidebar .signup {
  margin-top:15px;
}
#newsltrSidebar .signup .text {
  font-size:1em;
  width:45%;
}
#newsltrSidebar .signup input[type="submit"] {
  margin-top:5px;
  font-size:1em;
  height:30px;
  width:336px;
  text-align: right;
  float:right;
}
.sidebarAd {
  margin-top:25px;
}
#artSide .searcher {
  padding:0;
  width:336px;
  top:0;
  padding:15px 0;
  /*rounded corners*/
  -webkit-border-radius:none;
  -moz-border-radius:none;
  -o-border-radius: none;
  -ms-border-radius:none;
  border-radius: none;
  /*box shadow*/  
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow:none;
  -ms-box-shadow:none;
  box-shadow: none;
	filter:none;
}
#artSide .gsc-clear-button {
  display: none !important;
}
#welcomeVid {
  height:201px;
  width:336px;
  padding:20px 0 40px 0;
}
.SideHouseAd {
  width:336px;
  padding:10px;
}
/*video*/
#video {
  margin-top:30px;
}
.vid .title {
  margin-top:40px;
}
.videoHolder {
  text-align: center;
}
/*related videos*/
#relatedVids {
  float:left;
  width:564px;
  height:235px;
  text-align: center;
  margin-top:30px;
}
#relatedVids .subHead {
  margin-top:20px;
}
#relatedVids ul {
  float:left;
  width:518px;
  height:160px;
  margin-top:20px;
}
#relatedVids li {
  float:left;
  height:115px;
  width:138px;
  margin:0 17px;
}
#relatedVids h1 {
  font-size:0.93em;
  font-weight: normal;
  margin:5px 0 0 0;
}
.scrollCtlHold {
  float:left;
  width:23px;
  height:160px;
}
.scrollThisLeft, .scrollThisRight {
  float:left;
  width:23px;
  height:25px;
  margin-top: 70px;
}
.scrollThisLeft {
  background: url(img/relatedVidArrows19x100.gif) 0 -25px no-repeat;
}
.scrollThisRight {
  background: url(img/relatedVidArrows19x100.gif) 4px -75px no-repeat;
}
.on .scrollThisLeft {
  background: url(img/relatedVidArrows19x100.gif) 0 0 no-repeat;
  cursor: pointer;
}
.on .scrollThisRight {
  background: url(img/relatedVidArrows19x100.gif) 4px -50px no-repeat;
  cursor: pointer;
}
/*comments*/
#comments {
  margin-top:50px;
}
/*full width pages*/
#artBody.full {
  width:860px;
  padding:0 50px 50px;
  padding-bottom:50px;
}
#artBody.full .title {
  padding-bottom:30px;
}
/*404*/
.four04 h1 {
  font-size:3em;
}
.four04 p {
  font-size:1.2em;
}
.four04 h2 {
  margin-top:30px;
  padding-bottom:30px;
  font-size:2em;
}
.four04 h3 {
  font-size:1.2em;
}

/*CATEGORY*/
#main.cat {
  margin-top:47px;
}
.catItem {
  margin-top:35px;
  padding-bottom:20px;
}
.cat .title {
  font: bold 2.0em/0.8em 'Judson', serif;
  color:#000;
  text-align: left;
  margin:0 0 0 0;
}
.cat .title a {
/*  color:#252525; */
}
.cat .title span {
  display: inline-block;
  height:31px;
  width:37px;
  margin:0 5px 0 0;
}
.cat .qa .title span {
  background: url(img/catQA37x31.jpg) no-repeat;
}
.catThumb {
  float:left;
  width:169px;
  height:167px;
  margin-right:18px;
}
.cat p {
  margin:8px 0;
}
.cat #artBody .more {
  font-weight:bold;
  font-family: 'Maven Pro', sans-serif;
}
.cat .more a {
  color:#009846;
}


/*CORP PAGES*/
#corpBody {
  float:left;
  width:960px;
  height: auto !important;
  min-height:300px;
  height:300px;
  background: url(img/grayDot1x1.jpg) left bottom repeat-x;
  padding-bottom:40px;
}
#corpBody .subHead {
  margin-bottom:40px;
}
.corpImg {
  float:left;
  width:446px;
  height:334px;
}
.corpText {
  float:left;
  width:434px;
  padding:10px 40px 0;
  height:334px;
  text-align: center;
}
.corpText h2 {
  font-size:2em;/*26*/
  font-weight: normal;
}
.corpText p {
  font-size:1.23em;/*16*/
}
.corpDetails {
  margin-top:50px;
}


/*TIPS*/



/*FOOTER*/
#footer {
  text-align: center;
  margin-top:100px;
  font-size:0.93em; /*12*/
  color:#a1a1a1;
  text-transform: lowercase;
}
#footer li {
  display: inline;
  position: relative;
  padding:0 10px;
}
#footer p {
  padding:20px 0;
}
#footer a {
  color:#a1a1a1;
}
#footer a:hover {
  color:#0061A7;
}


/*MY HELPERS*/
#secNav li.noAfter:after {
  content: '';
  padding:0;
}
/*subheads*/
.subHead {
  font-size:0.85em;
  color:#989898;
  background: url(img/grayDot1x1.jpg) center center repeat-x;
  text-align: left;
}
.subHead span {
  background: #fff;
}
/*signup form*/
.signup {
  margin-top:30px;
}
.signup .text {
  border:1px solid #7f7f7f;
  height:32px;
  width:33%;
  padding-left:5px;
  font-family: "Judson", serif;
  color:#a1a1a1;
  font-size:1.16em;/*15*/
  margin:0 2px;
}
.oldie .signup .text {
  line-height:32px;
}
.signup input[type="submit"] {
  border:none;
  background: none;
  font-size:1.07em;
  color:#009fe3;
  font-weight:700;
  text-transform: uppercase;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
