/* ---------- colors ---------- */

/* ---------- general ---------- */


html, body {
	// height: 100%;
	}
body {
	background: #bed7e5;
	color: #45423e; /* #33312e; */
	}
a {
	text-decoration: none;
	/* border-bottom: 1px #90bfe5 none; */
	}
	a:hover {
		text-decoration: underline;
		/* border-bottom: 1px #90bfe5 dashed; */
		}
		
/* ---------- text ---------- */

big {
	font-size:1.23em;
	line-height:1.3em;
	}
.smaller {
	font-size:.9em;
	line-height:1.2em;
	}
ul.link-list a {
	text-transform: uppercase;
	}
	
.guide-sidebar {
	background: #E5E5E5;
	margin: 0 0 15px 15px;
	padding: 10px;
	float: right;
	}
.guide-figure {
	font-size: 0.9em;
	margin: 0 0 10px;
	text-align: center;
	}
blockquote {
	background: transparent url(../../images/elements/blockquote.gif) no-repeat 0 0;
	color:#999999;
	font-family:Georgia;
	font-size:1.1em;
	line-height:1.3em;
	margin:20px 10px;
	min-height:24px;
	padding:0 30px;
	}

	
/* ---------- images ---------- */

img.footer-image {
	clear: both;
	margin-top: 10px;
	}

img.photo-header {
	margin-bottom: 20px;
	}

img.text-header {
	margin-top: 45px;
	margin-bottom: 15px;
	}

img.guide-header {
	margin-top: 45px;
	margin-bottom: 0px;
	}

/* ---------- page ---------- */
		
#page-top {
	background: transparent no-repeat url(../../images/backgrounds/page-top.gif) 0 0;
	margin: 10px auto 0 auto;
	width: 940px;
	height: 20px;
	overflow: hidden;
	}
#page-wrapper {
	background: transparent repeat-y url(../../images/backgrounds/page-fill.gif) 0 0;
	margin: 0 auto;
	width: 940px;
	}
#page-bottom {
	background: transparent no-repeat url(../../images/backgrounds/page-bottom.gif) 0 0;
	margin: 0 auto 10px auto;
	width: 940px;
	height: 20px;
	overflow: hidden;
	}

/* ---------- sidebar ---------- */

#sidebar-wrapper {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	}
	#sidebar {}
		#logo {
			margin: 20px 0 0 20px;
			}
			
/* ---------- page menu ---------- */

/* all levels */
ul#menu {
	margin: 30px 0 40px;
	}
ul#menu ul {
	display: none; /* hide sub-lists by default */
	padding-left: 20px; /* indent sub-lists */
	/* margin: 10px 0; */
	}
