/*
Theme Name: ABC Business Consulting
Theme URI: http://businessconsultingabc.com
Author: Kodiva
Author URI: http://www.kodiva.com
Version: 0.1.0
Description: Custom theme for ABC Business Consulting
*/

/* Basics */
body {
	background: #d3dde5;
	padding: 0;
	margin: 0;
	font: normal 10pt Arial;

/*	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;*/
}

h1 { font-size: 18pt; margin: 0; letter-spacing: 0px; text-align: left; font-weight: normal; margin: 0px 0; padding: 0; }
h1.home { font-size: 20pt; }
h2 { font-size: 16pt; margin: 0; letter-spacing: 0px; text-align: left; font-weight: normal; margin-bottom: 5px; line-height: 1.3em; }
h3 { font-size: 14pt; margin: 0; letter-spacing: 0px; text-align: left; font-weight: normal; margin-bottom: 5px; }
h4 { font-size: 12pt; margin: 0; letter-spacing: 0px; text-align: left; font-weight: normal; margin-bottom: 5px; }
h5 { font-size: 11pt; margin: 0; letter-spacing: 0px; text-align: left; font-weight: bold; margin-bottom: 5px; }

a {
	color: steelblue;
}
#page {
	margin: auto;
	width: 980px;
	text-align: justify;
	border: 0px solid #d3d8dc;
	border: 0px solid #cad4d6;
}
#page-inner {
	padding: 5px;
	background: white;
}
#header-top {
	height: 0px;
}
#header-chart {
	position: absolute;
	z-index: 99;
	margin-left: 700px;
	top: 5px;
}
#header {
  background: url("images/ABC Business Consulting - Business Success Formula - Website Header.jpg") #0c1a2f;
	height: 152px;
	border: 0px solid white;
    /* slogan color: c3d3e0 */
}
#main {
	width: 970px;
}
#content {
	width: 627px;
	line-height: 14pt;
    background: #c3d3e0;
	padding: 10px;
	border-right: 5px solid white;
	vertical-align: top;
	overflow: auto;
}
#sidebar {
	width: 318px;
	vertical-align: top;
	background: #c3d3e0;
	padding: 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
#footer {
	text-align: left;
	font-size: 9pt;
	color: #e0e6e6;

}
#footer-bottom-wrapper {
	border: 3px solid #fff;
    border-bottom: 2px solid #fff;
}
#footer-bottom-left {
	float: left;
	padding: 10px;
	color: #000;
}
#footer-bottom-right {
	float: right;
	padding: 10px;
	color: #000;
}
#footer-bottom-right a {
	color: #e0e6e6;
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* Sidebar */

#sidebarblog {
	margin: 10px;
	background: #d3dde5;
}
#sidebarblog img {
	vertical-align: middle;
}
#sidebarblog .title {
	font-size: 14pt;
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: -5px;
}
#sidebarblog .content {
	padding: 10px;
}
#sidebarblog li {
	padding: 5px;
	border-bottom: 1px solid #c3d3e0;
}
#sidebarblog .readmore {
	background: #8996a0;
	display: table;
	margin: 10px 0;

}
#sidebarblog .readmore a {
	display: block;
	padding: 4px 8px;
	color: white;
	text-decoration: none;
}

/* sidebarbooks */
#sidebarbooks {
    margin: 10px;
    background: #d3dde5;
    padding: 5px;
}
#sidebarbooks .title {
    font-size: 14pt;
    color: #333;
    padding-top: 5px;
    padding-left: 5px;
}
#sidebarbooks li {
    padding: 5px;
    border-bottom: 1px solid #c3d3e0;
}

/* sidebaraudio */
#sidebaraudio {
    margin: 10px;
    background: #d3dde5;
    padding: 5px;
}
#sidebaraudio .title {
    font-size: 14pt;
    color: #333;
    padding-top: 5px;
    padding-left: 5px;
}
#sidebaraudio li {
    padding: 5px;
    border-bottom: 1px solid #c3d3e0;
}

