/* Reset ----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	line-height: 1;
}






/* Global ----------------------------------------------------------------------------- */

body {
	font: 62.5% "Georgia", "Times New Roman", serif;
	color: #333;
	background: url("../img/body-bg.jpg") #FFFFF3;
}

p			{ font-size: 1.4em; line-height: 1.3em; margin: 0 0 .8em; }

li			{ font-size: 1.4em; line-height: 1em;  }

h1, h2, h3,
h4, h5, h6		{ color: #090; text-shadow: 1px 1px rgba(0,0,0,.1); }

h2				{ font-size: 2.3em; }
h3				{ font-size: 1.8em; }

a:link			{ color: #090; }
a:hover			{ color: #909; }
a:visited		{ color: #666; }
a:active		{ color: #909; }

/* Cascade prevention */
li p			{ font-size: 1em; }
li h4			{ font-size: 1em; }








/* Structure ----------------------------------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}



/* Masthead and Nav ------------------- */

#masthead {
	width: 960px;
	height: 130px;
	background: url("../img/masthead-bg.jpg") no-repeat #909;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#branding			{ width: 300px; height: 130px; margin: 0 0 0 20px; float: left; }

#branding h1 a { 
	background: url("../img/logo.png") no-repeat;
	width: 134px;
	height: 101px;
	float: left;
	margin: 20px 0 0 0;
}

#branding h1 span	{ display: none; }

#branding div {
	font-size: .833em;
	width: 16em;
	float: left;
	margin: 30px 0 0 2em;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

#branding div p {
	margin: 0 0 .5em 0;
	line-height: 1.1em;
}

#branding div a:link,
#branding div a:hover,
#branding div a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainNav { 
	list-style: none; 
	margin: 80px 0 0 60px; 
	float: left; 
}

#mainNav li			{ display: inline; }

#mainNav a { 
	display: block; 
	background: url("../img/nav.png") no-repeat; 
	height: 40px;
	float:  left;
	margin: 0 40px 0 0;
}
#mainNav a:hover {
	border-top: 3px solid #B0B;
	margin-top: -3px;
}

#mainNav a span		{ display: none; }

#products a {
	width: 182px;
	background-position: 0px 0px;
}

#goats a {
	width: 139px;
	background-position: -213px 0px;
	margin: 0 0 0 0;
}

#recipes a {
	width: 158px;
	background-position: -388px 0px;
}











/* Global Structures ------------------------------------- */

#primCont {	
	width: 600px;
	margin: 20px 0 0 330px;
	border-left: 1px solid #DDD;
	padding-left: 30px;	
}

#productsBody #primCont {
	width: 100%;
	margin: 30px 0 0;
	border: none;
	padding: 0;
}







/* Homepage ---------------------------------------------- */


#goatsBody #primCont { border: none; }



#feature {
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#feature img {
	width: 596px;
	height: 256px;
	border: 2px solid #909;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#feature p { 
	bottom: -200px; 
	-webkit-transition: bottom .25s ease-in-out; 
}

#feature:hover p {
	position: absolute;
	width: 572px;
	padding: 12px;
	left: 2px;
	bottom: 0px;
	margin: 0 0 0 0;
	color: #FFF;
	background: #333;
	background: rgba(0,0,0,.4);
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

#primCont h2 {
	margin: 0 0 .3em 0;
	padding: .2em 0;
	border-bottom: 1px solid #909;
}



/* Secondary Content ------------------------ */

#secCont {
	width: 300px;
	position: absolute;
	top: 153px;
	left: 0px;
}

#secCont li			{ list-style: none; }

.compartment {
	width: 298px;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.compartment h3 {
	background: url("../img/locations-bg.jpg");
	width: 258px;
	height: 35px;
	padding: 15px 20px 10px;
	border-bottom: 3px solid #606;
	color: #FFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#locations ul				{ margin: 10px 20px; }

#locations li				{ padding: 8px 2px; border-bottom: 1px solid #DDD; }
#locations li.last 			{ border-bottom: none;  }

#locations h4				{ margin: 0 0 .2em 0; }

#locations p				{ margin: 0 0 0 0; line-height: 1.2em; }



#slideshow {
	width: 296px;
	height: 196px;
	border: 2px solid #909;
	overflow: hidden;
	position: relative;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 296px;
	height: auto;
	display: block;
}










/* Products ---------------------------------------------- */

#productsBody #primCont { margin-top: 0; }

.products > div {
	width: 304px;
	min-height: 180px;
	margin: 20px 20px 0 0;
	border: 1px solid #CCC;
	float: left;
	background: #FFFFFE;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.products h3 {
	margin: 0 0 .5em 0;
	background: #909;
	border-bottom: 3px solid #606;
	color: #FFF;
	padding: 20px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.products div div {
	margin: 0 20px 1em;
}

.products div div p {
	margin: 0;
	font-weight: bold;
	color: #090;
}

.products > div > p {
	margin: 0 20px;
}
/*
.products > div {
	width: 174px;
	min-height: 200px;
	margin: 20px 20px 0 0;
	background: #FFF;
	float: left;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.products h3 {
	margin: 20px 20px .5em 20px;
	color: #909;
}

.products div div {
	margin: 0 20px 1em;
}

.products div div p {
	margin: 0;
	font-weight: bold;
	color: #090;
}

.products > div > p {
	margin: 0 20px 20px;
}
*/









/* Recipes ----------------------------------------- */

#recipeNav {
	margin: 10px 20px;
}
#recipesBody .compartment h3 { 
	height: 20px;
}
#recipeNav li { 
	margin: 10px 0;
}
#recipeNav a {
	text-decoration: none;
}
#recipeNav a:hover {
	text-decoration: underline;
}

.recipesCont > div {
	clear:  both;
	padding: 30px;
	border-bottom: 1px solid #CCC;
}

.recipesCont > div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recipesCont h3 {
	font-size: 2.5em;
	margin: 0 0 .8em 0;
}

.recipesCont h3 span {
	font-size: .5em;
	font-weight: normal;
	color: #333;
}

.recipesCont div > p {
	width: 500px;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.recipesCont img {
	width: 580px;
	height: inherit;
	border: 1px solid #909;
	margin: 0 0 20px 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.recipesCont h4 {
	margin: 0 0 .3em 0;
	font-size: 1.6em;
	color: #909;
}

.ingredients,
.steps {
	float: left;
	width: 225px;
	margin: 0 0 0 40px;
}

.noImg .ingredients,
.noImg .steps 	{ margin: 0 30px 0 0; }
.noImg h4		{ margin: 0 0 0 1.5em; }
.noImg ol		{ margin: 0 0 0 2.25em; }


.recipesCont ol li {
	font-size: 2em;
	margin: 0 0 .3em 0;
	color: #090;
	line-height: .8em;
}

.recipesCont ol li span {
	font-size: .7em;
	color: #333;
}

.more { 
	float: left;
	padding-top: 40px;
}








/* Utility Classes --------------------------------- */

.mr {
	margin-right: 0 !important;
}
.clearer {
	clear: both;
}












