@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 */
#content_left .content_left_box1 .pbsparents-module-featuredcontent {
	width: 245px; /* Minimum width of the module with the large image with border turned on. */
	
}

.pbsparents-module-featuredcontent .pbsparents-feature {
	padding-bottom: 12px;
	width: 245px;
}

/* 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;
}

/* 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; */
	padding: 0 0 15px 0;
}

.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 0 10px 0;
	font-weight: normal;
	border-bottom: 1px dashed #666;
}




/*
===
	CSS for the PBS Parents Bookfinder 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.
	- Not all styles are defined in this default CSS file. They are:
	+ input.button	
	
===
*/

/* General Styles for the PBS Parents Feature Content Module */
.pbsparents-module-bookfinder {
	width: 200px; /* Minimum width of the module */
	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. */
	font-size: 12px; /* Default font size for the module. It can be removed and altered to fit the style of your site. */
}
.pbsparents-module-bookfinder p {
	margin: 0;
	padding: 0 0 6px 0;
}

.pbsparents-module-bookfinder label {
	display: block; /* Keeps the labels for the form elements displaying properly */
	font-weight: 900;
}

.pbsparents-module-bookfinder select /* Default settings for the drop down menus */ {
	display: block;
	width: 245px;
	margin: 2px 0;
	padding: 0;
}

.pbsparents-module-bookfinder .hr {
	border-bottom: 1px dashed #666; /* Turns off remant code cause by default templates. This can be stylized to act as hr tag if you would like. */ 
	padding: 15px 0 0 15px;
	width: 235px;
}

.pbsparents-module-bookfinder h3 {	
	font-size: 12px;
	font-weight: 900;
	margin: 8px 0 0 0; /* Creates space between the two forms */
	padding: 0 0 3px 0;
}

.pbsparents-module-bookfinder input#keywords /* The Keyword Search field */ {
	margin: 0 4px 0 0;
	padding: 0;
}


/*
===
	CSS for the PBS Parents Activity Search 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.
	- Not all styles are defined in this default CSS file. They are:
	+ input.button
	
===
*/

/* General Styles for the PBS Parents Feature Content Module */
.pbsparents-module-activitysearch {
	width: 200px; /* Minimum width of the module */
	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. */
	font-size: 12px; /* Default font size for the module. It can be removed and altered to fit the style of your site. */
}
.pbsparents-module-activitysearch p {
	margin: 0;
	padding: 0 0 4px 0;
}

.pbsparents-module-activitysearch label {
	display: block; /* Keeps labels displaying above the drop downs */
	font-weight: 900;
}

.pbsparents-module-activitysearch select /* Default settings for the drop down menus */ {
	display: block;
	width: 200px;
	margin: 2px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

#reading-activity-calendar-module, #reading-activity-calendar-module-esp {
	clear: left;
	float: left; /* For placement: may be unnecessary, depending on where you place the module */
	padding: 10px 0; /* Creates space above and below module */
	width: 250px; /* Set the width of the module, if necessary */
}

	/* Module title.  Default: "Reading Activity Calendar" */
	#reading-activity-calendar-module h4, #reading-activity-calendar-module-esp h4 {
		background: none;
		border: 0;
		font-size: 16px;
		padding: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #666;
	}
	
	/* Image, Month, and Date */
	#reading-activity-calendar-module .side, #reading-activity-calendar-module-esp .side {
		float: left;
		margin: 0 10px 0 0;
		padding-top: 2px;
		width: 103px;
		background: #eee;
	}
	
	#reading-activity-calendar-module .side img, #reading-activity-calendar-module-esp .side img { border: 0px solid #fff; }
	
	/* Month and Date */
	#reading-activity-calendar-module .side h5, #reading-activity-calendar-module-esp .side h5 {
		color: #666;
		line-height: 1;
		margin: 0;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
	}
	
	/* Date */
	#reading-activity-calendar-module .side h5 .date, #reading-activity-calendar-module-esp .side h5 .date { font-size: 72px; }
	
	/* Module text */
	#reading-activity-calendar-module .main p, #reading-activity-calendar-module-esp .main p { padding-left: 113px; }
	
	/* Strong (usually introductory) text */
	#reading-activity-calendar-module strong, #reading-activity-calendar-module-esp strong { color: #666; }
	
	/* Link Styles */
	#reading-activity-calendar-module a, #reading-activity-calendar-module-esp a {  }
	#reading-activity-calendar-module a:hover, #reading-activity-calendar-module-esp a:hover {  }
	
	#reading-activity-calendar-module p.calendar-link, #reading-activity-calendar-module-esp p.calendar-link { clear: left; padding-left: 0 !important; }