@CHARSET "ISO-8859-1";

/* Mini Gallery of Images Fix (too much whitespace) */
.gallery {
	overflow: hidden;
}

.wp-caption-text  {
	margin: 2px 6px 4px 4px;
	background: #4F2778;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.il-large-cta {
	margin: 20px auto;
	text-align: center;
}
.il-large-cta a {
	color: #FFF;
	background: #FF0000;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14pt;
	font-weight: bold;
}
.il-large-cta a:hover { 
	background: #4F2778;
}
dt {
	font-weight: bold;
	margin-top: 2px;
}
.li-line {
	width: 100%;
	margin: 30px auto 10px;
	height: 1px;
	border-top: 2px solid #4F2778;
	clear: both;
}
.il-border {
	border: 0 !important;
}
