@charset "utf-8";
/* CSS Document */

html {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6439b3;
}
h2 {
	font-size: 16px;
	color: #6439b3;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #6439b3;
	text-decoration: none;
}
a:hover {
	color: #a683e7;
	text-decoration: none;
}

.subHeading {
	color: #555555;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
}
.upcomingEvent {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 4px;
	margin: 2px 0px 8px 0px;
	text-align: center;
	width: 190px;
}


/* Table styles */
table.callout {
	border: 1px solid #555555;
	background-color: #eeeeee;
}
td.calloutHeader {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	margin: 4px;
}
td.calloutBody {
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	margin: 4px;
}


/* Calendar styles */
td.calendarHeading {
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
td.calendarDate {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #555555;
}
td.calendarDateEvent {
	font-size:10px;
	background-color: #ddddff;
	color:#000000
}
.calendarDescriptions {
	font-size: 10px;
}



/* ----------------- */
/* cfCalendar styles */
/* ----------------- */
td.cfCalendarHeader {
	color: #333333;
	font-weight: bold;
}
td.cfCalendarWeekHeader {
	color: #ffffff;
	background-color: #333333;
	font-size: 14px;
}
td.cfCalendarDay {
	color: #333333;
	background-color: #dddddd;
	font-size: 12px;
}
td.cfCalendarEmptyDay {
	color: #333333;
	background-color: #eeeeee;
	font-size: 12px;
}
.cfCalendarCurrentDay {
	color: #6439b3;
	font-size: 18px;
	font-weight: bold;
}



/* Poem and story styles */
.poemTitle {
	color: #6439b3;
	font-size: 16px;
	padding-bottom: 4px;
}
.poemAuthor {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 2px;
}
.poemDedication {
	color: #6439b3;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 10px;
}
.poemText {
	color: #333333;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.poemNotes {
	color: #333333;
	font-size: 10px;
	padding-top: 10px;
}




/* Horizontal Rule styles */
hr.smallDivider {
	size: 1px;
	color: #CCCCCC;
	width: 100px;
	height: 1px;
}


/* Catalog styles */
.catalogItemTable {
}
.catalogItemRow {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	padding-top: 20px;
}
.catalogPageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #6439b3;
}
.catalogItemTitle {
	font-size: 16px;
	font-weight: bold;
	color: #6439b3;
	margin-top: 6px;
	margin-bottom: 12px;
}
.catalogItemAuthor {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.catalogItemPrice {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;
}
.catalogItemDescription {
	margin: 10px;
	color: #666666;
}
