@charset "utf-8";
@import "subnav.css";
/* CSS Document */

/*
food red
	fdddd5
	F79C88
	B32317
	591F00
*/

.header {
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	width: 676px;
	font-size: 11px;
	line-height: 11px;
}

#collection {
	border: solid 10px #381100;
	width: 656px;
	margin: 0 0 14px 0;
	float: left;
	overflow: hidden;
	background: #fff;
}

/*****************************************/

/* subnav */
#subnav {
	float: left;
	width: 654px;
	background: #b32317;
	font-size: 1em;
	line-height: normal;
	padding: 0;
	margin: 2px 1px 12px;
}

#subnav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 655px;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0 8px;
	border-right: solid 1px #fff;
	background: #b32317;
}

#subnav a {
	background: none;
	font-weight: normal;
	padding: 6px 0 4px;
	width: 100%;
	text-align: center;
}

#subnav #current {
	background: #fff none;
	margin-left: -1px;
}

#subnav #current a {
	background: none;
	color:#B32317;
}

/*****************************************/
/* column b */

#collection #columnB {
	width: 321px;
	float: left;
	margin: 0;
	padding: 0;	
	background: #fff;
}

#collection #columnB .intro, #collection #columnB p {
	padding: 0 10px 12px;
	margin: 0 0 10px;
	color: #472101;
	font-weight: normal;
	border-bottom: none;
}

#collection #columnB .video {
	margin: 0;
	padding: 0 10px 10px;
}

#collection #columnB .main {
	border-bottom: dotted #472101 1px;
}

#collection #columnB .main .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #B32317;
	margin: 0 0 10px;
	font-size: 1em;
}

#collection #columnB .main .title a {
	text-decoration: none;
	color: #B32317;
	font-weight: bold;
}


#collection #columnB .ad {
	width: 300px;
	margin: 0 auto;
}

#collection #columnB .ad .label {
	font-size: 1em;
	color: #8ba2a9;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	font-size: 90%;
	height: 15px;
	padding-top: 5px;
	margin: 0;
}

/*****************************************/
/* column C */
#collection #columnC {
	width: 315px;
	padding: 0 10px;
	float: left;
	margin: 0;
	background: #fff;
}

#collection #columnC h3 {
	color: #381100;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 12px;
	font-size: 1.3em;
}

/*****************************************/

/* recipe */
#collection .recipe a {
	text-decoration: none;
	color: #B32317;
}

#collection .recipe .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #B32317;
	margin: 0;
	font-size: 1em;
}


#collection .recipe .title a {
	font-weight: bold;
}


#collection .recipe p {
	margin: 0;
	clear: none;
}

/*
#collection #columnB .recipe .title {
	font-size: 1.2em;
	margin: 0 0 10px;
}

#collection .recipe img {
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
	border: solid 1px #B32317;
}
*/

/* holly hack \*/
#collection #columnC .recipe {
	height: 0.01%;
}

#collection #columnC .recipe .title {
	margin: 0 0 8px;
}

#collection #columnC .recipe img {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	border: none;
}

#collection #columnC ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	background: #fff;
	border-bottom: dotted 1px #FF8796;
}
#collection #columnC li {
	margin: 0;
	padding: 10px 0;
	background: #fff;
	border-top: dotted 1px #FF8796;
	width: 315px;
}


