

/* <textEditor> */ 

/* </textEditor> */ 




/* GENERAL, SITEWIDE CONTENT CALLINGS */

a {
	color: #333333;
	text-decoration: none;
}
	a:hover {
		color: #333333;
		text-decoration: underline;
	}	
	
	.contents a {
		font-weight: bold;
	}
	
	
/* making the images right/left alignment look a little nicer */
.contents img[align="right"], 
.contents img.right {
	float: right;
	margin: 0 0 .5em 1em;
}	

.contents img[align="left"], 
.contents img.left {
	float: left;
	margin: 0 1em .5em 0;
}	




/* setting the OL/UL to specified values in the content areas */
.contents ol {
	list-style: decimal;
	margin: 15px 35px;
}
	.contents ol li {
		padding: 0 0 5px 0;
	}	
		
.contents ul {
	list-style: square;
	list-style-image: url(template/li-arrow-right.gif);
	margin: 15px 35px;
}
	.contents ul li {
		padding: 0 0 5px 0;
	}	
	
	
	
/* want the paragraphs to have a nice even margin */
.contents p {
	margin: 0 0 15px 0;
}
	
	
/* want good looking horizontal rules */
hr {
	border: 1px solid #999;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	clear: both;
	margin: 10px 0;
}
		
		
		
		
			
/* GENERAL SITE HEADINGS */	
h1 {
	margin: 10px 0;
	font-size: 2.1em;
	color: #333;
	line-height: 1.2em;
}	
	
	
h2 {
	margin: 20px 0 10px 0;
	font-size: 1.8em;
	color: #333;
	line-height: 1.4em;
}	

h3 {
	margin: 10px 0;
	font-size: 1.4em;
	color: #333;
	line-height: 1.2em;
}		

h4 {
	margin: 10px 0;
	font-size: 1.1em;
	color: #333;
	line-height: 1.2em;
}	

h5 {
	margin: 10px 0;
	font-size: 1em;
	color: #333;
	line-height: 1.2em;
}	
	h1, h2, h3, h4, h5 {
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', lucida, arial, helvetica, sans-serif;
	}


	
	
	
	
	
/* ELEMENT SPECIFIC CALLINGS */
	
/* BLOG ITEM */	
	/* blog listing page */		
	.blogList {
		padding: 0;		
	}
		.blogList ul {
			margin: 0 !important;
			padding: 0 !important;
			list-style: none;
		}
			.blogList ul li {
				list-style: none;
				margin-bottom: 7px;
			}
			
			.blogList ul li h2.postTitle {
				font-size: 1.1em;
				line-height: 1;
				margin: 0;
			}
				.blogList ul li h2.postTitle a {
					color: #4b0a07;
				}
				
			.blogList ul li  .postDate {
				color: #333;
			}
			
			.blogList ul li .postInfo a {
				color: #333 !important;				
			}
			
			#homePage .blogList ul li {
				border-bottom: 1px dotted #333;
			}
				
				
			/* rss icon */
			#homePage .rss {
				display: none;
			}
				
				
				
	/* post detail page */
	#secPage .post .postDate {
		margin: 0 0 15px 0;
		color: #999;
	}
		#secPage .post .blogBack {
			margin: 40px 0 0 0;
			font-weight: bold;
			border-top: 2px solid #999;
			text-align: right;
			display: block;
			width: 100%;
			padding-top: 5px;
		}
	
	
	
	/* blog comments */
	.comments {
		padding-top: 10px;
	}
		.comments dl {
			background: #fff !important;
			
		}	
			dt.comment {
				background: #fff !important;
				clear: both;
				margin: 0 0 5px 0;
				padding: 0 0 5px 0;
				border-bottom: 1px solid #000;
			}			
				dt.comment a {
					font-weight: bold;
				}			
			
			dd.comment {			
				background: #fff !important;
				padding: 8px;
				margin-bottom: 15px;
			}
						
			.commentDate {		
				font-size: .9em;
				color: #999;
			}
		
		
		
	/* comments form */
	.commentsHead {
		margin-top: -45px;
	}
	
	.commentsForm {
		clear: both;
		padding-top: 15px;
		width: 80%;
	}
		.commentsForm .addComment {
			font-size: 1.5em;
		}
		
		.commentsForm label {
			font-weight: bold;
		}
		
		.commentsForm input, .commentsForm textarea {
			padding: 2px 4px;
			font-size: 1em;
		}
		
		.commentsForm img { /* this is for the captcha image */
			 margin: 5px 0;
			 border: 1px solid #333;
		}
		
		.commentsForm input.submitComment {
			 margin: 10px 0;
			 background: #4b0a07;
			 border: 1px solid #333;
			 padding: 5px 3px;
			 width: 210px;
			 color: #fff;
			 font-weight: bold;
			 text-transform: uppercase;
		}
		
		.commentsForm .note {
			color: #999;
		}

	
	
	
	


/* GRAPHIC TABULAR EVENTS CALENDAR */
	.eventsCalendar table { /* entire table */
		border: 1px solid #333;
		width: 100%;
		border-collapse: collapse;
	}		
		.calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
			padding: 2px;
			border: 1px solid #333;
			text-align: left;
			vertical-align: top;
		}
		
		.calendarTitle td { /* top bar with current month and next/previous buttons */
			text-align: center;
			background: #4b0a07 !important;
			color: #FFF;
			padding: 5px 4px !important;	
			text-transform: uppercase !important;
			font-weight: bold !important;	
		}	
			.calendarNextPrevious {
				color: #fff !important;
				font-weight: normal;
			}	
				.calendarNextPrevious a {
					color: #fff !important;
					font-weight: normal;
				}	
				
		.calendarDayHeader { /* m-f bar */
			color: #333;
			background: #FFD999;
			font-weight: normal;
			height: 1px;
			text-align: center;
			padding: 4px 2px;
			text-transform: uppercase !important;
			font-size: .9em;
		}	
			
		.calendarToday, .calendarToday a { /* current day */
			color: #333 !important;
			background: #FFD999;
			font-weight: bold;
		}	
		.calendarWeekendDay { /* weekends */
			background: #e0dedb;
			color: #333 !important;
		}	
		.calendarDay { 
			background: #e0dedb;
			color: #333 !important;
		}	
			.calendarDay a { 
				font-weight: bold;
				color: #333 !important;
			}		
		.calendarOtherMonthDay { /* previous or next months days on current months calendar */
			color: #333;
			background: #efefef;
		}
				
				
				
	.eventsList {
		padding: 0;		
	}
		.eventsList ul {
			margin: 0 !important;
			padding: 0 !important;
			list-style: none;
		}
			.eventsList ul li {
				list-style: none;
				padding: 0 0 5px 0;
				margin-bottom: 7px;
			}
			
				#homePage .eventsList ul li {
					border-bottom: 1px dotted #333;
				}
			
			.eventsList ul li a {
				font-size: 1.1em;
				line-height: 1.1;
				font-weight: bold;
				color: #4b0a07;
			}
				
			.eventsList ul li .eventDate {
				margin: 0 0 5px 0;
				color: #333;
			}		
				
				
	/* calendar detail page */
		#secPage .event .eventDate {
			margin: 0 0 15px 0;
			color: #999;
		}
		#secPage .event .eventBack {
			margin: 10px 0;
			font-weight: bold;
			border-top: 2px solid #000;
			padding-top: 5px;
		}
	
	
	

/* ICEBRRG */
	.fieldSelected { /* background color of a selected field. */
		background: transparent !important;
		border-color: #fff !important;
	}