/*
    Theme Name: fiscaldoctor
    Theme URI: http://www.pixelionart.com/
    Description: Fiscal Doctor Genesis Child Theme by Pixelion Art
    Author: Pixelion Art
    Author URI: http://www.pixelionart.com/
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns"Arial","sans-serif"
 
    Template: genesis
    Template Version: 1.8.1
 
    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
*/
/* Common Classes
------------------------------------------------------------ */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #111;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input {
	color: #111;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: white;
	border: 1px solid #2B3043;
}
input[type="submit"], input[type="reset"] {
	border: 1px solid #252C3D;
	background: url(images/tab_active.jpg) top left repeat-x;
	margin-top: 20px;
	color: white;
	padding: 4px 10px;
	border-radius: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
li,
ol,
ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
	color: #9e1d0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.home #testimonial a {
	color: #E3E7F1;
}
.home #testimonial a:hover {
	text-decoration: none;
}
/* Body
------------------------------------------------------------ */
body {
	/*background: #252b3c url(images/bb.png) top left repeat-x;*/
	background: #252b3c url(images/bg.png) top left repeat-x;
}
/* Wrap
------------------------------------------------------------ */
#wrap { 
	margin: 0 auto;
	width: 960px;
	position: relative;
}
/* Header
------------------------------------------------------------ */
#header {
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	width: 960px;
	background: url(images/header_bg.jpg) right top no-repeat;
} 
#logo{ 
	background: url(images/fiscaldoctor.png) top left no-repeat;
	width: 248px;
	height: 46px;
	float: left; 
	margin-top: 12px;
	margin-left: 23px; 
}
#header .widget-area{
	width: 385px;
	float: right;
	font-style: italic;
	text-align: right;
	margin-top: 9px;
	word-spacing: 5px;
}
#header .widgettitle{ display: none; }
#header .textwidget{ 
	color: #b02501;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
}
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}
/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover {
	position: static;
}
#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}
li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}
li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}
/* Header Right Navigation
------------------------------------------------------------ */
#header ul.nav,
#header ul.menu {
	float: right;
}
#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 0px 17px 3px;
	position: relative;
	text-decoration: none;
}
#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}
#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}
#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}
#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}
#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}
/* Primary Navigation
------------------------------------------------------------ */
#nav {
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: capitalize;
	width: 960px;
	height: 42px;
}
#nav ul {
	float: left;
	width: 100%;
	margin-left: 20px;
	margin-top: 4px;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	color: #e0e6f1;
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 17px 3px;
	position: relative;
	text-decoration: none;
}
#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a { border-bottom: 15px solid #fff; }
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}
#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#nav li ul a {
	width: 140px;
}
#nav li ul ul {
	margin: -33px 0 0 159px;
}
#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}
/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}
#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav li.search {
	padding: 0 10px;
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}
/* Secondary Navigation
------------------------------------------------------------ */
#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul ul {
	margin: -33px 0 0 159px;
}
#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}
/* Inner
------------------------------------------------------------ */
#inner {
	margin: 20px auto -2px;
	overflow: hidden;
	width: 960px;
}
#wrap_con{ background: #FFF; }
.home #wrap_con{ background: none; }
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	font-size: 11px;
	line-height: 20px;
	margin: 4px 0 10px;
	padding: 5px 10px;
	color:#111;
	background:#fff;
}
.page-template .breadcrumb {
	display: none;
}
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	width: 790px;
}
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 470px;
}
.content-sidebar #content,
.sidebar-content #content,#shadow {
	width: 589px!important;
	margin-bottom: 7px!important;
}
.page-template-testimonials-php #content,
.archive #content,
.search #content,
#shadow {
	width: 529px!important;
	margin-bottom: 7px!important;
	margin-top: 4px;
}
.content-sidebar #content .page,
.sidebar-content #content .page,
.single.content-sidebar #content .post,
.single.sidebar-content #content .post,
.search.sidebar-content #content,
.archive.sidebar-content #content,
.page-template.sidebar-content #content,
.single #content .testimonials,
.error404 #content .post {
	background: #fff url(images/footer_top.jpg) top center no-repeat;
	padding: 20px 30px;
}
.search.sidebar-content #content,
.archive.sidebar-content #content,
.page-template.sidebar-content #content {
	width:532px;	
}
.home.content-sidebar #content .page,
.home.sidebar-content #content .page{
	background: none;
	padding: 0px;
}
.home.content-sidebar #content,
.home.sidebar-content #content {
	padding: 0px;
	width: 592px;
	margin: 0;
	background: none;
}
.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content {
	width: 960px;
}
blockquote {
	margin: 10px 20px 20px;
	padding: 15px 20px 0px;
	background-color: #F6F6F8;
	box-shadow: 2px 2px 2px #BBB;
}
.post {
	margin: 0 0 13px;
}
.entry-content {
	overflow: hidden;
}
.entry-content p {
	padding: 0 0 20px;
        line-height: 23px;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #99A7C4;
	clear: both;
	margin: 0 0 15px;
}
/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}
.one-third,
.two-sixths {
	width: 31%;
}
.four-sixths,
.two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}
/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	color: #2b3043;
}
h1,
h2,
h2 a,
h2 a:visited {
	font-size: 23px;
	line-height: 27px;
}
.post h2 a, .search h2 a, .archive h2 a {
	font-size: 19px;
	line-height: 23px;
}
.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
h2 a:hover {
	color: #25a;
	text-decoration: none;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 16px;
}
.home .widget-area h4 {
	font-size:16px;
	text-align:center;	
}
.widget-area h4 { 
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 7px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9e1d0e;
	border-bottom: 1px solid #99A7C4;
}
.widget-area h4 a {
	color: #111;
	text-decoration: none;
}
#footer-widgets h4 {
	display: none;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
        line-height: 23px;
}
.entry-content ol li {
	margin: 0 0 0 35px;
        line-height: 23px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */
.post-info {
	margin: 5px 0 20px 0;
	color: #999;
}
.post-info {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin: -11px 0 5px;
	padding: 5px 0 15px 0;
}
.single .post-info {
	margin: -21px 0 5px;
}
.post-info a {
	color: #999;	
}
.post-info .time,
.post-info .time span {
	color: #fff;
	display: block;
	text-align: center;
	width: 62px;
}
.post-info .time {
	right: 20px;
	position: absolute;
	top: 23px;
}
.post-info .day {
	background: #99a7c4;
	font-size: 20px;
	font-weight: bold;
	height: 33px;
	line-height: 32px;
}
.post-info .month {
	background: #2B3043;
	position: absolute;
	top: 33px;
	height: 18px;
	line-height: 18px;
}
#content .post {
	position: relative;
}
#content .post h1 {
	margin: 0 60px 0 0;
}
#content .post h2 {
	font-size: 22px;
	margin: 0 75px 15px 0;
}
.search #content .post h2,
.archive #content .post h2 {
	font-size: 22px;
	margin: 15px 75px 15px 0;
}
.search .post-meta,
.archive .post-meta {
	padding-bottom: 20px;
}
.search .post-info .time,
.archive .post-info .time {
	right: 0px;
	position: absolute;
	top: 0px;
}
/* Post Meta
------------------------------------------------------------ */
.post-meta {
	border-top: 1px solid #99A7C4;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
}
/* Contact Us
----------------------------------------------------------- */
.wpcf7 label {
	float: left;
	line-height: 28px;
	display:inline-block;
}
.wpcf7 input.contactField {
	float: right;
	padding: 3px;
	margin-right: 60px;
}
#wpcf7-f739-p6-o1 input {
	margin-right: 15px;
	width: 160px;
}
div.wpcf7-validation-errors {
	background: #f9f9f9!important;
	border:1px solid #9E1D0E!important;
	color: #9E1D0E!important;
	font-size: 12px;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
	background: #f9f9f9;
	border: 1px solid #9E1D0E!important;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color:#9E1D0E!important;
}
div.wpcf7-response-output {
	margin: 0!important;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	display: none!important;
}
#wpcf7-f739-p6-o1 .wpcf7-validation-errors,
#wpcf7-f739-p6-o1 .wpcf7-mail-sent-ok {
	display: none!important;
}
#wpcf7-f739-p6-o1 span.wpcf7-not-valid-tip {
	width: 180px;
}
#wpcf7-f739-p6-o1 img.ajax-loader {
	margin-left: 8px!important;
	margin-top: 19px!important;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0.5em;
	display: block;
}
.wpcf7 ol li {
	margin-bottom: 15px;
}
.wpcf7-textarea {
	height: 50px;
	margin-left: 20px;
	padding:3px;
}
#subscribe {
	background: #B0C1D3 url(images/button.jpg) top left repeat-x;
	border: 2px solid #8291B0;
	color: #252C3D;
	font-family: Georgia,serif;
	width: auto!important;
	text-align: center;
	font-weight: bold;
	margin: 13px 0;
	text-shadow: 1px 1px 2px white;
	float: right;
}
/* Blog page
--------------------------------------------------------------*/
.blog .sidebar{ float: left;}
.blog #content{ float: right; }
.home.blog.content-sidebar #content{
	background: #fff url(images/footer_top.jpg) top center no-repeat;
	margin-top: 4px;
}
.blog #content .post{ padding: 20px 20px 0; }
.single.content-sidebar #content .post,
.single.sidebar-content #content .post{ margin-bottom: 0px; }
/* Home
------------------------------------------------------------ */
#testimonial{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 5px;
	box-shadow: 0px 2px 3px black;
}
#testimonial .wrap{
	background: url(images/testimonial.jpg) top left no-repeat;
	width: 554px;
	height: 260px;
	padding: 31px 0 0px 34px;
}
#quotes {
	overflow: hidden;
	width: 300px;
	height: 140px;
	float: left;
}
#content h1.entry-title{ font-size: 23px; margin-bottom: 25px; font-family: Georgia, serif;}
.single #content h1.entry-title { color:#2b3043; }
#testimonial h1,h1.entry-title{
	color: #9e1d0e;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
}
#testimonial p{
	font-size: 15px;
	color: #1e1a4a;
	font-style: italic;
}
#testimonial span.arrow{
	background: url(images/fiscaldoctor.png) -223px -389px no-repeat;
	width: 21px;
	height: 21px;
	margin: 0px;
	float: left!important;
}
#testimonial ul{ list-style: none; margin: 20px 0 0 0px;; padding: 0; }
#testimonial #quotes p{
	color: #333;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 5px;
}
#testimonial span,#testimonial #quotes div{
	float: right;
	width: 269px;
	height: 130px;
	margin: 0 0 0 10px;
}
#img{
	background: url(http://www.fiscaldoctor.com/wp-content/uploads/2014/07/fiscaldoctor4.png) 1px -49px no-repeat;
	width: 245px;
	height: 335px;
	position: absolute;
	z-index: 9000;
	margin-left: 309px;
	margin-top: -118px;
}
.btn2 {
	position: absolute;
	top: 384px;
	left: 260px;
	z-index: 100000;
}
.btn{
	background: url(images/fiscaldoctor.png) -85px -383px no-repeat;
	width : 130px;
	height: 28px;
	float: left;
	clear: both;
	color: #e3e7f1;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	margin-top: 9px;
	margin-left: 154px;
	line-height: 30px;
}
/* Social share
-------------------------------------------------------------*/
.home #socialshare{ margin: 7px 0 6px!important; overflow-y: hidden; }
.blog #socialshare {
float: right;
margin: 10px 0 5px;
}
.archive #socialshare,
.search #socialshare {
float: right;
margin: 10px 0 10px;
}
#socialshare p {
	color: #d8deeb;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: right;
	margin-right: 7px;
}
#socialshare a{ 
	background: url(images/fiscaldoctor.png) -2px -412px no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-left: 6px;
} 
#fb{ background-position: -30px -412px !important; }
#in{ background-position: -57px -412px !important; }
#tw{ background-position: -85px -412px !important; }
#rss{ background-position: -113px -412px !important; }
#utube{ background-position: -141px -412px !important; }
.clear{ clear: both; }
/* Slider
------------------------------------------------------------- */
#sliderdiv{	
	width: 205px;
	float: left; 
	margin-bottom: 5px;
	box-shadow: 0px 2px 3px black;
}
.sidebar_wrap{
	border: 1px solid #464d60;
	background: #e9ecf3 url(images/widgetitle.jpg) left top no-repeat;
	padding-top: 6px;
	min-height: 251px;
}
.advanced-slider{ margin-top: 45px; }
.home #sliderdiv .advanced-slider{ margin: 0 auto!important;  }
#sliderdiv .advanced-slider{ margin: 16px auto 0;  }
.advanced-slider .layer {padding:0!important;}
#sliderdiv .round .navigation-buttons{ bottom: -20px; }
#sliderdiv .round .slide-buttons {
	margin-top: 13px;
}
a.more_btn{
	background:url(images/fiscaldoctor.png) -2px -384px no-repeat;
	width: 80px;
	height: 23px;
	text-align: center;
	font-size: 10px!important;
	color: #e3e7f1 !important;
	float: right;
	margin-top: 5px;
	margin-right: 13px;
	line-height: 23px;	
	text-shadow:none!important;
}
a.more_btn:hover {
	text-decoration:none!important;
}
.post-edit-link {
	display:none;	
}
.entry-content .video-gallery-thumbnail-box-outer {
	width: 421px;
	margin: 0 auto;
	text-align: center;
	font-size:11px!important;
}
.entry-content .video-gallery-thumbnail-box-outer .video-gallery-thumbnail-box {
	float: none;
	background-color: white;
	border: none;
	margin-bottom: 10px;
	list-style-type: none !important;
	padding: 0;
}
.entry-content .video-gallery-thumbnail-box-outer ul li {
	margin:0;
}
/* eBook
------------------------------------------------------------ */
#ebook{
	width: 375px;
	float: right;
	margin-bottom: 5px;
	box-shadow: 0px 2px 3px black;
}
#ebook .sidebar_wrap{ 
	background: #e9ecf3 url(images/ebook.jpg) left top no-repeat;
}
.resources{
	margin-bottom: 13px;
	box-shadow: 0px 2px 3px black;
}
.resources .wrap{
	background: #a9b6d2 url(images/home_bg.jpg) left top repeat ;
	overflow-y: hidden;
}
.resources .widget {
	margin-bottom: 0px!important;
	box-shadow: none!important;
}
.resources .widget .widget-wrap {
	padding: 0!important;
}
.resources .div_title span{ 
	width: 19px;
	height: 19px;
	float: left;
	background:url(images/fiscaldoctor.png) -184px -412px no-repeat; 
	margin: 2px 9px 0 10px;
}
.resources .div_title span{ background-position: -207px -412px; margin-top: 0px; }
.resources .div_title{
	background: url(images/top_bar.jpg) top left no-repeat;
	padding-top: 15px;
	color: #9e1d0e;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.resources .wp-tabs {
	position: relative;
	width: 96.5%;
	margin: 0 auto;
}
.resources .ui-tabs {
	background: none;
	border: none;
}
.wp-tabs .ui-tabs {
	border: none!important
}
.resources .wp-tabs .ui-tabs {
	margin: 2px 0 0 0;
}
.resources ul.ui-tabs-nav {
	background:none!important;
}
.resources .wpui-light .ui-tabs {
	background:none!important;
}
.resources #wpui-manual-2 .ui-tabs-panel {
	background: #AAB7D2;
	text-shadow: none;
	padding: 5px;
	height: 190px;
	border: 1px solid #AAB7D2;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #333;
	margin-bottom: 15px;
}
.resources #wpui-manual-3 .ui-tabs-panel {
	background: #AAB7D2;
	text-shadow: none;
	padding: 5px;
	min-height: 141px;
	border: 1px solid #AAB7D2;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #333;
	margin-bottom: 5px;
}
#consulting {
	background: #AAB7D2 url(images/servicesbg.png) no-repeat right bottom!important;	
}
#workshop {
	background: #AAB7D2 url(http://www.fiscaldoctor.com/wp-content/uploads/2014/09/workshopbg1.png) no-repeat right bottom!important;
}
#coaching {
	background: #AAB7D2 url(http://www.fiscaldoctor.com/wp-content/uploads/2014/09/coachingbg2.png) no-repeat right bottom!important;
}
#speaking {
	background: #AAB7D2 url(http://www.fiscaldoctor.com/wp-content/uploads/2014/09/speakingbg1.png) no-repeat right bottom!important;
}
#seminars {
	background: #AAB7D2 url(http://www.fiscaldoctor.com/wp-content/uploads/2014/09/seminarbg1.png) no-repeat right bottom!important;
}
#articles, #audios, #books, #store, #videos {
	background: #AAB7D2 url(images/resourcesbg.png) no-repeat left bottom!important;	
}
.resources #wpui-manual-2 .wp-tab-content p,
.resources #wpui-manual-2 .wp-tab-content {
	font-family: Georgia,serif;
	color: #111;
	text-shadow: 1px 1px 0px #BBB;
	font-size: 13px;
	width: 220px;
	line-height: 22px;
}
.resources #wpui-manual-3 .wp-tab-content p,
.resources #wpui-manual-3 .wp-tab-content {
	color: #111;
	text-shadow: 1px 1px 0px #BBB;
	font-size: 11px;
	line-height: 17px;
}
.resources .ui-tabs-panel .wp-tab-content {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
}
.resources .wpui-light ul.ui-tabs-nav {
	box-shadow:none!important;	
	padding-left: 4px;
	border-bottom: 0;
}
.resources .wpui-light ul.ui-tabs-nav li a {
	color: #444;
	text-shadow: 0px 1px 0px white;
	float: left;
	padding: 2px 4px;
	font-size: 11px;	
}
.resources .wp-tab-content ul {
	margin: 0 0 0 13px;
}
.resources .wp-tab-content ul li {
	padding: 2px 0 0 0;
}
.resources .wpui-light ul.ui-tabs-nav li.ui-state-active {
	background: url(images/tab_active.jpg) repeat-x!important;
	border: 1px solid #252c3d;
	margin-bottom: 1px!important;
}
.resources .wpui-light ul.ui-tabs-nav li.ui-state-active a {
	text-shadow: none;
	color:#fff;
}
.resources .wpui-light ul.ui-tabs-nav li a:hover,
.resources .wpui-light ul.ui-tabs-nav li.ui-state-active a:hover {
	text-decoration:none!important;	
}
.resources .wpui-light ul.ui-tabs-nav li {
	background: url(images/tab.jpg) repeat-x!important;
	border: 1px solid #acb8d3;
}
.note{
	color: #32394b;
	font-size: 12px;
	line-height: 16px;
	float: left; 
	margin: 8px 25px 13px 23px;
	text-decoration:none!important;
}
.note a{ 
	color: #32394b; 
	text-decoration: underline;  
}
/* Author Box
------------------------------------------------------------ */
.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}
/* Sticky Posts
------------------------------------------------------------ */
.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}
/* Post Icons
------------------------------------------------------------ */
.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}
/* Images
------------------------------------------------------------ */
.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #F6F6F8
;
	border: 1px solid #99A7C4;
	padding: 4px;
}
.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}
.entry-content img {
	
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
img.alignnone {
	display: inline;
	margin: 0 0 15px;
}
img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 15px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}
/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	margin: 20px auto;
	width: 94%;
	font-size: 11px;
	font-weight: bold;
}
.search .navigation,
.archive .navigation {
	width:100%!important;
}
.navigation li {
	display: inline;
}
.navigation a {
	border: 1px solid #252C3D;
	background: url(images/tab_active.jpg) top left repeat-x;
	margin-top: 20px;
	color: white;
	padding: 2px 10px;
	border-radius: 10px;
	font-size: 11px;
	text-transform: uppercase;	
}
.navigation a:hover {
	text-decoration:none;	
}
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #99A7C4;
	padding: 5px 8px;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #F6F6F8
