/*
Theme Name: eMarketingStrategist Wordpress Theme
Theme URI: http://emarketingstrategist.com/blog
Description: The custom Wordpress theme based on the design at emarketingstrategist.com. Theme made by Tom Maitland - contactable at info@auroracoded.com.au. Theme is widget-ready.
Version: 2.8.4
Author: eMarketingStrategist
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*TABS*/

#tab-container-1-nav li {display:inline; }
#tab-container-1-nav a {background:#FbFbFb; border:#97c9c6 solid 1px; margin:0px 1px 0px 1px; padding: 13px 3px 13px 3px; color:#000; text-decoration:none; font-weight:bold;}
#tab-container-1-nav a:hover {color:#FFF; background:#97c9c6;}
#tab-container-1 {background:none; border:#999; text-align:center; margin-top:20px; margin-left:-4px}
.tab {background:#FBFBFB; padding:10px; text-align:left; margin-top:20px;}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
background:#FbFbFb; border:#97c9c6 solid 1px; margin:0px 1px 0px 1px; padding: 13px 4px 13px 3px; color:#000; text-decoration:none; font-weight:bold;
}

ul.tabbernav li a:link {  }
ul.tabbernav li a:visited {  }

ul.tabbernav li a:hover
{
color:#FFF; background:#97c9c6;
}

ul.tabbernav li.tabberactive a
{
color:#FFF; background:#97c9c6;
}

ul.tabbernav li.tabberactive a:hover
{
color:#FFF; background:#97c9c6;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
background:#FBFBFB; padding:10px; text-align:left; margin-top:20px;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
/*ADDTHIS CUSTOM*/
.addthis_container {margin-top:30px;}