/*
Theme Name: Retreat at Sheppard Pratt
Version: 1.0
Description: Custom Wordpress theme for the Retreat at Sheppard Pratt website, by <a href="http://www.groovecommerce.com">Groove Commerce</a>.
Author: Groove Commerce
Author URI: http://www.groovecommerce.com
*/

/* Quick Resetting, Defaults, and Helpers */
body {
	font: 16px Arial,Helvetica,Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url("images/background.gif") 0 52px repeat-x;
}

a { color: #41545e; }
pre {
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

#tooltip{
	position: absolute;
	border: 1px solid #41545E;
	font-size: .7em;
	background-color: #faf9d9;
	padding:2px 5px;
	color: #41545E;
	display:none;
}	
.right { text-align: right; }
.center { text-align: center; }
.off {display: none;}
.on {display: block;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}/* Hide from IE Mac \*/


/* Header and Primary/Secondary Navigation */
#header {
	width: 1004px; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	height: 151px;
	color: #040607;
	font-size: 12px;
}

	#header p#logo {
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
	
		#header p#logo a { 
			display: block;
			width: 409px;
			height: 99px;
			background: url("images/retreat_logo.gif") 30px 0 no-repeat;
			position: absolute;
			 top: 0;
			 left: 0;
		}

	#header ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
	}

	#header ul#primarynav {
		bottom: 1px;
		left: 37px;
		height: 57px;
		width: 930px;
		overflow: hidden;
		background: url("images/primary_nav_bg.gif") 0 4px repeat-x;
	}
	
		#header ul#primarynav li {
			float: left;
			height: 57px;
			overflow: hidden;
		}
		
		#header ul#primarynav li a {
			display: block;
			padding: 57px 0 0;
			background-repeat: no-repeat;
			background-position: 0 -57px;
		}
		
		#header ul#primarynav li a:hover {
			background-position: 0 0;
		}
		
		#header ul#primarynav li a.active {
			background-position: 0 -114px;
		}
	
		#header ul#primarynav li.overview a {
			background-image: url("images/nav_overview.gif");
			width: 84px;
		}
		
		#header ul#primarynav li.diagnosis a {
			background-image: url("images/nav_diagnosis.gif");
			width: 127px;
		}

		#header ul#primarynav li.tms a {
			background-image: url("images/nav_tms.gif");
			width: 165px;
		}

		#header ul#primarynav li.dbt a {
			background-image: url("images/nav_dbt.gif");
			width: 145px;
		}
				
		#header ul#primarynav li.team a {
			background-image: url("images/nav_team.gif");
			width: 93px;
		}
		
		#header ul#primarynav li.group a {
			background-image: url("images/nav_group.gif");
			width: 91px;
		}
		
		#header ul#primarynav li.services a {
			background-image: url("images/nav_services.gif");
			width: 72px;
		}
		
		#header ul#primarynav li.conversation a {
			background-image: url("images/nav_conversation.gif");
			width: 136px;
		}
	
	#header ul#secondarynav {
		bottom: 64px;
		right: 37px;
		font-size: 12px;
	}
		
		#header ul#secondarynav li {
			float: left;
			border-left: 1px solid;
		}
		
		#header ul#secondarynav li.first {
			border-left: none;
			padding-left: 8px;
		}
		
			#header ul#secondarynav li a {
				color: #040607;
				padding: 0 6px;
			}

	#header span.callout {
		font-weight: bold;
		font-size: 14px;
		color: #1b6e7c;
		position: absolute;
		top: 30px;
		right: 43px;
	}

		#header span.callout span.phone {
			font-size: 16px;
		}

/* Page Container */
#page {
	width: 1004px;
	margin: 0 auto;
	padding: 0 0 4em;
	background: url("images/background_shadow.gif") top left no-repeat;
	text-align: center;
	font-size: 12px;
}
    
	.how-we-can-help-you #banner-interior {
		background: url("images/sp_lp.jpg") no-repeat;
    }
    #page #banner,#page #banner-interior {
		overflow: hidden;
		position: relative;
		height: 206px;
		width: 930px;
		margin: 0 auto;
	}
		#page #banner .quote,#page #banner-interior .quote {
			position: relative;
			width: 314px;
			height: 225px;
			float: left;
			background: url("images/interior_banner.gif") top left no-repeat;
			overflow: auto;
		}
			#page #banner .quote p,#page #banner-interior .quote p {
				font: 1.1em Georgia, "Times New Roman", Times, serif;
				color: #41545e;
				line-height: 1.3;
				display: block;
				width: 240px;
				text-align: left;
				position: absolute;
				  top: 60px;
				  left: 28px;
				margin: 0;
			}
		#page #banner .image,#page #banner-interior .image {
			width: 616px;
			height: 225px;
			float: left;
		}

	/* Home banner styles */
	body.the-retreat-at-sheppard-pratt #page #banner-interior .image {float: left;}
	body.the-retreat-at-sheppard-pratt #page #banner-interior .quote {float: right; background: url("images/interior_banner.gif") top right no-repeat;}

