header {
	display:block;
margin: 0 auto;
background: url(/images/header.png) repeat-y;
width:90%;
margin-bottom: 1em;
}

nav {
display:block;
margin:auto;
	margin-top: 1.5em;
	text-align: left;
}

article {
margin: 1em 5% 1.5em 5%;
text-align: left;
float: left;
}

article h2 {
	font-size: 1.75em;
}

article p {
	width: 100%;
}

article img {max-width:100%;}

footer {
	display:block;
margin: 0 auto;
width:90%;
}

footer .date {
	display:block;
margin: 50% auto;
	margin-top: 0;
	margin-bottom: 3em;
	clear:both;
}

footer .copyright {
	margin: 0 auto;
	float:left;
	text-align:left;
	line-height:0;
	margin-bottom: 1em;
		margin-top: -1em;
			clear:both;
	}

	footer .countdown {
		float:left;
		position: relative;
		margin: 0 auto;
	font-size: 65%;
	text-align: left;
	margin-top:2.5em;
	}

	footer .countdown {
		text-align: left;
		line-height: 125%;
		margin-bottom:0.75em;
	}
	.instagram { max-width: 100%; overflow:hidden; background-color: white;}
	.instagram-placeholder { float:left; margin: 2% 2% 2% 3%;}
	.last { margin-right:0; }
	.instagram-placeholder a img { max-width: 100%; }

/*	6 / Slimbox

	-----------------------------------------------

	#lbOverlay { position: fixed; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
	#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; }
	.lbLoading { background: #fff url(loading.gif) no-repeat center; }
	#lbImage { position: relative;}
	/*#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
	#lbPrevLink { left: 0; }
	#lbPrevLink:hover { background: transparent url(prevlabel.gif) no-repeat 0 15%; }
	#lbNextLink { right: 0; }
	#lbNextLink:hover { background: transparent url(nextlabel.gif) no-repeat 100% 15%; }
	#lbBottom { font-family:"ff-meta-web-pro",sans-serif; font-size:75%; color:#404040; line-height: 125%; text-align: left; border: 10px solid #fff; border-top-style: none; }
	#lbCloseLink { display: block; float: right; width: 60px; height: 40px; background: transparent url(/images/close.png) no-repeat center; margin: 5px 0; outline: none; }
	#lbCaption { margin-right: 33%; }
	#lbCaption { font-weight: bold; }*/

#lightboxOverlay {
  position: absolute;
  width: max-width:100%;
  z-index: 9999;
  background-color: white;
    opacity: 0.85;
  display: none;
}

	/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  width: max-width:100%;
  z-index: 10000;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: max-width:100%;
}

/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 0;
  width: max-width:100%;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}
