
/*
Theme Name: Premier Women's Health
Theme URI: http://www.premierwh.com
Description: The Premier Women's Health Theme
Version: 1.6
Author: Shelbi Roach  

*/

body {
	font: 15px "Myriad Pro", "lucida sans", arial, sans serif;
	color: #444;
	background: #FFF url(img/bg-body-subpage.jpg) repeat-x; 
	margin:0;
}

body.home {
	background: #FFF url(img/bg-body-homepage.jpg) repeat-x;
}

/* Links */

a:link, a:visited {
	color: #006f7d;
	outline: none; 
	text-decoration: none;
}
 
ul,ol { list-style:none; margin:0; padding:0; }



/* PAGE STRUCTURE
------------------------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
}

/* Homepage */

.primary {
	width: 535px; 
	float: left;	
}

.secondary {
	width: 365px;
	padding: 0 10px;
	float: right;
}

/* Subpages */

.main {
	width: 620px;
	float: left;
	padding: 10px 20px 30px 30px;
	line-height:1.3;
}

.contact-main {
	width: 450px;
	float: left;
	padding: 10px 20px 30px 30px;
	line-height:1.3;
}

.sidebar {
	width: 235px;
	float: left;
	padding: 20px 25px 0;
}

.contact-sidebar {
	width: 454px;
	float: left;
	padding: 20px 0 0;
	font-size: 18px;
	line-height:1.3;
}

.office-main {
	float:left;
	width: 910px;
	padding: 10px 20px 30px 30px; }

/* HEADER
------------------------------------------------------------- */

.header { 
	height: 311px;
}

.header h1#logo {
	float:left;
	width: 430px; }
	
.header h1#logo a {
	display: block;
	width: 300px;
	height: 215px;
	margin-top: 10px;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
}

.header .top_women {
	float: left;
	width: 509px; 
	height: 244px;
	margin-top: 21px; }

/* Navigation - First level */

.header ul#nav {
	height:45px;
	list-style:none outside none;
	margin:1px 0 0;
	padding:0;
	position:relative;
	text-indent:-9999px;
	width:980px;
}

.header ul#nav li {
	float: left; 
	text-transform: uppercase;
	font-family: arial, sans serif;
	font-size: 10px;
	
}

.header ul#nav li a {
	text-decoration: none;
	color: #0e0e0e;
	padding: 0 15px;
	line-height: 42px;
	position: relative;
	z-index: 10;
	display: block;
}
 

.header ul#nav li.nav-home {
	background: url(img/nav-home.jpg) no-repeat 0 0;
	width: 81px;
	height: 45px; }
	
	.header ul#nav li.nav-home:hover {
		background-position: 0 -45px; }

.header ul#nav li.nav-about {
	background: url(img/nav-about.jpg) no-repeat 0 0; 
	width: 85px;
	height: 45px; }
	
	.header ul#nav li.nav-about:hover {
		background-position: 0 -45px; }
		
.header ul#nav li.nav-education {
	background: url(img/nav-education.jpg) no-repeat 0 0;
	width: 195px;
	height: 45px; }
	
	.header ul#nav li.nav-education:hover {
		background-position: 0 -45px; }

.header ul#nav li.nav-poa {
	background: url(img/nav-poa.jpg) no-repeat 0 0;
	width:225px;
	height:45px; }
	
	.header ul#nav li.nav-poa:hover {
		background-position: 0 -45px; }

.header ul#nav li.nav-appointment {
	background: url(img/nav-appointment.jpg) no-repeat 0 0;
	width:263px;
	height:45px; }
	
	.header ul#nav li.nav-appointment:hover {
		background-position: 0 -45px; }
		
.header ul#nav li.nav-contact {
	background: url(img/nav-contact.jpg) no-repeat 0 0;
	width:111px;
	height:45px; }
	
	.header ul#nav li.nav-contact:hover {
		background-position: 0 -45px; }

.header ul#nav li a:hover, .header ul#nav li.current a {
	color: #003745;
}

.header ul#nav li.hover, .header ul#nav li:hover { 
	position: relative; 
}

/* Navigation - Second level */