/* Home Page */

	#page #content {
		float: left;
		margin: 0 0 0 61px;
		width: 572px;
		text-align: left;
		line-height: 17px;
		padding: 0 0 3em;
	}
	
	#page h1 {
		color: #41545e;
		font-weight: normal;
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
		text-transform: uppercase;
		border-bottom: 2px solid #c6ccb8;
		padding: 0 0 4px;
		margin: 16px 0 12px;
	}
	#page h2 {
		color: #41545e;
		font-weight: bold;
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
		padding: 0 0 4px;
		margin: 1em 1.5em .5em 0pt;
	}
	#page h4#breadcrumb {
		font-size: .85em;
		margin: .5em 0 1em 0;
		padding: 0 0 .5em;
		color: #888;
		border-bottom: 1px dotted #ccc;
	}
		
		#page #content p {
			margin: .5em 1em 1em 0;
		}
		
	#page #sidebar {
		float: left;
		width: 295px;
		text-align: left;
		line-height: 15px;
		margin: 0 0 0 30px;
	}
		#page #sidebar blockquote {
			margin: 0;
			background: url("images/quote_bg.gif") top left no-repeat;
			padding: 0 0px 22px 44px;
			margin-top: 18px;
		}
		
		#page #sidebar p.cite {
			padding: 0 0px 0 44px;
			margin: 0;
		}
		
			#page #sidebar p.cite a.read-more {
				display: block;
				color: #41545e;
				padding: 3px 14px 5px;
				background: url("images/sidebar_link_bg.gif") top right no-repeat;
				margin: 12px 0 0;
				text-align: right;
			}
		
		#page #sidebar h3, #page #subnav h3 {
			color: #8e9059;
			font-weight: normal;
			font-size: 16px;
			font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
			text-transform: uppercase;
			border-bottom: 1px solid #cdcf91;
			padding: 16px 0 2px;
		}
		
		#page #sidebar ol,#page #subnav ol {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
		
			#page #sidebar ol li, #page #subnav ol li {
				padding-bottom: 6px;
			}
            #page #sidebar ol li{
                padding-bottom:10px;
                font-size:12px;
                font-weight:bold;
            }
            #page #sidebar ol li a {
                color:#0564AE;
            }

		#page #sidebar div.location {
			background: url("images/sidebar_location_bg.gif") top left no-repeat;
			padding: 10px 10px 10px 50px;
			text-align: right;
		}
		
		#page #sidebar div.location address {
			font-style: normal;
		}
		
		#page #sidebar div.location a {
			font-size: 14px;
			display: block;
			padding: 8px 0 8px;
			background: url("images/sidebar_location_arrow.gif") 60px 12px no-repeat;
		}

		#page #sidebar div.award-block {
			border: 1px solid #cdcf91;
			text-align: left;
			padding: 10px;
			margin: 0 0 0 30px;
		}

		#page #sidebar div.award-block h3 {
			color: #0564ae;
			font-weight: normal;
			font-size: 16px;
			font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
			text-transform: uppercase;
			border-bottom: 0px;
			margin: 0 0 10px 0;
			padding: 0px;
		}
		
		#page #sidebar div.award-block h3 a {
			color: #0564ae;
			text-decoration: none;
		}
		
		#page #sidebar div.award-image  {
			margin: -2px 10px 0 -40px;
			float: left;
		}