;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 20px;
	width: 360px;
	margin-top: 4px;
}
.sidebar p {
	font-size: 12x;
	line-height: 20px;
	padding-bottom: 10px;
}
#sidebar-alt {
	float: left;
	width: 150px;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
.sidebar-content #sidebar .widget,
.sidebar-sidebar-content #sidebar .widget,
.blog #sidebar .widget{
	margin-bottom: 13px;
	box-shadow: 0px 2px 3px black;	
}
.sidebar-content #sidebar .widget .widget-wrap,
.sidebar-sidebar-content #sidebar .widget .widget-wrap,
.blog #sidebar .widget .widget-wrap{
	background: #A9B6D2 url(images/home_bg.jpg) left top repeat;
	overflow-y: hidden;
	padding: 0 0 15px 0;
}
#sidebar h4.widgettitle {
	background: url(images/top_bar.jpg) top left no-repeat;
	padding-top: 15px;
	color: #9E1D0E;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	margin: 0 0 5px;
	font-size: 12px;	
}
.sidebar .widget a {
	color: #111111;
	text-decoration: none;
}
.sidebar .widget a:hover {
	text-decoration:underline;
}
.widget-area .textwidget {
	padding: 5px 10px 0;
}
.widget-area ol,
.widget-area ul {
	margin: 10px 15px 0 35px;
}
.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}
.widget-area ul li {
	list-style-type: disc;
	word-wrap: break-word;
	padding-bottom: 7px;
}
/* Tag Cloud
------------------------------------------------------------ */
.widget_tag_cloud div div {
	padding: 5px 10px 0;
}
/* Dropdowns
------------------------------------------------------------ */
#cat,
.widget_archive select {
	display: inline;
	margin: 10px 10px 0;
	padding: 5px;
	width: 338px;
}
#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}
/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #99A7C4;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}
.more-from-category {
	padding: 5px 10px 0;
}
/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}
.user-profile p {
	padding: 10px 10px 0;
}
.user-profile .posts_link {
	padding: 0 10px;
}
/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	border: 1px solid #252C3D;
	background: url(images/tab_active.jpg) top left repeat-x;
	margin-top: 20px;
	color: white;
	padding: 4px 10px;
	border-radius: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	opacity:0.9;
	text-decoration:none;
}
/* Search Form
------------------------------------------------------------ */
#header .searchform {
	float: right;
	padding: 30px 0 0;
}
.sidebar .searchform {
	padding: 13px 0 0 10px;
}
#nav .searchform {
	float: right;
}
.s {
	margin: 5px 2px 0 0;
	padding: 5px 5px;
	width: 250px;
	font-size: 14px;
}
input.searchsubmit {
	float: right;
	margin: 7px 15px 0 0;
}
#submit {
	
}
/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
	padding: 5px 10px 0;
}
.enews #subscribe {
	padding: 0 0 0 10px;
}
.enews #subbox {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 4px 5px;
	width: 215px;
}
#subbutton {
	float: right!important;
	margin: 12px 15px 0 0!important;
}
/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #F6F6F8
;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #F6F6F8
;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
 	clear: both;
	color: #a9afc7;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	overflow: hidden; 
	width: 960px;
	padding-bottom: 10px;
}
.page-template #footer-widgets,
.page #footer-widgets {
	margin: 8px auto!important;
}
.home.page-template #footer-widgets {
	margin: 0px auto!important;
}
.blog #footer-widgets {
	margin: 8px auto!important;
}
#footer-widgets .wrap {
	margin: 0 auto; 
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets .textwidget {
	padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}
