/*

	Style Sheet for www.appletonbakery.com
	Copyright 2008, Holy Mole Inc.

*/


/* --- Basic page layout --- */

body {
	background-color:	#fff;
	text-align:center;
}

#page {
	margin-top: 15px;
	width:450px;
	margin-right:auto;
	margin-left:auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	text-align:left;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.photo {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.photo img {
	border-style: solid; border-width: 1px;
}

#content {
	padding: 5px;
}

/* --- Home Page --- */

/* Format the main navigation bar */

#homebar a {
	color: #343434;
	text-decoration: none;
	background-color:transparent;
}

#homebar a:hover {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: gray;
}

#homebar table {
	width: 450px;
	text-align: left;
	font-weight: bold;
	color: #343434;
	font-size: 16px;
	letter-spacing: .01em;
}

#homebar a:visited {
	color: #343434;
}

#mainnavbar {
	color: #343434;
}

#mainnavbar a {
	color: #999999;
	text-decoration: none;
	background-color:transparent;
}

#mainnavbar a:hover {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: gray;
}

#mainnavbar a:visited {
	color: #999999;
}

#mainnavbar table {
	width: 450px;
	text-align: left;
	font-weight: bold;
	color: #343434;
	font-size: 16px;
	letter-spacing: .01em;
}

/*for IE 5-6 */
.centerdiv {
	text-align:center;
}

/* quote format */


#quote {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	text-align: center;
}

/* specials section */

#specials {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#specials li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* footer format */

#footer {
	margin-left: auto;
	margin-right:auto;
	width: 300px;
	padding-top:  15px;
}

img.footerlogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.infotable {
	width:290px;
}

.infotable p {
	margin: 0 0 0 0;
	padding-left: 5px;
	padding-bottom: 5px;
	text-indent: -5px;
}

.infotable td {
	vertical-align: top;
	padding-top: 10px;padding-bottom:10px;
}

.infotable a {
	color:blue;
}

.infotable a:visited {
	color:blue;
}

.ithead {
	text-align:right;
	width:100px;
	font-weight:bold;
}

.itdesc {
	text-align:left;
	padding-left:10px;
}

.itsecret {
	text-align: right;
	color: #f1f1f1;
}

.itsecret a {
	color:#eee;
}

/* --- Menu page --- */
/* Format the menu navigation bar: "breakfast lunch dinner" */

.hr {
	display: inline-block;
}

.hozrule {
	border-top-style: groove;
	border-top-width: 1px;
	display: block;
	width: 400px;
	float: none;
	position: relative;
	left: 20px;
	bottom: 8px;
	z-index: -1;
}

#menunavbar table {
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	text-align: center;
	font-weight: bold;
	color: #343434;
	font-size: 24px;
	letter-spacing: -.05em;

	padding-bottom: 15px;
}

#menunavbar a {
	color: #b3b3b3;
	text-decoration: none;
}

#menunavbar a:hover{
	text-decoration:none;
	border-bottom-style: solid; border-bottom-width: 1px;
}

/* section titles */

#menu h4 {
	font-size: 14px;
	text-indent: 15px;
	background-color:  white;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.itemname {
	letter-spacing: normal;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	color: #0C5128;
	font-size: 125%;
	/*font-style: italic;*/
}

/* Lunch menu */

table.lunchlist {
	font-size: 90%;
	width: 435px;
	margin:  0;
	margin-bottom: 20px;
}

.lunchlist tr {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width:435px;
}

.lunchlist td {
	text-align: left;
	color: #343434;
	margin: 0 0 0px;
	vertical-align: top;

}

.litem {
	display:inline-block;
	width:370px;
	padding-right:10px;
	padding-bottom:3px;
}

.sitem {
	display:inline-block;
	width:300px;
	padding-right:10px;
}

.lprice {
	margin: 0 0 0 0;
	padding-left: 5px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	display:inline-block;
}

/* Breakfast menu */

.breakfastphoto {
	float:  right;
}

.breakfastphoto img {
	border-style: solid;
	border-width: 1px;
}