/* Interior Pages */
	#page .interior-wrap {
		background: url("images/interior_bg.gif") 37px 0 repeat-y;
		border-top: 1px solid transparent;
		margin-top: 2px;
	}

	#page #banner-interior {
		height: 225px;
	}

	#page #content-interior {
		float: right;
		margin: 0 37px 0 0;
		padding: 0 0 4em;
		width: 600px;
		text-align: left;
	}
	
		#page #content-interior h2 {
			margin-right: 1em;
		}
		
		#page #content-interior p {
			margin: .5em 1.5em 1em 0;
			line-height: 17px;
		}
		
		#page #content-interior ul li {
			margin-bottom: 4px;
		}
		
		#page #content-interior ul.news {
			margin: 0 2em 0 0;
			padding: 0;
			list-style: none;
			border-top: 1px solid #f0efd9;
		}
		
		#page #content-interior ul.news li  {
			clear: left;
			margin: 0 0 0;
			border-bottom: 1px solid #f0efd9;
			padding: 0 0 0 10px;
		}

		#page #content-interior ul.news li.stripe  {
			background: #f9f9f0;
		}
		
			#page #content-interior ul.news li a {
				font-weight: bold;
				height: 50px;
				display: block;
				padding: .5em 0;
				text-decoration: none;
			}
			
			#page #content-interior ul.news li a img {
				float: left;
				margin: 0 1em 0 0;
				border: none;
			}
			
			#page #content-interior ul.news li a span.title {
				display: block;
				text-decoration: underline;
				padding-top: .67em;
			}
			
			#page #content-interior ul.news li a span.date {
				display: block;
				color: #888;
				font-weight: normal;
				
			}
		
	#page #subnav {
		margin: 0 637px 0 37px;
		text-align: left;
		padding: 0 0 4em;
	}
	
		#page #subnav .quote {
			margin-top: 24px;
		}

                #page #subnav ol.news {
                        padding-right: 15px;
                }
		
		#page #subnav #pages {
			background: url("images/subnav_ornament_top.gif") top left no-repeat;
		}
		#page #subnav #pages ul {
			margin: 0 0 24px;
			padding: 42px 0 36px;
			list-style: none;
			background: url("images/subnav_ornament_bottom.gif") bottom left no-repeat;
		}
		
			#page #subnav #pages ul li {
				display: block;
				text-align: center;
				margin: 0 36px 0 20px;
				border-bottom: 1px solid #e9e9ce;
			}
			
			#page #subnav #pages ul li a {
				display: block;
				font-size: 14px;
				text-decoration: none;
				color: #1c7180;
				padding: 4px;
				background: #f9f9f0;
			}
			
			#page #subnav #pages ul li a:hover {
				background: #fff;
			}
			
			#page #subnav #pages ul li a.active {
				background: #fff;
			}
			
				#page #subnav #pages ul li ul {
					margin: 0;
					padding: 0;
				}
				
					#page #subnav #pages ul li ul li {
						padding: 0;
						margin: 0;
						border-bottom: none;
						border-top: 1px solid #e9e9ce;
					}
					
						#page #subnav #pages ul li ul li a {
							font-size: .875em;
							color: #252f35;
						}
			
		#page #subnav blockquote {
			background: url("images/subnav_quote.gif") top left no-repeat;
			margin: 0;
			padding: 0 37px 0 60px;
		}
		
		#page #subnav ol {
			margin: 6px 0 0 24px;
		}
		
		#page #subnav p.cite {
			padding: 0 0 0 60px;
		}
		
			#page #subnav p.cite a {
				display: block;
				background: url("images/subnav_link_bg.gif") top right no-repeat;
				padding: 4px 16px 6px 0;
				text-align: right;
				margin: 12px 37px 12px 0;
				color: #41545e;
			}
			
		#page #subnav h3 {
			margin: 0 24px;
		}
	
	#page .interior-wrap #footer,#page .interior-wrap #footer-home {
		border-top: 2px solid #fff;
	}
	
/* Staff Pages */
	#page h1.staff-name {
		border-bottom: none;
		margin-bottom: 2px;
		padding: 0;
	}
	#page #content-interior p.staff-position {
		font-weight: bold;
		border-bottom: 2px solid #c6ccb8;
		margin-top: 2px;
	}

