/* @override 
	bloginfo('template_url');
	http://www.businessreadysolutions.net/wp-content/themes/brs/style.css
*/

/*
Theme Name: Business Ready Solutions
Theme URI:
Description: A custom theme for Business Ready Solutions.
Version: 1.0
Author: Low Fat Designs
Author URI: http://lowfatdesigns.coom
Tags:
*/

/* Framework */
@import 'css/blueprint/screen.css';



/*	--- LAYOUT - Primary layout division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
body {
	background: url(img/bg.jpg) repeat-x left top;
}	

body#home { /*home page-3 */
	background: url(img/bg-home.jpg) repeat-x left top;
}

.container {
	width: 950px;
}

#header {
	float: left;
	width: 950px;
	height: 144px;
}

#layout-helper {
	float: left;
	width: 950px;
	background: url(img/content-bg.jpg) no-repeat center 1px;
}

#main {
	width: 466px;
	padding: 66px 32px 40px;
	margin: 0 210px;
}

#home-testimonial {
	float: left;
	width: 830px;	/* 950 */
	padding-left: 60px;
	padding-right: 60px;
	height: 107px;	/* 122 */
	padding-top: 15px;
	background: url(img/testimonial-logo.jpg) no-repeat right top;
}

#sidebar-left {
	float: left;
	width: 200px;
	margin-left: -950px;
	padding-top: 70px;
}

#sidebar-left ul {
	list-style: none;
}

#sidebar-right {
	float: left;
	width: 200px;
	margin-left: -200px;
	padding-top: 70px;
}

#sidebar-right-less-padding {
	float: left;
	width: 200px;
	margin-left: -200px;
	padding-top: 47px;
}

#sidebar-right ul {
	list-style: none;
}

#sidebar-right-less-padding ul {
	list-style: none;
}

#footer {
	clear: both;
	float: left;
	width: 950px;
	padding-top: 20px;
	/* Fix IE6 Duplicate Characters Bug : http://www.positioniseverything.net/explorer/dup-characters.html */
	margin-top: 10px;
	margin-left: -3px;
	background: url(img/footer-border-top.gif) repeat-x left top;
}

/* Fix for IE6 Float Margin
See: http://www.positioniseverything.net/explorer/floatIndent.html */
#layout #header,
#layout #footer { display: inline; }		



/* Dev helpers */
/* #header { background-color: rgba(255,193,202,0.50); } */
/* #main { background-color: rgba(255,252,0,0.5); } */
/* #sidebar-left { background-color: rgba(255,165,0,0.5); } */
/* #sidebar-right { background-color: rgba(160,200,253,0.5); } */
/* #footer { background-color: rgba(0,249,0,0.5); } */



/*	--- CLASSES - Reusable classes
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
ul.no-dots {
	margin: 0;
	list-style: none;
}

ul.in-line li {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul.in-line li.last {
	margin: 0;
}

/* WP WYSIWYG image alignment classes */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.alignright {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

#main ul.checklist li{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	background: url(img/icon-checkmark.gif) no-repeat left 2px;
}

#sidebar-right ul.checklist{
	margin-left: 0px;
	list-style: none;
}


#sidebar-right ul.checklist li{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	background: url(img/icon-checkmark.gif) no-repeat left 2px;
}

.right-column {
	float: right;
	width: 45%;
	padding-left: 10px;
	border-left: 1px solid #e8eff6;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #0e457f;
}

/*	--- GLOBALS
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #0e457f;
}

a:focus, a:hover {
	color:#114e8f;
	text-decoration: none;
}
a {
	color:#0e457f;
	text-decoration:underline;
	outline: none;
}

/*	--- POST STYLING
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
.post-title a{
	text-decoration: none;
}

.post-title a:hover{
	text-decoration: underline;
}

.post{
	margin-bottom: 20px;
}

.post .post-title{
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}

.post h3{
	font-size: 120%;
	font-weight: bold;
}

/*	--- HEADER - Header elements
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
#header h1, #header h1 a {
	float: left;
	display: block;
	width: 452px;
	height: 108px;
	margin: 0;
}

#header h1 a {
	background-image: url(img/business-ready-solutions-logo.jpg);
	text-indent: -50000px;
}

#header h2 {
	float: right;
	display: block;
	width: 326px;
	height: 70px;
	margin: 18px 0 0 0;
	background-image: url(img/microsoft-certified-partner-and-microsoft-dynamics.jpg);
	text-indent: -50000px;
}

/* Testimonial - Home only */
#home-testimonial p,
#home-testimonial q {
	text-align: center;
	font-size: 15px;
	color: #b3d1ff;
}

#home-testimonial p strong,
#home-testimonial cite {
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}


#home-testimonial blockquote.quotescollection {
	background:transparent none no-repeat scroll right top;
	margin:0px 0 0;
}




