
/*--------------------------------------------
5. Gallery
---------------------------------------------*/
div#gallery ul.gallery_thumbnails { overflow: hidden; width: 1020px; }
div#gallery.with_sidebar ul.gallery_thumbnails { overflow: hidden; width: 710px; padding-left: 6px;}
div#gallery ul.gallery_thumbnails li {
	float: left;
	display: block;
	position: relative;
}
	div#gallery ul.gallery_thumbnails li a{ display: block; position: relative; }
div#gallery ul.gallery_thumbnails li {
	margin-right: 10px;
	margin-bottom: 7px;
}	
	/* 2 Columns */
		div#gallery ul.gallery_thumbnails.two_column li img {
			width: 470px;
			height: 332px;
		}
	/* 3 Columns */
		div#gallery ul.gallery_thumbnails.three_column li img {
			width: 310px;
			height: 219px;
		}
	/* 4 Columns */
		div#gallery ul.gallery_thumbnails.four_column li img {
			width: 230px;
			height: 162px;
		}
	/* 2 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.two_column li img {
		width: 345px;
		height: 244px;
	}
	/* 3 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.three_column li img {
		width: 226px;
		height: 160px;
	}
	/* 4 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.four_column li img {
		width: 167px;
		height: 118px;
	}
div#gallery ul.gallery_thumbnails.two_column li.last,		
div#gallery ul.gallery_thumbnails.three_column li.last,
div#gallery ul.gallery_thumbnails.four_column li.last { 
	margin-right: 0;
}
/* Gallery Filters */
ul.filter_list {
	list-style: none;
	overflow: hidden;
	margin-bottom: 25px;
}
	ul.filter_list li {
		float: left;
		margin-right: 10px;
	}
		ul.filter_list li a {
			text-decoration: none;
			padding: 3px 8px 3px 8px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid transparent;
			display: block;
			font-size: 12px;
			color: #999;
			-webkit-transition:color 0.2s ease-in;  
	    -moz-transition:color 0.2s ease-in;  
	    -o-transition:color 0.2s ease-in;  
	    transition:color 0.2s ease-in;
		}
			ul.filter_list li a:hover { color: #444; }
		ul.filter_list li.current a {
			background: #f7f7f7;
			border: 1px solid #dadada;
			font-weight: bold;
		}
/* Gallery Hover */
ul li div.hover{
	background: #333 url('../images/zoom.png') no-repeat center center;
	background: rgba(0,0,0,0.6) url('../images/zoom.png') no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99%;
	display: none;
	cursor: pointer;
}
	ul li.video div.hover { 
		background: #333 url('../images/play.png') no-repeat center center;
		background: rgba(0,0,0,0.6) url('../images/play.png') no-repeat center center;
	}
/*--------------------------------------------
6. Contact
---------------------------------------------*/
div#contact input,
div#contact select,
div#contact textarea { background: #f9f9f9; }
div#contact input:focus,
div#contact select:focus,
div#contact textarea:focus { background: #fff; }
div#contact p { margin-bottom: 25px; }
	div#contact div.row {
		overflow: hidden;
		clear: both;
		width: 715px;
	}
		div#contact div.row input,
		div#contact div.row select { width: 315px; }
		div#contact div.row p {
			width: 340px;
			float: left;
			margin-right: 15px;
		}
		div#contact div.row select { width: 340px; }
		div#contact textarea { width: 96%; height: 200px; } 
		div#contact .button { float: right; }
	div#contact .error {
		border-color: #E01C46;
	}
	div#contact .validation,
	div#contact .success {
		display: none;
		font-size: 12px;
		margin-bottom: 20px;
	}
		div#contact .validation p  { color: #e01c46; }
		div#contact .success p	    { color: #65cf82; }
	div#location {
		clear: both;
		overflow: hidden;
	}
	div#location div.map {
		clear: both;
		overflow: hidden;
		float: left;
		width: 438px;
		height: 194px;
		padding: 5px;
		background: #f4f3ed;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		margin-right: 30px;
	}	
	div#location .icon {
		font-size: 13px;
		padding-right: 4px;
	}
	div#location div.one_fourth h4{
		margin-bottom: 15px;
	}
		div#location div.one_fourth p {
			margin-bottom: 15px;
		}
/*--------------------------------------------
7. Donate
---------------------------------------------*/
div#donate h1 {
	margin-bottom: 26px;
}
div#donate .framed_box {
	overflow: hidden;
	padding: 15px 0 0px 30px;
	text-align: center;
}
		div#donate .framed_box span {
			color: #777;
			font-size: 15px;
		}
		div#donate .framed_box h3 {
			font-size: 50px;
		}
		div#donate .framed_box div {
			border-right: 1px solid #ddd;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;
			margin-right: 0;
			margin-right: 4%;
			padding-right: 4%;
			margin-bottom: 20px;
		}
		div#donate .framed_box div:last-child { border: none; }
