@charset "UTF-8";
/*
Theme Name: The Accounting Department
Theme URI: http://accountingdepartmentinc.com/
Description: Custom Wordpress Theme for The Accounting Department.
Version: 1
Author: Adam Barton
Author URI: http://dualsidedmedia.com/
*/
@import url("css/reset.css");

body {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 24px;
	background: url(layout/background.jpg);
}
h1 {
	background: url(layout/h1bg-logo.jpg) no-repeat;
	height: 219px;
	width: 380px;
	text-indent: -9999px;
	position: absolute;
	top: 119px;
	left: 10px;
}
h1 a {
	display: block;
	height: 219px;
}
h2 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 34px;
	text-transform: lowercase;
	line-height: 34px;
	margin-bottom: 30px;
	font-style: italic;
	color: #6a2d91;
}
h3 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
	margin-bottom: 10px;
}
h4 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 21px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
}
h5 {
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #6a2d91;
}
.clear:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	border: 0;
}
p.right {
	padding-top: 20px;
	padding-right: 10px;
	float: right;
}
p.left {
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}
#content p.right a, #content p.right a:visited {
	color: #b5b5b5;
}
#content p.right a:active, #content p.right a:hover {
	color: #6a2d91;
}
#content p.left a, #content p.left a:visited {
	color: #b5b5b5;
}
#content p.left a:hover, #content p.left a:active {
	color: #6a2d91;
}
.post {
	padding: 10px;
	border: 1px solid #fff;
}
.post:hover {
	background: #efefef;
	border: 1px dotted #d1ccd2;
}
.post:hover p {
	color: #6a2d91;
}
.contactleft {
	float: left;
	padding: 20px 80px 40px 0;
}
.contactmiddle {
	float: left;
	padding: 20px 80px 40px 0;
}
.contactright {
	float: left;
	padding: 20px 0 40px 0;
}
.divider {
	border-bottom: 1px dotted #c4bdc8;
	margin: 20px 0;
}
#content p a.linked-in {
	height: 32px;
	width: 32px;
	display: block;
	background: url(layout/linkedin-logo.jpg) no-repeat;
	text-indent: -9999px;
	border: none;
}
#content p a.bni {
	height: 45px;
	width: 56px;
	display: block;
	background: url(layout/bni-logo.jpg) no-repeat center;
	text-indent: -9999px;
	border: none;
	padding: 20px 20px 0 0;
	float: left;
	margin-bottom: 20px;
}
#content p a.weo {
	height: 45px;
	width: 56px;
	display: block;
	background: url(layout/weo-logo.jpg) no-repeat center;
	text-indent: -9999px;
	border: none;	
	padding-top: 20px;
	float: left;
}
#content p a.send-out {
	height: 50px;
	width: 238px;
	display: block;
	background: url(layout/send-out-cards-logo.jpg) no-repeat;
	text-indent: -9999px;
	border: none;
}
#content p a.InsinQ {
	height: 37px;
	width: 257px;
	display: block;
	background: url(layout/logo-InsynQ.png) no-repeat;
	text-indent: -9999px;
	border: none;
	clear: both;
}
#content p a.method {
	height: 47px;
	width: 125px;
	display: block;
	background: url(layout/logo-method.png) no-repeat;
	text-indent: -9999px;
	border: none;
	clear: both;
}

/* SITE CONTAINER
-------------------------------------------------------------------------------*/
#site-container {
	width: 962px;
	margin: 40px auto;
	position: relative;
}


/* NAVIGATION
-------------------------------------------------------------------------------*/
#nav {
	width: 960px;
	margin: 0 auto;
	z-index: 5;
}
#nav ul {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	font-size: 15px;
	text-transform: lowercase;
}
#nav ul li {
	float: left;
}
#nav li a {
	display: inline;
	float: left;
	background: url(layout/nav-bg.jpg);
	height: 74px;
	line-height: 74px;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #11001f;
}
#nav li a.home {
	background-position: 0 0;
	width: 56px;
	padding-left: 12px;
}
#nav li a.home:hover {
	background-position: 0 -74px;
}
#nav li a.services {
	background-position: -68px 0;
	width: 68px;
}
#nav li a.services:hover {
	background-position: -68px -74px;
}
#nav li a.about {
	background-position: -148px 0;
	width: 72px;
}
#nav li a.about:hover {
	background-position: -148px -74px;
}
#nav li a.blog {
	background-position: -232px 0;
	width: 191px;
	padding-left: 15px;
}
#nav li a.blog:hover {
	background-position: -232px -74px;
}
#nav li a.books {
	background-position: -438px 0;
	width: 160px;
	padding-left: 17px;
}
#nav li a.books:hover {
	background-position: -438px -74px;
}
#nav li a.res {
	background-position: -615px 0;
	width: 141px;
	padding-left: 16px;
}
#nav li a.res:hover {
	background-position: -615px -74px;
}
#nav li a.contact {
	background-position: -772px 0;
	width: 64px;
}
#nav li a.contact:hover {
	background-position: -772px -74px;
}
#nav li a.client {
	background-position: -848px 0;
	width: 100px;
}
#nav li a.client:hover {
	background-position: -848px -74px;
}