/*	--- NAVIGATION - Primary navigation
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

#nav-bar {
	display: inline;	/* Double Margin Float Fix: http://www.positioniseverything.net/explorer/doubled-margin.html */
	width: 740px; /* 628 */
	height: 36px;
	margin-left: 104px;
}

/* top level */

#nav-bar li a:hover {
	background-position: 0 -36px;
}

#nav-bar li.current_page_item a,
#nav-bar li.current_page_ancestor a {
	background-position: 0 -36px;
}

#nav-bar li {
	margin-right: 0;
	text-indent: -50000px;
}

#nav-bar li a {
	height: 36px;
	padding: 0;
	border: none;
}

/* level 2 */

#nav-bar li ul {
	margin-top: 6px;
}

#nav-bar li li {
	text-indent: 0px;
	background: #bbcfe1;
}

#nav-bar li li.page_item a:hover {
	color: #bbcfe1;
	background: #114e8f;
}

#nav-bar li li.page_item a {
	height: auto;
	padding: 8px 10px;
	color: #114e8f;
	background-image: none;
}

/* Specific tab settings */

#nav-bar li.page-item-3 a {
	width: 74px;
	background-image: url(img/nav/nav-home.jpg);
}

#nav-bar li.page-item-5 a {
	width: 97px;
	background-image: url(img/nav/nav-about.jpg);
}

#nav-bar li.page-item-5 ul { width: 120px; }
#nav-bar li.page-item-5 ul li a { width: 100px; }

#nav-bar li.page-item-16 a {
	width: 106px;
	background-image: url(img/nav/nav-products.jpg);
}

#nav-bar li.page-item-16 ul { width: 180px; }
#nav-bar li.page-item-16 ul li a { width: 160px; }

#nav-bar li.page-item-30 a {
	width: 97px;
	background-image: url(img/nav/nav-services.jpg);
}

#nav-bar li.page-item-30 ul { width: 175px; }
#nav-bar li.page-item-30 ul li a { width: 155px; }

#nav-bar li.page-item-36 ul { width: 145px; }
#nav-bar li.page-item-36 ul li a { width: 125px; }

#nav-bar li.page-item-36 a {
	width: 140px;
	background-image: url(img/nav/nav-news.jpg);
}

#nav-bar li.page-item-38 a {
	width: 114px;
	background-image: url(img/nav/nav-contact.jpg);
}

#nav-bar li.page-item-38 ul { width: 140px; }
#nav-bar li.page-item-38 ul li a { width: 120px; }


#nav-bar li.page-item-926 a {
	width: 112px;
	background-image: url(img/nav/nav-industries.jpg);
}

#nav-bar li.page-item-926 ul { width: 180px; }
#nav-bar li.page-item-926 ul li a { width: 160px; }


/*	--- MAIN - Main content division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

#main h2 {
	font-weight: bold;
	border-bottom: 1px solid #e8eff6;
}

a.post-edit-link {
	font-size: 90%;
	color: #999;	
}

/* specifics */

#home #main h2.post-title {
	display: none;
}

/* add padding to short pages */
#post-24,
#post-36 {
	padding-bottom: 100px;
}


.wp-image-657{
	padding-right:20px;
}

.wp-image-645{
	padding-right: 35px;
}

#page-644 p{
	padding-bottom: 15px;
}

/* make heading clear on case studies */
/* add a little more spacing between the headers on Case Studies */
#post-9 h3 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e8eff6;
}




/*	--- SIDEBARS - Sidebar content division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

/* common buttons */

ul.side-buttons {
	margin: 0 0 0;
}

ul.side-buttons li, ul.side-buttons li a {
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -50000px;
}

ul.side-buttons li {
	margin-bottom: 15px;
}

li#side-support {
	background: url(img/sb-technical-support.jpg) no-repeat;
}

li#side-newsletter {
	background: url(img/sb-newsletter.jpg) no-repeat;
}

li#side-call {
	background: url(img/sb-call-us.jpg) no-repeat;
}

li#side-contact {
	background: url(img/sb-contact-us.jpg) no-repeat;
}

li#side-quote{
	background: url(img/sb-request-quote.jpg) no-repeat;
}

/* sidebar text blocks */

.sidebar-block {
	width: 200px;
	background: url(img/sidebar-box-bottom.jpg) no-repeat left bottom;
	margin: 10px 0 0;
}

.sidebar-block-inner {
	width: 176px;
	background: url(img/sidebar-box-top.jpg) no-repeat left top;
	padding: 10px 12px;
}

.sidebar-block h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.sidebar-block p, .sidebar-block li {
	color: #0e457f;
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	margin-bottom: 0.5em;
}

.sidebar-block li {
	list-style-type: disc;
}