#footer-widgets a,
#footer-widgets a:visited {
	color: #A9AFC7;
	text-decoration: none;
}
#footer-widgets a:hover {
	text-decoration: none;
}
#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}
#footer-widgets ul li {
	margin: 0 0 0 15px;
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	box-shadow: 0px 2px 3px black;
}
#footer-widgets .footer-widgets-1 .widget{
	background: #E9ECF3 url(images/footer_top.jpg) top center no-repeat;
	border: 1px solid #464d60;
	padding: 12px 0 5px 0;
	overflow-y: hidden;
}
.footer-widgets-1 .widgettitle{ 
	color: #9e1d0e; 
	font-size:16px; 
	font-style: italic; 
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif; 
	padding: 0 10px 0px  14px; 
	font-weight: bold;
	display: block !important;
	background: none;
	border: none;
	box-shadow: none;
}
#footer-widgets .footer-widgets-1 .textwidget a{ color: #111111; }
#footer-widgets .footer-widgets-1 .textwidget{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	padding-top: 3px;
	line-height: 16px;
	float: left;
}
.footer-widgets-2 {
	float: left;
	width: 400px;
}
#mail{ 
	background: url(images/fiscaldoctor.png) -164px -412px no-repeat;
	width: 18px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 3px;
}
.footer-widgets-3 {
	float: right;
	width: 500px;
	text-align: right;
}
/* Footer
------------------------------------------------------------ */
#footer {
 	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
 	text-transform: uppercase;
	width: 960px;
}
#footer p {
	color: #fff;
	font-size: 12px;
}
#footer a,
#footer a:visited {
	color: #fff;
}
#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}
#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}
#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}
/* Comments
------------------------------------------------------------ */
#comments,
#respond {
	padding: 10px 0 15px 30px;
	overflow: hidden;
	background: #fff;
}
#respond {
	margin-top: -7px;
}
#comments ul, #comments ol, #comments li {
	list-style-type: none!important;	
}
#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 94%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,
.ping-list ol {
	padding: 10px;
}
.comment-list li:first-child,
.ping-list li:first-child {
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 10px 15px 10px 0;
}
.comment-list li,
.ping-list li {
	font-weight: bold;
	padding: 10px 15px 10px 0;
}
.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}
.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}
ul.children {
	padding-left: 100px;
	padding-top: 15px;
}
ul.children li:first-child {
	margin: 0 0 0 10px!important;
	padding: 10px 10px 10px 0;
}
#text-3 h4.widgettitle {
	padding-top: 5px;
}
#text-3 .textwidget {
	margin-top: 5px;
}
#text-7 #socialshare a {
	float:left;	
}
.profitabilitypath a {
	color:#2b3043;
}
small {
	line-height: 15px;
}
ul.mp3 li {
	background: url(images/mp3.png) no-repeat;
	height: 32px;
	list-style: none;
	padding: 10px 40px;
}
#text-9 {
margin-bottom: 65px;
}
#new-royalslider-2,
#new-royalslider-3 {
	margin-top: 30px;
}
span.wpcf7-not-valid-tip {
top: 110px!important;
left: 53px!important;
}