@charset "utf-8";
/*
===
	CSS for the PBS Parents Feature Content Module.
	
	Notes:
	- Please keep in mind, you may need to add the container class or id names to each of these styles for them to be inherited properly. For example: if .pbsparents-module-featuredcontent is inside of a div called .wkrp-content, you may need to add .wkrp-content in front of each of the style names in this document.
	
===
*/

/* General Styles for the PBS Parents Feature Content Module */
.pbsparents-module-featuredcontent {
	width: 217px; /* Minimum width of the module with the large image with border turned on. */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	margin-left: 10px;
}

.pbsparents-module-featuredcontent .pbsparents-feature {
	padding-bottom: 10px;
}

/* Titles for the Features */
.pbsparents-module-featuredcontent .pbsparents-feature h3 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 10px 10px -5px 0;
	font-weight: normal;
	border: none;
	color: #003798;
}

/* Image Container for the Features */
.pbsparents-module-featuredcontent .pbsparents-feature .image {
	display: block; /* This causes the images to display block by default. You can remove images from the module by changing this to display: none; */
	margin-top: 0px
	}

.pbsparents-module-featuredcontent .pbsparents-feature .image img { }

/* Link Style for the titles of the Features.
   Note: Colors are not defined so that they will fit in to your specific site easier. */
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:link {
	text-decoration: none; 
	color: #003798;
	}
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:visited {
	text-decoration: none; 
	color: #003798;
	}
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:active {
	color: #003798;
	background: #FDE571;
	}
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:hover {
	color: #003798;
	background: #FDE571;
	}

/* Teaser Container for the Feature Module */
.pbsparents-module-featuredcontent .pbsparents-feature .teaser {
	display: none;
}

.pbsparents-module-featuredcontent .pbsparents-feature .teaser p /* Teaser Text for the Feature Module */ {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
