﻿/* Global Rules */
/*
h1, h2, h3, h4, h5, p, img {
	margin: 5px;
}

a, img, a img {
	border: 0;
}
*/

/* template rules */
table.Template,
div.Template {
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff !important;
	height: 100%;
}

/* Header */
.Header {
	margin: 0;
	border: 0;
	/*border-bottom: 2px solid #ff0;*/
	padding: 0;
	display: block;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}

.section_search form {
	margin: 0;
	border: 0;
	padding: 0;
}

.section_search input {
	margin: 5px 0;
	margin-left: 1%;
	width: 98%;
}

#Content
{
  background-color: #fff !important;
  background-image: none !important;
}

body
{
  background-image: none !important;
  background-color: #fff !important;
}

#index
{
  -webkit-box-shadow: #c4c4c4 2px 2px 5px !important;
}

/**/

/*.MainHeader {
	margin: 0;
	border: 0;
	padding: 0;
	height: 50px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
}*/

/* MainNav */
.MainNav {
	margin: 0;
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	padding: 0;
	height: 50px;
	background: #fff;
	padding: 0;
}

.MainNav ul {
	margin: 0px auto;
	border: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.MainNav ul li {
	margin:  0;
	padding: 0;
	float: left;
}

/* RecipeNav */
.RecipeNav li a {
	width: 108px;
	text-align: center;
}

/* ShoppingListNav */
.ShoppingListNav li a {
	width: 37px;
	text-align: center;
}


/* Footer */
.Footer {
	margin: 0;
	border: 0;
	border-top: 1px solid #000;
	padding: 0;
	left: 0;
	bottom: 0;
	display: none;
}

.Footer p {
	margin: 0;
	padding: 0;
}

.Footer p a {
	margin: 0;
	padding: 3px 0 5px 0;
	
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	
	/*width: 310px;*/
	display: block;
}

.Header img,
.Footer img {
	margin: 5px 10px 5px 0;
	padding: 0;
	float: left;
}

/*.Footer img {
	display: none;
}*/

.Header img.Logo,
.Footer img.Logo {
	margin: 5px 15px 5px 5px;
}


.Header div {
	margin: 0;
	padding: 0;
	clear: both;
}

/* Body */
.Content {
	margin: 0;
	/*margin-top: 52px;*/
	/*border-top: 1px solid #cc0;*/
	/*border-bottom: 2px solid #ff0;*/
	clear: both;
	/*height: 380px;*/
	height: 100%;
}

.TallHeader {
	margin-top: 0px;
}

	
.VisitPage {
	margin: 0;
}

.VisitPage a {
	margin: 0;
	padding: 5px;
	color: #369;
	font-style: italic;
	font-weight: bold;
}

/* Weekly Recipes */
/*.Recipe {
	margin: 5px 5px 5px 15px;
	border: 1px solid #000;
	width: 126px;
	height: 140px;
	float: left;
}

.Recipe img {
	margin: 0;
}

.Recipe h4 {
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	background: #333;
	text-shadow: #000 1px 1px 0;
	overflow: hidden;
}

.Recipe h4 a {
	margin: 0;
	border: 0;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	height: 40px;
	display: block;
	color: #eee;
}

.Recipe h4 a:hover {
	color: #fff;
}
*/
/* Recipe Detail */
.RecipeDetail h4 {
	color: #036;
}

.RecipeDetail img {
	margin: 5px;
	float: left;
}

.RecipeDetail .Yield,
.RecipeDetail .PrepTime {
	margin: 5px 0 5px 0;
	width: 110px;
	float: left;
}

.RecipeDetail .Exclusive {
	margin: 5px 5px 5px 0;
	width: 100px;
	float: left;
}


.RecipeDetail .Description,
.RecipeDetail .DescriptionText {
	color: #369;
	font-style: italic;
}

.RecipeDetail h5 {
	clear: both;
}

/*
.Ingredients  {
	margin: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0;
	list-style: none;
}

.Ingredients li {
	margin: 0;
	padding: 2px;
}

.Ingredients .Measure {
	font-style: italic;
}

.Ingredients .Ingredient {
	font-weight: bold;
}

.Ingredients .OddRow {
	background: #ddd;
}

.Ingredients .EvenRow {
	background: #eee;
}
*/

.RecipeDetail .Notes {
	margin: 0; 
	padding: 5px;
	color: #330;
	background: #cc9;
}

/* Shopping List */

.List li.first {
	margin-left: 6px;
}
.List li a {
	padding: 4px 20px 6px 20px;
}

.ShoppingList {
	margin-top: 10px;
	margin-bottom: 20px;
}

.ShoppingList h4 {
	color: #036;
}

.ShoppingList ol {
	border-top: 1px solid #999;
}


.ShoppingList ol li.Item {
	border-bottom: 1px solid #999;
	background: #ddd;
	position: relative;
}

.ShoppingList.NotPurchased ol li.Item {
	background: #fff;
	padding: 10px 0px 10px 0px;
}

.ShoppingList ol li label {
	font-weight: normal;
	color: #000;
}

/*
.ShoppingList ol li.Department {
	padding: 5px;
	color: #fff;
	text-shadow: #666 -1px -1px 0;
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#666666', gradientType='0');

}
*/

.ShoppingList.InCart ol li.SubHead {
	border-bottom: 1px solid #666;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#999999', gradientType='0');
}

.ShoppingList.NotPurchased ol li.SubHead {
	font-weight: bold;
}

.ShoppingList label.purchased {
	color: #666;
	text-decoration: line-through;
}

.ShoppingList .Title,
.ShoppingList .Ingredient,
.ShoppingList span.Item {
	font-weight: bold;
}

.ShoppingList .small_price {
	white-space: nowrap;
}

.ShoppingList .Expiration {
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
}

.purchased {
	text-decoration: line-through;
}

.Price, .Expired, .ExpireError {
	color: #C33;
}

.recipe { color: #363; white-space: nowrap; }



/* Footer */
.ServerName {
	display: none;
}



/*********************
 *       Pages       *
 *********************/


/*** Recipe Detail Page ***/
.RecipeDetail #ShoppingList {
	clear: both;
}

.RecipeDetail .DividerOnly {
	padding: 0;
	border-bottom: 1px solid #333;
}

/* Weekly Ad */

.AdSubNav {
	margin: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	padding: 0;
	display: block;
	min-height: 40px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#999999', gradientType='0');
}


.AdSubNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.AdSubNav li {
	margin: 5px 0 5px 5px;
	padding: 0;
	display: block;
}

.AdSubNav li.next {
	margin-left: 0;
	margin-right: 4px;
	width: 63px;
	float: right;
}

.AdSubNav li.info {
	width: 161px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.AdSubNav li.prev {
	margin-left: 4px;
	width: 63px;
	float: left;
}

.AdSubNav img {
	margin: 0;
	padding: 0;
}

.AdSubNav .AdTitle {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	width: 174px;
	text-shadow: 1px 1px 1px #fff;
}

.AdSubNav .PageNbr {
	font-weight: bold;
	color: #036;
	text-shadow: 1px 1px 1px #eee;
}


/* Shopping List Button */
button.add, .add.button {
	margin: 10px;
	border: 1px solid #0c5a0c;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #eee -1px -1px 1px #0c5a0c;
	clear: both;
	-webkit-box-shadow: 2px 2px 2px rgba(255,255,255,1.0);
	-moz-box-shadow: 2px 2px 2px rgba(255,255,255,1.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #0c5a0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#0eb212), to(#0c5a0c));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0eb212', endColorstr='#0c5a0c  ', gradientType='0');
}

button.add:hover, .add.button:hover {
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#3c3));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#33cc33', gradientType='0');
	text-shadow: 1px 1px 0 #ddd;
}

button.deleteButton {
	margin: 2px;
	//border: 1px solid #972626;
	border: 1 px solid #8e1126
	padding: 12px 2px 12px 2px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	//clear: both;
	//-webkit-box-shadow: 2px 2px 2px rgba(255,255,255,1.0);
	//-moz-box-shadow: 2px 2px 2px rgba(255,255,255,1.0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #8e1126;
	text-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe7a7a), to(#8e1126));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fe7a7a', endColorstr='#8e1126', gradientType='0');
	position: absolute; right: 0; top: 15%
}

.itemText
{
	overflow: hidden;
	margin: 2px 5px 2px 10px;
}

.limit
{
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
	width: 72%;
	white-space: nowrap;
}

img.deleteHorizontalImg
{
	margin: 0px 5px 0px 5px;
	float: left;
}

img.deleteVerticalImg
{
	margin: 0px 5px 0px 5px;
	float: left;
	display: none;
}