@charset "UTF-8";
/* CSS Document */

table { border-spacing: 0; margin-bottom: 1.5em; width: 100%; }
	table tr.alt { background: #fcf9ee; }
	table th { color: #a05324; font: 18px "Times New Roman", Times, serif; letter-spacing: 1px; border-bottom: 1px solid #b4c81d; padding: 0 5px 2px; }
	table td { border-bottom: 1px solid #f7f0d1; padding: 9px 5px; line-height: 12px; }
		table td.price { text-align: right; }
		table td span, 
		table td .size { color: #937d3b; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }

#stonecreek { border-top: 1px solid #f7f0d1; margin-top: 5px; padding: 10px 0; }
	#stonecreek p { color: #666; font-style: italic; font: italic 14px/17px "Times New Roman", Times, serif; padding-left: 5px; }
	#stonecreek img { float: left; margin: 0 10px 0 0; display: inline; }

#menu { }
	#menu h2 { padding: 0 5px; margin-bottom: 0; }
	#menu .note { color: #666; font-style: italic; font: italic 14px/17px "Times New Roman", Times, serif; padding-left: 5px; margin-top: 5px; }
	#menu .flavors { color: #937d3b; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; padding-left: 5px; }

