/*
	/////////////////////////////////////////////////////////////
	
	SITE CONTENTS STYLE SHEET
	These will be all the items that fall in the content area, 
	basically NON-template items.
	

*/




/* THESE STYLES WILL SHOW UP IN THE CMS TEXT EDITOR */
	/* <textEditor> */		
		.fontGeorgia {font-family: georgia, serif;}
		.fontTimes {font-family: "times new roman", times, serif;}	
		.fontVerdana {font-family: verdana, sans-serif;}
		.fontArial {font-family: arial, sans-serif;}
		.fontTahoma {font-family: tahoma, sans-serif;}	
		
		.textBlack, .textBlack a {color: #111;}
		.textWhite, .textWhite a {color: #fff;}
		.textGrey, .textGrey a {color: #adaeae;}	
		.left {float: left; margin-right: 1em;}
		.right {float: right; margin-left: 1em;}
		.textSmall {font-size: 85%;}
		.textLarge {font-size: 125%;}
		.noborder {border: none !important;}
		span.imageBorder img {border: 2px solid #000;}
		.highlight, .hightlight a { color: #fff; background: #850d20; }
	/* </textEditor> */





/* GENERAL, SITEWIDE CONTENT CALLINGS */

/* links */
a {
	color: #850d20;
	text-decoration: underline;
}
	a:hover {
		color: #999;
	}





/* setting the OL/UL to specified values in the content areas */
.contents ol {
	list-style: decimal;
	margin: 10px 25px;
}
	.contents ol li {
		padding: 0 0 5px 0;
	}	
		
.contents ul {
	list-style: square;
	margin: 10px 25px;
}
	.contents ul li {
		padding: 0 0 5px 0;
	}	
	
	/*  for blog/calendar list items to still have list bullets */
	.blogList ul li li, .eventsList ul li li {list-style: square !important;}
	.blogList ol li li, .eventsList ol li li {list-style: decimal !important;}



/* 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 #734526;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	clear: both;
	margin: 10px 0;
}







/* GENERAL SITE HEADINGS */	
h1 {
	margin: 10px 0;
	font-size: 25px;
	color: #666;
	line-height: 1.2em;
}	

h2 {
	margin: 10px 0;
	font-size: 22px;
	color: #850d20;
	line-height: 1.2em;
}	

h3 {
	margin: 10px 0;
	font-size: 20px;
	color: #000000;
	line-height: 1.2em;
}		

h4 {
	margin: 10px 0;
	font-size: 1.2em;
	color: #cccc99;
	line-height: 1.2em;
}	

h5 {
	margin: 10px 0;
	font-size: 1.2em;
	color: #0d5c85;
	line-height: 1.2em;
}	

#homePage #mainColumn h1.title, #homePage #subColumn h1.title {
	color: #0c5b85;
	font-size: 16px;
	text-align: center;
}
#pageTitle h1 {
	color: #ccc;
	font-size: 25px;
	margin: 0;
}

	
	
	
	
/* 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;
			}
			
			.blogList ul li h2.postTitle {
				font-weight: normal !important;
				color: #0c5985;
				font-size: 16px;
			}
			.blogList ul li h2.postTitle a {
				color: #0c5985;
				text-decoration: none;
			}
			.blogList ul li h2.postTitle a:hover {
				color: #850d20;
				text-decoration: none;
			}
			
			.blogList ul li  .postDate {
				margin: 0 0 10px 0;
				color: #666;
				text-decoration: none;
			}
			.blogList ul li .postInfo em {
				display: none;
			}
			#homePage .rss img {
				display: none;
			}
				
			/* rss icon */
			.rss img {border: none}
				
				
	/* post detail page */
	#secPage .post h2 {
		margin: 0 0 10px 0;
	}
		#secPage .post .postDate {
			margin: 0 0 10px 0;
			color: #999;
		}
		#secPage .post .blogBack {
			margin: 10px 0;
			font-weight: bold;
		}
	
	
	/* blog comments */
	.comments {
		padding-top: 10px;
	}
		.comments dl {
			background: transparent !important;
			border: none !important;
		}	
			dt.comment {
				background: transparent!important;
				color: #333 !important;
				border: none !important;
				clear: both;
				padding-left: 0 !important;
			}			
			dd.comment {			
				border: none !important;
				background: transparent!important;
				padding-left: 0 !important;
				padding-right: 20px;
			}
			
				/* alternate colors, for the even posts */
				dt.comment.alternate {
					color: #333 !important;
				}
				dd.comment.alternate {
					color: #333 !important;
				}
			
			.commentDate {			
				color: #999 !important;
			}
		
		
	/* comments form */
	.commentsForm {
		clear: both;
		padding-top: 15px;
		width: 80%;
	}
		.commentsForm label {
			font-weight: bold;
		}
		
		.commentsForm input, .commentsForm textarea {
			padding: 2px 4px;
			font-family: arial;
			font-size: 1em;
		}
		
		.commentsForm img { /* this is for the captcha image */
			 margin: 5px 0;
			 border: 1px solid #999;
		}
		
		.commentsForm input.submitComment {
			 margin: 10px 0;
		}
		
		.commentsForm .note {
			font-size: .9em;
			color: #999;
		}

	
	
	
/* LINKS AND FILES ELEMENT */
.linksModule ul { /* with this you can change the icon */
	list-style-image: url(template/icon_external.gif) !important;
}	
	.linksModule .fileSize {
		color: #999;
		font-size: .9em;
	}
	
	
	
	
	
/* SEARCH FORM */
	div.search {
		position: relative;
		margin-top: -10px;
	}
	div.search label {
		font-weight: bold;
		color: #fff;
	}	
	div.search .searchInput {
		border: 1px solid #838383;
		padding: 2px 4px;
		width: 200px;
	}	
	div.search .searchButton {
		margin: 5px 0;
		background: url(../images/searchbtn.gif) no-repeat;
		height: 45px;
		width: 40px;
		border: 1px solid #fff;
		border-top: 6px solid #fff;
	}





/* GRAPHIC TABULAR EVENTS CALENDAR */
	.eventsCalendar table { /* entire table */
		border: 1px solid #999;
		width: 100%;
		border-collapse: collapse;
	}		
		.calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
			padding: 2px;
			border: 1px solid #999;
			text-align: left;
			vertical-align: top;
		}
		
		.calendarTitle td { /* top bar with current month and next/previous buttons */
			text-align: center;
			background: #A4A4A4 !important;
			color: #FFF;
			padding: 3px 4px !important;	
			text-transform: uppercase !important;
			font-weight: normal !important;
			font-weight: bold !important;	
		}	
			.calendarNextPrevious {
				color: #fff !important;
				font-weight: normal;
				font-size: .9em;
			}	
				.calendarNextPrevious a {
					color: #fff !important;
					font-weight: normal;
				}	
				
		.calendarDayHeader { /* m-f bar */
			color: #333;
			background: #DADADA;
			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: #DADADA;
			font-weight: bold;
		}	
		.calendarWeekendDay { /* weekends */
			background: #fff;
		}		
		.calendarOtherMonthDay { /* previous or next months days on current months calendar */
			color: #333;
			background: #efefef;
		}
		
		
		
		/* calendar detail page */	
		#secPage .event h2 {
			margin: 0 0 10px 0;
		}
			#secPage .event .eventDate {
				margin: 0 0 10px 0;
				color: #999;
			}
			#secPage .event .eventBack {
				margin: 10px 0;
				font-weight: bold;
			}
			
			

	

/* ICEBRRG */
	.fieldSelected { /* background color of a selected field. */
		background: transparent !important;
		border-color: #333 !important;
	}