/* 
Theme Name: Premier Business Services
Theme URL: http://www.premiercpas.com/
Description: Custom theme created for Premier Business Services
Author: Terri Orlowski
Author URI: http://beyondtheofffice.com
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background:url(images/stripe-back.png) repeat-x;
}
p, li {
	margin: 0px;
	padding: 4px 0px;
	line-height: 140%;
	font-size: 140%;
}
.clearboth {
clear:both;
}

li li {
	font-size:100%;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px 25px;
}
#header {
	height: 190px;
	width: 100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	position: relative;
}
img#logo {
	float: left;
}
img.alignleft {
float:left;
margin-right:10px;
}
img.alignright{
float:right;
margin-left:10px;
}
img.aligncenter {
text-align:center;
margin:0 auto;
}

/* --------------- NAVIGATION ----------------- */
#nav {
	clear: both;
	height: 30px;
	margin: 20px auto;
	padding: 0px 30px;
	font-size: 140%;
	line-height: 100%;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #6A252F;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	float:left;
/*height: 10px;*/
	margin: 0 5px;
	padding: 0;
display:inline;
}
#nav li a, #nav li a:link, #nav li a:visited {
	padding:5px 10px 5px 25px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
	background-image: url(images/green-square.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0;
}
#nav li a:hover, #nav li a:active {
	background-image: url(images/white-square.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/* Second level and below */
#nav ul ul {
margin-top:50px;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #9DC18B;
	color: #333;
	float: none;
	clear:both;
	margin: 0px 0 0 0;
	padding: 5px 10px;
	border-bottom: 1px solid #021D38;
	border-left: 1px solid #021D38;
	border-right: 1px solid #021D38;
	font-size:12px;
	line-height:115%;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #6A252F;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 170px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -25px 0 0 191px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: url(images/navhov.png) top center no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 11px 15px 11px 15px;
	text-decoration: none;
	}

#navbar .rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	


/* --------------- POST/PAGE ----------------- */
.post, #content {
	float: left;
	width: 540px;
	padding-right: 10px;
	/*font-size: 140%;*/
	line-height: 115%;
	margin: 0;
	padding-bottom: 40px;
	position: relative;
}
.post h1, #content h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: justify;
	line-height: 115%;
	margin: 0px 40px 10px 0px;
	padding-top: 0px;
}

.post h2, #content h2 {
font-size:22px;
color:#69322b;
margin:0px;
padding:5px 0px 10px;
line-height:120%;
}

.post h2 a, #content h2 a {
text-decoration:none;
border:0px;
color:#69322b;
}

.post h3, #content h3 {
	text-transform:uppercase;
	border-bottom:solid 1px #74994C;
	margin:0px 0 5px;
	padding:25px 0 5px 0;
	font-size: 150%;
clear:both;
}

.highlight {
	font-weight: bold;
	color: #6A252F;
}
p.highlight {
	font-size: 120%;
}
.title {
	color:#74994c;
	font-weight: bold;
}
img.alignright {
float:right;
}
.postmeta {
}
.postnavigation {
}
ul#children ul {
	list-style:none;
}

ul#children ul li {
	padding-left: 30px;
	background-image: url(images/red-square.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

ul#children ul li a {
	text-decoration:none;
	color:#000000;
}
/* ---------------- SIDEBAR --------------- */
#sidebar {
	width: 230px;
	float: right;
	padding: 0 10px;
	font-size: 140%;
	line-height: 125%;
}
#searchform {
}
#consultation {
	height: 110px;
}
#consultation a {
	text-decoration: none;
	display: block;
}

#sidebar ul {
list-style-type:none;
padding:0;
margin:0;
}

#sidebar li.widget {
margin:20px 0px;
}

#sidebar h2.widgettitle {
display:block;
color:#fff;
padding:3px 10px;
text-align:center;
background-color:#6A252F;
font-size:18px;
}

/* ---------------- COMMENTS --------------- */
#comments .comments_navigation {
}
.comments_navigation {
}
.comments_reply {
}
.comments_text {
}
.comments_meta {
}

/* ---------------- FOOTER --------------- */
#footer {
	clear: both;
	font-size: 80%;
	line-height: 115%;
	background-color: #A8DE8C;
	padding: 10px;
	margin-top: 25px;
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
position:relative;
height:100px;
}
#footer #f-left {
	width:300px;
	display:inline;
	float: left;
}
#footer #f-center {
width:400px;
}
#footer #f-right {
width:400px;
text-align:right;
display:inline;
float:right;
}
img.qbimg {
padding:0 5px;

/* ---------- QB PRODUCTS TABLE ---------- */
td {
vertical-align:top;
}
}