/*
	Clear Books Template
	The template which defines the styles for the layout and global
	page elements.
	
	Author: Matt Fairbrass
*/

/* Wordpress Admin Styles */

ol.widget-field-list li {
	vertical-align: top !important;
}

/* Page Settings */

body.clearbooks, html {
	color: #505050;
	margin: 0px !important;
	padding: 0px !important;
	font-family: arial;
}

body.clearbooks {
	background: #ffffff;
	font-size: 62.5%;
}

body.clearbooks ul li {
	margin: 0 0 14px 0;
}

body.clearbooks ul li ul {
	list-style: none;
}

body.clearbooks ol {
	list-style: decimal;
	margin: 20px 0px;
	padding: 0px 0px 0px 40px;
}

body.clearbooks ol li {
	margin: 20px 0px;
}

body.clearbooks .header-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

body.clearbooks .style-container {
	border-bottom: 1px dashed #333;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	width: 960px;
}

body.clearbooks .content {
	margin: 0;
	padding: 0;
	width: 714px;
}

body.clearbooks .content.single {
	width: auto;
}

body.clearbooks .content.single .column {
	margin: 0px;
	padding: 0px;
	width: 45%;
}

body.clearbooks .content.single .column.left {
	float: left;
	padding-right: 20px;
}

body.clearbooks .content.single .column.right {
	float: right;
	padding-left: 20px;
}

body.clearbooks #sidebar {
	margin: 0;
	padding: 0;
	width: 222px;
}

body.clearbooks.marketing #sidebar {
    margin: -103px 0px 0px;
    padding: 0px;
    width: 230px;
}

body.clearbooks .loading {
	background: transparent url('../images/loading.gif') no-repeat top left;
	margin: 30px auto;
	width: 32px;
	height: 32px;
}

/* Forms */

body.clearbooks form fieldset ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body.clearbooks form fieldset ul li {
	margin: 0px 0px 20px 0px;
}

body.clearbooks form input,
body.clearbooks form textarea, 
body.clearbooks form select {
	background: #ffffff;
	border: 1px solid #a9a9a9;
	font-size: 13px;	
}

body.clearbooks form input {
	height: 25px;
	padding: 0px 6px;
	width: 174px;
}

body.clearbooks form input[type="radio"] {
	height: auto;
	width: auto;
}

body.clearbooks form select {
	height: 28px;
	padding: 4px;
}

body.clearbooks form textarea {
	padding: 10px;
	font-family: arial;
	resize: vertical;
}

body.clearbooks form input.inline {
	display: inline;
	margin-right: 10px;
}

body.clearbooks form input.rounded {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-web-kit-border-radius: 25px;
	padding: 0px 10px 0px 10px;
}


body.clearbooks form input.search {
	background: #ffffff url(../images/header/search_bg.png) no-repeat 8px center;
	padding-left: 24px;
	padding-right: 14px;
	width: 154px;
}

body.clearbooks form.campaign {
    margin-bottom: 20px;
    padding: 10px 0 10px;
    width: 455px;
}

body.clearbooks form.campaign h2 {
    margin-bottom: 5px;
}

body.clearbooks form.campaign input {
    float: left;
    margin: 4px 15px 0 0;
    width: 305px;
}

body.clearbooks form.campaign button {
    float: left;
    margin: 0;
}

body.clearbooks form fieldset legend {
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}

body.clearbooks form fieldset ul li label {
	font-weight: 600;
	display: block;
	margin: 0px 0px 5px 0px;
}

body.clearbooks form fieldset ul li label.inline {
	display: inline;
	line-height: 25px;
	margin: 0px 10px 0px 0px;
}

body.clearbooks form fieldset ul li div.textarea {
	background: #ffffff;
	border: 1px solid #A9A9A9;
	height: 200px;
	overflow-y: scroll;
	overflow-x: none;
	padding: 6px;
}

/* Header */


body.clearbooks #header.landing-page {
	margin-bottom: 60px;
}

.market-video a, .market-video iframe  {
	background: #ffffff url(../images/video-image.png) no-repeat center center;
	border: 1px solid #ddd;
	float: left;
	height: 348px;
	text-indent: -9999px;
	margin: 0 246px;
	width: 466px;
}


body.clearbooks #header #quote {
	background: transparent url(../images/header/quote_bg.jpg) no-repeat top left;
	display: block;
	float: left;
	height: 68px;
	position: relative;
	margin: 0px 10px 0px 15px !important;
	padding: 25px 70px 0px 70px;
	top: 10px;
	width: 360px;
}