ul#menu li.current_page_item > ul,
ul#menu li.current_page_parent > ul,
ul#menu li.current_page_ancestor > ul {
	display: block; /* show selected sub-list */
	}
	ul#menu li {
		color: #33312e;
		margin: 0;
		padding: 0;
		font-size: 13px;
		line-height: 13px;
		}
		
	/* level 1+ */
	ul#menu li a {
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		color: #33312e;
		padding-bottom: 6px;
		padding-top: 10px;
		padding-left: 20px;
		}
		ul#menu li a:hover {
			background: #bbb6b0; /* HIGHLIGHT 1 */
			color: #ffffff;
			}
		ul#menu li.current_page_item > a { text-indent: -12px; }
		ul#menu li.current_page_item > a:before { content: "> "; }
		ul#menu li.current_page_item > a,
		ul#menu li.current_page_parent > a,
		ul#menu li.current_page_ancestor > a {
			color: #ffffff;
			background: #003a60;
			padding-bottom: 6px;
			padding-top: 10px;
			}
		
		/* REFER A PATIENT */
		ul#menu li.page-item-249[class~="current_page_item"] > a,
		ul#menu li.page-item-249[class~="current_page_parent"] > a,
		ul#menu li.page-item-249[class~="current_page_ancestor"] > a {
			background: #2b6e94; /* DARK BLUE */
			}
		
		/* FOR PATIENTS */
		ul#menu li.page-item-244[class~="current_page_item"] > a,
		ul#menu li.page-item-244[class~="current_page_parent"] > a,
		ul#menu li.page-item-244[class~="current_page_ancestor"] > a {
			background: #48600e; /* DARK GREEN */
			}
		
		/* WHY WE'RE THE EXPERTS */
		ul#menu li.page-item-246[class~="current_page_item"] > a,
		ul#menu li.page-item-246[class~="current_page_parent"] > a,
		ul#menu li.page-item-246[class~="current_page_ancestor"] > a {
			background: #791317; /* DARK RED */
			}
		
		/* OUR NEW CENTER */
		ul#menu li.page-item-242[class~="current_page_item"] > a,
		ul#menu li.page-item-242[class~="current_page_parent"] > a,
		ul#menu li.page-item-242[class~="current_page_ancestor"] > a {
			background: #e68d00; /* DARK GOLD */
			}
			
	/* level 2 */
	ul#menu > li > ul > li > a {
		font-size: 12px;
		line-height: 12px;
		color: #a6a095;
		padding-bottom:5px;
		padding-top:8px;
		}
		ul#menu > li > ul > li > a:hover {
			background: #bbb6b0; /* HIGHLIGHT 2 */
			color: #ffffff;
			}
		ul#menu > li > ul > li.current_page_item > a { text-indent: -11px; }
		ul#menu > li > ul > li.current_page_item > a:before { content: "> "; }
		ul#menu > li > ul > li.current_page_item > a,
		ul#menu > li > ul > li.current_page_parent > a,
		ul#menu > li > ul > li.current_page_ancestor > a {
			background: #7aaac4;
			padding-bottom:5px;
			padding-top:8px;
			}
			
		/* REFER A PATIENT */
		ul#menu > li.page-item-249 > ul > li.current_page_item > a,
		ul#menu > li.page-item-249 > ul > li.current_page_parent > a,
		ul#menu > li.page-item-249 > ul > li.current_page_ancestor > a {
			background: #7eb0cc; /* LIGHT BLUE */
			}
			
		/* FOR PATIENTS */
		ul#menu > li.page-item-244 > ul > li.current_page_item > a,
		ul#menu > li.page-item-244 > ul > li.current_page_parent > a,
		ul#menu > li.page-item-244 > ul > li.current_page_ancestor > a {
			background: #829754; /* LIGHT GREEN */
			}
		
		/* WHY WE'RE THE EXPERTS */
		ul#menu > li.page-item-246 > ul > li.current_page_item > a,
		ul#menu > li.page-item-246 > ul > li.current_page_parent > a,
		ul#menu > li.page-item-246 > ul > li.current_page_ancestor > a {
			background: #c8302f; /* LIGHT RED */
			}
		
		/* OUR NEW CENTER */
		ul#menu > li.page-item-242 > ul > li.current_page_item > a,
		ul#menu > li.page-item-242 > ul > li.current_page_parent > a,
		ul#menu > li.page-item-242 > ul > li.current_page_ancestor > a {
			background: #ffb433; /* LIGHT GOLD */
			}
			
			
	/* level 3 */
	ul#menu > li > ul > li > ul > li > a {
		font-size: 11px;
		line-height: 11px;
		color: #a6a095;
		text-transform: none;
		padding-bottom:5px;
		padding-top:7px;
		}
		ul#menu > li > ul > li > ul > li > a:hover {
			background: #bbb6b0; /* HIGHLIGHT 3 */
			color: #ffffff;
			}
		ul#menu > li > ul > li > ul > li.current_page_item > a { text-indent: -10px; }
		ul#menu > li > ul > li > ul > li.current_page_item > a:before { content: "> "; }
		ul#menu > li > ul > li > ul > li.current_page_item > a,
		ul#menu > li > ul > li > ul > li.current_page_parent > a,
		ul#menu > li > ul > li > ul > li.current_page_ancestor > a {
			background: none;
			color: #003a60;
			padding-bottom:0px;
			padding-top:0px;
			padding-bottom:5px;
			padding-top:7px;
			}
		
		/* REFER A PATIENT */
		ul#menu > li.page-item-249 > ul > li > ul > li.current_page_item > a,
		ul#menu > li.page-item-249 > ul > li > ul > li.current_page_parent > a,
		ul#menu > li.page-item-249 > ul > li > ul > li.current_page_ancestor > a {
			background: #2b6e94; /* DARK BLUE */
			}
		
		/* FOR PATIENTS */
		ul#menu > li.page-item-244 > ul > li > ul > li.current_page_item > a,
		ul#menu > li.page-item-244 > ul > li > ul > li.current_page_parent > a,
		ul#menu > li.page-item-244 > ul > li > ul > li.current_page_ancestor > a {
			color: #48600e; /* DARK GREEN */
			}
		
		/* WHY WE'RE THE EXPERTS */
		ul#menu > li.page-item-246 > ul > li > ul > li.current_page_item > a,
		ul#menu > li.page-item-246 > ul > li > ul > li.current_page_parent > a,
		ul#menu > li.page-item-246 > ul > li > ul > li.current_page_ancestor > a {
			color: #791317; /* DARK RED */
			}
		
		/* OUR NEW CENTER */
		ul#menu > li.page-item-242 > ul > li > ul > li.current_page_item > a,
		ul#menu > li.page-item-242 > ul > li > ul > li.current_page_parent > a,
		ul#menu > li.page-item-242 > ul > li > ul > li.current_page_ancestor > a {
			color: #e68d00; /* DARK GOLD */
			}
		

