* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%; }

body {
	font-family: Trebuchet MS;

	/*background: url('/images/background80.jpg');
	background-repeat: repeat;*/
	background: #fff;
	height: 100%;
	color: #603913;}
h1 {
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #603913;}
h2 {
	font-size: 125%;
	margin-top: 1em;}
#wrapper {
	height: 100%;}
#header {
	background-color: #fbe8c7;
	background-image: url('/images/header.jpg');
	height: 151px;
	background-repeat: no-repeat;
	background-position: center;}
#headerBackground {
	background-color: #f8e8c7; }
#nav {
	background: #603913;
	height: 1.5em;
	text-align: center;
	padding: .25em 0 0; }
#nav ul {
	 list-style-type: none;  }
#nav ul li {
	display: inline;
	padding: 0 .5em; }
#nav ul li a {
	color: #fbe8c7;
	text-decoration: none;}
#nav ul li a:hover {
	color: #ffff00;
	text-decoration: underline; }	

#nav ul li a.currentNav {
	color: #ffff00;
	text-decoration: underline; }	

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
	background: white;
	text-align: left;
	padding: 1em 4em;
}

#main p {
	margin-bottom: 1em; }

#main ul {
	margin-left: 1em; }


/*---------- HOME PAGE --------------*/

#index #main {
	padding: 0;
}

#sweetBox {
	position: relative;
	background-image: url('/images/SweetBox960.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 738px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #f8e8c7;
}

#sweetBox #introducing {
	position: relative;
	text-align: center;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	margin-left: 500px;
	margin-right: 12px;
	margin-bottom: 0;
	padding-top: 12px;
}

#sweetBox #details {
	position: relative;
	text-align: center;
	margin-left: 512px;
	margin-right: 12px;
	font-weight: bold;
	font-size: 90%;
}

#twitterFeed {
	color: #333;
	padding: 10px;
	font-family: arial,helvetica;
	background: #fbe8c7;
	margin-bottom: 20px;
	}

#twitterFeed h1 {
}

#twitterFeed .item p.description {
	font-size: 100%;
	font-weight: bold;
	color: #603913;
	padding-top: 1em;
}

#twitterFeed .item p.date {
	color: #900;
}
	
/*---------- MENU PAGE --------------*/

#menu h1 {
	border-top: 1px solid #603913;
	padding-top: 1em;
}

#menu td.price, #menu p.price {
	color: #f00;
}

#menu h2, #menu h3 {
	margin-top: 1em;
}

#menu h3 {
	margin-left: 2em;
}

#menu ul {
	margin-left: 4em;
}

#menu ul li ul {
	margin-left: 2em;
}

#menu table {
	margin: 1em auto;
}

#menu table tr th, #menu table tr td {
	padding: 4px;
}

#menu .ingredients {
	font-size: 80%;
	font-weight: normal;
}

#menuSubNav ul	{
	list-style-type: none;
}

#menuSubNav ul li {
	display: inline;
	padding-right: .5em;
}


#menu .productRight {
	float: right;
	padding-top: 1em;
	text-align: right;
}

#menu .productRight img {
	margin-bottom: 1em;
}

.farmburger,
.farmburger a {
	color: purple;
	font-weight: bold;
	text-variant: uppercase;
}

div.cakeFlavors {
	float: left;
	width: 13em;
	padding-bottom: 1em;
}

div.icingFlavors {
	margin-left: 13em;
}

div.icingFlavors ul {
	position-left: 2em;
}

/*---------- CONTACT PAGE --------------*/	

#contactPage, #contactPage p {
	text-align: left; }
#contactPage form {
	padding: 2em 0 0 0; }
#contactPage p.contactEmailSent {
	margin: 4em 0;
	color: #f00; }
.clearBoth {
	clear: both;
}