div#donation_level {
	margin-top: 40px;		
}		
div#donation_level div.box_heading {
	margin-bottom: 18px;
}
	div#donation_level p {
		float: left;
		width: 168px;
	}
	div#donation_level ul.amount {
		float: right;
		overflow: hidden;
		margin-bottom: 40px;
	}
		div#donation_level ul.amount li {
			display: inline;
			float: left;
		}
		div#donation_level ul.amount li a {
			text-decoration: none;
			display: block;
			width: 77px;
			height: 60px;
			border: 4px solid #fff;
			color: #fff;
			margin-right: 15px;
			font-size: 15px;
			text-align: center;
			padding-top: 10px;				
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			text-shadow: 0px 1px #555;
		}
		div#donation_level ul.amount li a h3 {
			color: #fff;
		}
		div#donation_level ul.amount li a:hover {
			border: 4px solid #d3d3d3;
		}
		div#donation_level ul.amount li a.color_1 {
			background: #8a9848;
		}
		div#donation_level ul.amount li a.color_2 {
			background: #c7a848;
		}
		div#donation_level ul.amount li a.color_3 {
			background: #d17938;
		}
		div#donation_level ul.amount li a.color_4 {
			background: #826a43;
		}
		div#donation_level ul.amount li a.color_5 {
			background: #48987f;
		}
div#donate div#actions { width: auto; }
/*--------------------------------------------
8. Widgets
---------------------------------------------*/
div.widget { }
	div.widget h5 {
		border-bottom: 1px dashed #c9c9c9;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	div.widget .logo { font-size: 28px; color: #7f7f7f; margin-bottom: 10px; }
	div.widget a { color: #7d7d7d; }
	aside div.widget {
		clear: both;
		margin-bottom: 30px;
	}
	/* Twitter */
	div.twitter_stream { }
		div.twitter_stream ul {
			list-style: none;
		}
			div.twitter_stream ul li {
				color: #9b9b9b;
				margin-bottom: 20px;
				font-size: 12px;
				line-height: 18px;
			}
				div.twitter_stream ul li .icon {
					color: #4ad8f2;
					float: left;
				}
				div.twitter_stream ul li .tweet_details {
					margin-left: 28px;
				}
				div.twitter_stream ul li .tweet_time { font-size: 11px; display: block; }
					div.twitter_stream ul li .tweet_time a {
						color: #aaa;
						text-decoration: none;
					}
	/* Newsletter */
	div.widget form p {
		margin-bottom: 12px;
	}
	div.widget input[type="text"], 
	div.widget input[type="email"] {
		width: 90%;
		padding: 6px 10px 6px 10px;
		font-size: 12px;
	}
	div.widget form label { 
		top: 4px !important; 
		left: 12px !important; 
		font-size: 12px;
	}
	/* Location */
	div.location_widget p{
		margin-bottom: 15px;
		line-height: 22px;
	}
		div.location_widget .icon {
			font-size: 13px;
			padding-right: 4px;
		}
	/* Categories */
	div.widget div.widget_categories ul {
		overflow: hidden;
	}	
		div.widget div.widget_categories ul li {
			display: block;
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}
			div.widget div.widget_categories ul li a {
				display: block;
				float: left;
				text-decoration: underline;
				width: 100%;
			}
				div.widget div.widget_categories ul li a:hover { color: #333; }
			div.widget div.widget_categories ul li span {
				float: right;
				padding: 3px 5px;
				text-decoration: none;
				color: #fff;
				background: #d7d7d7;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;				
			}
				div.widget div.widget_categories ul li a:hover span {
					background: #bbb;
				}
	/* Recent Posts */
	div.widget div.recent_posts ul li {
		margin-bottom: 5px;
	}
		div.widget div.recent_posts ul li h4 a{
			font-size: 15px;
			color: #444;
			text-decoration: none;
			margin-bottom: 5px;
			display: block;
			font-weight: bold;
		}
			div.widget div.recent_posts ul li h4 a:hover { text-decoration: underline; }
		div.widget div.recent_posts ul li p {
			font-size: 11px;
			line-height: 16px;
		}
	/* Video */
	div.widget div.video iframe{
		padding: 5px;
		text-align: center;
		border: 1px solid #bebfc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #fff;
		margin-bottom: 8px;
	}
	/* Gallery */
	div.widget div.gallery { width: 226px; }
		aside div.gallery ul {
			overflow: hidden;
		}
			div.widget div.gallery ul li {
				float: left;
				margin-right: 12px;
				margin-bottom: 12px;
			}
				div.widget div.gallery ul li img {
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
