@charset "utf-8";
h1, h2, h3 {
	color: #900;
	font-weight: lighter;
}
.wide {
	width: 925px;
}
.mealdisplay {
	width: 100%;
}
.mealdisplay .monki {
	float: right;
	z-index: 999999;
}
.mealitem {
	background-color: #fff;
	border: 2px solid #efe6a9;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mealitem img {
	vertical-align: middle;
}
.mealitem a {
	color: #900;
}
.mealitem a:hover {
	color: #035262;
}
.mealitem.salad, .mealitem.entree, .mealitem.side, .mealitem.dessert {
	color: #234234;
	padding: 5px;
	font-size: 1.8em;
}
.mealitem.salad.on, .mealitem.entree.on, .mealitem.side.on, .mealitem.dessert.on {
	color: #035262;
	background: #fff;
	font-size: 2.2em;
}
.mealitem.salad.off, .mealitem.entree.off, .mealitem.side.off, .mealitem.dessert.off {
	color: #666;
	font-size: 1.6em;
}
.mealitem span.buttons { 
	display: none;
}
.mealtitle {
	font-size: 2em;
}
.mealtitle .mealclass {
	font-size: .8em;
	color: #888;
}
#choices {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	color: #055e6c;
}

#choices .bigtitle {
	padding: 0px 0px 20px 0px;
}
#choices label {
	display: block;
	margin: 5px 0px;
}
#choices select, #choices input {
	font-size: 1.9em;
	color: #666;
}
#choices .lbltext {
	float: left;
	width: 220px;
	font-size: 1.9em;
}
.tabs {
	width: 600px;
	height: 27px;
	margin: 20px 0px 0px 0px;
}
.buttons {
	margin: 15px 0px 5px 0px;
}
.box1 .body {
	padding: 0px;
}
.box1 table, .box1 .whitebox {
	border: none;
	background-color: #fff;
	color: #358d9e;
	font-size: 12px;
	font-weight: bold;
}
.box1 table tr {
	/*background: #fdf9dc; */
	background: #fff;
}
.box1 table td {
	padding: 10px 5px 10px 0px;
	border-bottom: 3px solid #f4f1ba;
	border-spacing: 0px;
	font-size: 1.4em;
	margin: 0px;
}
.box1 .whitebox {
	padding: 2px 0px;
	height: 178px;
	overflow: auto;
}
.box1 .whitebox .item {
	padding: 2px 4px;
}
.box1 .foot {
	text-align: right;
	padding-right: 5px;
}

#rlist {
	margin-top: 0px;
}
#choices #inside, #stickynote {
	padding: 10px;
	width: 650px;
	border: 3px solid #f4f1ba;
	background: #fdf9dc;
}
#stickynote {
	display: none;
}
#allset {
	display: none;
	font-size: 18px;
	color: #125b62;
	padding: 20px;
}

/*
 * OVERRIDE THE VIEW.CSS FOR RECIPE DISPLAY IN THE DIALOG BOX
 * 
 */

#rdisplay {
	margin-bottom: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, Sans-serif;
}
#recipe_comments {
	padding-bottom: 10px;
}
#rdisplay .title {
	color: #990000;
	font-family: Georgia, serif;
	font-size: 30px;
	padding: 15px 0px 0px 5px;
	position: relative;
	text-align: left;
	z-index: 50;
}
#rdisplay .user_source {
	float: right;
	text-align: right;
	color: #990000;
	padding: 10px 10px 0px;
	position: relative;
	z-index: 100;
}
#rdisplay .side {
	float: left;
	width: 150px;
	margin: 10px 10px 10px 0px;
}
#rdisplay .side div.tags {
	background: #f9f5d3;
	border: solid 1px #eae5bc;
	padding: 10px 10px 5px;
	text-align: left;
}
#rdisplay h1, #rdisplay h3, #rdisplay h2, .comment h5, #recipe_comments_title {
	color: #358d9e;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.comment h5 {
	font-size: 18px;
	color: #990000;
}
#rdisplay .side div.tags a {
	display: block;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	padding: 0px 0px 5px;
}
#rdisplay .side div.tags a:hover {
	text-decoration: underline;
}
#rdisplay .side h3.rating, #rdisplay .side h3.moretags {
	margin-top: 10px;
}
#rdisplay .side div.rating {
	padding: 5px 0px 0px 5px;
}
#rdisplay .side div.moretags {
	padding: 3px 0px 0px 5px;
	text-align: left;
}
#rdisplay .side div.moretags a {
	display: block;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 0px 0px;
}
#rdisplay .side div.moretags a:hover {
	text-decoration: underline;
}
#rdisplay .recipe {
	float: left;
	width: 730px;
	margin: 10px 0px 0px 0px;
}
#rdisplay .recipe .description {
	padding: 0px 5px;
	text-align: left;
}
#rdisplay .recipe .recipeimage {
	float: left;
	border: solid 1px #990000;
	margin: 0px 5px 0px 0px;
}
#rdisplay .recipe .scaling {
	color: #990000;
	font-size: 14px;
}
#rdisplay .recipe .directions_head {
	clear: both;
	padding: 5px 5px 0px;
}
#rdisplay .recipe .directions_head h2 {
	float: left;
}
#rdisplay .recipe .directions_head .scaling {
	float: right;
	position: relative;
	top: 6px;
}
#rdisplay .recipe .directions_head .scaling .number {
	font-size: 18px;
	font-weight: bold;
}
#rdisplay .recipe .directions_head .scaling a {
	font-size: 10px;
}
#rdisplay .recipe .directions .step {
	text-align: left;
	background: #f9f5d3;
	border: solid 3px #eae5bc;
	clear: both;
	margin-bottom: 10px;
}
#rdisplay .recipe .directions .step .stepnum {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#rdisplay .recipe .directions .step .ings {
	float: left;
	padding: 5px;
	position: relative;
}
#rdisplay .recipe .directions .step div.ing {
	width: 320px;
}
#rdisplay .recipe .directions .step div.ing .quantity {
	clear: left;
	display: block;
	float: left;
	margin-right: 3px;
	text-align: right;
	width: 30px;
}
#rdisplay .recipe .directions .step div.ing .measure {
	display: block;
	float: left;
	width: 285px;
}
#rdisplay .recipe .directions .step .ingredients {
	float: left;
	padding: 5px;
	position: relative;
	border-right: solid 1px #eae5bc;
	width: 320px;
}
#rdisplay .recipe .directions .step .steptext {
	float: right;
	padding: 5px;
	position: relative;
	width: 330px;
}
#dialog_recipemodal .content  { 
	width:925px; 
}
#rlist {
	border: none;
	background-color: transparent;
}

