* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Futura, Helvetica, Arial, sans-serif;
	background-color: #b2522c;
	color: #521d08;
	font-size: 80%;
}

img {
	border: none;
}

a:link {
	text-decoration: underline;
	color: #a31212;
}

a:visited {
	color: #a31212;
}

a:hover {
	text-decoration: none;
	color: #dc2e25;
}

a:active {
	color: #a31212;
}

div .clear {
	clear: both;
}

#wrapper {		/* Center the wrapper on the page */
	width: 898px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-top: 40px;
}

#wrapper #logo {
	padding-bottom: 30px;
}

#content {
	width: 898px;
	background-color: #ffdcbe;
	border-style: solid;
	border-color: #552d10;
	border-width: 1px;
}



/* Badge */

#badge {
	position: absolute;
	top: 95px;
	left: 470px;
	width: 220px;
	height: 50px;
	padding: 15px;
	background-color: white;
	color: #002582;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	border: 2px dashed #002582;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#badge img {
	float: left;
	padding-right: 7px;
}

#chron_badge {
	position: absolute;
	top: 65px;
	left: 375px;
	width: 100px;
	height: 100px;
	padding: 15px;
	background-color: #68c324;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	/*

	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
*/
	-webkit-box-shadow: 0 0 7px rgba(255, 118, 0, 0.7);
	-moz-box-shadow: 0 0 7px rgba(255, 118, 0, 0.7);
	box-shadow: 0 0 7px rgba(255, 118, 0, 0.7);
}

#chron_badge p {
	padding-top: 17px;
}

#chron_badge a:link {
	text-decoration: none;
	color: white;
}

#chron_badge a:visited {
	color: white;
}

#chron_badge a:hover {
	color: yellow;
}

#chron_badge a:active {
	color: yellow;
}





/* Column setup */

#leftColumn {
	float: left;
	width: 248px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#centerColumn {
	float: left;
	width: 373px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-style: solid;
	border-color: #552d10;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

#rightColumn {
	float: right;
	width: 272px;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 1px;
}

#centerColumn p,
#rightColumn p {
	margin-top: 20px;
	text-align: center;
	font-weight: lighter;
}

#centerColumn img,
#rightColumn img {
	display: block;
	margin: 0 auto;
}

#wideColumn {
	position: static;
	float: left;
	width: 588px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-style: solid;
	border-color: #552d10;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
}



/* Left */

#leftColumn h3 {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.4em;
	font-style: normal;
	font-weight: lighter;
	padding-left: 25px;
	border-color: #552d10;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

#leftColumn ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

#leftColumn li {
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: left;
}

#leftColumn a {
	font-size: 1.0em;
	font-style: normal;
	font-weight: lighter;
}

#leftColumn a:link {
	text-decoration: none;
	color: #521d08;
}

#leftColumn a:visited {
	text-decoration: none;
	color: #521d08;
}

#leftColumn a:hover {
	text-decoration: none;
}

#leftColumn a:active {
	text-decoration: none;
}

#leftColumn .submenuitem {
	font-size: 0.8em;
	font-style: italic;
}



/* Center */

#centerColumn p {	
	font-size: 1.2em;
}



/* Right */

#rightColumn p {
	font-size: 1.2em;
}

#rightColumn p.small {
	font-size: 1.0em;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#rightColumn p.parking {
	margin-top: 3px;
	color: #447f17;
	font-size: 14px;
}

#rightColumn img.badge {
	margin-top: 25px;
	margin-bottom: 25px;
}



/* Wide -- menu pages */

#wideColumn h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5em;
	font-style: normal;
	font-weight: lighter;
}

#wideColumn p, #wideColumn ul {
	margin-top: 20px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: lighter;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#wideColumn ul {
	margin-left: 20px;
}

#wideColumn table {
	width: 100%;
	margin-top: 20px;
	margin-left: -5px;
	border-spacing: 0px 6px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#wideColumn td {
	vertical-align: top;
	padding: 5px;
}

#wideColumn td:first-child {
	font-weight: bold;
}

#wideColumn td.normal {
	font-weight: normal;
}


/* Menu */

#menu .hovered a {
	color: #ff7600;
}

#menu .selected {
	background-color: #ff7600;
}

#menu .selected.hovered a {
	color: white;
}



/* Online order button */

#orderButton {
	display: block;
	margin: 0 20px 0 20px;
	padding: 10px 15px;
	background: #68c324;
	color: white;
	font-size: 1.3em;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#orderButton:hover,
#orderButton:focus {
	background: #447f17;
	color: white;
}




/* Footer etc. */

#footer {
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	font-weight: lighter;
	color: #ede8e6;
}

.hidden {
	display: none;
}