/* subcontent-footer */
#subcontent-footer table {
  text-align: justify;
  background: #0c1a2f;
  border-spacing: 0;
  padding: 0;
  width: 100%;
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
#subcontent-footer td {
  padding: 0;
  /*border-right: 5px solid white;*/
  padding-right: 5px;
  vertical-align: top;
  background: url('images/subcontent-footer-vertical-line.png') no-repeat right;
}
.subcontent-footer {
    background: #0c1a2f;
    padding: 10px;
    height: 300px;
}
#subcontent-footer .icon {
    position: absolute;
    margin-left: -2px;
    margin-top: 5px;
}
#subcontent-footer .title {
    font-size: 13pt;
    text-align: left;
    height: 35px;
    padding: 5px 5px 5px 70px;
}
#subcontent-footer .title a {
    color: #d3dde5;
    text-decoration: none;
}
#subcontent-footer .content {
    font-size: 9pt;
    color: lightsteelblue;
    line-height: 13pt;
    padding: 28px 0px 5px 0px;
}
#subcontent-footer .readmore {
    position: absolute;
    margin-left: -7px;
    margin-top: 260px;
}
#subcontent-footer .border {
    height: 10px;
}

#sidebararticle {
	margin: 10px;
	background: #d3dde5;
}
#sidebararticle img {
	vertical-align: middle;
	margin-bottom: -5px;
}
#sidebararticle .title {
	font-size: 14pt;
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
}
#sidebararticle .content {
	padding: 10px;
}
#sidebararticle li {
	padding: 5px;
	border-bottom: 1px solid #c3d3e0;
}
#sidebararticle .readmore {
	background: #8996a0;
	display: table;
	margin: 10px 0;

}
#sidebararticle .readmore a {
	display: block;
	padding: 4px 8px;
	color: white;
	text-decoration: none;
}

#sidebartestimonial {
	margin: 10px;
	background: #d3dde5;
	height: 400px;
}
#sidebartestimonial img {
	vertical-align: middle;
}
#sidebartestimonial .title {
	font-size: 14pt;
	color: #333;
	margin-bottom: 5px;
}
#sidebartestimonial .content {
	padding: 10px;
}
#sidebartestimonial .readmore {
	background: #a4aeb6;
	display: table;
	margin: 10px 0px;
}
#sidebartestimonial .readmore a {
	display: block;
	padding: 4px 8px;
	color: white;
	text-decoration: none;
}
#sidebarvideo {
	margin: 10px;
}

#sidebarconnect {
	margin-top: 15px;
	margin: 10px;
	padding: 10px;
	background: #d3dde5;
}
#sidebarconnect .title {
	font-size: 14pt;
	color: #333;
	margin-bottom: 5px;
}
#sidebarconnect .content {

}
#sidebarnewsletter {
	margin-top: 15px;
	margin: 10px;
	padding: 10px;
	background: #d3dde5;
}
#sidebarnewsletter .title {
	font-size: 14pt;
	color: #333;
	padding-bottom: 5px;
}
#sidebarnewsletter input {
	border: 0;
	padding: 4px;
}
#sidebarblog-widgets {
	margin: 10px;
	margin-top: -10px;
}
#sidebarblog-widgets ul, #calendar_wrap {
	padding: 10px;
	background: #d3dde5;
}

#sidebar-calendar, #sidebar-category, #sidebar-latest, #sidebar-link, #sidebar-archive, #sidebar-meta {
	margin: 10px;
	padding: 10px;
	background: #d3dde5;
	line-height: 1.5em;
}
#sidebar-latest li {
	padding: 5px;
	border-bottom: 1px solid #c3d3e0;
}

#sidebar #wp-calendar {
	border-spacing: 1px;
}
#sidebar #wp-calendar th {
	text-align: center;
}
#sidebar #wp-calendar td {
	background: #93b0cc;
	width: 33px;
	text-align: center;
	padding: 3px;
}
#sidebar .title {
	font-size: 14pt;
	color: #333;
	margin-bottom: 3px;
}
#sidebar .content {

}