/* Schedule */
	.ui-tabs-hide {display: none;}
	#page #content-interior p.utilities {
		padding: 8px 0 0 0;
		margin: 0;
	}
		#page p.utilities a.back-to-top {
			background: url('images/icon_back-to-top.gif') no-repeat left center;
			font-size: 1.1em;
			padding-left: 18px;
		}
		#page p.utilities a.calendar {
			background: url('images/icon_calendar.gif') no-repeat 2px center;
			font-size: 1.1em;
			padding-left: 18px;
		}

	#page #schedule .day {
		border-bottom: 1px solid #eaebd1;
		background: url('images/schedule-day_bg.gif') repeat-y;
	}
	
	#page #schedule #tabs ul {
		position: relative;
		height: 28px;
		background-color: #1c7180;
		list-style: none;
		display: block;
		margin: 0;
		padding: 10px 0 0 10px;
	}
	#page #schedule #tabs ul li {
		display: inline;
		background: none;
		padding-left: 0;
		margin: 0;
	}
	#page #schedule #tabs ul li a {
		color: #cdcf91;
		margin: 0 5px 0 0;
		padding: 0 4px;
		outline: none;
	}
	
	#page #schedule #tabs ul li.ui-tabs-selected a {
		font-size: 1.3em;
		text-decoration: none;
		color: #fff;
	}
	#page #schedule #tabs ul li.ui-tabs-selected {
		padding-left: 8px;
	}
	
	#page #schedule dl {
		clear: both;
		margin: 0;
		padding: 12px 0;
		overflow: hidden;
	}
		#page #schedule dl.alt {
			background-color: #eaebd1;
		}
	#page #schedule dl dt {
		display: block;
		/*width: 220px;*/
		width: 210px;
		float: left;
		background: url('images/hr_dotted.gif') repeat-x 0 10px;
		margin: 0 0 0 10px;
		padding: 0;
	}
		#page #schedule dl dt span {
			background-color: #fff;
			padding-right: 4px;
		}
			#page #schedule dl.alt dt span {
				background-color: #eaebd1;
			}


	#page #schedule dl dd {
		display: block;
		/*width: 378px;*/
		width: 358px;
		float: left;
		margin: 0;
		padding: 0 10px;
	}
		#page #schedule dl dd.alt {
			background-color: #eaebd1;
		}
		#page #schedule dl dd h4 {
			font-size: 1.2em;
			margin: 0;
			padding: 0;
		}
		#page #schedule dl dd p {
			margin: 0;
			padding: 0;
		}

/* Footer */
	#page #footer-home, #page #footer {
		font-size: 11px;
		clear: both;
		width: 930px;
		margin: 0 auto;
		position: relative;
		padding: 1em 0;
		background: #f0efd9;
		line-height: 15px;
		text-align: right;
		position: relative;
	}
	
	#page #footer {
		text-align: left;
	}
	
		#page #footer-home a, #page #footer a {
			color: #00687a;
		}
		
		#page #footer-home p, #page #footer p {
			margin: 0;
			padding: 0 1em;
		}
		
		
		#page #footer-home p.nav {
			position: absolute;
			top: 11px;
			left: 110px;
			text-align: center;
		}
		
		#page #footer p.nav {
			position: absolute;
			top: 11px;
			right: 110px;
			text-align: center;
		}

p#copyright {
	text-align: right;
	margin: 0 auto;
	width: 930px;
	padding: 1em 0;
	font-size: 11px;
	line-height: 17px;
	background: #fff;
}

p#copyright a.groove {
	padding-left: 24px;
	background: url("images/groove_icon.gif") 0 2px no-repeat;
}

ul.testimonial-list {
	margin: 22px 40px 0 20px;
	padding: 0;
	list-style: none;
}

	ul.testimonial-list li {
		margin: 0;
		padding: 0;
	}
	
		ul.testimonial-list li p {
			margin: 0;
			padding: 0;
		}
		
		ul.testimonial-list li blockquote {
			background: url("images/quote_bg.gif") top left no-repeat;
			margin: 0 0 1em 0;
			padding: 0 0 22px 44px;
			border-bottom: 1px solid #ecebd5;
		}

		
#page form.cform {
	background: #ebeacc url("images/contact_form_header.gif") top left no-repeat;
	margin: 0 0 0 0;
	width:  592px;
	padding: 40px 0 50px;
	margin: 4em 0 0;
	position: relative;
}

#page form#cforms3form {
	background-image: none;
	padding-top: 20px;
	margin-top: 3em;
}

