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


.tasetheaders { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 18px;
	background-color: #FFF;
	border-color: #999;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;

	width: 200px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 5px;
	border-style: solid;
}
.tasteContent {
	width: 225px;
	min-width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
}

.notwhiteback {
	background: none;
}

.background {
	background-attachment: fixed;
	background-image: url(images/MarenLightsblackTile.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
	max-width: 574px;
}
.tasteMenu {
	width: 50px;
	min-width: 100px;
}
.TasteBox {
	width: 534px;
}
.TasteHeader2 {
	background-color: #FFF;
	border-style: solid;
	border-color: #999;
	border-width: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	min-width: 200px;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.Names {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05A0C0;	
}

.Addresses {
	text-align: center;
	font-size: 10px;
}

#flier { text-align: center; width: 580px; }
#flier img.love-logo { width: 550px; }
#flier h1 {font: bold 2.5em Arial, Helvetica, sans-serif; margin: 25px 0 0 0;}
#flier h2 {font: bold 1.75em Arial, Helvetica, sans-serif;}

#flier #deals {margin: 30px 50px 20px 50px; }

#flier #deals h3 {font: normal 2em Arial, Helvetica, sans-serif; margin-bottom: 5px;}

#flier h3 {font: normal 1.5em Arial, Helvetica, sans-serif; margin-bottom: 10px; color: #000000; }

#flier #tweetup { float:left; margin-right: 10px; }

#deals ul {text-align: left; list-style-type: none; width: 200px; }
#deals ul.drinks {float:left;}
#deals ul.food {float: right; }

#deals ul li {list-style-type: none; }
#deals ul li.list-head {font: bold 1.3em Arial, Helvetica, sans-serif; }

.clearfix {clear: both; }

.black-bg { background-color: #000000; }
.black-bg p {color: #FFFFFF;}
.black-bg h1, 
.black-bg h2 { color:#CC6600;}
.black-bg #deals,
.black-bg #deals h3 { color: #FFFFFF; }