.header ul#nav ul {
	width: 180px;
	visibility: hidden; 
	position: absolute; 
	top: 100%; left: 0;  
	z-index: 200;
	background-color: #72afb6;	
	text-indent: 0;
	margin:0;
	padding:0;
}

.header ul#nav ul li {  
	background-color: #003745;
	background-image: none !important; 
	float: none;  
	display: block;
	margin: 0;
}

.header ul#nav ul li:hover a { 
	color: #003745;
	background-image: none;	
}

.header ul#nav ul li:hover a:hover {
	text-decoration: none; 
	color: #003745;
	background-image: none;
	background-color: #c5e1e4;
}

.header ul#nav li.hover ul li a {
	color: #FFF;
	height: 31px;
	line-height: 31px;
	background-image: none; 
}

.header ul#nav li.hover ul li a:hover {
	color: #FFF;
	background-color: #006a72;
}			  
                                   
.header ul#nav ul li a { 
	color: #fff;
	padding: 0 0 0 15px;
}

	
/* FEATURED SECTION
------------------------------------------------------------- */

.featured {
	height: 304px;
	width: 960px; 
	font: 12px/18px arial, sans serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	clear:both;
}

.featured h3 {
	font-size: 28px;
	font-style: italic;
	margin: 30px 0 20px 0;
	color: #fff;
}

.featured .item {
	width: 960px;
	height: 304px;
}

.featured .item img {
	position: absolute;
	bottom: -1px !important;
	left: 0;
}

.featured div#slider-nav {
	width: 54px;
	position: absolute;
	bottom: -13px; left: 453px;
	z-index: 100;
}

.featured a#prev {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	background: url(z/bg-prevnext.png) top left no-repeat;
	text-indent: -9999px;
}

.featured a#prev:hover {
	background-position: bottom left;
}

.featured a#next {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	background: url(img/bg-prevnext.png) bottom right no-repeat;
	text-indent: -9999px;
}

.featured a#next:hover {
	background-position: top right;
}

/* Tagline - subpages */

.tagline {
	padding: 20px 0 10px; 
	color: #fff; 
	text-align: center;
}

.subtagline {
	padding: 15px 0 10px;
	color:#fff;
	text-align: center;
	font-size: 20px;
	clear:both; }

.tagline p:first-child {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 10px 0;
}

/* HOME STYLES */
.home .content { margin-top: 60px; }

.tag {
	width: 960px; }

.tag .doctors {
	float:left;
	width: 230px;
	height: 230px;
	margin-right: 30px; }
	
.tag .tagtxt {
	float:left;
	width: 690px; 
	font-size: 20px;
	line-height: 1.3; 
	text-align: justify; }
 

/* MAIN STYLES
------------------------------------------------------------- */

/* Headings */

h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 24px 0;
	color: #363636;	
}

h2 {
	font-size: 30px;
	font-style: italic;
	color: #003745;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.home h5 {
	font-size: 14px;
	font-weight: bold;
	color: #121212;
	margin: 0 0 10px 0;
}

/* "Box" structure */



.section {
	padding: 20px 0 0;
	position: relative;
}

.content.section {
}
 

.section .service {
	width: 255px;
	float: left;
	padding: 0 30px;
	background: url(img/separator-vert.png) 100% 100% no-repeat;
}

.section .service:last-child {
	background: none;
}

.section .service img {
	float: left;
	margin: 0 25px 30px 0;
}

/* Homepage - primary content */

.primary ul.services li {
	background: url(img/separator-horz.png) 30% 100% no-repeat;
	padding: 20px 10px 20px 0; 
	font-size: 14px;
}

.primary ul.services li h5 { 
	color:#72afb6; 
	font-size: 16px; 
	margin-bottom: 5px; }

.primary ul.services li:last-child {
	background: none;
}

.primary ul.services li p {
	margin: 5px 0;
}

.primary ul.services li img {
	float: left;
	margin: 0 25px 20px 0;
}

.primary ul.services li a.more {
	display: block;
	float: right;
	width: 70px;
	height: 20px;  
	background: url(img/btn-arrow.jpg) no-repeat top right; 
	padding-right: 5px;
	font-style: italic;
	color:#00a6b3;
	font-size: 11px;
}