/* SPLASH
-------------------------------------------------------------------------------*/
#splash {
	background: url(layout/splashbg.jpg) bottom no-repeat;
	width: 962px;
	height: 323px;
	margin: -4px auto 0 auto;
}
#testimonials {
	width: 220px;
	float: right;
	margin: 25px 20px 0 0;
	line-height: 21px;
}
#testimonials blockquote p {
	color: #252525;
	font-weight: bold;
	margin: 10px 0;
}
#testimonials cite {
	color: #6a2d91;
	font-size: 13px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	text-transform: lowercase;
}
.quotes {
	margin-top: 95px;
}
.quotes blockquote p {
	color: #252525;
	margin: 10px 0;
}
.quotes cite {
	color: #6a2d91;
	font-size: 13px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	text-transform: lowercase;
}


/* CONTENT
-------------------------------------------------------------------------------*/
#content-top {
	background: url(layout/content-top-bg.jpg) top no-repeat;
	width: 962px;
	height: 15px;
	margin-top: 10px;
}
#content-contain {
	background: url(layout/content-bg.jpg) repeat-y;
	width: 962px;
}
#content {
	width: 675px;
	padding: 25px 20px;
	float: left;
}
#content a, #content a:visited {
	color: #252525;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content a:hover, #content a:active {
	color: #6a2d91;
}	
#content p {
	margin-bottom: 20px;
}
#content ul, #content ol {
	margin-bottom: 20px;
}
#content ul li {
	list-style-type: square;
	margin-left: 15px;
}
#content ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
#content blockquote p {
	color: #252525;
	margin: 10px 0;
	padding-left: 15px;
}
#content cite {
	color: #6a2d91;
	font-size: 13px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	text-transform: lowercase;
}
#content-bottom {
	background: url(layout/content-bottom-bg.jpg) bottom no-repeat;
	width: 962px;
	height: 15px;
}
#respond {
	background: #efefef;
	border: 1px dotted #d1ccd2;
	margin-left: 20px;
	padding: 10px;
}
#comments ol.commentlist li.even {
	border-bottom: 1px dotted #d1ccd2;
	padding: 20px 0;
}
#comments ol.commentlist li.odd {
	border-bottom: 1px dotted #d1ccd2;
	padding: 20px 0;
}
#comments ol.commentlist li {
	padding: 0;
}
#comments {
	margin-top: 100px;
}
#excerpts {
	display: none;
}
#content a.fulltest, #content a.fulltest:visited {
	text-indent: -9999px;
	display: block;
	border: none;
	background: url(layout/fulltest-bg.jpg);
	height: 53px;
	width: 704px;
	margin-top: 70px;
	background-position: 0 0;
}
#content a.fulltest:hover, #content a.fulltest:active {
	background-position: 0 -52px;
}
#content a.active {
	background-position: 0 -104px;
}
#content a.active:hover {
	background-position: 0 52px;
}
#excerpts cite {
	padding-left: 20px;
}


/* form
--------------------------------*/
#content form fieldset {
	width: 150px;
	margin-left: -10px;
}
#content form fieldset ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#content form fieldset label {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
}
#content form fieldset input {
	width: 440px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0;
	color: #4d4d4d;
}
#content form fieldset textarea {
	width: 440px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #4d4d4d;
	margin: 10px 0;
}
#content form fieldset input.submit {
	width: 110px;
	font-size: 12px;
	color: #6a2d91;
}