#page form#cforms2form.cform {
	background: #ebeacc;
}

	#page form.cform ol.cf-ol {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	#page form.cform p.intro {
		position: absolute;
		top: 7px;
		left: 21px;
	}
	
		#page form.cform p.intro strong {
			font-size: 18px;
			letter-spacing: -.067em;
			color: #41545E;
			font-weight: normal;
		}
	
		#page form.cform ol.cf-ol li {
			margin: 0;
			padding: 0 0 8px 21px;
			text-align: left;
		}
		
		#page form.cform ol.cf-ol li.cf_li_err {
			margin: 0;
			padding: 0 0 8px 21px;
			text-align: left;
			background: transparent;
			border: none			
		}
		
			#page form.cform ol.cf-ol li.cf_li_err label span {
				color: #c00;
				font-weight: bold;
				background: transparent;
			}

			#page form.cform ol.cf-ol li label {
				display: block;
				width: 180px !important;
				padding: 0;
				margin: 0;
				text-align: left;
			}
				
				#page form.cform ol.cf-ol li label span {
					display: inline;
					width: auto;
					padding: 0;
					margin: 0;
				}
			
				#page form.cform ol.cf-ol li span.emailreqtxt,
				#page form.cform ol.cf-ol li span.reqtxt {
					display: none;
				}
				
			#page form.cform ol.cf-ol li textarea,
			#page form.cform ol.cf-ol li input {
				width: 230px;
				font-size: 12px;
				font-family: Arial,Sns-serif;
				border: 1px solid #d4d3bc;
			}
			
			#page form.cform ol.cf-ol li textarea {
				width: 260px;
				height: 119px;
			}
			
			#page form.cform ol.cf-ol li#li--4, 
			#page form.cform ol.cf-ol li#li-3-4, 
			#page form.cform ol.cf-ol li#li-4-4, 
			#page form.cform ol.cf-ol li#li-2-4 {
				position: absolute;
				right: 30px;
				top: 39px;
			}
			
			#page form.cform ol.cf-ol li#li-3-4 {
				top: 20px;
			}
			
			#page form.cform p.cf-sb {
				position: absolute;
				bottom: 0;
				left: 180px;
				margin: 0;
				padding: 0;
			}
			
				#page form.cform p.cf-sb input {
					margin: 0;
					padding: 0;
					background: url("images/btn_contact.gif") top left no-repeat;
					font-size: 1px;
					text-indent: -9999px;
					width: 226px;
					cursor: pointer;
					height: 36px;
				}
				
#page #privacy-msg {
	margin: 0;
	padding: 0 0 4px 0;
	background: #EBEACC;
	width: 592px;
	position: relative;
}

	#page #privacy-msg p {
		margin: 0;
		padding: 1em 142px 0;
		text-align: center;
	}
	
	#page #privacy-msg p.lock {
		background: url("images/lock_icon.gif") 183px 2px no-repeat;
		padding: 0 160px 0 210px;
		text-align: left;
		line-height: 1.15em;
	}
	
		#page #privacy-msg p.lock strong {
			display: block;
		}

	#page #privacy-msg p.last {
		margin-bottom: 2px;
	}
		
		
		
		
/*--------------------------------------
Portfolio */
body#portfolio-gallery #content {
	float: none;
	width: 820px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

h2.portfolio-heading {clear: both; border-bottom: 1px dotted #00502f;}
h2.portfolio-heading a {color: #00502f; text-decoration: none; font-weight: normal;}
h2.portfolio-heading a:hover {color: #00a65d;}

#content ul.gallery {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}
#content ul.gallery li {
	float: left;
	background: none;
	padding: 0;
	margin-bottom: 30px;
}
ul.gallery a {
	display: block;
	float: left;
	width: 50px;
	text-decoration: none;
	font: 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #053d21;
	text-align: center;
	background: #fdfdfb url('images/portfolio-item_bg.jpg') repeat-x bottom;
	border: 1px solid #d6d6c4;
	margin: 0 20px 0 0;
	padding: 5px 0;
}
ul.gallery li.last a {margin-right: 0;}
ul.gallery a img {
	border: 1px solid #c0d4ca;
}

ul.gallery a:hover {
	color: #0b894b;
	background: #fff none;
}


ul.landing-list {
	list-style-type: none;
	padding-left: 8px;
}

ul.landing-list li {
	padding-bottom: 7px;
}


ul.landing-list li a {
	color: #26A0B6;
}


.landing-buttons {
	margin-bottom: 75px;
}


.banner-text {

	position: absolute;
	width:500px;
	text-align:left;
	left:400px;
	top:120px;
	float:left;
	font-family: "Times New Roman", Arial, sans serif;
	font-size:14px;
	line-height:1.1em;
}
.banner-text a {

	color:#fff;
}
