/* 	================================================================================
	Complement Healthcare
	Print Styles 
*/


*:focus { outline: none; }

/* 	================================================================================
	Typography
	-------------------------------------------------------------------------------- */
body {
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: none;
	color: #000;
	text-align: center;
	}
/* 	Headings */
h1, h2, h3 { 
	color: #776;
	line-height: 1.2em;
	font-weight: bold;
	}
h1 { /* complement healthcare logo */
	font-size: 21pt;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 144px;
	height: 98px;
	}
h2 { 
	font-size: 21pt;
	margin: 1em 0 .25em 0;
	}
h2:first-child { margin-top: 0; }
h3 { 
	font-size: 15pt;
	margin: 1em 0 .25em 0;
	}
.accreditations { 
	font-size: .7em;
	font-weight: normal;
	}
/* 	Paragraphs */
p { 
	line-height: 1.5em;
	margin: 1em 0 0 0;
	}
h2 + p, h3 + p, h2 + table, h3 + table { margin-top: 0; }

/* 	Lists */
.entry ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	text-indent: -1.1em;
	}
.entry li {
	margin: 0 0 0 0;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\2022\2002"; /* bullet: 2022, en space: 2002, space: 0020 */
	}
ul.listings { list-style: none; margin: 1.5em 0; text-indent: 0; padding: 0; }
ul.listings li { clear: both; }
ul.listings li h3 { margin-top: 0; }
ul.listings li:before { content: "";	}
ul.listings img { float: left; height: 66px; width: 56px; margin-bottom: 1.5em; }
ul.listings div { float: right; width: 475px; margin-bottom: 1.5em; }
ol li {
	list-style: decimal outside;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.post-edit { display: none; }
table { 
	border: none;
	border-collapse: collapse;
	margin: 1em 0 0 0;
	}
th { font-weight: normal; }
th, td { padding: 0 1em 0 0; text-align: left; }

/* 	Structure */
body {
	margin: 0;
	padding: 0;
	}
#page {
	background-color: transparent;
	background-image: none !important;
	border-left: none;
	border-bottom: none;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#header {
	background: none;
	height: 112px;
	position: relative;
	}
#header h1 { display: none; }
#header #logo { display: block; }
#content {
	background: none;
	border-left: none;
	border-top: 1px solid #bbb;
	border-right: none;
	position: relative;
	margin-left: 0;
	width: auto;
	}
#content-primary {
	float: none;
	padding: 48px 0 56px 0;
	width: auto; 
	}
#content-secondary { display: none;	}
#testimonials { display: none; }
#footer { 
	background: none;
	border-top: 1px solid #bbb;
	clear: both;
	color: #000;
	font-size: 8pt;
	padding: 1em 0 5em 0;
	page-break-inside: avoid;
	}
/*	Navigation */
a { 
	color: #0097DF;
	text-decoration: none;
	}
a:hover { 
	color: #22B3ED;
	text-decoration: underline;
	}
h1 a, h2 a, h3 a { color: #776; }
#nav-main, #nav-sub { display: none; }

.post {	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: left;
	margin: 2.5em 0;
	width: auto !important;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10pt;
	font-style: italic;
	line-height: 1.2em;
}