/* Menu */
#main-menu ul {
	padding: 0;
	margin: 0;
}
#main-menu li {
	list-style: none;
	display: table-cell;
}
#main-menu .current-menu-item a {
	background: #b7d1e4;
    background: #c3d3e0;
	color: #002144;
}
#main-menu a {
	display: table-cell;
	height: 50px;
	width: 122px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	background: #0c1a2f;
    background: #172b49;
	color: white;
	border-right: 1px solid #21314e;
	border-right: 1px solid #273e6b;
}
#main-menu a:hover {
	background: #b7d1e4;
	color: #002144;
}

#child-menu {
	list-style-type: none;
}
#sidebarmenu1 {
    background: #d3dde5;
    margin: 0 10px 0 10px;
    padding: 10px 10px 35px 10px;
}
#sidebarmenu1 .title {
    font-size: 14pt;
   	color: #333;
   	margin-bottom: 5px;
}
#sidebarmenu1 ul {
	padding: 0;
	margin: 0;
}
#sidebarmenu1 li {
    background: #ced5dd;
	border-top: 1px solid #e0e6e6;
	border-bottom: 1px solid #8cb7c7;
    border-bottom: 1px solid #b0becc;
    border-left: 1px solid #e0e6e6;
    border-right: 1px solid #b0becc;
	font-size: 12pt;
}
#sidebarmenu1 li a {
	padding: 0px;
	display: block;
	text-decoration: none;
}
#sidebarmenu1 li a:hover {
	background: #bed5db;
}
#sidebarmenu1 img {
	border: 0;
	vertical-align: middle;
}

#footer-menu-left {
	float: left;
	background: #0c1a2f;
    width: 718px;
	height: 285px;
	padding: 10px 5px;
}
#footer-menu-left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer-menu-left li {
	display: table-cell;
    width: 135px;
	padding: 4px;
}
#footer-menu-left a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#footer-menu-left .sub-menu {
	padding-top: 5px;
}
#footer-menu-left .sub-menu li {
	border-top: 1px solid #93b0cc;
	display: block;
	padding: 6px 0 6px 0;
	margin: 0;
}
#footer-menu-left .sub-menu a {
	color: #7399bd;
	font-size: 11px;
}

#footer-menu-right {
	font-size: 12px;
	float: right;
    background: #0c1a2f;
    width: 248px;
	height: 295px;
    padding: 5px 0px;
	font-weight: bold;
}
#footer-menu-right a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8pt;
}
#footer-menu-right ul {
	list-style-type: none;
    padding-left: 10px;
	margin: 0;
}
#footer-menu-right li {
	padding: 0px 0;
}

#footer-dmca 	 { padding: 10px 0 0 10px; }
#footer-dmca img { border: 0; }

/* Page */
#large-image {
	width: 970px;
	height: 518px;
	margin: 0px 0 5px 0;
}

#large-image img {
    border: none;
}




#large-image-jswhooff {
	overflow: hidden;
	position: relative;
}
#large-image-jswhooff p {
	margin: 0;
	padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
p.jshowoff-controls {
/*	position: relative;
	margin-top: -50px;

	overflow: auto;*/

	position: relative;
	margin-top: -50px;
	margin-left: 380px;

	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	/*margin: 0;*/
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
/*	background: black;
	color: white;
	padding: 1px 3px 1px 4px;
	text-decoration: none;*/

	background: black;
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;

}
a.jshowoff-play {
/*	margin-right: 5px;*/
}
a.jshowoff-prev {
/*	margin-left: 0px;*/
}

.theme-default #slider {
    /* margin:100px auto 0 auto; */
    width: 970px; /* Make sure your images are the same size */
    height: 518px; /* Make sure your images are the same size */
}
#slider img {
	width: 970px;
}

