@charset "UTF-8";
/* CSS Document */

@charset "utf-8";
/*
===
	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: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	margin-top: 10px
}
.pbsparents-module-bookfinder p {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0px 10px 10px 10px;
}

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

.pbsparents-module-bookfinder select /* Default settings for the drop down menus */ {
	display: block;
	width: 200px;
	margin: 2px 0;
	padding: 3px;
	background: #FEEEA3;
	border: 1px solid #333;}

.pbsparents-module-bookfinder .hr {
	border-bottom: 1px solid #B1C3C9;
	margin: 10px 10px 10px 10px;
	width: 219px;
 /* Turns off remant code cause by default templates. This can be stylized to act as hr tag if you would like. */ 
}

.pbsparents-module-bookfinder h3 {	
	display: none;
}

.pbsparents-module-bookfinder input#keywords /* The Keyword Search field */ {
	margin: 0 4px 10px 10px;
	padding: 3px;
	background: #FEEEA3;
	border: 1px solid #333;	
	width: 190px
}

input.button { 
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 3px;
	margin: 3px 0 3px 10px;
	border:  1px solid  #333;
	background-color: #0E7ED6;
	color: #FFF;
	}