body.clearbooks #header #quote p {
	color: #404040;
	font-family: MyriadWebPro-Italic, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

body.clearbooks #header #quote cite {
	color: #bfbfbf;
	font-family: MyriadWebPro, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body.clearbooks #header .buttons {
	float: right;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 25px;
}

body.clearbooks #header .buttons a {
	margin-right: 8px;
}

/* We're Hiring Sign */

/* Big sign animations */

@-webkit-keyframes big-sign-swing {
	0% {
		-webkit-transform: translate3d(14px, 5px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(10deg);
		-webkit-animation-timing-function:linear;
	}
	50% {
		-webkit-transform: translate3d(43px, 6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
		-webkit-animation-timing-function:linear;
	}
	100% {
		-webkit-transform: translate3d(14px, 5px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(10deg);
		-webkit-animation-timing-function:linear;
	}
}

@-moz-keyframes big-sign-swing {
	0% {
		left: 14px;
		top: 2px;
		-moz-transform:rotate(10deg);
	}
	50% {
		left: 43px;
		top: 3px;
		-moz-transform:rotate(-10deg);
	}
	100% {
		left: 14px;
		top: 2px;
		-moz-transform:rotate(10deg);
	}
}

/* Small sign animations */

@-webkit-keyframes small-sign-swing {
	0% {
		-webkit-transform: translate3d(3px, 2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(3deg);
		-webkit-animation-timing-function:linear;
	}
	50% {
		-webkit-transform: translate3d(8px, 2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(-3deg);
		-webkit-animation-timing-function:linear;
	}
	100% {
		-webkit-transform: translate3d(3px, 2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(3deg);
		-webkit-animation-timing-function:linear;
	}
}

@-moz-keyframes small-sign-swing {
	0% {
		left: 3px;
		top: 2px;
		-moz-transform:rotate(3deg);
	}
	50% {
		left: 8px;
		top: 2px;
		-moz-transform:rotate(-3deg);
	}
	100% {
		left: 3px;
		top: 2px;
		-moz-transform:rotate(3deg);
	}
}

body.clearbooks #hiring_sign {
	height: 200px;
	position: absolute;
	-webkit-perspective: 600;
	overflow:hidden;
	right: 0px;
	top: 180px;
	width: 250px;
	z-index: 99;
}

body.clearbooks #hiring_sign a {
	background: transparent url(../images/hiring_sign.png) no-repeat top left;
	display: block;
	height: 173px;
	left:0;
	position: absolute;
	text-indent: -9999px;
	top:0;
	width: 193px;
}

body.clearbooks #hiring_sign.animate a {
	-moz-animation: big-sign-swing 5s infinite linear;
	-webkit-transform: translate3d(28px, 6px, 0px);
	-webkit-animation: big-sign-swing 5s infinite linear;
	-webkit-transform: translate3d(14px, 5px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(10deg);
	-webkit-animation-timing-function:ease;
}

body.clearbooks #hiring_sign.small {
	height: 114px;
	right: 30px;
	top: 245px;
	width: 153px;
}

body.clearbooks #hiring_sign.small a {
	background-image: url(../images/hiring_sign_small.png);
	width: 126px;
	height: 107px;
}

body.clearbooks #hiring_sign.small.animate a {
	-moz-animation: small-sign-swing 5s infinite linear;
	-webkit-transform: translate3d(28px, 6px, 0px);
	-webkit-animation: small-sign-swing 5s infinite linear;
	-webkit-transform: translate3d(14px, 5px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(10deg);
	-webkit-animation-timing-function:ease;
}

/* Navigation */

body.clearbooks #nav_container {
	margin: 0 0 56px 0;
	width: 960px;
}

body.clearbooks #signup_container {
    background: #666666;
    border-radius: 4px;
    margin: 0px auto;
    -ie-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 920px;
}


body.clearbooks #pricing_signup {
    margin-top: 10px;
}

body.clearbooks #pricing_signup input{
    width: 200px;
    margin-right: 5px;
}

body.clearbooks #pricing_signup .tc {
     color: white!important;
     float: right;
     margin-right: 20px;
     margin-top: -13px;
     margin-bottom: 10px;
 }
body.clearbooks #pricing_signup .tc a{
     color: white;
    text-decoration: underline;
 }

body.clearbooks #pricing_signup .tc input {
    vertical-align: middle;
    width: 20px;
    background: transparent;
    border: none;
}
body.clearbooks #pricing_signup .tc button {
    margin-left: 15px;
    height: 34px;
}

body.clearbooks .features {
    background: #F3F3F3;
}

