@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-featurecontent 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: 189px; /* Minimum width of the module with the large image with border turned on. */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Default font family for the module. It can be removed and altered to fit the style of your site. */
}

.pbsparents-module-featuredcontent .pbsparents-feature {
	padding-bottom: 12px;
}

/* Titles for the Features */
.pbsparents-module-featuredcontent .pbsparents-feature h3 {
	margin: 0 0 0 0;
	padding: 0 0 4px 0; /* Creates Spacing between the title of the teaser and the content below it. */
	font-size: 16px;
	font-weight: bold;
}

/* Image Container for the Features */
.pbsparents-module-featuredcontent .pbsparents-feature .image {
	display: none; /* This causes the images to display block by default. You can remove images from the module by changing this to display: none; */
}

.pbsparents-module-featuredcontent .pbsparents-feature .image img {
	border: 1px solid #000;
}

/* 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,
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:visited,
.pbsparents-module-featuredcontent .pbsparents-feature h3 a:active {
	text-decoration: none;
}

.pbsparents-module-featuredcontent .pbsparents-feature h3 a:hover {
	text-decoration: underline;
}

/* Teaser Container for the Feature Module */
.pbsparents-module-featuredcontent .pbsparents-feature .teaser {
	margin: 4px 0 0 0;
	padding: 0;
}

.pbsparents-module-featuredcontent .pbsparents-feature .teaser p /* Teaser Text for the Feature Module */ {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}