/*	--	Reset	--	*/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, li, img, a, p, form, fieldset {
  border:0;
  margin: 0;
  padding: 0;
}
input, textarea, select {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
.white a, .white p, .white span, .white h4, .white li {
	color: #000000;
}
.black a, .black p, .black span, .black h4, .black li {
	color: #ffffff;
}

/*	--	General	--	*/
html, body {
	font: 14px Arial, Helvetica, sans-serif;
	height: 100%;
}
body.white {
	background: #efefef;
}
body.black {
	background: #000000;
}
.hide {
	display: block;
	text-indent: -9999px;
}
.dn {
	display: none;
}

/*	--	Floats	--	*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clear {
	float: left;
	clear: both;
}


/*	--	Width	--	*/
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w500 {
	width: 500px;
}
.w510 {
	width: 510px;
}


/*	--	Margin	--	*/
.m10 {
	margin: 10px;
}
.mt {
	margin-top: 10px;
}
.mr {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr30 {
	margin-right: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mr50 {
	margin-right: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml50 {
	margin-left: 50px;
}


/*	--	Padding	--	*/
.pt {
	padding-top: 10px;
}
.pr {
	padding-right: 10px;
}
.pb {
	padding-bottom: 10px;
}
.pl {
	padding-left: 10px;
}
.p5 {
	padding: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pl5 {
	padding-left: 5px;
}
.p20 {
	padding: 20px;
}
.ptb20lr30 {
	padding: 20px 30px;
}
.pt20 {
	padding-top: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl20 {
	padding-left: 20px;
}


/*	--	Text	--	*/
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.fwb {
	font-weight: bold;
}


/*	--	Layout	--	*/
#parent_wrapper {
	float: left;
	margin-bottom: 100px;
	width: 100%;
}
#wrapper {
	margin: 0 auto 0 auto;
  max-width: 788px;
	width: 100%;
}

	#header {
		height: 120px;
		position: relative;
	}
		h1 {
			bottom: 20px;
			height: 35px;
			position: absolute;
			width: 170px;
		}
		.white h1 {
			background: url('/images/logo_white.gif') no-repeat;
			background-size: 170px 35px;
		}
		.black h1 {
			background: url('/images/logo_black.gif') no-repeat;
			background-size: 170px 35px;
		}
			h1 a {
				display: block;
				height: 35px;
			}

	#image {
		height: 100%;
		margin-bottom: 50px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
		.photo img {
			display: block;
		}
		.overlay {
			bottom: 0;
			left: 0;
			position: absolute;
			width: 100%;
		}
		.white .overlay {
			background: url('/images/transparent_black.png');
			color: #ffffff;
		}
		.black .overlay {
			background: url('/images/transparent_white.png');
			color: #000000;
		}
			h3 {
				font-size: 16px;
				font-weight: normal;
				margin: 20px 30px;
			}
			.overlay_text {
				margin: 0px 30px 30px;
			}
			.white .overlay_text {
				color: #ffffff;
			}
			.black .overlay_text {
				color: #000000;
			}


		.column {
			float: left;
			width: 315px;
		}
			h2, h4 {
				font-size: 18px;
				letter-spacing: .5px;
				text-transform: uppercase;
			}
			.date {
				display: block;
				font-size: 12px;
				margin-top: 5px;
			}
			.column img {
				float: left;
				margin: 7px 10px 10px 0px;
			}
			.column p {
				margin-top: 5px;
			}
			.article a:hover {
				border-bottom: 2px dotted #dddddd;
			}
			.article form label {
				float: left;
				margin: 0 0 20px 0;
			}
				.article form label input, .article form label textarea {
					border: 1px solid #efefef;
					float: left;
					padding: 5px 0;
					width: 315px;
				}
				.article form label textarea {
					height: 300px;
				}
				.article form .error {
					background: #fdf7f7;
					border: 1px solid #b30000;
				}
				.article form span.error {
					background: none;
					border: 0 none;
					clear: both;
					color: #b30000;
					float: left;
					margin: 5px 0 0 0;
					width: 100%;
				}
		.column.wide {
			margin: 30px 0 0 0;
			width: 688px;
		}
			h4 {
				font-size: 16px;
				letter-spacing: .5px;
				text-transform: uppercase;
				margin: 20px 0 0 0;
			}
			.column.wide p {
				line-height: 18px;
			}
				.column.wide p a:hover {
					border-bottom: 2px dotted #dddddd;
				}

		#nav {
			float: right;
			font-size: 14px;
			line-height: 20px;;
			text-align: right;
			width: 100px;
		}
			#nav a:hover {
				border-bottom: 2px dotted #dddddd;
			}

			#nav_menu {
				display: none;
			}

	.event {
		float: left;
		width: 788px;
	}
		.event_item {
			margin: 20px 0 0 0;;
		}

#map {
	height: 210px;
	width: 325px;
}

