/*
Theme Name: Pearl Womens Center
Theme URI: http://pearlwomenscenter.com
Description: custom WP theme for Pearl Women's Center
Version: 1.0
Author: Gene Ehrbar
Author URI: http://geneehrbar.com
Tags: 
*/


/* General/type styles */

a, a:active, a:visited { font-weight: normal; text-decoration: none; color: #996600; }
a:hover { font-weight: normal; text-decoration: underline; color: #996600; }
/* a.underline { text-decoration: underline; } */

#maincontent a, #maincontent a:active, #maincontent a:visited;{
	color: #996600;
}

#arr{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 8px;
	color: #000;
    letter-spacing: 1px
}
body, p, #maincontent, #newscontent, .pullquote{
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

#footer .copyright{
	color: #666;
	font-size: 9px;
}

#breadcrumb, #breadcrumb h1 {
	font-size: 12px;
/*	color: #996600; */
	font-weight: normal;
}

#breadcrumb h1{
	margin-top: 0px;
	margin-bottom: 25px;
}

/*#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited{
	color: #333333;
}

#breadcrumb a:hover{
	color: #996600;
}*/


#nav a, #headernav a{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11.5px;
	color: #6f6f6f;
}

#nav li a:hover, #nav li li a:hover{
	font-weight: normal;
	color: #000;
}

#gallery a, .gallerylink a, #gallery-warning a{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}

#gallery a, #gallery-warning a{
	color: #ffffff;
}

.gallerylink{
	text-align: right;
}

.homeheadline{
	padding-bottom: 20px;
}
/*
#nav li li a:hover{
	font-weight: bold;
	color: #000;
}
*/
/*
#maincontent h2, #newscolumn h2, #maincontent h3, #newscontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:0;
	padding-right:0;
	margin:0;
}
*/

#feature-tagline h2{
	text-align: left;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#sub-feature-tagline-1 h2, #sub-feature-tagline-2 h2{
	color: #6b6b6b;
	font-size: 15px;
	line-height: 30px;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;	
}


#sub-feature-tagline-1 h2{
	text-align: right;
}

#sub-feature-tagline-2 h2{
	text-align: center;
}

#sub-rightcontent h3, #sub-rightcontent-gallery h3{
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}


#sub-rightcontent li, #sub-rightcontent-gallery li{
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;		
	font-style: italic;
  	list-style: none;
  	list-style-type: none;
}

#sub-rightcontent li.link{
	list-style-type: circle;
	
}

#sub-rightcontent li.caution{
	list-style-image: url('/images/icon-caution.png');
}

#sub-rightcontent li.video{
	list-style-image: url('/images/icon-video.png');
}

#sub-rightcontent li.pdf{
	list-style-image: url('/images/icon-pdf.png');
}

#sub-rightcontent li.media{
	list-style-image: url('/images/icon-media.png');
}

#newscolumn h2{
	text-align: left;
	background: #ddd;
	width: 192px;
 	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

#newscontent h3 {
	padding-bottom: 0px;
	padding-top: 20px;
}

.entry h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom:0px;
}

.entry h3 {
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.entry p{
	padding-top: 0px;
	margin-top: 0px;
}
/*#maincontent h3 {
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-weight: bold;
}*/

#newscontent h3{
	
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.pullquote{
    width: 410px;
	min-height: 125px;
	margin-top: 10px;
    background-color: #ccc;
    padding: 10px 15px 5px 15px;
}

.pullquote p{
	font-style: italic;
	font-size: 10px;
}


/* end general / type styles */


/*layout*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
  border:0;    /* This removes the border around the viewport in old versions of IE */
  background:#808080;
  min-width:990px;    /* Minimum width of layout - remove line if not required */
              /* The min-width property does not work in old versions of Internet Explorer */
  /* font-size:90%; */
}

#container {
/*   height: 100%;*/
/*   min-height:900px;*/
   position:relative;
   width: 990px;
   margin:0px auto;
   background:#f6f6f6;
}


#headertopstripe{
	text-align:center;
	position: relative;
	height: 217px;
	width: 990px;
	border-bottom: 2px solid #d5c288;
}


#homeheadertopstripe{
	text-align:center;
	background: #fff;
	height: 217px;
	width: 100%;
	border-bottom: 2px solid #d5c288;

}

#nav, #headernav {
	background: #fff;
	height: 32px;
	width: 850;
	float:right;
	position: relative;
	z-index: 95;
/*	text-align: justify;*/
/*	margin-right: 72px; */
/*	padding-top: 15px; */
/*	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navitem {
	padding-left: 30px;
}



#headerimg   {
	width: 275px;
	height: 180px;
	float: left;
	text-align: left;
	margin-top: 0px;
/*	border: 1px solid #f00;*/
/*	position:relative;
	z-index:104; */
}

#headerimg h1
{
	margin: 0;
	padding: 0;
	height: 93px;
	padding-top: 10px;
/*	position:relative;
	z-index:101; */
}

/*#headerimg h1 a */
#headerimg a, #headerimg h1 a
{
	display: block;
	text-indent: -1000em;
/*	width: 178px;
	height: 30px;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 123px;
	width: 275px;
	padding-top: 10px;

/*	position:relative;
	z-index:101; */
}

#pagetitle{
	float: right;
	margin-top: 132px;
	height: 42px;
	width: auto;
/*	border: 1px solid #f00; */
}

.home{
	background: #fff url('/wp-content/themes/pwc/images/pwc_logo_new.gif') no-repeat 4px 0px;
}

.gyn{
	background: #fff url('/images/headers/header-gyn-new.png') no-repeat 0px 37px;	
}

