@charset "UTF-8";

@import url('./reset.css'); /* from meyerweb.com */


html {
	font: normal 120% normal Helvetica, Tahoma, sans-serif;
	color: #555;
	background: #FFF;
}

body {
	width: 800px;
	margin: 0 auto;
}

#header {
	margin: 20px 0;
	text-align: center;
}

	#header h1,
	#header a {
		font: normal 1em normal Helvetica, Tahoma, sans-serif;
		color: #F90;
		background: #FFF;
		text-decoration: none;
	}

	#header address { margin: 0.5em 0 0; }

	#header h1 {
		padding: 154px 0 0;
		background: url('../images/logo-144x144.png') center top no-repeat;
		font-size: 2em;
	}

	.nav {
		display: block;
		margin: 2em 0 0;
		font-size: 1.2em;
	}

	.nav li {
		display: inline;
		margin: 0 1em;
	}


#footer {
	clear: both;
	height: 250px;
	margin: 2em 0 0;
	padding: 100px 0 0 410px;
	text-align: center;
	background: #FFF url('../images/h3.jpg') left center no-repeat;
}




a:link,
a:visited,
a:hover,
a:active {
	color: #F90;
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

address {
	font-style: normal;
	margin: 0.5em 0;
}

em {
	font-style: italic;
}

h2, h3, h4, h5, h6 { margin: 1em 0 0.5em; clear: both; }

h2 { font-size: 1.5em; }

img {
	display: block;
	clear: both;
	margin: 1em auto;
}

img.aside {
	float: left;
	margin: 0 20px 20px 0;
}

	div.other-farms {
		text-align: center;
	}

	div.other-farms img {
		display: inline;
		margin: 20px;
	}




div.image-links {
	margin: 0; padding: 0;

}

	div.image-links a {
		display: inline;
		margin: 0 0 0 20px;
	}

	div.image-links img {
		display: inline;
	}


#videoBar-bar img {
	display: inline;
	margin: 0;
}

p {
	width: 80%;
	margin: 1em auto;
	line-height: 1.3;
}

	p.zoom-note {
		font-size: 0.8em;
	}

	p.caption {
		font-size: 0.8em;
		text-align: center;
	}

strong {
	font-weight: bold;
}

ul.alpacas {
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
}

	ul.alpacas li {
		display: block;
		float: left;
		clear: none;
		width: 200px;
		height: 300px;
		margin: 20px;
	}


	ul.alpacas li.short {
		height: 200px;
	}
	
	ul.alpacas img {
		display: block;
		margin: 0 0 10px;
		border: 5px solid #333;
	}

ul.featured {
	width: 800px;
	margin: 0;
	overflow: visible;
}

	ul.featured dfn {
		font-size: 1.5em;
	}

	ul.featured dt {
		font-size: 0.75em;
		line-height: 1.5;
	}

	ul.featured dd {
		font-size: 0.8em;
		margin: 0 0 0 1em;
	}

	ul.featured li {
		display: block;
		float: left;
		clear: none;
		width: 200px;
		margin: 20px;
		padding: 5px;
	}

	ul.featured img {
		display: block;
		margin: 0 0 10px;
	}

	ul.featured + * { clear: both; }

ul.links {
	margin: 2em 0;
}

	ul.links li {
		margin: 1em 0;
	}

div.map {
	width: 600px;
	height: 440px;
	margin: 0 auto;
}

div.map iframe {
	width: 600px;
	height: 400px;
	border: 0;
}

div.map a {
	font-size: small;
}

imageContainer * {
	margin: 0;
	padding: 0;
	border: 0;
}