/*
CSS - SCREEN 

Owner:
Judi Nelson
www.balancedphysicaltherapy.com

Designer:
Dawud Miracle, Healthy WebDesign
www.healthywebdesign.com

last revised: 26 Nov 2007
*/



	/*  LINKS  */

a, a:visited {
	text-decoration: underline;
	color: #161e83;
}

a:hover, a:active {
	text-decoration: none;
}


	
	/*  OVERALL LAYOUT  */
	
body {
	margin: 0;
	padding: 0;
	background: #fcf0d6 url(../img/bkgrd_body.gif) repeat-x left top;
	color: #1A1A1A;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 140%;
	font-size: 13px;
	text-align: center;
}

#bkground {
	margin: 0 auto;
	padding: 0;
	width: 766px;
	background: url(../img/bkgrd_wrap.jpg) repeat-y scroll center top;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 766px;
	background: url(../img/bkgrd_top.gif) no-repeat scroll center top;
	text-align: left;
}

#masthead {
	margin: 0;
	padding: 0;
	height: 124px;
	background: url(../img/bkgrd_masthead.jpg) no-repeat scroll top center;
	text-align: right;
}

#topnav {
	margin: 18px 20px 0 20px;
	padding: 0;
	height: 175px;
	width: 745px;
	background: url(../img/bkgrd_topnav.jpg) no-repeat scroll -9px 0;
}

#main {
	margin: 5px 18px 0 35px;
	padding: 0;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	display: inline;
}

#content {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 490px;
	display: inline;
}

#footer {
	clear: both;
	margin: 2em 0 0 0;
	padding: 2em 200px 35px 0;
	text-align: center;
	background: url(../img/bkgrd_footer.gif) no-repeat center bottom;
}




	/*  IE6 HACKS  */

* html #wrapper {
	padding-left: 20px;
}	

* html #masthead {
	margin-left: 20px;
}

* html #main {
	margin-right: 0;
	width: 711px;
}

* html #sidebar {
	padding-left: 2px;
}

* html #footer {
	width: 766px;
}




	/*  MASTHEAD  */
	
#masthead h1 {
	display: none;
}

#masthead h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #b4541a;
	margin: 0 30px 0 0;
	padding: 48px 0 0 0;
}



	/*  MASTHEAD NAV  */
	
#masthead ul {
	margin: 30px 30px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

* html #masthead ul {
	margin-right: 15px;
}

#masthead li {
	margin: 0;
	padding: 0;
	display: inline;
}

#masthead li a {
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	display: inline;
	text-decoration: none;
	color: #270d4c;
	font-size: 14px;
	border-right: 1px solid #270d4c;
}

#masthead li a.directions {
	border-right: none;
	padding-right: 0;
}

#masthead li a:hover {
	color: #8c59ab;
}



	/*  TOP NAV - where am i  */
	
#home #masthead li a.home,
#about #masthead li a.about,
#contact #masthead li a.contact,
#directions #masthead li a.directions {
	color: #8c59ab;
	font-weight: bold;
}



	/*  CONTENT  */
	
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 140%;
	line-height: 140%;
	color: #06620a;
}

#content h3 {
	font-size: 130%;
	line-height: 140%;
	color: #06620a;
	margin: 2em 0 1em 0;
}

#content h4 {
	font-size: 110%;
	line-height: 140%;
	color: #06620a;
	margin-bottom: 1px;
}

#content p {
	margin: 0 0 1.5em 0;
}

#content ol, #content ul {
	margin: 1em 0 1em .5em;
	padding: 0 0 0 1.5em;
}

#content li {
	margin: 0 0 .75em 0;
}

.testimonial {
	margin: 2em 1em;
	padding: 5px 12px;
	font-size: 90%;
	font-style: italic;
	color: #1B3B72;
	line-height: 130%;
	background: #d6e2f7;
	border:  1px solid #8395b5;
	width: 90%;
}

.testimonialwho {
	font-style: normal;
	text-align: right;
	display: block;
}

.textright {
	text-align: right;
}

.textblue {
	color: #000099;
}

.quote {
	font-style: italic;
	margin: 2em 0;
	padding: 0 1em;
	font-size: 100%;
}

.quotewho {
	font-style: normal;
	text-align: right;
	display: block;
}

.imageright {
	margin: .5em 0 .5em 12px;
	padding: 3px;
	border: 1px solid #373737;
	float: right;
}

.imageleft {
	margin: .5em 12px .5em 0;
	padding: 3px;
	border: 1px solid #373737;
	float: left;
}




	/*  CONTENT FORMS  */
	
#content #form {
	margin: 2em auto 2.5em auto;
	width: 90%;
}
	
#content #form form {
	margin: 2.5em 0;
	padding: 8px 20px;
	background: #E4DEED;
	border: 1px solid #baadd4;
}

#content #form .row {
	clear: both;
	margin: 1em 0;
}

#content #form label {
	float: left;
	margin-bottom: 1em;
}

#content #form input, #content #form textarea {
	float: right;
	width: 45%;
}

#content #form textarea {
	margin-bottom: 1em;
}