/* ---------- content ---------- */

a.next-page {
	background:transparent url(../../images/navigation/next-page.gif) no-repeat scroll right top;
	color:#807767;
	float:right;
	font-size:12px;
	height:25px;
	line-height:15px;
	margin-bottom:25px;
	margin-top:15px;
	min-width:132px;
	padding-right:24px;
	padding-top:15px;
	position:relative;
	right:-62px;
	text-align:right;
	}

.body-indent {
	margin: 0 20px;
	}

#content-wrapper {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0 10px 0 0;
	}
	#content {
		margin: 6px 40px 25px;
		}
		#info {
			color: #A6A095;
			font-size: 9px;
			height: 24px;
			line-height: 10px;
			text-align: right;
			text-transform: uppercase;
			}
			#info a {
				color: #A6A095;
				}
		#footer {
			color: #A6A095;
			font-size: 9px;
			line-height: 14px;
			text-align: right;
			text-transform: uppercase;
			}
			#footer a {
				color: #A6A095;
				}

.callouts {
	background: transparent no-repeat url(../../images/callouts/green-blue.gif) bottom left;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	overflow: hidden;
	margin: 30px 0;
	}
	.callout-left {
		float:left;
		font-size:1.5em;
		line-height:1.2em;
		margin-right:10px;
		padding:20px 20px 7px;
		width:245px;
		min-height: 120px;
		}
	.callout-right {
		float:left;
		font-size:1.5em;
		line-height:1.2em;
		padding:20px 20px 7px;
		width:245px;
		min-height: 120px;
		}
	.callout-link-left {
		clear:both;
		color:#B2D23B;
		float:left;
		font-size:14px;
		line-height:14px;
		margin-right:10px;
		padding:19px 20px 6px;
		width:245px;
		}
		.callout-link-left a {
			color:#B2D23B;
			}
	.callout-link-right {
		color:#92d0e8;
		float:left;
		font-size:14px;
		line-height:14px;
		padding:19px 20px 6px;
		width:245px;
		}
		.callout-link-right a {
			color:#92d0e8;
			}

/* ---------- tables ---------- */


table {
	color: #216c9e;
	background: white;
	}
	caption {
		background: #216c9e;
		color: #f0f6f8;
		}
	th, td {
		}
	th {
		background: #dae7ed;
		font-weight: normal;
		}