#subcontent1 {
	width: 970px;
	height: 320px;
	margin: 0 0 0px 0;
	padding-top: 20px;
    background: #0c1a2f;
}
#subcontent1-icon {
	position: absolute;
	margin-left: -32px;
	margin-top: 5px;
}
#subcontent1-icon img {
	width: 40px;
}
#subcontent1 table {
	width: 100%;
	height: 300px;
	border-spacing: 0;
}
#subcontent1 td {
	vertical-align: top;
	width: 20%;
	border-right: 0px solid white;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 10px;
	border-right: 1px solid #273e6b;
}
#subcontent1 img {
	margin-right: 10px;
}
#subcontent1 .title {
	font-size: 13pt;
	text-align: left;
	height: 35px;
	padding: 0px 5px 5px 20px;
}
#subcontent1 .title a {
	color: #d3dde5;
	text-decoration: none;
}
#subcontent1 .content {
	font-size: 9pt;
	color: lightsteelblue;
	line-height: 13pt;
	padding: 15px 10px 5px 0px;
	margin-left: -30px;
}
#subcontent1 .readmore {
	position: relative;
	top: 255px;
	margin-left: -37px;
	margin-bottom: -50px;
}

#pagetitle-area {
	margin: 5px 0 5px 0;
	background: #d3dde5;
	padding: 7px 10px 10px 10px;
/*	height: 50px;*/
}
#pagetitle {
	float: left;
}
#searcharea {
	float: right;
}
.breadcrumbs {
}

#subcontent2 {
	width: 970px;
	margin: 0 0 5px 0;
	font-size: 9pt;
	background: #3a4a58;
	background: #1a2733;
    background: #172b49;
	padding: 7px 0 12px 0;
}
#subcontent2 table {
	border-spacing: 0;
}
#subcontent2 td {
	border-left: 1px solid #1a273b;
	border-right: 1px solid #385176;
	vertical-align: top;
	padding: 5px 10px 0 10px;
}
#subcontent2 li {
    padding-bottom: 10px;
}
#subcontent2 .title {
	padding: 10px;
	margin-top: -50px;
	position: relative;
}
#subcontent2 .title a {
	color: white;
	text-decoration: none;
	font-size: 18pt;
	letter-spacing: -1px;
}
#subcontent2 .content {
	color: gainsboro;
    padding: 0 5px;
}
#subcontent2 .content a {
	color: aliceblue;
}
#subcontent2 p {

}
#subcontent2 .readmore {
	padding: 0;
}
#subcontent2-image img {
	width: 313px;
	width: 301px;
}
#content-title {
	background: #44687e;
	color: white;
	padding: 7px;
}
#jw-wrapper {
	margin: 15px 0 20px 0;
}
#jw-share {
}

.flowplayer-wrapper {
	margin: 15px 0 20px 0;
}

#sub_pages_links {
	color: lightsteelblue;
	width: 970px;
	background: #002148;
}
#sub_pages_links ul {
	padding: 0;
	margin: 0px;
}
#sub_pages_links li {
	/* width: 170px; */
	list-style: none;
	display: table-cell;
}
#sub_pages_links a {
	font-size: 10pt;
	padding: 9px;
	height: 70px;
	display: table-cell;
	border-right: 1px solid lightsteelblue;
	text-align: center;
}
#sub_pages_links a:hover {
	background: lightsteelblue;
}

#sub_pages_links2 {
	background: #002148;
	border-spacing: 0;
	padding: 0 2px 0 1px;

}
#sub_pages_links2 td {
	text-align: center;
	border-left: 1px solid #273e6b;
	border-top:  1px solid #273e6b;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 50px;
	width: 157px;
}
#sub_pages_links2 a {
	text-decoration: none;
	display: table-cell;
    border-spacing: 0;
   	padding: 0px;
   	vertical-align: middle;
   	font-weight: bold;
   	color:  white;
	height: 50px;
	width: 157px;
}
#sub_pages_links2 a:hover {
	background: lightsteelblue;
	color: black;
}
#sub_pages_links2 .selected {
	background: lightsteelblue;
	color:  black;
}