.gyn-surg{
	background: #fff url('/images/headers/header-gyn-surg-new.png') no-repeat 0px 37px;	
}

.plastic{
	background: #fff url('/images/headers/header-plastic-new.png') no-repeat 0px 37px;	
}

.fac-rejuv{
	background: #fff url('/images/headers/header-fac-rejuv-new.png') no-repeat 0px 37px;	
}

.about{
	background: #fff url('/images/headers/header-about-new.png') no-repeat 0px 37px;	
}

.new-patients{
	background: #fff url('/images/headers/header-new-patients-new.png') no-repeat 0px 37px;	
}

#homelogin{
	float: right;
	margin-top: 48px;
	margin-right: 70px;
}

#feature, #sub-feature{
	height: 178px;
	width: 100%;
}

#feature{
	text-align:center;
	background: #cbcbcb;
}

#sub-feature{
/*	float: right; */
	text-align:right;
	background: #fff;
/*	border: 1px solid #0f0; */

}

#feature-image{
	width: 453px;
	height: 178px;
	margin-left: 54px;
	float: left;
}

#feature-tagline{
	width: 396px;
	margin-right: 65px;
	margin-top: 50px;
	float: right;
	text-align: left;
}

#sub-feature-tagline{
	width: 910px;
/*	margin-left: 51px; */
	margin-right: 33px;
	float: right;
	text-align: right;
/*	border: 1px solid #f00; */
}

#maincolumn{
	position: relative;
	float: left;
	width: 990px;
    background:#f6f6f6;
/*	min-height:350px; */
}

#maincolumn .testcolor{
    background:#ffffee;	
}

#breadcrumb{
	float: left;
	margin-left: 145px;
	width: 720px;
	height: 30px;
	padding-top: 10px;
}

#maincontent, #sub-maincontent{
	float: left;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent{
	margin-left: 253px;
	width: 253px;
	padding-right: 30px;
}

#sub-maincontent{
	position: relative;
	height: 100%;
	margin-left: 145px;
	width: 506px;
/*	min-height:400px;*/
	padding-right: 100px;
}

#rightcontent, #sub-rightcontent, #sub-rightcontent-gallery{
	float: left;
}

#rightcontent{
		width: 450px;
}
#sub-rightcontent{
	width: 204px;
	padding-top: 10px;
}
#sub-rightcontent-gallery{
	width: 202px;
	margin-right: 25px;
	text-align: right;
	padding-top: 10px;
}

#icon-imagespace{
	float: left;
	width: 370px;
	height: 243px;
	margin-top: 30px;
	margin-left: 52px;
}

#icon-imagespace-sub{
	float: right;
	width: 380px;
	height: 74px;
	margin-top: 30px;
/*	border: 1px solid #00f; */

}

#icon-imagespace-lg{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin-top: 16px;
	margin-left: 16px;
}

.icon-lg{
/*	border: 1px solid #333; */
}

#footer {
	background-color: #ffffff;
	clear:both;
	float:left;
	width:953px;
	height:60px;   /* Height of the footer */
/*	margin-top:15px;*/
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
}

#footer p {
  padding:10px;
  margin:0;
}

/* end layout */


/* blog elements */

.post {
  margin: 0 0 40px;
/*  text-align: justify; */
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: left;
}

.clear {
  clear: both;
}

/* end blog items */

/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  padding-top: 0px;
  text-indent: -10px;
}

html>body .entry li {
  margin: 0 8px 0 10px;
}

.entry ul li:before, .col2 ul ul li:before {
  content: "\00BB \0020"; 

}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

/* End Entry Lists */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 90%;
  padding: 2px;
}

#commentform #submit {
  margin: 0;
  float: right;
}
  /* End Form Elements */


/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* End Images */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */




/*crossfade stuff*/
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-3 li, #feature-image #fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 90;
}

/* gallery */

#gallery{
	position: absolute;
	z-index: 150;
	left: 35px;
	width: 921px;
	height: 588px;
/*	border: 1px solid #fff; */
}


.gyn-gallery{
	background-color: #b19039;
}

.gyn-surg-gallery{
	background-color: #b19039;
}

.plastic-gallery{
	background-color: #a7a898;
}

.fac-rejuv-gallery{
	background-color: #9b8b8e; 
/*	background-color: #8c777b;*/
}

.about-gallery{
	background-color: #b19039;
}


	#gallery-clickoff{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 149;
		width: 100%;
		height: 100%;
		display: none;
		background: transparent;
		cursor: pointer;
	}

	#gallery-content{
		background: transparent;
		position: relative;
		float: left;
		margin-left: 39px;
		margin-top: 55px;
		width: 866px;
		height: 385px;
		text-align: right;
/*		border: 1px solid #f00; */
	}

		#gallery-images{
			background: transparent;
			position: relative;
			float: left;
			margin-bottom: 18px;
/*			width: 646px;
			height: 398px;*/
			width: auto;
			height: auto;
			text-align: right;
/*			border: 1px solid #0f0;*/
		}
		
		#gallery-subtitle{
			background: transparent;
			position: relative;
			float: right;
			text-align: right;
			margin-right: 4px;
			margin-bottom: 18px;
			width: 646px;
			height: 18px;
		}
	
	#gallery-nav{
			background: transparent;
			position: relative;
			float: left;
			margin-right: 37px;
			margin-top: 23px;
			width: 165px;
			height: auto;
/*			border: 1px solid #00f;*/
	}
	
	#gallery-nav p {
		font-size: 10px;
	}
/* end gallery */

/* end crossfade stuff */




