@charset "utf-8";
/* CSS Document */

@import url(/css/reset.css);

/*-----------------------------------------------------------------------
/ general styles
-----------------------------------------------------------------------*/
body{
	background:url(/images/template/bg.jpg) repeat-x #edf1e8;
	font-size: 12px;
}
a{
	color: #4c721d;	
}
	a:hover{
		text-decoration: underline;
	}
h1{
	margin-top: 0px;	
}
.header{
	background-color: #8d363b;
	color: white;
	padding: 3px 10px;
	font-size: 14px;
	font-weight:bold;
}
	.header a{
		color: white;
	}
		.header a:hover{
			text-decoration:none;
		}
.title{
	font-size:12px;
	font-weight:bold;
}
	.title a{
		color: black;
	}
.keywords{
	background-color: #bccbab;
	padding: 5px 30px;
}
	.keywords h4{
		margin-top: 0px;
		font-size: 14px;
	}
	.keywords p{
		margin-bottom: 0px;
		font-size:14px;
		font-weight:normal;
	}
.ingredients{
	background:#E2E9D8;
	border-top: 1px solid #4C721D;
	border-bottom: 1px solid #4C721D;
	border-left: 2px solid #4C721D;
	border-right: 2px solid #4C721D;
	margin: auto;	
	width: 80%;
}
	.ingredients td{
		border-top: 1px solid #4C721D;
		border-bottom: 1px solid #4C721D;
		padding: 5px;
	}
.new{
	font-weight: bold;
	color: #8d363b;	
}
.picture{
	border: 1px solid black;
	font-size: 10px;
	line-height: 12px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.left{
	float: left;	
}
.tooltip{
	display:none;
	background:#EDF1E8;
	border: 2px solid #8D363B;
	font-size:12px;
	width:160px;
	padding:10px;
	margin-left: 5px;
	color:#000;	
}
	.tooltip p{
		margin: 10px 0px 0px 0px;
	}
		.tooltip p:first-child{
			margin-top: 0px;
		}
	.tooltip .fileInformation{
		font-size: .8em;	
	}


/*-----------------------------------------------------------------------
/ page
-----------------------------------------------------------------------*/
#page{
	width: 940px;
	margin: 20px auto;
}

/*-----------------------------------------------------------------------
/ leftColumn
-----------------------------------------------------------------------*/
#leftColumn{
	width: 218px;
	float: left;
	margin-right: 20px;
}

/*-----------------------------------------------------------------------
/ terrysPhoto
-----------------------------------------------------------------------*/
	#terrysPhoto{
		border: 6px solid #8d363b;
		background-color: #8d363b;
		height: 185px;
		overflow:hidden;
	}
		#rotatingPhotos div{
			position: relative;
			display:none;
		}
			#rotatingPhotos div p{
				position: absolute;
				bottom: 0px;
				left: 0px;
				background: rgb(255, 255, 255);
				background: rgba(255, 255, 255, 0.8);
				font-size: 10px;
				margin-bottom:0px;
				padding: 3px 5px;
				width: 195px;
			}
/*-----------------------------------------------------------------------
/ nav
-----------------------------------------------------------------------*/
#nav{
	margin-top: 15px;
	background-color: #8d363b;
	font-size: 12px;
}
	#nav ul{
		margin: 0px;
		padding-left: 0px;
		list-style: none;
	}
		#nav ul li{
		}
			#nav ul li a{
				color: white;
				display:block;
				padding: 5px 5px 5px 20px;
			}
				#nav ul li a:hover{
					background-color: #4b721d;
					text-decoration:none;
				}
				

/*-----------------------------------------------------------------------
/ twitterFeed
-----------------------------------------------------------------------*/
#twitterFeed{
	background-color: #8d363b;
	padding: 15px 5px 5px 5px;
}

/*-----------------------------------------------------------------------
/ newsletterSignUp
-----------------------------------------------------------------------*/
#newsletterSignUp{
	font-size: 16px;
	text-align:center;
	position: absolute;
	top: 87px;
	left: 163px;
}
	#newsletterSignUp a{
		color: black;
	}

/*-----------------------------------------------------------------------
/ rightColumn
-----------------------------------------------------------------------*/
#rightColumn{
	width: 700px;
	float: left;
}
	#categoryHeader{
		margin-top: 13px;	
	}

/*-----------------------------------------------------------------------
/ header
-----------------------------------------------------------------------*/
#header{
	position:relative;
	height: 150px;
	margin-left: 0px;
}
	#shareIcons{
		position: absolute;
		left: 0px;
		top: 120px;
		width: 200px;
	}
		#shareIcons div.atclear{
			clear: none !important;	/*override share icon styles*/
		}
	#searchLabel{
		position: absolute;
		right: 190px;
		top: 90px;
	}
	#searchArea{
		position: absolute;
		right: 20px;
		top: 105px;
	}
		#searchAreaGo{
			color: #8d363b;
			font-weight:bold;
			cursor:pointer;
			position: absolute;
				right: -20px;
				top: 3px;
		}

/*-----------------------------------------------------------------------
/ footer
-----------------------------------------------------------------------*/
#footer{
	color: #666;
	font-size: 10px;
}
	#footer a{
		color: #666;
	}