html body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

div {
    overflow: visible;
}

div.editable {
    display: inline;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: visible;
    height: auto;
    width: auto;
}

body {
	background-image: url('../images/bg-site2.jpg');
	background-position-y: top;
	background-repeat: repeat-x;
	background-color: #757470;
}

#page {
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: url('../images/bg-page2.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#frame {
	position: relative;
	width: 750px;
	height: 800px;
	margin: 0px auto;
}

#header {
	width: 707px;
	height: 238px;
	margin-left: 26px;
	background: url('../images/image-header.png');
	position: absolute;
	z-index: 4;
	overflow: hidden;
}

#header address, #header ul, #header h1 {
	margin-left: 9999px;
} 

#navigation {
	position: absolute;
	z-index: 3;
	top: 195px;
	padding: 0px 23px;
}

#navigation a {
	display: block;
	outline: none;
	text-indent: -9999px;
	position: absolute;
	margin: 0px;
	height: 86px;
}

a#menu_link {
	background: url('../images/link-our-menu.png');
	width: 118px;
	margin-left: 0px;
}

a#schedule_link {
	background: url('../images/link-art-and-music-schedule.png');
	width: 219px;
	margin-left: 115px;
}

a#coffee_link {
	background: url('../images/link-buy-coffee.png');
	width: 126px;
	margin-left: 590px;
}

#content {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	margin: 88px 0px 0px 1px;
	height: auto;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	color: #121212;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#content h2 {
	color: #4A310E;
	font-size: 27px;
	line-height: 35px;
	margin: 0px;
	padding: 5px 0px 20px 0px;
}

#swap {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 377px;
	margin-top: 125px;
}

div.swappable {
	position: absolute;
	height: 100%;
	margin: 0px 0px 0px 1px;
	padding: 0px;
    width: 100%;
    background-color: white;
}

#copy {
	position: absolute;
	z-index: 1;
	top: 600px;
	width: 100%;
	font-size: 10px;
	color: #898989;
	text-align: center;
}

div.positioning {
	padding: 90px 400px 10px 50px;
}

#disclaimer_content, #disclaimer_content p {
    text-align: center;
    font-size: 10px;
    color: #686868;
}

div.clear {
	height  : 1px;
	clear   : both;
	margin  : 0px;
	padding : 0px;
}

#stock {
	display: none;
}

/* Content Areas */

#area_menu {
	font-size: 12px;
	overflow: visible;
}

#area_menu div.positioning {
	padding: 75px 55px 30px;
	background: #FFFFFF;
}

#area_menu div.left {
	float: left;
	margin: 0px;
	width: 250px;
}

#area_menu div.right {
	float: right;
	margin: 0px;
	width: 300px;
}

#area_menu span.dish {
	display: block;
	float: left;
	clear: both;
}

#area_menu span.price {
	display: block;
	float: right;
	font-weight: bold;
}
#area_menu ul {
    margin: 0px;
    padding: 0px;
}

#area_menu li {
    list-style: none;
    
}
#area_menu h3 {
    padding-top: 25px;
    
}

.menuitem {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    width: 500px;
}
.menuitem span.itemname {
    width: 400px;
}
.menuitem span.itemprice {
    position: absolute;
    font-weight: bold;
    right: 0px;
}
.odditem {
    color: #121212;
}
.evenitem {
}

#area_coffee {
	background-image: url('../images/image-rimini-coffee-beans.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#area_home {
	background-image: url('../images/image-sugarhouse.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#area_schedule {
	overflow:  visible;
}

#area_schedule div.positioning {
	background: #FFFFFF;
	padding: 70px 10px 10px 15px;
	width: 725px;
}

#area_schedule h2 {
	padding-left: 15px;
}

#area_editmenu div.positioning {
	background: #FFFFFF;
	padding: 70px 10px 10px 15px;
	width: 725px;
}

/* Admin Panel */

#adminPanel {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}

#adminPanel .spacing {
    color: white;
    padding: 15px;
    background: black;
    border-bottom: solid #565656 2px;
    position: relative;
}

#adminPanel .logout {
    position: absolute;
    top: 15px;
    right: 15px;
}

#adminPanel h3 {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}

#message {
    color: yellow;
}

/* Menu Editing */
#menuDisplay h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    
}

.addbuttonwrapper {
    padding: 5px 0px 10px;
}

.addbuttonwrapper {
    padding: 5px 0px 10px;
}

.adsectionwrapper {
    padding: 5px 0px 10px;
}

.stringfield {
    width: 300px;
}

.numberfield {
    width: 50px;
}

.booleanfield {
    width: 75px;
}

.whatswhat {
    height: 20px;
    padding: 0px;
    margin: 0px;
}

.whatswhat label {
    font-size: 10px;
    line-height: 15px;
    padding: 0px 3px;
    margin: 0px;
    text-align: center;
    height: 15px;
    float: left;
    display: block;
}

.sectionwrapper {
    padding: 10px;
    position: relative;
}

.sectionwrapper .removeclassbutton {
    position: absolute;
    right: 4px;
    top: 4px;
}

.even {
    background: #DEDEDE;
}

.odd {
    background: #EFEFEF;
}