body.clearbooks .features .icon {
    font-size: 45px;
    margin: 0 auto;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    width: 100%;
}

body.clearbooks .question_mark_black {
    color: green;
}

body.clearbooks .calendar2 {
    color: #44749c;
}

body.clearbooks .heart_black {
    color: #44749c;
    margin-right: 5px;
}

body.clearbooks .lifebuoy {
    color: #EF474A;
}

body.clearbooks .star {
    color: #ffc832;
}

body.clearbooks .features li{
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    text-align: center;
    vertical-align: top;
    width: 22%;
}

body.clearbooks .features .text{
    margin: 10px;
}

body.clearbooks .features li ul div{
    display: block;
    text-align: center;
}

body.clearbooks .benefitslist {
    display: inline-block;
}

body.clearbooks .benefitslist li {
    list-style: none;
    margin-bottom: 5px;
}

body.benefits.benefitslist {
    float: left;
}

body.clearbooks ul.columns {
	margin: 0px !important;
	overflow: hidden;
	padding: 0px !important;
}

body.clearbooks ul.columns li {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 40%;
}

/*
body.clearbooks ul.menu {
	border-radius: 4px;
	-ie-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	padding: 0px;
}
*/

body.clearbooks ul.menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 15px;
	width: auto;
}

body.clearbooks #top_nav {
	background: #F3F3F3;
	overflow: hidden;
}

body.clearbooks ul#nav {
	float: left;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

body.clearbooks ul#nav li {
	height: 52px;
}

body.clearbooks ul#nav li.current-menu-item, 
body.clearbooks ul#nav li.current-menu-parent, 
body.clearbooks ul#nav li.current-page-ancestor {
	background: #057aaa;
}

body.clearbooks ul#nav li.current-menu-item-arrow {
	background: #057aaa url(../images/header/nav_current_arrow.jpg) no-repeat bottom center !important;
}

body.clearbooks ul#nav li:hover {
	background: #069bd9;
}

body.clearbooks ul#nav li a {
	color: #ffffff;
	font-family: MyriadWebPro, sans-serif;
	font-size: 1.6em;
	height: 52px;
	line-height: 54px;
	text-decoration: none;
	text-shadow: #034b69 1px 1px 1px;
}

body.clearbooks ul#nav.landing-page {
	float: right;
	height: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 30px;
}

body.clearbooks ul#nav.landing-page li a {
	color: #000000;
	text-shadow: none;
	height: auto;
	line-height: 40px;
}

body.clearbooks ul#nav.landing-page li:hover {
	background: none;
}

body.clearbooks ul#nav.landing-page li a:hover {
	color: #058AC3;
}

body.clearbooks ul#secondary_nav {
	float: right;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

body.clearbooks ul#secondary_nav li {
	height: 52px;
	line-height: 54px;
	padding: 0px 10px;
}

body.clearbooks ul#secondary_nav li a.link,
body.clearbooks ul#secondary_nav li.menu-item a {
	color: #ffffff;
	font-family: MyriadWebPro, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	text-shadow: #034b69 1px 1px 1px;
}

body.clearbooks ul#secondary_nav li a.button {
	margin-top: 10px !important;
} 

body.clearbooks ul#secondary_nav li input.search {
	position: relative;
	top: 12px;
}

body.clearbooks ul#sub_nav {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: visible;
    height: 32px;
}

body.clearbooks ul#sub_nav li {
	padding: 0;
	height: 34px;
}

body.clearbooks ul#sub_nav li a {
    padding: 0 24px 0 0;
	color: #0087C3;
	font-family: 'open sans', sans-serif;
	font-size: 1.3em;
	height: 34px;
	line-height: 36px;
}

body.clearbooks ul#sub_nav li.current-menu-item,
body.clearbooks ul#sub_nav li.current-menu-parent {
	border-bottom: none;
    color: #F07E32;
    text-decoration: none;
}

body.clearbooks ul#sub_nav li.current-menu-item a,
body.clearbooks ul#sub_nav li.current-menu-parent a {
	color: #F07E32;
}

body.clearbooks ul#content_nav {
	list-style: none;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}

body.clearbooks ul#content_nav li {
	float: left;
	font-size: 1.2em;
	margin: 0px 0px 0px 10px;
	padding: 8px 10px;
}

body.clearbooks ul#content_nav li.selected {
	background: #057AAA;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

body.clearbooks ul#content_nav li.selected a {
	color: #ffffff;
}