/* BKN form
--------------------------------*/
#content form fieldset.bkn-form-left {
	margin: 30px 0 30px 10px;
	float: left;
}
#content form fieldset.bkn-form-right label {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
}
#content form fieldset.bkn-form-left label {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
}
#content form fieldset.bkn-form-right input {
	width: 275px;
}
#content form fieldset.bkn-form-right textarea {
	width: 275px;
}
#content form fieldset.bkn-form-left input {
	width: 275px;
}
#content form fieldset.bkn-form-left textarea {
	width: 275px;
}
#content form fieldset.bkn-form-right {
	margin: 30px 0 0 0;
	padding-right: 20px;
	float: right;
	border-left: 1px dotted #d1ccd2;
	padding-left: 15px;
	width: 300px;
}
#content form fieldset.bottom-left {
	margin: 20px 0 0 10px;
	padding: 10px 30px 10px 0;
	width: 315px;
	float: left;
	width: 300px;
	border: 1px dotted #d1ccd2;
	background: #efefef;
}
#content form fieldset.bottom-left textarea {
	width: 275px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #4d4d4d;
	width: 275px;
	margin: 10px 0;
}
#content form fieldset.bottom-left input {
	width: 275px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0;
	color: #4d4d4d;
}
#content form fieldset.bottom-right {
	margin: 20px 0 0 -1px;
	padding: 10px 10px 35px 0;
	width: 315px;
	float: left;
	border: 1px dotted #d1ccd2;
	background: #efefef;
}
#content form fieldset.bottom-right textarea {
	width: 275px;
	margin-left: 20px;
}
#content form fieldset.bottom-right input {
	width: 275px;
	margin-left: 20px;
}
#content form fieldset.bottom-right label {
	margin-left: 20px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	color: #6a2d91;
}
#content form fieldset.bottom-right input.checkbox {
	width: 25px;
	margin: 3px 50px 20px 0;
}
small {
	padding-left: 20px;
	font-size: 11px;
	text-transform: uppercase;
}
legend {
	padding: 10px 15px;
	text-transform: uppercase;
	background: #fff;
	font-weight: bold;
}
#content form fieldset.bottom-submit ul li.submit {
	margin: 30px 0 0 13px;
}
#content form fieldset.bottom-submit input.submit {
	margin: 0;
}


/* Business Resources Logos
--------------------------------*/

#content ul.busres-list li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 30px;
	height: 150px;
}
#content ul.busres-list li a, #content ul.busres-list li a:visited {
	border: none;
	padding: 0 30px 0 0;
}
#content ul.busres-list-ban {
	padding-left: 50px;
}
#content ul.busres-list-ban li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 30px;
	height: 150px;
}
#content ul.busres-list-ban li a, #content ul.busres-list-ban li a:visited {
	border: none;
	padding: 0 80px 0 0;
}



/* SIDEBAR
-------------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
	margin: 80px 20px 0 0;
	border-left: 1px solid #b8b7b8;
	padding: 0 0 20px 20px;
}
#sidebar-home {
	float: right;
	width: 200px;
	margin: 80px 20px 0 0;
	border-left: 1px solid #b8b7b8;
	padding: 0 0 20px 20px;
}
#sidebar ul.fade li img {
	width: 200px;
	height: 250px;
}
#categories {
	margin-top: 20px;
	margin-left: 20px;
}
#categories li a, #categories li a:visited {
	color: #c4bdc8;
	text-decoration: none;
}
#categories li a:hover, #categories li a:active {
	color: #6a2d91;
}



/* FOOTER
-------------------------------------------------------------------------------*/
#footer {
	background: url(layout/footer-bg.jpg) no-repeat;
	height: 55px;
	width: 922px;
	margin: 10px auto 0 auto;
	padding: 20px
}
#footer p.footer-left {
	font-size: 10px;
	line-height: 18px;
	float: left;
}
#footer p.footer-left a, #footer p.footer-left a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
#footer p.footer-left a:hover, #footer p.footer-left a:active {
	color: #6a2d91;
}
#footer p.footer-right {
	font-size: 10px;
	line-height: 18px;
	float: right;
}
#footer p.footer-right a, #footer p.footer-right a:visited {
	font-size: 15px;
	color: #6a2d91;
	font-style: italic;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, "Trebuchet MS", Times, serif;
}
#footer p.footer-right a:hover, #footer p.footer-right a:active {
	color: #4d4d4d;
}