/*
Theme Name: Practitioner Solutions
Theme URI: http://practitionersolutions.com
Description: Practitioner Solutions theme
Version: 1.0
Author: Michael Moreau
Author URI: http://mdmoreau.com
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#b9cde5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#10253f;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Candara", Arial, Helvetica, sans-serif;
	color:#7d4380;
}

h1 {
	font-size:24px;
}

h2 {
	border-bottom:1px dashed #7d4380;
	padding:50px 0 0 0;
}

img {
	border:none;
}

.wpcf7-form {
	margin-top:35px;
	padding:0 20px 20px;
	background:#b9cde5;
}

.wpcf7 p {
	margin-top:-15px;
}

.clear {
	clear:both;
}

.imgleft {
	float:left;
	padding-right:10px;
}

.imgright {
	float:right;
	padding-left:10px;
}

a {
	text-decoration:none;
	color:#7d4380;
}

a:hover {
	color:#10253f;
}

/* Front Page */

#front-page {
}

#front-page-branding {
	height:100px;
	background:url(images/front-page-branding.jpg);
}

#front-page-header {
	height:250px;
	background:url(images/front-page-header.jpg);
}

#front-page-sections {
	padding:4px 0;
}

#front-page-sections ul {
	list-style:none;
	padding-left:5px;
}

#front-page-sections li {
}

.front-page-section {
	float:left;
	width:160px;
	padding:10px;
	margin:0 2px;
	height:130px;
}

.front-page-section-1 {
	background:#b9cde5;
	color:#10253f;
}

.front-page-section-1 a {
	color:#10253f;
}

.front-page-section-1 a:hover {
	color:#7d4380;
}

.front-page-section-2 {
	background:#98acc4;
	color:#374c65;
}

.front-page-section-2 a {
	color:#374c65;
}

.front-page-section-2 a:hover {
	color:#7d4380;
}

.front-page-section-3 {
	background:#657a93;
	color:#98acc4;
}

.front-page-section-3 a {
	color:#98acc4;
}

.front-page-section-3 a:hover {
	color:#7d4380;
}

.front-page-section-4 {
	background:#374c65;
	color:#98acc4;
}

.front-page-section-4 a {
	color:#98acc4;
}

.front-page-section-4 a:hover {
	color:#7d4380;
}

.front-page-section-5 {
	background:#10253f;
	color:#b9cde5;
}

.front-page-section-5 a {
	color:#b9cde5;
}

.front-page-section-5 a:hover {
	color:#7d4380;
}

#front-page-content {
	padding:20px 0 0;
}

#front-page-content p {
	padding-top:20px;
	line-height:20px;
}

#front-page-content ul {
	padding:20px 0 0 40px;
	line-height:20px;
}

#front-page-content li {
}

#front-page-content ul ul {
	padding:0 0 0 40px;
}

#front-page-welcome {
	float:left;
	width:410px;
	padding:20px;
	background:#eee;
}

#front-page-right {
	float:right;
 	padding-top:0px;
	width:450px;
	color:#fff;
}

#front-page-right a {
	color:#b9cde5;
}

#front-page-right ul {
	padding:5px 0 0 20px;
}

#front-page-right a:hover {
	color:#fff;
}

#front-page-right-resources {
	padding:20px;
	background:#b9cde5;
	color:#10253f;
}

#front-page-right-resources img {
	margin-top:10px;
}

#front-page-right-preorder {
	margin-top:20px;
	padding:10px;
	background:#10253f;
}

/* Header */

#header-container {
	height:50px;
	background:url(images/header-bg.jpg) repeat-x #b9cde5;
}

#header {
	margin:auto;
	width:960px;
	line-height:50px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#header a {
	color:#10253f;
}

#header a:hover {
	color:#fff;
}

#header-left {
	float:left;
	padding-left:20px;
	display:none;
}

#header-right {
	float:right;
	padding-right:20px;
}

#header-right ul {
	list-style:none;
}

#header-right li {
	float:left;
	padding-left:20px;
}

/* Main */

#main-container {
	background:#fff;
}

#main {
	margin:auto;
	width:920px;
	padding:20px;
}

#main-left {
	float:left;
	width:650px;
}

#main-left-header {
	height:260px;
}

#main-left-content {
	margin-top:10px;
	padding:20px;
	background:#eee;
}

#main-left-content a {
	text-decoration:underline;
}

#main-left-content a:hover {
	text-decoration:none;
}

#main-left-content p {
	padding-top:10px;
	line-height:20px;
}

#main-left-content ul, #main-left-content ol {
	padding:20px 0 0 40px;
	line-height:20px;
}

#main-left-content li {
}

#main-left-content ul ul {
	padding:0 0 0 40px;
}

#main-right {
	float:right;
	width:250px;
}

#main-right ul {
	list-style:none;
}

#main-right-branding {
	padding:10px 20px;
	height:240px;
	margin-bottom:10px;
	background:#b9cde5;
	text-align:center;
}

#main-right-nav {
	padding:10px 20px;
	background:#10253f;
	text-align:right;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;
}

#main-right-nav a {
	color:#b9cde5;
}

#main-right-nav a:hover {
	color:#fff;
}

#main-right-nav-sub {
	padding:10px 20px;
	background:#b9cde5;
	text-align:right;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;
}

#main-right-nav-sub a {
	color:#10253f;
}

#main-right-nav-sub a:hover {
	color:#fff;
}

#main-right-widgets h2 {
	color:#10253f;
	font-size:18px;
	text-align:center;
}

#main-right-widgets p {
	padding-top:10px;
}

#main-right-widgets ul {
}

#main-right-widgets li {
	padding:10px 20px;
	background:#eee;
	margin-bottom:10px;
}

#main-right-widgets form {
	margin-top:10px;
	padding:0 20px;
	background:#b9cde5;
}

#main-right-widgets input {
	width:100%;
}

#main-right-widgets .wpcf7 p {
	margin-top:0;
}

/* Main > Header Images */

.default {
	background:url(images/header-default.jpg);
}

.solutions {
	background:url(images/header-solutions.jpg);
}

.hospice-navigator {
	background:url(images/header-hospice-navigator.jpg);
}

.consulting {
	background:url(images/header-consulting.jpg);
}

.our-team {
	background:url(images/header-our-team.jpg);
}

.contact-us {
	background:url(images/header-contact-us.jpg);
}

.hns-info {
	background:url(images/header-hns-info.jpg);
}

/* Footer */

#footer-container {
	height:50px;
	background:url(images/footer-bg.jpg) repeat-x #b9cde5;
}

#footer {
	margin:auto;
	width:960px;
	line-height:50px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#footer a {
	color:#10253f;
}

#footer a:hover {
	color:#fff;
}

#footer-left {
	float:left;
	padding-left:20px;
}

#footer-right {
	float:right;
	padding-right:20px;
}

#footer-right ul {
	list-style:none;
}

#footer-right li {
	float:left;
	padding-left:20px;
}

/* eShop */

.creditline {
	display:none;
}

.cart {
	width:100%;
}

.ehop {
	width:100%;
}

.eshopcart {
	width:100%;
}
