/*===== Homepage Styles =====*/
/* Boxes - Top Row */
.box {
	width: 283px;
	padding: 9px 9px 3px;
	margin: 0 0 25px;
	border: 1px solid #cacaca;	
}
	.box2 {
		margin-left: 25px;
		margin-right: 25px;	
	}
	.box .image {
		display: block;
		width: 283px;
		height: 116px;
		margin-bottom: 8px;
		overflow: hidden;	
	}
		.box .image.left {
			width: 128px;
			height: 128px;
			margin: 0 14px 6px 0;
		}
			.box .image.left img {
				margin: -1px 0 0 -1px;	
			}
		.box .image:hover img {
			opacity: 0.8;
			filter: alpha(opacity=80);	
		}
	.box h2 {
		font-size: 29px;
	}
		.box h2 a {
			color: #00151f;
			text-decoration: none;	
		}
			.box h2 a:hover {
				color: #66853f;	
			}
	.box p {
		font-size: 12px;
		padding-bottom: 10px;
	}
		.box p.click-here {
			padding-top: 6px;	
		}
		.box p strong {
			display: block;	
		}
/* Boxes - Bottom Row */
.box.long {
	width: 448px;
	height: 135px !important;
	margin: 0;	
}
.tw-logo {
	background: url(assets/images/homepage/icon-twitter.png) center right no-repeat;	
}
	.box.upcoming-events p {
		max-height: 50px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

/* Promo */
.home-promo {
	position: relative;
	display: block;
}
	.home-promo img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 0 7px;
	}
	.home-promo .button {
		position: absolute;
		bottom: 49px;
		left: 102px;
	}