/* 
    FILE:		/styles/individual-psychotherapy-title-style.css
		AUTHOR: Sonya Shannon
            sshannon@artware.com
            http://www.valeriekates.com
*/
/*  This file is customized for each page and is included below the  main-style.css  link. */
/*  The  margin-left  for  .content .title  should be set to  65  plus the width of the  .leadGraphic . */

/***  RWD Version  ***/

/* TITLE STRUCTURE */
.content .title {
	text-align: left;
/*	margin-left: 250px;*/  /* 65 plus  200 = the width of  stanley-park-path.png , the  .leadGraphic  for the home page. */
	
/*	width: 70.97222%;	*/       
	margin-left: 29.02777%;
}
	.content .title img {
		width: 77.4951%;   
		max-width: 100%;
	}
@media (max-width: 480px) {     /* @media (max-width: 480px) */
	.content .title img {
		width: 77.49899%; 			
		width: 90%;
		max-width: 100%;
	}
}			     			/* @media (max-width: 480px) */
/* END TITLE STRUCTURE */

/* LEAD GRAPHIC STRUCTURE */
.content .leadGraphic {
	float: left;
	width: 24.20168%;
	margin-right: 2.521%;
	max-width: 100%;
}
	.content .leadGraphic img {
		width: 100%;
		max-width: 100%;
	}
/* END LEAD GRAPHIC STRUCTURE */

/* QUOTE COLUMN STRUCTURE */
.quoteColumn {
	position: absolute;
	bottom: 30%;
	left: 59.66666%;
}
@media (max-width: 745px) {     /* @media (max-width: 599px)  950px ??? */
.quoteColumn {
	position: static;
/*	bottom: 0;
	left: 0;*/
}
}
/* end QUOTE COLUMN STRUCTURE */

/* Tweaks for this Page */
	.bodyText {
		margin-bottom: 1rem;
	}
/* Tweaks for this Page */