/* Main content - subpages */

.main {
	color: #666;
}

.main p {
	margin-bottom: 20px;
}

.main ul {
	margin-bottom: 20px;
}

.main blockquote {
	background-color: #fff;
	padding: 10px 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 50px 20px 50px;
	font-style: italic;
	text-align: center;
}

.main blockquote *:last-child {
	margin-bottom: 0;
}

.main img {
}

.main img.alignleft {
	float: left;
	margin: 0 30px 25px 0;
}

.main img.alignright {
	float: right;
	margin: 0 0 25px 30px;
}

.main form p {
	margin-bottom: 10px;
}

.contact-main form input[type=text], .contact-main form textarea {
	width: 195px;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 4px 10px;
	margin: 0 15px 10px 0;
	font: 13px "Myriad Pro", "Arial", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #666; 
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.contact-main form input[type=text]:focus, .contact-main form textarea:focus {
	border-color: #ddd;
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
}

.contact-main form textarea {
	width: 415px;
	margin-bottom: 10px;
}

.contact-main form input[type=submit] {
	width: 89px;
	height: 47px;
	border: none;
	background: url(img/btn-submit.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	margin-right: 5px;
}


.contact-main form input[type=submit]:hover {
	background-position: 0 -47px; }


.contact-main form div#error {
	float: left;
	line-height: 36px;
	margin: 0 0 0 20px;
}

.contact-main form div#error p.loading {
	padding: 0 0 0 25px;
	background: url(img/ajax-loader.gif) 0 50% no-repeat;
}

.contact-main form div#error span.wrong {
	color: red;
	margin: 0 5px 0 0;
}


/* Portfolio page */

.portfolio {
	padding: 10px 25px 30px;
}

.portfolio .item {
	margin: 25px 0;
	padding-top: 30px;
	background: url(img/separator-horz.png) repeat-x;
}

.portfolio .item .descr-top {
	width: 838px;
	height: 17px;
	background: url(img/bg-bubblebig-top.png) no-repeat;
	margin: 0 auto;	
}

.portfolio .item .descr {
	width: 798px;
	background: url(img/bg-bubblebig-middle.png) repeat-y;
	padding: 0 20px;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
}

.portfolio .item .descr-bot {
	width: 838px;
	height: 31px;
	background: url(img/bg-bubblebig-bottom.png) no-repeat;
	margin: 0 auto 15px;	
}

.portfolio .item .descr h5 {
	color: #003745;
	margin-bottom: 5px;
}

.portfolio .item .descr a.visit {
	display: block;
	width: 136px;
	height: 42px;
	text-indent: -9999px;
	background: url(img/button-visit.png);
	position: absolute;
	bottom: -35px; right: -12px;
}

/* Blog posts styling */

.post { 
	margin: 0 0 35px 0;
}

.post h3:first-child {
	font-style: italic;
	padding: 15px; 
	margin: 0 0 20px;
}

.post > * { 
}

.post ul {
	margin: 0 0 0 20px;  
	list-style-image: url(img/bullet.png); }

.post ul li {
	padding: 10px 0 0 0; }

.post ul.galleria li { padding:0; }