#content #form input.submit {
	float: none;
	clear: both;
	width: 80px;
	margin-top: 1em;
	margin-left: 55%;
}



	/*  CONTENT TABLE  */
	
#content table {
	width: 410px;
	border: 0;
	margin: 0 0 1.5em 0;
	text-align: left;
	font-size: 100%;
}

#content th {
	padding:  5px;
}

#content th.colleft {
	width: 20%;
}

#content th colright {
	width: 78%;
}

#content td {
	padding: 5px;
}



	/*  TOP NAV  */
	
#topnav ul {
	margin: 0;
	padding: 138px 0 0 0;
	list-style: none;
	text-align: center;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav li a, #topnav li a:visited {
	margin: 0 12px;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	color: #270d4c;
	font-weight: normal;
	display: inline;
	text-align: center;
}

#topnav li a:hover, #topnav li a:active {
	color: #81308d;
}



	/*  TOP NAV - where am i  */
	
#isthisyou #topnav li a.isthisyou,
#ourapproach #topnav li a.ourapproach,
#threequestions #topnav li a.threequestions,
#events #topnav li a.events,
#services #topnav li a.services {
	color: #81308d;
	font-weight: bold;
}



	/*  SIDEBAR  - NAV  */

#sidebar h2 {
	margin: 30px 0 8px 0;
	padding: 0 12px;
	color: #270d4c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#sidebar ul {
	margin: 0;
	padding: 0 12px 0 15px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar li a, #sidebar li a:visited{
	margin: 3px 0;
	padding: 1px 5px;
	display: block;
	text-decoration: none;
	color: #270d4c;
}

#sidebar li a:hover, #sidebar li a:active {
	color: #81308d;
}



	/*  SIDEBAR - NAV - where am i  */
	
#resources #sidebar li a.resources,
#archives #sidebar li a.archives,
#insurance #sidebar li a.insurance,
#jobs #sidebar li a.jobs {
	color: #81308d;
	font-weight: bold;
}



	/*  SIDEBAR - NAV - SERVICES  */
	
#sidebar #servicesnav {
	margin: 0;
	padding: 0;
}

#sidebar #servicesnav h2 {
	
}

#sidebar #servicesnav ul {
	margin: 0;
	padding: 0;
}

#sidebar #servicesnav li {
	margin: 0;
	padding: 0;
}

#sidebar #servicesnav li a {
	margin: 0;
	padding: 10px 12px 10px 48px;
	font-size: 15px;
	background: #a08bc1;
	color: #f0f8f7;
	border-bottom: 1px solid #70618d;
}

#sidebar #servicesnav li a.pt {
	background: url(../img/icon-pt.jpg) no-repeat 12px center;
}

#sidebar #servicesnav li a.mt {
	background: url(../img/icon-mt.jpg) no-repeat 12px center;
}

#sidebar #servicesnav li a.p {
	background: url(../img/icon-pilates.jpg) no-repeat 12px center;
}

#sidebar #servicesnav li a.er {
	background: url(../img/icon-er.jpg) no-repeat 12px center;
}

#sidebar #servicesnav li a:hover {
	color: #81308d;
}



	/*  SIDEBAR SERVICESNAV - where am i  */
	
#pt #sidebar li a.pt,
#mt #sidebar li a.mt,
#p #sidebar li a.p,
#er #sidebar li a.er {
	color: #81308d;
	font-weight: bold;
	font-size: 13px;
}

#pt #sidebar li a.pt {
	background: #fffefd url(../img/icon-pt-on.jpg) no-repeat 12px center;	
}

#mt #sidebar li a.mt {
	background: #fffefd url(../img/icon-mt-on.jpg) no-repeat 12px center;	
}

#p #sidebar li a.p {
	background: #fffefd url(../img/icon-pilates-on.jpg) no-repeat 12px center;	
	border: none;
}

#er #sidebar li a.er {
	background: #fffefd url(../img/icon-er-on.jpg) no-repeat 12px center;	
}




	/* SIDEBAR - Secondary Nav  */

#sidebar ul ol {
	display: none;
}

#p #sidebar ul ol {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #70618d;
	background: #fffefd;
}

#p #sidebar ul ol li {
	
}

#p #sidebar ul ol li a {
	border: none;
	background: #fffefd;
	font-size: 13px;
	color: #81308d;
	margin: 0;
	padding: 2px 10px 0 48px;
}

#p #sidebar ul ol li a:hover {
	color: #270d4c;
}




	/* SIDEBAR - FORM  */

#sidebar form {
	margin: 30px 0 0 0;
	padding: 15px 15px 15px 18px;
	font-size: 90%;
	background-color: #cabadd;
	border-top: 2px solid #70618d;
	border-bottom: 2px solid #70618d;
}

#sidebar h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar form p {
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar label {
	margin: 0;
}

#sidebar input {
	margin: 2px 0 .5em 0;
}

#sidebar form p.privacy {
	margin-top: 1.5em;
	line-height: 130%;
	font-size: 85%;
	font-style: italic;
}



	/*  FOOTER  */

#footer h6 {
	margin: 0 8em;
	padding: 0;
	font-weight: normal;
	font-size: 9px;
}