/* media tags placed images */

ul.side-media {
	margin: 0 0 0 0;
}

ul.side-media li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* quotes collection */

blockquote.quotescollection {
	margin: 15px 0 0 0;
	background: url(img/big-quotes.gif) no-repeat right top;
}

blockquote.quotescollection q {
	color: #114e8f;
	font-style: normal;
}

blockquote.quotescollection cite {
	color: #114e8f;
	font-style: normal;
	font-weight: bold;
}

/* fix */
#page-1907 .side-media li {
	margin-top: 0;
}


/*	--- FOOTER - Footer elements
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

#footer-nav {
	float: left;
	width: 950px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
}

#footer-nav li {
	float: none;
	display: inline;
	margin-right: 5px;
	background: url(img/footer-nav-sep.gif) no-repeat right center;
}

#footer-nav a {
		margin-right: 10px;
		color:#114e8f;
		text-decoration: none;
}
#footer-nav a:focus, #footer-nav a:hover {
	color:#114e8f;
	text-decoration: underline;
}

#footer-nav li.last {
	background-image: none;
	margin-right: 0;
}

#footer-nav li.page-item-161 a {
	margin-right: 0;
}
		
#footer p {
	text-align: center;
	font-size: 90%;
	color: #114e8f;
}

#footer p a:focus, #footer p a:hover { color:#114e8f; text-decoration: none;}
#footer p a { color:#114e8f; text-decoration:underline; }

/* cforms stuff */

.cform { 
	margin:10px auto 0 auto; 
	/*width: 0px; */
}

.cform label {
	width:80px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:80px; /* must be the same as above!*/
	display:block; 
}

.cform textarea,
.cform input {
	width:200px; 
}

.linklove{
	display: none;
}

.cform{	
	padding-bottom:10px;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#C5D6E8; 
}

span.reqtxt, span.emailreqtxt {
	color: #FF0000;
}

li#li--7 {
	background:#F0F0F0 none repeat scroll 0 0 !important;
	clear: both;
	display: table;
	width: 400px;
}

li#li--7 label.cf-before {
	float: right;
	width: 320px;
	text-align: left;
}

li#li--7 label.cf-before span {
	font-weight: normal;
	width: 100%;
	letter-spacing:1px;
	margin:10px 0 !important;
	padding: 10px 0;
	text-align:left;
}

li#li--7 input#cf_field_7 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	font-size:1.1em;
	margin-right: 160px;
}

.wp-image-1769{
	display: none;
}

#li-2-5 label, #cforms2form #li-2-5 label span{
	width: 210px;
	color: black;
}

#cforms2form #li-2-5 input{
	width: 20px;
}

#cforms2form input{
	width: 140px;
}

#cforms2form{
	margin-bottom: 20px;
	height: 200px;
	margin-right: 0px;
	margin-left: 0px;
	width: 464px;
}

#cforms2form li{
	width: 250px;
	margin-right: 0px;
	float: left;
}

#cforms2form #sendbutton2{
	float: right !important;
	margin-right: 0px;
	margin-top: 0px;
	height: 177px;
	width: 177px !important;
	clear: none;
	background: url(img/free-mbq-kit.gif);
	text-indent: -5000px !important;
	outline: 0px !important;
	border: 0px !important;
	cursor: pointer;
}

#cforms2form label span{
	color: #d83f1b;
}

#cforms2form ol{
	float: left;
	width: 270px;
}

/* Move from Quickbooks Special Page */

#cforms2form #li-2-5{
	margin-top: 20px !important;
}

#cforms2form #li-2-5{
	float: none;
	}

/*REQUEST A QUOTE FOR MICROSOFT DYNAMIC GP*/

#cforms3form input{
	width: 140px;
}
#cforms3form ol li{
	text-align: left;
}

#cforms3form label{
	width:80px; 
	margin:4px 5px 0 0; 
	vertical-align:top;
}

#cforms3form label span {
	text-align: left;
	width:80px; /* must be the same as above!*/
	display:block; 
}
#cforms3form.cform label,
#cforms3form.cform li#li-3-4 label, 
#cforms3form.cform li#li-3-5 label {
	width: 140px;
}

#cforms3form.cform label span,
#cforms3form.cform li#li-3-4 label span, 
#cforms3form.cform li#li-3-5 label span{
	width: 140px;
}

#cforms3form #sendbutton3 {
	width: 230px;
	margin-right: 47px;
}


/* ######### HIDE SIDEBAR BANNERS ############ */

/* Microsoft Dynamics GP */
#page-20 #side-support, #page-20 #side-newsletter, #page-20 #side-call, #page-20 #side-contact {
	display: none;
}


/* Home */

#home.page ul.side-media li {
	margin-top: 0;
}






