/* Yup */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fdc8c8 url(../img/bg.png) repeat;
	font-family: "Arial", "Arial Narrow" "Arial", "Arial", sans-serif;
	font-size: 1em;
	}

h1 {
	background: #fff3f3;
	border: 3px solid #cf9191;
	font-size: 1.25em;
	padding: 0.25em 0.5em;
	}

/* Cool "pop out" effect on h1 tags */
#h1BG {
	position: absolute;
	background: url(../img/h1BG.gif) no-repeat;
	width: 661px;
	height: 31px;
	padding: 20px;
	z-index: -1;
	}

h2 {
	margin: 0.5em 0 0.25em 0;
	border-bottom: 1px solid #cf9191;
	padding-bottom: 5px;
	}

p {
	padding: 0.5em 0;
	line-height: 1.75em;
	}

a {
	font-weight: bold;
	color: #CF5761;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	margin-left: 2.5em;
	margin-bottom: 1.5em;
	}

img.bordered {
	border: 3px solid #cf9191;
	}

#nav {
	position: absolute;
	left: 55px;
	top: -2px;
	border: 2px solid #cf9191;
	width: 145px;
	background: #fff3f3;
	}

#nav>h1#mmLogo {
	background: url(../img/logo.png) no-repeat;
	width: 163px;
	margin-left: -10px; /* float image above nav bg */
	margin-top: 10px;
	height: 163px;
	text-indent: -3000px;
	border: 0;
	}

/* Special styling for navigation ul */
#nav ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	}

#nav ul li {
	line-height: 2.25em;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	font-stretch: condensed;
	}

#nav ul li a {
	color: black;
	text-decoration: none;
	}
	
#nav ul li a.active, #nav ul li a:hover {
	border-bottom: 2px solid black;
	}


/* Main content */
#content {
	margin-left: 310px;
	padding-top: 50px;
	}
	
#content .section {
	width: 661px;
	margin-bottom: 50px;
	}

#content .sectionContent {
	background-color: #fff3f3;
	border: 3px solid #cf9191;
	width: 568px;
	margin: 0 auto;
	margin-top: -3px;	
	padding: 0 1em 1em 1em;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
/* Locations section */

ul.location {
	display: inline-table;
	margin: 0.5em 0.25em;
	background-color: white;
	padding: 0.5em 0.75em;
	list-style: none;
	border: 1px solid #cf9191;
	}

/* Flavors (Menu) page */
.flavor {
	position: relative;
	padding: 1em;
	margin: 1em 0;
	background-color: #fff;
	border: 1px solid #cf9191;
	clear: both;
	}

.flavor h1 {
	border: 0;
	background: none;
	padding: 0;
	}

.flavor img {
	float: right;
	border: 1px solid #cf9191;
	margin-left: 1em;
	width: 72px;
	height: 72px;
	}

/* "Flavor tags" */
.flavor ul {
	list-style: none;
	margin: 0;
	clear: both;
	}

.flavor ul li {
	display: inline-table;
	border: 1px solid #cf9191;
	background-color: #fff3f3;
	padding: 0.25em 0.5em; 
	}

/* Footer */
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 1.5em;
	background-color: #ffcccc;
	border-top: 3px solid #cf9191;
	text-align: center;
	font-size: 0.75em;
	padding: 0.3em 0;
	}

/* Fix padding for footer text */
#footer p {
	padding: 0;
	}

/* Misc */
.clear {
	clear: both;
	}

.centered {
	text-align: center;
	}