/* -------------------- Forms -------------------- */

	
	label, .wpcf7-list-item-label {
		font-size: .9em;
		line-height: 1.3em;
		font-weight: normal;
		}
		span.wpcf7-checkbox span.wpcf7-list-item {
			display: block;
			margin-left: 0;
			}
	.note, .instruction {
		font-size: 0.9em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
		display: inline-block;
		color: #7EB0CC;
		}
	.optional, .required {
		color: #4AAB27;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		.required { color: red; }
	textarea {
		font-size: 1.1em;
		line-height: 1.4em;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		}
	input[type='submit'] {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #ffffff;
		background: #6ba8db;
		padding: 5px 8px 4px;
		margin: 0;
		border: 0 white none;
		}



/* -------------------- Posts -------------------- */


span.post-edit {
	color: #ffffff;
	background: #6ba8db;
	padding: 5px 8px 4px;
	white-space:nowrap;
	}
	span.post-edit a {
		color: #ffffff;
		}
div#posts {
	}
	
	/* ----- backgrounds ----- */
	div.post,
	div.comments-wrapper,
	div.form-wrapper,
	div.post-footer {
		margin-bottom: 40px;
		}
		div.post-footer {
			border-bottom:1px solid #CCCCCC;
			border-top:1px solid #CCCCCC;
			font-size:11px;
			line-height:16px;
			padding:10px 0;
			}
			div.comments-wrapper h3 {
				text-transform: uppercase;
			}
			div.form-wrapper h3 {
				text-transform: uppercase;
				}
		
		/* ----- post date block ----- */
		div.post-date {
			color:#ADACAB;
			font-size:0.9em;
			margin-bottom:6px;
			text-align:right;
			text-transform:uppercase;
			}
		
		/* ----- post title link ----- */
		h1.post-header {
			margin-bottom:5px;
			}
				
		/* ----- post interior formatting ----- */
		div.post-inside {
			position: relative;
			margin-bottom: 30px;
			}
			.isblog div.post-inside a {
				color: #E68D00;
				text-decoration: underline;
				}
			div.post-inside ul, div.post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: 1.6em; /* Bottom margin is same as 'p' tag. */
				margin-left: 20px; /* Indent it so it stands out. */
				}
			div.post-inside ul {
				list-style-image: url(../../images/lists/arrow.gif);
				list-style-position: outside;
				list-style-type: none;
				}
				div.post-inside ul li ul, div.post-inside ol li ol {
					/* A nested list. */
					margin-top: 8px;
					margin-bottom: 0; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				div.post-inside li {
					margin-top: 4px;
					margin-bottom: 4px;
					margin-left: 10px; /* Amount of indentation */
					padding-bottom: 1px;
					padding-top: 2px;
					}
			a.more-link {
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				}

/* ---------- page navigation ---------- */

div.page-navigation {
	background:#6BA8DB none repeat scroll 0 0;
	color:#6BA8DB;
	margin-bottom:20px;
	padding:7px 10px 4px;
	text-transform:uppercase;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	}
	div.nav-both {
		text-align: left;
		}
	div.page-navigation a {
		color: #ffffff;
		}
	div.nav-back {
		}
		div.nav-back a {
			float: left;
			display: block;
			}
	div.nav-next {
		}
		div.nav-next a {
			float: right;
			display: block;
			}
	div.nav-both a {
		right: 10px;
		position:absolute;
		}
		div.nav-both a+a {
			left: 10px;
			position:absolute;
			}

/* ---------- section title ---------- */
	
div.section-title {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:40px;
	text-align:left;
	text-transform:lowercase;
	color:#7EB0CC;
	text-transform:uppercase;
	margin-top:20px;
	}

/* ---------- comments ---------- */

ol.comment-list {
	list-style: none;
	margin-bottom: 20px;
	}
	ol.comment-list li {
		margin: 0;
		margin-bottom: 10px;
		overflow: hidden;
		}
		.comment-data {
			float: left;
			width: 53px;
			text-align: right;
			margin-right: 20px;
			margin-top: 5px;
			font-size: 0.8em;
			line-height: 1.4em;
			}
		.comment-inside {
			overflow: hidden;
			}
		form#comment-form label, .fake-label, label.left {
			display: block;
			float: left;
			margin-right: 15px;
			margin-top: 6px;
			margin-bottom: 6px;
			text-align: right;
			width: 140px;
			}
		form#comment-form textarea {
			width: 390px;
			}
		form#comment-form input[type="text"] {
			width: 180px;
			}

/* ---------- widgets ---------- */

.widget {
	border-top: 1px solid #ADACAB;
	padding: 22px 20px 14px;
	}
	.widget-title {
		color:#807767;
		font-size:1.2em;
		text-transform:uppercase;
		margin-bottom: .4em;
		}
	.widget ul {
		/* list-style-image: url(../../images/lists/arrow.png); */
		list-style-position: outside;
		list-style-type: none;
		/* padding-top: 4px; */
		}
		.widget ul li {
			line-height:1.2em;
			margin: 0 0 3px 0;
			padding: 2px 0 0 0;
			}
		.widget>ul {
			padding-top: 0;
			}
			.widget>ul>li:first-child {
				padding-top: 0;
				}
			.widget>ul>li:first-child {
				border-top: none;
				}
				
	.widget select {
		font-size: 9px;
		margin: 0;
		padding: 0;
		}
	.widget p, .widget ul {
		margin-bottom: .6em;
		}
	
	.textwidget ul, .widget_recent_entries ul {
		list-style-image: url(../../images/lists/arrow.gif);
		list-style-position: outside;
		list-style-type: none;
		margin-left: 15px;
		}
	
	.widget_recent_entries a {
		text-transform: uppercase;
		}
	
#tag_cloud {
	line-height: 1.8em;
	}

#fold {
	border-bottom:2px solid #A6A095;
	border-top:8px solid #003C63;
	margin-bottom:20px;
	margin-top:20px;
	padding-top:20px;
	width:580px;	}
	#fold-left {
		width: 270px;
		margin-right: 40px;
		float: left;
		}
	#fold-right {
		width: 270px;
		float: left;
		}
	#fold .widget {
		border: 0 none;
		padding: 0 0 20px;
		}

/* ---------- images ---------- */

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 5px;
	margin: 2px 10px 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
		}
	.wp-caption p.wp-caption-text {
		padding: 1px 5px 5px;
		margin: 0;
		}
	.wp-caption.alignleft {
		margin-left: 0;
		}
	.wp-caption.alignright {
		margin-right: 0;
		}
	.wp-caption.aligncenter {
		margin-bottom: 10px;
		}
		
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
		
img.centered,
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 15px;
	display: inline;
	}
img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}
img.aligncenter {
	margin-bottom: 10px;
	}
	