.post img.post-thumb {
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

.post .meta {
	background-color: #eeedea;
	border: 1px solid #dfdfde;
	padding: 5px 5px 5px 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-style: italic;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 20px 0;
	position: relative;
}

.post .meta a {
	color: #454545;
	text-decoration: none;
	overflow: hidden;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta a.more-link {
	display: block;
	width: 120px;
	height: 40px;
	float: right;
	text-indent: -9999px;
	background: url(img/button-readmore.png);
}  

.post .entry p { margin:0; }

/* Blog comments styling */ 

.comment-area {
	background: url(img/separator-horz.png) repeat-x;
	padding: 20px;
}

.comment-area h3#respond {
	margin: 35px 0 20px 0;
	color: #003745;
	font-size: 14px;
}

.comment-area ol li {
	position: relative;
	background: url(img/separator-horz.png) bottom repeat-x;
	padding: 15px 10px 15px 60px;	
}

.comment-area ol li p:last-child {
	margin-bottom: 0;
}

.comment-area ol li ol li {
	background-position: top;
}

.comment-area ol li ol li:last-child {
	margin: 0 0 0 50px;
	padding-bottom: 0;
}

.comment-area ol li img.avatar {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 4px;
	background-color: #e8e5df;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-area ol li cite {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003745;
	display: block;
}

.comment-area ol li span.date {
	font-style: italic;
	color: #808080;
	margin: 0 0 10px 0;
	display: block;
}

.comment-area ol li a.reply {
	display: block;
	position: absolute;
	right: 10px; top: 15px;
	text-decoration: none;
}

.comment-area ol li a.reply:hover {
	text-decoration: underline;
}


/* SECONDARY STYLES
------------------------------------------------------------- */

/* Homepage - secondary content */
 
.secondary h2 {
	color: #003745;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 35px 0;
}

.secondary p {
	margin: 0 0 20px 0;
	color: #555;
}

.secondary p a.poa {
	display: block;
	width: 279px;
	height: 55px;
	text-indent: -9999px;
	background: url(img/btn-poa.png) no-repeat 0 0;
	margin: 30px auto;
}

.secondary p a.poa:hover {
	background-position: 0 -55px; }

.secondary ul {
	margin: 0 0 0 20px;  
	list-style-image: url(img/bullet.png); }

.secondary ul li {
	padding: 10px 0 0 0; }
	
.secondary img { margin-bottom: 3px; }

/* Subpages - sidebar */

.sidebar { 
	margin-top: -20px;
	font-size: 12px;
}

.sidebar .widget {
	margin: 0 0 40px 0;
}

.sidebar .widget h3 {
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	background: url(img/separator-horz.png) 0 100% no-repeat;
}

.sidebar .widget img {
	margin: 15px 40px;
}

.sidebar .widget ul {
	margin: 0 15px;
}

.sidebar .widget ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #666;
	background: url(img/separator-horz.png) 0 100% no-repeat;
	text-decoration: none;
	padding: 0 0 0 4px;
}

.sidebar .widget a.buynow {
	display: block;
	width: 244px;
	height: 58px;
	margin: 15px 0;
	background: url(img/button-buynow.png) no-repeat;
	text-indent: -9999px;
}

.section a.gotop {
	display: block;
	width: 39px;
	height: 42px;
	text-indent: -9999px;
	background: url(img/button-top.png);
	position: absolute;
	bottom: -19px; right: 10px;
}


/* PROVIDERS */
.providers { 
	clear: both; 
	margin-bottom: 30px;
	display: inline-block; }

.providers .txt {
	float: left;
	width: 450px; 
	line-height: 1;}

.providers a { 
	display: block;
	font-size: 23px;
	margin-bottom: -10px;  }
	
.providers .pic {
	float: left;
	margin-right: 20px; }
	
.providers .pic a { font-size: 10px; text-align: center; }

.providerslist a {
	display: block;
	width: 235px;
	height: 54px;
	text-indent: -9999px; }

.providerslist a.banks {
	background: url(img/btn-banks.png) no-repeat 0 0; }

.providerslist a.banks:hover {
	background-position: 0 -51px; }

.providerslist a.halderman {
	background: url(img/btn-halderman.png) no-repeat 0 0; }

.providerslist a.halderman:hover {
	background-position: 0 -51px;}
	
.providerslist a.allen {
	background: url(img/btn-allen.png) no-repeat 0 0; }

.providerslist a.allen:hover {
	background-position: 0 -51px; }

.providerslist a.kidd {
	background: url(img/btn-kidd.png) no-repeat 0 0; }

.providerslist a.kidd:hover {
	background-position: 0 -51px;}
	
.providerslist a.carter {
	background: url(img/btn-carter.png) no-repeat 0 0; }

.providerslist a.carter:hover {
	background-position: 0 -51px; }
	
.providerslist a.brogan {
	background: url(img/btn-brogan.png) no-repeat 0 0; }

.providerslist a.brogan:hover {
	background-position: 0 -51px; }
	