#map_multiple {
	height: 400px;
	margin-top: 40px;
	width: 100%;
}

#pagination {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}
	#pagination strong, #pagination a {
		display: inline-block;
		margin: 2px;
		padding: 5px 10px;
	}
	.white #pagination strong, .white #pagination a {
		border: 1px solid #efefef;
	}
	.white #pagination strong {
		color: #000000;
		background: #efefef;
	}
	.white #pagination a:hover {
		background: #efefef;
	}
	.black #pagination strong, .black #pagination a {
		border: 1px solid #333333;
	}
	.black #pagination strong {
		color: #ffffff;
		background: #333333;
	}
	.black #pagination a:hover {
		background: #333333;
	}

#thumbs {
	clear: both;
	margin: 0px auto;

	width: 850px;
}
	#arrow_left, #arrow_right {
		float: left;
		width: 30px;
	}
	.thumb_row {
		float: left;
		margin: 50px 0 80px 0;
		width: 790px;
	}
	.thumb_row.event_page {
		float: left;
		margin: 30px 0 50px 0;
		width: 790px;
	}
		.thumb_row h4 {
			margin: 0 0 5px 0;
		}
		.thumb_row img {
			margin: 0 10px 10px 0;
			float: left;
			width: 150px;
		}
		.thumb_row .last {
			margin: 0;
		}

#footer {
	bottom: 0;
	font-size: 11px;
	height: 50px;
	position: fixed;
	text-align: center;
	width: 100%;
}
.white #footer {
	background: #000000;
	color: #ffffff;
}
.black #footer {
	background: #ffffff;
	color: #000000;
}
	#footer p {
		display: block;
		margin: 20px auto 0 auto;
		width: 788px;
	}
	.white #footer p {
		color: #ffffff;
	}
	.black #footer p {
		color: #000000;
	}
	#footer span {
		cursor: pointer;
		float: right;
		height: 10px;
		overflow: hidden;
		width: 10px;
	}
	#footer .change_white {
		background: #ffffff;
		border: 1px solid #000000;
	}
	#footer .change_black {
		background: #000000;
		border: 1px solid #ffffff;
	}
	#footer .rss {
		height: 11px;
		width: 11px;
	}
	#footer .instagram {
		height: 11px;
		width: 11px;
	}
	.white #footer .rss {
		background: url('/images/rss_black.png') no-repeat;
	}
	.black #footer .rss {
		background: url('/images/rss_white.png') no-repeat;
	}
	#footer .rss:hover {
		background: url('/images/rss_orange.png') no-repeat;
	}
	.white #footer .instagram {
		background: url('/images/instagram_black.png') no-repeat;
	}
	.black #footer .instagram {
		background: url('/images/instagram_white.png') no-repeat;
	}
	#footer .instagram:hover {
		background: url('/images/instagram_orange.png') no-repeat;
	}

.ie7 #footer {
	margin-top: 150px;
}
.ie7 #footer .change_white, .ie7 #footer .change_black, .ie7 #footer .rss, .ie7 #footer .instagram {
	margin-top: -10px;
}
.white .required, .black .required {
	color: #b30000;
}

@media only screen and (max-width: 500px) {

	#header {
		height: 75px;
		position: relative;
	}

		#header h1 {
			margin-left: 20px;
		}

	#image {
		margin-bottom: 20px;
	}

	.photo {
		margin: 0 auto;
		position: relative;
		width: 90%;
	}

		.photo img {
			display: block;
			width: 100%;
		}

		.photo img.m10 {
			margin: 0;
		}

		.event {
			width: auto;
		}

	#content {
		margin: 0 auto 50px auto;
		width: 90%;
	}

		.column {
			width: 100%;
		}

		.column.mr50 {
			margin: 0;
		}

		.column.wide {
			width: 90%;
		}

	#nav_menu {
		display: block;
		font-size: 16px;
		position: absolute;
		right: 20px;
		top: 30px;
	}

	#nav {
		position: absolute;
		right: 20px;
		top: 60px;
	}

	#nav.opened {
		background-color: #ffffff;
		padding: 20px;
		width: 120px;
	}

		#nav li {
			display: none;
		}

		#nav li.show {
			display: block;
			padding: 8px;
		}

	#map {
		margin-top: 20px;
	}

	.article a {
		line-height: 30px;
	}

	.article form {
		margin: 20px 0 20px 0;
	}

	#thumbs {
		width: 90%;
	}

	.thumb_row {
		max-height: 220px;
		width: 330px;
	}

	.thumb_row.event_page {
		max-height: none;
		width: 330px;
	}

		.thumb_row .last {
			margin: 0 10px 10px 0;
		}

	#pagination {
		height: 100px;
		width: 100%;
	}

	#footer p {
		width: 90%;
	}

	#footer .rss {
		margin-right: 30px;
	}

	#footer .instagram {
		margin-right: 30px;
	}

}