/*
THEME NAME: AskTheAccountant v1
DESCRIPTION: Custom theme designed for Ask the Accountant
VERSION: 1.0
AUTHOR: <a href="http://karebou.com/">Karebou Web Design Studio</a>


TOC ............................................
>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
>5: LAYOUT STYLES
>6: GENERAL STYLES
*/

/* >1: RESET ............................................  */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a{outline: none;}
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/* >2: DEFAULT CLASSES ............................................ */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.large{ font-size: 1.1em;}
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.hide { display: none; }
.teal {color:#0e92b5;}
.green {color:#8ca33a;}
.blue {color:#04497d;}

/* >3: ACCESSIBILITY  ............................................ */
.skip-link {
	position: absolute;
	left: -9999px;
	font-size: small;
}

/* >4: DEFAULT STYLES............................................ */
body {
	font: 62.5%/1.4 Verdana, Arial, sans-serif;
	color: #fff;
	background:#fff;
}

h1 { 
	font-size:30px;
	font-family: "MuseoSlab500","American Typewriter", serif;
	margin: 0;
	padding: 0;
	color:#fff;
}

h2 {
	font-size: 26px;
	font-family: "MuseoSlab500","American Typewriter", serif;
	color:#fff;
	margin: 0;
	padding: 0 0 10px;
	line-height:1.2em;
}

	h2 a {color:#fff;}

h3 { 
	font-size: 24px;
	font-family: "MuseoSlab500","American Typewriter", serif; 
	color: #fff;
	padding:0 0 10px;	
	line-height:1.3em;
}


a { color: #0079c1; text-decoration: none;}

a:hover, a:active { text-decoration: underline; }

p{margin: 0 0 1em 0; line-height:1.5em;}

/* >5: LAYOUT STYLES............................................ */
div#header {
	width:970px;
	margin:0 auto;
	height:162px;
}
	
div#background {
	width:100%;
	margin:0;
	background-color:#e5c40b;
	border-top:1px solid #bea203;
	border-bottom:1px solid #bea203;
}

div#container {
	margin:40px auto;
	width:970px;
}

div#content {
	width:700px;
	float:left;
	font-size:14px;
	margin:20px 0 30px;
}

div.sidebar {
	float:right;
	width:270px;
	margin:20px 0 30px;
	font-size:14px;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
	width:970px;
	margin:15px auto;
}

div#menu {
	float:right;
	background:url(images/bg-nav.png) no-repeat;
	width:557px;
	height:53px;
	margin-top:-40px;
	z-index:10;
}

div#menu ul {
	list-style:none;
	margin:10px 19px;
	padding:0;
}

div#menu ul li {
	float:left;	
}

div#menu ul a {
	display:block;
	margin-right:8px;
	padding:0.2em 0.3em;
	text-decoration:none;
	font-size:22px;
	font-family: "MuseoSlab500","American Typewriter", serif;
	color:#fff;
}

body.pageid-2 div#menu ul li.page-item-2 a,
body.pageid-4 div#menu ul li.page-item-4 a,
body.pageid-5 div#menu ul li.page-item-5 a,
body.pageid-6 div#menu ul li.page-item-6 a,
body.pageid-7 div#menu ul li.page-item-7 a {
	color:#13486D;
}

div#menu ul a:hover {color:#13486D;}

div#header-info {
	width:600px;
	height:162px;
	float:right;
}
div#contact-bubble {
	float:right;
}

div#contact-bubble a {
	margin:31px 46px 0 0;
	height:52px;
	display:block;
	}

img.contact-bird {
	float:right;
	margin:-17px 15px 0 0;
	z-index:100;
	position:relative;
}

div#primary {
	background:url(images/lt-blue-top.png) no-repeat 0 top;
	width:270px;
}

div#primary span {
	background:url(images/lt-blue-btm.png) no-repeat 0 bottom;
	display:block;
	margin-top:20px;
	padding:0 20px 10px;
}

body.home div#primary li {
	padding:8px 0;
	background:url(images/tick.png) no-repeat 0 8px;
	padding-left:30px;
	font-size:13px;
}
body.home div#primary li.pointing-owl {
	background:url(images/owl-tick.png) no-repeat 0 8px;
	padding-left:65px;
}