body.clearbooks .pagination {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

body.clearbooks .pagination span, .pagination a {
	font-size: 1.4em !important;
}

body.clearbooks .pagination .page_numbers span,
body.clearbooks .pagination .page_numbers a {
	padding: 3px 6px;
}

body.clearbooks .pagination a {
	margin-left: 10px;
}

/* Messages */

body.clearbooks .message {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 0px 30px 0px;
	padding: 20px;
	width: auto;
}

body.clearbooks .message.success {
	background: #C7EA9D;
	border: 1px solid #8CB761;
}

body.clearbooks .message.error {
	background: #FFA5A5;
	border: 1px solid #C97070;
}

body.clearbooks .message p:only-child,
body.clearbooks .message p:last-child {
	margin-bottom: 0px;
}

/* Footer */


body.clearbooks #footer #footer_bottom,
body.clearbooks .blue_section {
	/* background: #058ac2 url(../images/footer_bg.jpg) repeat-x top left;*/
	overflow: hidden;
	padding: 0 0 42px 0;
	width: 100%;
}


body.clearbooks #footer #footer_bottom ul#footer_nav li ul li a:hover {
	text-decoration: underline;
}

body.clearbooks #footer #footer_bottom #icb_accredited {
	float: left;
	width: 304px;
}

body.clearbooks #footer #footer_bottom #icb_accredited img {
	display: block;
	height: 66px;
	float: left;
	margin: 0;
	position: relative;
	top: 0;
	width: 58px;
}

body.clearbooks #sidebar li#taxonomy {
    padding: 0;
}

/*TreeView in help guides*/
body.clearbooks #tax_tree  {
    list-style-type: none;
    font-size: 1.2em;
    padding: 0;
}

body.clearbooks #tax_tree ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

body.clearbooks #tax_tree li {
    margin: 0;
}

body.clearbooks table.pricing  {
    width: 100%;
    margin-bottom: 5px;
}
body.clearbooks table.pricing tr{
    border-top: thin solid white;
    border-bottom: thin solid #e1e1e1;
}
body.clearbooks table.pricing tr:nth-child(odd){
    background-color: #f3f3f3;

}
body.clearbooks table.pricing tr:first-child{
    border-top: none;
    background-color: transparent;
}
body.clearbooks table.pricing th h2{
    margin-bottom: 0px;
    color: #404040;
}
body.clearbooks table.pricing th p{
    color: #404040;
    margin-bottom: 5px;
}
body.clearbooks table.pricing tr td{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-style: italic;
}

body.clearbooks table.pricing tr:last-child td{
    font-style: normal;
}

body.clearbooks table.pricing tr td:first-child{
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding-left: 10px !important;
}


/* Site-wide cross and tick */

body.clearbooks .tick.wide {
    color: green;
    font-size: 16px;
}

body.clearbooks .cross.wide {
    color: red;
    font-size: 16px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> working here top <<<<<<<<<<<<<<<<<<<<<<<< */

.page_numbers .current {
	color: #F07E32;
}

.rssimport li {
	font-size: 14px;
	line-height: 17px;
	width: 222px;
}

.rssimport {
	margin-bottom: 20px;
}


body.clearbooks .content-open {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*
body.clearbooks ul.menu-open {
	float: left;
	padding: 14px 0 0 148px;
	width: 426px;
}

body.clearbooks ul.menu-open li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 24px 0 0;
}
*/

body.clearbooks #top-nav-open {
	background: #ffffff;
	border-radius: 4px;
	-ie-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	padding: 8px 0 0 164px;
	margin: 0 24px 0 0;
	width: 468px;
}

body.clearbooks ul#nav-open li.current-menu-item-open {
	font-size: 1.4em;
	line-height: 1.5em;
}

body.clearbooks ul#secondary_nav {
	float: right;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

body.clearbooks ul#secondary_nav li {
	height: 52px;
	line-height: 54px;
	padding: 0px 0 0 10px;
}

body.clearbooks ul#secondary_nav li a.link,
body.clearbooks ul#secondary_nav li.menu-item a {
	color: #ffffff;
	font-family: MyriadWebPro, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	text-shadow: #034b69 1px 1px 1px;
}

body.clearbooks ul#secondary_nav li a.button {
	margin-top: 10px !important;
} 

body.clearbooks ul#secondary_nav li input.search {
	position: relative;
	top: 12px;
}

.full {
	float: left;
}

body.clearbooks #footer #footer_bottom,
body.clearbooks .blue_section {
	background: #333;
}



.require-javascript {
    display: none !important;
}

ul.blogroll, .rssimport ul {
	margin: 0 0 56px 0;
}

.blogroll li a {
	font-size: 1.4em;
}