/*

Theme name: Merz Physical Therapy
Author: Jaime Chismar, <a href="http://www.superdeluxedesign.com">Super Deluxe Design Studio</a>.

*/



/* Body style*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica; sans-serif;
	color: #4f3d24;
	line-height: 100%;
	margin: 0;
	}

.clear {clear:both;}

A {text-decoration: underline;}
A:link { color: #5e9900; }
A:active { color: #5e9900; }
A:visited { color: #5e9900; }
A:hover { color: #0c72b5;}



	

/* NAVBAR  */

#nav {
	width: 100%;
	background-color: #5e9900;
	background-image: url(/wp-content/themes/merzPT/images/merzBKGnav.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px 0;
}

#nav .navcontent {

}

.navlinks {
 	margin: 0 auto 0 auto;
	font-size: 13px;
	color: #3e6400;
	font-weight: bold;
}

.navlinks A {
	padding: 0;
	margin: 0 11px;
}

.navlinks A:link { color: #c0df8f; text-decoration: none;}
.navlinks A:active { color: #c0df8f; text-decoration: none;}
.navlinks A:visited { color: #c0df8f; text-decoration: none;}
.navlinks A:hover { color: #fff; text-decoration: none;}


/* Header Image */

#header {
	width: 100%;
	background-image: url(/wp-content/themes/merzPT/images/merzBKGmain.png);
	background-repeat: repeat-x;
	height:220px;
}

.mainImage {
	height: 220px;
	width: 890px;
	margin: 0 auto 0 auto;
	background-image: url(/wp-content/themes/merzPT/images/merzHome.png);
	background-repeat: repeat-x;
}

.page-2 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzContact.png);
}

.page-5 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzTeam.png);
}

.page-9 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzServicesExpertise.png);
}

.page-13 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzNewPatients.png);
}

.page-16 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzPrograms.png);
}

.page-125 .mainImage {
	background-image: url(/wp-content/themes/merzPT/images/merzTestimonials.png);
}


.page-129 .mainImage {
	background-image: url(http://test.merzphysicaltherapy.com/wp-content/themes/merzPT/images/merzPhoenix.png);
}




#imageBar {
	background-color: #fff;
	background-image: url(http://test.merzphysicaltherapy.com/wp-content/themes/merzPT/images/merzBKGheaderbottom.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
}


#imageBar .content {
	width: 890px;
	margin: 0 auto 0 auto;
}

.greenBar {
	background-color: #5e9900;
	background-image: url(http://test.merzphysicaltherapy.com/wp-content/themes/merzPT/images/merzBKGfooter.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 145px;
	width: 735px;
	height: 15px;
}




/* Main style*/

#thePage {
	background-color: #fff;
	width: 100%;
	margin: 0 auto 0 auto;
}


#main {
	background-color: #fff;
	width: 890px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;

}

.maincontent {
	width: 580px;
	margin:0 -1px 0 0;
	padding: 0 30px 0 10px;
	border-right: solid 1px #dac9b4;
	float:left;
	font-family: Georgia, Times New Roman, serif;
	font-size:1.0em;
	line-height: 160%;
}

#noSidebar .maincontent {
	width: 870px;
	padding: 0 0 0 10px;
	float:left;
	border-right:none;
	font-family: Georgia, Times New Roman, serif;
	font-size:1.0em;
	line-height: 160%;
}

#sidebar {
	width: 229px;
	margin: 0;
	padding: 0 0 0 30px;
	border-left: solid 1px #dac9b4;
	float:left;
}



p {
	margin:0 0 0 30px;
	padding: 10px 0;
}


h2 {
	font-family: Georgia, Times New Roman, serif;
	font-style:italic;
	font-weight:normal;
	color: #5e9900;
	margin: 0;
	padding: 0 0 10px 0;
}


h3 {
	margin:0;
	padding: 20px 0 0 0;
	color: #5e9900;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type:disc;
	padding: 0;
	margin: 0 10px 0 15px;
}

li {
	padding: 0;
	margin: 0 0 10px 0;
}

.homepage .entry {
	padding: 0 0 30px 0;
}

.entry ul {
	margin: 0 0 0 45px;
}

.entry em  {
	color: #5e9900;
}


.entry blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	padding: 0;
	margin: 20px 0 20px 0;
}

.entry blockquote p{
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.entry blockquote h3 {
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.entry .alignright {
	border: solid 1px #5e9900;
	margin: 14px 0 10px 10px;
	padding: 3px;
}

.entry .alignleft {
	border: solid 1px #5e9900;
	margin: 14px 10px 10px 0;
	padding: 3px;
}



.alignright img{
	border: none;
}

.alignleft img {
 border: none;
}



/* Widgets */

.widget {
	margin: 0 0 10px 0;
	line-height: 140%;
	font-size: 0.8em;
}


.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget li {
	border-bottom: 1px #ccc solid;
	padding: 5px 0 5px 0;
	margin: 0;
}


.widget .old h2 {
	font-size: 16px;
	color: #4e3616;
	padding: 6px;
	margin: 0 0 10px 0;
	background-image: url(/wp-content/themes/merzPT/images/merzBKGsidebar.png);
	background-repeat: repeat;
}


.widget h2 {
	color: #4e3616;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	padding: 0;
	margin: 0 0 20px 0;
	background-image: none;
}


.widget h3 {
	padding: 0;
	margin: 0;
}

.widget p {
	padding: 0 0 20px 0;
	margin: 0;
}



/* Footer style*/

#footer {
	width: 100%;
	background-image: url(/wp-content/themes/merzPT/images/merzBKGfooter.gif);
	background-repeat: repeat-x;
	background-color: #5e9900;
}


#footer p {
	width: 870px;
	font-size: 0.8em;
	line-height: 140%;
	margin: 0 auto 0 auto;
	padding: 20px 10px 50px 10px;
	color:#c0df8f;
}


#footer A:link { color: #fff; text-decoration: none;}
#footer A:active { color: #fff; text-decoration: none;}
#footer A:visited { color: #fff; text-decoration: none;}
#footer A:hover { color: #fff; text-decoration: underline;}




	