@charset "utf-8";
/* CSS Document */

/* COMMON PAGE STYLES
Common page (ie. contact page) styles. */


/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;}
		.news-holder .news-item .image {
		float:left;
		margin-right:10px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date {font-size:12px;color:#333333;}
	.news-holder .base {font-size:11px;}
	
	
.news-summery {
float:left;
width:160px;
padding-left:20px;
border-left:solid #b7a58c 1px;
}
	
	
	
.eventsum-holder {
float:left;
width:160px;
padding-right:20px;
}

.ridesum-holder {
float:right;
width:150px;
padding:45px 20px 10px 30px;
background-color:#c6b59c;
background-image:url(../../images/ride_bg.jpg);
background-position:center 8px;
background-repeat:no-repeat;
}	
	#main .ridesum-holder h2 {color:#f8ead5;padding-bottom:20px;}

	.ridesum-holder a {color:#67100a;}
	.ridesum-holder a span {text-decoration:none;color:#961b13;}
	.ridesum-holder a:hover,
	.ridesum-holder a:hover span {text-decoration:none;color:#7b4d0c;}

 	.ridesum-holder .pdf-link {
	padding-bottom:10px;
	}
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}

.gallery-summery-holder {
float:left;
width:290px;
}

	.gallery-holder .gallery-item {
	float:left;
	width:140px;
	text-align:center;
	}
		.gallery-holder .image,
		.gallery-summery-holder .image {
		float:left;
		padding-right:10px;
		padding-bottom:10px;
		}
		
.photo-holder {
display:block;
text-align:center;
}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .staff-cat {display:block;}
		.staff-holder .staff-member {
		float:left;
		width:140px;
		text-align:center;
		}
		.staff-holder .staff-member .image {
		width:140px;
		height:140px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
		
		
		
/* TESTIMONIALS PAGES */	
.testimonial-holder {display:block;}
	.testimonial-item {display:block;margin-top:18px;}
	.testimonial-holder .th-person {font-weight:bold;}
	



/* FAQS PAGES */
.faq-holder {display:block;margin-top:18px;}
	.faq-item {display:block;margin-top:0px;margin-bottom:18px;}




/* LINKS PAGES */
.links-holder {display:block;margin-top:18px;}
		
		
		
		
		
/* NEXT PREVIOUS PAGES */		
.nextprev {float:right;}
	.nextprev .num {
	color:#333333;
	background-color:#d0c4b3;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .cur {
	font-weight:bold;
	background-color:#c6b59c;
	}
	.nextprev .np {
	color:#d0c4b3;
	background-color:#0b0805;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .se {
	color:#A0A0A0;
	background-color:#F3F3F3;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#d0c4b3;
	background-color:#4f020e;
	}
	
	
	
	
	
	
#login {}
	#login .login-form {}
	
		#login .login-form li {
		padding-left:0px;
		background:none;
		padding-bottom:4px;
		}
		
			#login .login-form li label {
			color:#63290a;
			display:inline-block;
			width:200px;
			}




	
	
	
	
/* MAIN FORM */
form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	.req {
	color:#bf470c;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#63290a;
	line-height:20px;
	text-align:left;
	margin-right:10px;
	margin-bottom:0px;
	}
	
	form .input {
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:90%;
		}
		
	form .select {
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:90%;
		}
	
	form .textarea {
	font-size:11px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:90%;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .button {
	margin-top:2px;
	padding-bottom:5px;
	}


.form-under {font-size:11px;color:#857257;}