.providerslist a.santamaria {
	background: url(img/btn-santamaria.png) no-repeat 0 0; }

.providerslist a.santamaria:hover {
	background-position: 0 -51px; }
	
.providerslist a.hall {
	background: url(img/btn-hall.png) no-repeat 0 0; }

.providerslist a.hall:hover {
	background-position: 0 -51px;}


/* FOOTER
------------------------------------------------------------- */

.bottom-container {
	background: #002028;
	width: 100%;
	position: relative;
}

.bottom-container .bottom {
	margin-bottom: 0;
}

.bottom-container .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative; 
}

/* Footer widgets */

.bottom-container .widget {
	width: 249px;
	height: 248px;
	float: left;
	padding: 0 25px;
	background: url(img/footer-div.jpg) right top no-repeat;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	margin-bottom: 10px;
	color:#bab094;
}

.bottom-container .happening { width: 270px; }
.bottom-container .testimonials { width: 300px;}
.bottom-container .contact { width: 240px; }

.bottom-container .nodiv { background: none; }

.bottom-container .contactinfo { margin-left: 5px; font-size: 14px; }

.bottom-container .contactinfo span { color:#e2dac5; }

.bottom-container .widget h3+span {
	display: block;
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 22px;
}

.bottom-container .widget p {
	margin-bottom: 15px;
}

.bottom-container .widget ol { margin-top:-15px; margin-left: 5px; }

.bottom-container .widget ol.twitter li {
	margin-bottom: 15px;
	color:#e2dac5;
}

.bottom-container .widget ol.twitter li p {
	margin-bottom: 0;
}

.bottom-container .widget ol.twitter li span a {
	font-size: 10px;
	text-decoration: none;
}

.bottom-container .widget blockquote {
	width: 265px;
	background: url(img/bg-bubbletop.png) no-repeat;
	padding: 9px 0 0; 
	margin:0;
}

.bottom-container .widget blockquote p {
	padding: 8px 18px;
	background: url(img/bg-bubble.png) repeat-y;
	text-shadow: 1px 1px 1px #FFF;
	line-height: 1.2;
	color:#3b2006; 
	margin: 0;
}

.bottom-container .widget cite {
	display: block;
	width: 275px;
	background: url(img/bg-bubblebottom.png) no-repeat;
	padding: 25px 0 0 10px;
}

.bottom-container .widget a.readon {
	display: block;
	width: 102px;
	height: 42px;
	background: transparent url(img/button-readon.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: -40px;
}

.bottom-container .widget a.follow {
	float: right; 
}

.bottom-container .widget a.more-testimonials {
	display: block;
	width: 234px;
	height: 47px; 
	margin-top: 35px;
	margin-left: 30px;
	text-indent: -9999px;
	background: url(img/btn-testimonials.png) no-repeat 0 0;
}

.bottom-container .widget a.more-testimonials:hover {
	background-position: 0 -47px; }

.bottom-container a { color:#9cc5ca; }

.bottom-container a:hover { color:#FFFFFF; }

/* Footer - copyright info */

.footer { 
	height: 30px;
	text-shadow: 0px -1px 0px #000;
	color: #bab094;
	font: 11px "Myriad Pro", "Lucida Sans", Arial, Helvetica, sans-serif;  
	background: url(img/footer-bg.jpg) no-repeat 50% 0;
	padding: 15px 0 0 0;  
	margin-top:20px;
}

.footer p {
	width: 960px;
	text-align: center;
}
 

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}

.clear {
	clear: both;
}

/* self-clear floats */

.primary ul.services li:after,
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#contactform label { 
	display: inline-block;
	width: 100px; }
	
#contactform { font-size: 12px; }

.mission {
	padding: 30px;
	width:196px;
	font-size: 18px;
	background:#f0f7f8; 
	line-height: 1.4;
	color:#898989; }

.mission ul { list-style-image: url(img/bullet.png); margin: 10px 0 0 15px; }
.mission ul li { line-height: 1.3; margin-bottom: 10px; font-size:15px; }
	
.mission .title { font-size: 27px; padding-bottom: 5px; color:444; }

.doc-title { padding-bottom: 3px; font-size: 21px; }