@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

#content {
	padding: 10px;
	width: 430px;
	text-align: justify;
}

#content h1 {
	margin: 0;
	padding: 0;
	color: #f7931e; /* sharp orange */
	font-size: 20px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 0;
	color: #009245; /* green */
	font-size: 20px;
	font-weight: normal;
}

#content a, #content a:link, #content a:visited, a, a:link, a:visited {
	color: #f7931e; /* sharp orange */
	text-decoration: underline;
}

#content a:hover, a:hover {
	color: #FFCC66;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#top_yellow {
	height: 10px;
	background-color: #e19b3a; /* yellowish gold */
}

#top_grad {
	height: 193px;
	background-image: url(/img/home/top_grad_bg.jpg);
	background-repeat: repeat-y;
	width: 560px;
}

#top_sub {
	height: 19px;
	background-image: url(/img/home/top_sub_bg.jpg);
	background-repeat: no-repeat;
}

#page_mid {
	background-image: url(/img/home/page_mid_bg.jpg);
	background-repeat: repeat-y;
}

#blue_sub {
	height: 133px;
	background-image: url(/img/home/blue_sub_bg.jpg);
	background-repeat: no-repeat;
}

#furry_sub {
	height: 249px;
	background-image: url(/img/home/furry_sub_bg.jpg);
	background-repeat: no-repeat;
}

#furry_sub h1 {
	margin: 0;
	padding: 0;
	color: #009245; /* green */
	font-size: 20px;
	font-weight: normal;
}

#furry_sub a, #furry_sub a:link, #furry_sub a:visited {
	color: #009245; /* green */
	text-decoration: underline;
}

#furry_sub a:hover {
	color: #00FF00; /* lime */
	text-decoration: underline;
}

/* flash header */
#flash_header {
	position: relative;
	top: 10px;
	width: 450px;
	height: 120px;
}

/* top navigation */
#topnav_container {
	position: relative;
	top: 25px;
	width: 450px;
}

/* yellow piece */
#yell_container {

}

#yell_right {
	background-image: url(/img/home/yell_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #e19b3a; /* yellowish gold */
}

#yell_left {
	background-image: url(/img/home/yell_left_bg.jpg);
	background-repeat: no-repeat;
	width: 59px;
}

/* photo frame */
#photos_frame {
	position: absolute;
	margin-left: -105px;
	margin-top: 95px;
	z-index: 5;
	width: 357px;
	height: 337px;
	background-image: url(/img/home/photos_frame.png);
	background-repeat: no-repeat;
}

#photo {
	margin-top: 52px;
	margin-left: 25px;
	overflow: hidden;
}

/* milk jug */
#milk_jug {
	position: absolute;
	z-index: 4;
	margin-left: 790px;
	margin-top: 330px;
}

/* recipe card */
#recipe_card {
	/*padding-bottom: 25px;*/
}

#recipe_text_container {
	color: #000;
	width: 331px;
	padding: 5px;
	height: 135px;
	background-color: #fff;
	background-image: url(/img/recipe_bg.gif);
	overflow: hidden;
}

#recipe_text {
	margin-top: -3px;
	float: right;
	width: 140px;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}

#recipe_title {
	color: #c1272d;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #e8c7c9;
	text-align: right;
	width: 200px;
	float: right;
	height: 25px;
	overflow: hidden;
	margin-bottom: 4px;
}

#learn_more {
	text-align: right;
	background-color: #fff;
	padding-top: 8px;
	width: 99%;
}
/* v2 changes */
#topnav_container {
    height:50px;
}
#topnav_container a {
    padding-right: 15px;
    padding-left: 15px;
}

#topnav_container a img {
    vertical-align:top;
}
