
body {
	color: #000000;
	height: 100%;
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

img.embedded {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}

.container-narrow {
	margin: 0 auto;
	max-width: 750px;
}
.contact-form-alert {
	max-width: 410px;
}

.clear-footer, .footer {
	height: 40px;
	clear: both;
}

.footer {
	width: 100%;
	background-color: #fafafa;
	color: #000000;
	bottom: 0px;
	left: 0px;
	position: fixed;
	border-top: 1px solid #dddddd;
}

.footer .container {
	padding-top: 10px;
}

.initiallyhidden {
	display: none;
}

td {
	vertical-align: middle;
}

div.input {
	margin: 5px;
}

textarea {
	width: auto;
}

#pictureCarousel {
	border: 1px solid #000000;
}

#frontpageCarousel {
	width: 420px;
}

#finn_og_ying {
	float: right;
	text-align: center;
}

.leftsheep {
	bottom: 40px;
	left: 0px;
	position: fixed;
}

.alert-grey {
	background-color: #fafafa;
	border-color: #dddddd;
	color: #000000;
}

.carousel-caption {
	padding: 8px;
}

.page-signature {
	display: none;
}

#sheep {
	display: none;
}

/* Hide the sheep if the is no room for it */
@media screen and (max-width: 899px) {
	.leftsheep {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.leftsheep {
		display: block;
	}
}

/* hide and display bottom bar based on available height and width */
@media screen and (max-width: 550px) {
	.credits {
		display: none;
	}
}
@media screen and (max-height: 749px) {
	.leftsheep {
		bottom: 0px;
	}
	.footer {
		display: none;
	}
	.page-signature {
		display: block;
	}
	#actor-finn {
		bottom: 0px;
	}
}
@media screen and (min-height: 750px) {
	.leftsheep {
		bottom: 40px;
	}
	.footer {
		display: block;
	}
	.page-signature {
		display: none;
	}
	#actor-finn {
		bottom: 60px;
	}
}
