
body { 
	margin: 0;
	padding: 10px; 
	font-family: Corsiva, serif; 
	font-style: italic; 
	background-image: url('../images/cupcake-recipe.png');
}
h1 { 
	text-align: center; 
	font-weight: bold; 
	font-size: 36pt;
	text-shadow: 4px 4px 4px #000;
color: #0a7764;
}
h2 { 
	font-size: 20pt; 
	text-align: center;
}
h3 { 
	font-size: 18pt; 
	font-family: Comic Sans MS, sans-serif; 
	text-align: center; 
	font-style: normal;
}
h4 { 
	font-size: 12pt; 
	text-decoration: underline; 
	font-weight: bold;
}
ul { 
	list-style-type: none; 
}
li.description {
	font-size: 0.6em;
	font-style: normal;
	margin-left: 1em;
	width: 75%;
	padding-top: 4px;
	padding-bottom: 5px;
}
li.clickable :hover {
	text-decoration: underline;
	cursor: pointer;
}
#contactinfo { 
	font-size: 8pt; 
}
#menu { 
	width: 600px; 
	max-width: 600px; 
	margin: 0 auto; 
	padding: 1em;
}
.region { 
	margin: 10px; 
	padding: 3px; 
	border: 1px solid white; 
	border-radius: 4px; 
	background-color: #7c0049;
color: white;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
.region h3 { 
	margin: 0; 
	padding: 0.5em; 
	border-radius: 4px; 
	background-color: #8fd2cb; 
	color: #0a7764; 
	text-shadow: 2px 2px 2px #000;
border: 2px solid #0a7764;
}
#footer { 
	font-size: 7pt; 
}
.social {
	width: 600px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: -44px;
}}
#socialLike {
	text-align: right;
}
#socialLink {
text-align: left;
}
#social img {
	padding: 0;
	margin: 0;
	border: 0;
}
