/*******************************************************************
	SPECIALS
*******************************************************************/
#specials .special {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #0e633c;
	margin: 20px 0;
}

#specials .special:first-child {
	margin-top: 50px;
}
#specials .special:last-child {
	border-bottom: none;
}

#specials h2 {
	margin-top: 0;
}

#specials .photoborder {
	max-width: 40%;
}

/*******************************************************************
	SIDEBAR
*******************************************************************/
.side {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding: 30px 0 30px 20px;
	text-align: right;
}

.side .events {
	display: none;
}

.sideItem {
	background: #dfdfdf;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: center;
}

.sideItem h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 24px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
}

.sideItem p,
.sideItem ul {
	margin: 0;
	padding: 0;
}

.sideItem ul li {
	list-style-type: none;
	padding: 0;
}

.sideItem a:link,
.sideItem a:visited,
.sideItem a:active {
	color: #0e633c;
	display: block;
	text-decoration: none;
}

.sideItem a:hover {
	background: #d9d9d9;
	color: #000000;
}

.sideSocial {
	padding: 10px 0;
}

.sideSocial ul li {
	display: inline-block;
}

#content .sideSocial ul li a:link,
#content .sideSocial ul li a:visited,
#content .sideSocial ul li a:active {
	border: 1px solid #DFDFDF;
	display: block;
	height: 46px;
	padding: 5px;
	width: 46px;
}

#content .sideSocial ul li a:hover {
	background: #D9D9D9;
	border: 1px solid #CCCCCC;
}

.sideLink {
	padding: 0;
}

.sideLink a:link {
	display: block;
	font-size: 20px;
	padding: 10px 0;
	color: #0e633c;
}

.sideLink a:hover {
	background: #d9d9d9;
	color: #000000;
}

/* CONTENT */

header {
	padding: 80px 0 10px 0;

	height: 185px;
}
#content {
	margin-top: 0;
	min-height: 365px;
	padding-top: 0;
}

#content h1 {
	margin-bottom: 15px;
}

#content .frame {
	display: inline;
	float: right;
}

#content .eightcol h2 {
	margin-bottom: 5px;
}

.buttonlinks {
	overflow: hidden;
}

.buttonlinks p {
	border: 1px solid #000;
	float: left;
	margin: 5px;
}

/*******************************************************************
  CONTACT FORM
*******************************************************************/
#contact {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.contactLeft,
.contactRight {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.contactRight {
	margin-right: 0;
}

/* Contact form inputs and text areas*/
#contact input[type='text'], #contact textarea {
	max-width: 50%;
	border: 1px solid #cccccc;
	padding: 0.25em 0.5em;
	background-color: white;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.75);
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Resizes the text area*/
#contact textarea {
	width: 90%;
	max-width: 95%;
	height: 95px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
#contact input[type='text']:focus, #contact textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}


/* Submit button for the form*/
#contact .submit {
	display: inline-block;
	width: 170px;
	height: 35px;
	margin-top: 1px;
	border: none;
	padding: 10px 25px 10px 25px;
	background-color: #53b94b;
	font: bold 18px/17px  "Myriad Pro", Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3), inset -2px 2px 2px rgba(255,255,255,0.3);
}
/* Submit hover state*/
#contact .submit:hover {
	background-color: #0e633c;
}

/* Contact form error messages*/
#contact strong.required, #contact div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
#contact .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
#contact input.error,#contact textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
#contact p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
}

/*******************************************************************
  TESTIMONIALS
*******************************************************************/
.theme-default .pagination .prev,
.theme-default .pagination .next {
	background-image: url(../images/thumbnail-arrows.png) !important;
}

/*******************************************************************
  TESTIMONIALS
*******************************************************************/
.testimonial-item {
	border-bottom: 1px solid #0e633c;
	margin-bottom: 10px;
}

/*******************************************************************
  Media Queries
*******************************************************************/
@media handheld, only screen and (max-width: 768px) {
	#content {
		/* text-align: center; */
	}

	.side {
		display: none;
	}

	.contactLeft,
	.contactRight {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}
@media handheld, only screen and (max-width: 600px) {
	#contact a.reload {
		display: block;
	}

	#contact .submit {
		margin: 0 auto;
	}

	#content .content ul#video-grid {
		margin-left: 0;
	}

	#video-grid li.video {
		width: 100%;
	}
}