#sub_pages_links3 {
	background: lightsteelblue;
	/*width:  970px;*/
	border-spacing: 0;
    padding: 0 2px 0 1px;
    border-top: 5px solid white;
}
#sub_pages_links3 td {
	text-align: center;
	border-left: 1px solid #d3dde5;
	border-top:  1px solid #d3dde5;
	border-right: 1px solid #93b0cc;
	border-bottom: 1px solid #93b0cc;
	height: 50px;
	/*width:  161.6px;*/
    width: 157px;
}
#sub_pages_links3 a {
	text-decoration: none;
	display: table-cell;
	border-spacing: 0;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	color:  black;
    height: 50px;
    /*width: 161.6px;*/
    width: 157px;
}
#sub_pages_links3 a:hover {
	background: #bed5db;
    background: #d3dde5;
    /*background: #c3d3e0;*/
    /*background: #93b0cc;*/
	color: black;
}
#sub_pages_links3 .selected {
	background: #bed5db;
    background: #d3dde5;
    /*background: #c3d3e0;*/
    /*background: #93b0cc;*/
	color:  black;
}

.subpage-selected {
	background: lightsteelblue;
}

#sub_pages_links .current_page_item {
	background: lightsteelblue;
}

.content-table {
	border-spacing: 1px;
}
.content-table th {
	background: steelblue;
	vertical-align: top;
	color: white;
	font-weight: normal;
	text-align: left;
	font-size: 11pt;
	padding: 5px;
}

.content-table td {
	background: lightsteelblue;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
.content-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-table li {
	background: url('images/check.gif');
	background-repeat: no-repeat;
	background-position: -5px 0px;
	padding-left: 15px;
}

.small th {
	font-size: 0.8em;
}
.small td {
	font-size: 0.7em;
}

/* Feedback form */
.wpcf7-list-item {
	display: block;
}

/* Search */
#searcharea #s {
	border: 0;
	background: url("images/search-input-box.png") no-repeat;
	height: 20px;
	width: 150px;
	padding-left: 30px;
	margin-right: 0;
}

/*Site Map*/
#site-map {

}

/* Newsletter */
#abc-newsletter table {
	width: 480px;
}
#abc-newsletter th {
	text-align: left;
	width: 195px;
}

/* Post */

.nav-previous { float: left; }
.nav-next { float: right; }

.comments-template {
	margin-top: 10px;
}
#commentform { }
#commentform label {
	padding: 10px 5px;
	display: table-cell;
	vertical-align: top;
}
.commentlist { }
#comments-title { font-size: 12pt; }
.reply { padding-bottom: 10px }

a:hover { text-decoration: none; }


/* Kafe styling */
.flabel { float: left; width: 160px; }
.fctrl 	{ float: left; }
.fhelp 	{ float: right; }
.femsg 	{ color: red; font-color: red; font-size: 9pt; }

#table_va_abc_feedback {
	background: #93b0cc;
}
#table_va_abc_feedback #disclaimer {
	padding: 5px;
	background: #93b0cc;
}
#table_va_abc_feedback .flabel {

}
#table_va_abc_feedback td {
	padding: 5px;
	background: #c3d3e0;
}

#va_abc_ultimatelivechat_content {
    position: absolute;
    margin-top: 300px;
    margin-bottom: 50px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    /*margin: 5px 20px 20px 0;*/
}

.aligncenter, div.aligncenter {
    display:block;
    /*margin: 5px auto 5px auto;*/
}

.alignright {
    float:right;
    /*margin: 5px 0 20px 20px;*/
}

.alignleft {
    float:left;
    /*margin: 5px 20px 20px 0;*/
}

.aligncenter {
    display: block;
    /*margin: 5px auto 5px auto;*/
}

a img.alignright {
    float:right;
    /*margin: 5px 0 20px 20px;*/
}

a img.alignnone {
    /*margin: 5px 0px 20px 0;*/
}

a img.alignleft {
    float:left;
    /*margin: 5px 20px 20px 0;*/
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    /*padding: 5px 3px 10px;*/
    text-align: center;
}

.wp-caption.alignnone {
    /*margin: 5px 20px 20px 0;*/
}

.wp-caption.alignleft {
    /*margin: 5px 20px 20px 0;*/
}

.wp-caption.alignright {
    /*margin: 5px 0 20px 20px;*/
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    /*padding:0 4px 5px;*/
}