body.home div#primary li a {
	color:#023151;
}

div#secondary {
	background:url(images/pink-top.png) no-repeat 0 top;
	width:270px;
	margin-top:0;
}

body.pageid-127 div#secondary, body.pageid-5 div#secondary, body.pageid-7 div#secondary {margin-top:20px;}

div#secondary span {
	background:url(images/pink-btm.png) no-repeat 0 bottom;
	display:block;
	margin-top:20px;
	padding:0 20px 10px;
}

div#tertiary {
	background:url(images/brown-top.png) no-repeat 0 top;
	width:270px;
	margin-top:0;
}

div#tertiary span {
	background:url(images/brown-btm.png) no-repeat 0 bottom;
	display:block;
	margin-top:20px;
	padding:0 20px 20px;
}

/* >6: GENERAL STYLES............................................ */
.logo {
	float:left;
	margin-top:42px;
	}

div#menu li.page-item-15, div#menu li.page-item-17, div#menu li.page-item-21, div#menu li.page-item-31, div#menu li.page-item-33, div#menu li.page-item-37, div#menu li.page-item-49, div#menu li.page-item-75, div#menu li.page-item-83,  div#menu li.page-item-87, div#menu li.page-item-89, div#menu li.page-item-119, div#menu li.page-item-127, div#menu li.page-item-128, div#menu li.page-item-299 {display:none;}

div#footer p, div#footer a {
	color:#6d5741;
	font-size:11px;
}

div#footer span {
	float:right;
	height:100px;
	}

div#intro {
	border-bottom:4px dotted #fff;
	padding-bottom:20px;
	}

div#intro h1 {
	font:23px Arial, Verdana, sans-serif!important;
	color:#263845;
}

div#intro h1 a {color:#fff;}

div#intro h1 a:hover {color:#13486D;}

div#info-box1, div#info-box2 {
	float:left;
	width:270px;
	margin-right:80px;
	background:url(images/info-box-top.png) no-repeat 0 top;
}

div#info-box1 span, div#info-box2 span {
	background:url(images/info-box-btm.png) no-repeat 0 bottom;
	display:block;
	margin-top:20px;
	padding:0 20px 20px;
}

div#wide-box {
	width:650px;
	background:url(images/wide-box-top.png) no-repeat 0 top;
	float:left;
	
}

div#wide-box span {
	background:url(images/wide-box-btm.png) no-repeat 0 bottom;
	display:block;
	margin-top:20px;
	padding:0 20px 20px;
	overflow:auto;
}

div#wide-box ul {
	width:47%;
	display:block;
	padding-bottom:20px;
}

div#wide-box ul li {
	background:url(images/list-line.png) repeat-x 0 bottom;
	padding:.5em 0;
}

div#wide-box h4 {
	font:16px Arial, Verdana, sans-serif;
}

div#wide-box a {
	color:#65B5ED;
}

div#page-intro h1 {
	border-bottom:4px dotted #fff;
}

div#page-intro p {
	font-size:14px;
	color:#263845;
	margin-top:10px;
}
body.page-template-ATA-home-php #primary h3 {
	background:url(images/owl-tip.png) no-repeat 0 0;
	padding-left:70px;
	margin-bottom:0;
	padding-top:0;
	line-height:1.1em;
}

body.page-template-ATA-home-php #primary p {
	color:#263845;
}

a.btn-services, a.btn-pricing, a.btn-contact {
	background:url(images/btn-more-services.png) no-repeat 0 top;
	border:0;
	cursor:pointer;
	height:49px;
	overflow:hidden;
	text-indent:-9000px;
	width:230px;
	display:block;
}
a.btn-services:hover {
	background:url(images/btn-more-services.png) no-repeat 0 bottom;
}

a.btn-pricing {
	background:url(images/btn-pricing.png) no-repeat 0 top;
}

a.btn-pricing:hover {
	background:url(images/btn-pricing.png) no-repeat 0 bottom;
}

a.btn-contact {
	background:url(images/btn-contact.png) no-repeat 0 top;
}

a.btn-contact:hover {
	background:url(images/btn-contact.png) no-repeat 0 bottom;
}
