@CHARSET "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	width: 1000px;
	margin: 0 auto;
	margin-top: 1.5em;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #0066a4;
}

h2 {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 2em;
    color: #0066a4;
    padding: 0.5em 0;
    margin: 0 0.5em;
    text-transform: uppercase;
}

#body-overlay {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #999999;
	opacity: 0.25;
	filter: alpha(opacity=25);
	display: none;
}

#header {
	text-align: right;
	padding: 0 1.5em;
	position: relative;
}

#header a {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header #sign-in-overlay {
	position: absolute;
	top: 1.5em;
	right: 0;
	border: 1px solid #999999;
	border-top-width: 0;
	z-index: 2;
	display: none;
	background-color: #ffffff;
	padding: 1em;
	text-align: left;
	width: 70%;
}

#header #sign-in-overlay h2 {
	border-width: 0;
    font-size: 1em;
    color: #333333;
    padding: 0.5em 0;
    margin: 0;
}

#header #request-account-container {
	float: left;
	width: 49%;
}

#header #sign-in-container {
	float: right;
	width: 49%;
}

#sidebar {
	width: 200px;
	float: left;
	position: relative;
}

#sidebar #free-food-overlay,
#sidebar #suggest-menu-overlay {
    position: absolute;
    top: 150px;
    left: 200px;
    border: 1px solid #999999;
    border-left-width: 0;
    z-index: 2;
    display: none;
    background-color: #ffffff;
    padding: 1em;
    text-align: left;
    width: 550px;
    min-height: 300px;
}

#free-food-overlay textarea {
	width: 100%;
	height: 5em;
}

#free-food-overlay fieldset.buttons {
    border-width: 0;
    margin: 0;
    text-align: center;
}

#suggest-menu-overlay fieldset.buttons {
    border-width: 0;
    margin: 0;
    text-align: left;
}

#free-food-overlay fieldset.buttons dt,
#suggest-menu-overlay fieldset.buttons dt {
    display: none;
}

#free-food-overlay fieldset.buttons dd,
#suggest-menu-overlay fieldset.buttons dd {
    margin-left: 0;
    display: inline;
}

#free-food-overlay fieldset.buttons input,
#suggest-menu-overlay fieldset.buttons input {
    display: inline-block;
}

#suggest-menu-overlay #ro_desc {
	font-size: 1.42em;
}

#content {
	width: 790px;
	min-height: 400px;
	float: right;
}

#footer {
	clear: both;
	border-top: 1px solid #e0e0e0;
	margin-left: 200px;
	margin-bottom: 4em;
    padding: 0 2em;
	text-align: right;
}

#footer .navigation {
	float: left;
	padding: 0;
}
	
#footer .navigation li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #333333;
	padding: 0 0.5em;
}

#footer .navigation li.first {
	border-width: 0px;
	padding-left: 0;
}

#footer .navigation li a {
	color: #000000;
	text-decoration: none;
}

#footer .navigation li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	font-size: 0.85em;
}

#sidebar .navigation-title {
	font-size: 1.33em;
	margin-top: 2em;
	margin-bottom: 0;
}

#sidebar .navigation {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}

#sidebar .navigation li {
	list-style-type: none;
	line-height: 2.25em;
	border-bottom: 1px solid #cccccc;
}

#sidebar .navigation li a {
	display: block;
	text-decoration: none;
	padding: 0 1em;
}

#sidebar .navigation li a:hover {
	background-color: #0066a4;
	color: #ffffff;
}

#sidebar a img {
	border-width: 0;
}

#page-title {
	height: 5.5em;
	line-height: 5.5em;
	border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 1em;
    margin-bottom: 2em;
    margin-top: 2em;
    position: relative;
}

#page-title h1 {
	margin: 0;
	display: inline;
	font-size: 2.16em;
	color: #0066a4;
	font-weight: normal;
}

#page-title h1 .prefix {
	color: #333333;
}

#page-title .side-link {
	position: absolute;
	top: 0;
	right: 1em; 
    font-size: 1.5em;
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
}

#page-title .side-link:hover {
	text-decoration: underline;
}

#page-title .side-item {
    position: absolute;
    top: 0.5em;
    right: 1em; 
}

#content p {
	padding: 0 1em;
	margin-bottom: 1.5em;
}

#home-intro {
	width: 650px;
}

#home-search {
	height: 76px;
	min-height: 76px;
	max-height: 76px;
	background-image: url(/images/searchbg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#home-search * {
	margin: 0;
}

#home-search input {
	width: 220px;
	font-size: 1.5em;
	color: #0066a4;
	font-weight: bold;
}

#home-search input.user-input {
	color: #666666;
}

#home-search #home-search-by-name {
	position: absolute;
	left: 170px;
}

#home-search #home-search-by-menu {
    position: absolute;
    left: 430px;
}

#home-search form dd {
	height: 76px;
	line-height: 76px;
}

#home-search-indicator {
	display: none;
}

#home-browse {
	height: 5.5em;
	line-height: 5.5em;
	border-bottom: 1px solid #e0e0e0;
}

#home-browse p {
	margin: 0 0 0 100px;
}

#home-slogan {
	text-align: right;
    padding: 1em;
}

#home-slogan .slogan {
	float: left;
	text-align: left;
	width: 600px;
}

#home-slogan p {
	font-size: 1.42em;
	color: #707070;
	font-weight: bold;
	margin-bottom: 0;
}

#home-slogan p span {
    font-size: 1.42em;
    color: #0066a4;
    font-weight: bold;
}

#home-slogan p.first-line {
	margin-top: 2em;
}
	
#home-slogan p.second-line {
	margin-left: 55px;
	margin-top: 0;
}

ul.categories {
	padding: 0 1em;
}
	
ul.categories li {
    list-style-type: none;
    display: inline;
    padding: 0 0.5em;
    border-left: 1px solid #333333;
}

ul.categories li.first {
	border-width: 0;
	padding-left: 0;
}

ul.restaurants {
	padding: 0;
}

ul.restaurants li {
	list-style-type: none;
    margin: 0 1em;
    padding: 0;
}

ul.restaurants li.odd {
    background-color: #f8f8f8;
}

ul.restaurants li.even {
    background-color: #f0f0f0;
}

ul.restaurants span {
	margin: 0;
	padding: 0;
	display: block;
}

ul.restaurants span span {
	display: inline;
}

ul.restaurants .name {
	font-size: 1.5em;
}

ul.restaurants a {
    color: #333333;
    text-decoration: none;
    padding: 1em;
    display: block;
}

ul.restaurants li a:hover {
	background-color: #e0e0e0;
}

ul.restaurants a img {
	border-width: 0;
}

ul.restaurants .operations * {
	vertical-align: middle;
	color: #0066a4;
	text-decoration: underline;
}

ul.restaurants li {
	position: relative;
}

ul.restaurants .open-indicator {
	position: absolute;
	top: 1em;
	right: 20em;
}

ul.restaurants .closing-in-indicator {
    position: absolute;
    top: 1em;
    right: 10em;
    visibility: hidden;
}

ul.restaurants li a:hover .closing-in-indicator {
    visibility: visible;
}

#content .restaurant-details .tagline,
#content .restaurant-details .phone,
#content .restaurant-details .address {
    margin: 0;
}

#content .restaurant-details .phone {
	font-size: 1.73em;
	font-weight: bold;
	padding: 0 0.58em;
}

.restaurant-details .general {
	padding-bottom: 1em;
}

.restaurant-details .general .contact {
	width: 58%;
	float: left;
}

.restaurant-details .general .opening-hours {
    width: 40%;
    float: right;
}

.opening-hours dt {
	float: left;
	width: 7em;
	display: block;
}

.opening-hours dd {
	margin-left: 7em;
}

.opening-hours .current {
	background-color: #e0e0e0;
}

.opening-hours dt {
	color: #0066a4;
	font-weight: bold;
}

#content .opening-hours span {
	margin: 0 0.5em 0.25em 0;
}

hr.clear {
    clear: both;
    border-width: 0;
    height: 0;
    visibility: hidden;
}

.restaurant-search-results ul.restaurants li {
	padding: 0;
}

.restaurant-search-results ul.restaurants li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 1em;
}

.restaurant-search-results ul.restaurants li a:hover {
	background-color: #0066a4;
}

.restaurant-search-results ul.restaurants li a span {
	display: table-cell;
	width: 33%;
}

.restaurant-search-results ul.restaurants li a .name,
.restaurant-search-results ul.restaurants li a .address {
    font-size: 1em;
    width: 300px;
}

#sidebar-search {
	background-color: #e0e0e0;
	border: 1px solid #aeadad;
	padding: 0.25em;
}

#sidebar-search * {
	margin: 0;
}

#sidebar-search input {
	width: 98%;
	font-size: 1.33em;
	color: #0066a4;
	font-weight: bold;
}

#sidebar-search input.user-input {
	color: #666666;
}

#sidebar-search-indicator {
	display: none;
}

#sidebar-search-results .restaurants {
	margin: 0;
	padding: 0
}

#sidebar-search-results .restaurants li {
    margin: 0;
    padding: 0
}

#sidebar-search-results .restaurants li a {
	padding: 0.25em;
}

#sidebar-search-results .restaurants li span {
	display: block;
}

#sign-in-overlay dl {
	margin: 0 auto;
}
	
#sign-in-overlay dt {
	font-weight: bold;
	color: #0066a4;
	float: left;
	width: 10em;
}

#sign-in-overlay dd {
	margin-left: 11em;
	margin-bottom: 0.5em;
}

#sign-in-overlay input.text,
#sign-in-overlay input.password {
}

.menu {
	margin-bottom: 1em;
}

.menu h2 {
	margin-bottom: 0.5em;
}

#menu {
	visibility: hidden;
}

#menu .yui3-tabview-list {
	width: 200px;
	float: left;
	border-width: 0;
}

#menu .yui3-tab {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-left: 1em;
}

#menu .yui3-tab-label {
	display: block;
	border-width: 0;
	font-size: 1em;
	color: #0066a4;
}

#menu .yui3-tab-label:hover,
#menu .yui3-tab-selected .yui3-tab-label {
	background-color: #0066a4;
	color: #ffffff;
}

#menu .yui3-tabview-panel {
	width: 570px;
	float: right;
	border-width: 0;
}

#menu h3 {
	font-size: 2em;
	color: #0066a4;
	margin: 0 0 0.5em 0;
}

#menu .description {
	margin: 0 0 1em 0;
	padding: 0;
	font-style: italic;
}

#menu .menu-items {
	padding: 0;
}

#menu .menu-items li {
	list-style-type: none;
    border-bottom: 1px solid #cccccc;
}

#menu .menu-items li h4,
#menu .menu-items li p {
	margin-bottom: 0.25em;
}

#menu .menu-items li .description {
	font-style: normal;
}

#menu .price {
	font-weight: bold;
	text-align: right;
	margin-top: 0;
}

form.contact dt,
form.contact dd {
	display: block;
	padding: 0;
	margin: 0 0 0.5em 0;
}

form.contact dt {
	font-size: 1.42em;
	color: #707070;
}

form.contact input.text {
    width: 30em;
}

form.contact textarea {
	height: 15em;
    width: 50em;
}

#suggest-menu-overlay input.text,
#free-food-overlay input.text {
	width: 98%;
}

form.contact fieldset {
	padding: 0;
	margin: 0;
	border-width: 0;
}

form.contact fieldset.buttons dt {
	display: none;
	
}

form.contact fieldset dd {
    display: inline;
}
    
form.contact legend {
	color: #666666;
	font-size: 1.42em;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
}

form .errors {
    color: #ff3d00;
    padding: 0;
}

form .errors li {
	list-style-type: none;
}

#sidebar .contact {
	font-size: 0.9em;
	margin-top: 2em;
}


/* yui dialog */
.yui3-overlay {
	border: 1px solid #0066a4;
	background-color: #ffffff;
}

.yui3-widget-hd {
	background-color: #0066a4;
	border-bottom: 1px solid #0066a4;
	color: #ffffff;
	font-weight: bold;
}

.yui3-widget-hd,
.yui3-widget-bd,
-yui3-widget-ft {
	padding: 1em;
}

.yui3-overlay-mask {
	background-color: #333333;
	opacity: 0.15;
	filter: alpha(opacity=15);
}

.yui3-dd-draggable .yui3-widget-hd {
	cursor: move;
}

.yui3-widget-bd .loading-indicator {
	text-align: center;
	padding: 2em;
}

.yui3-widget-bd .buttons {
	text-align: center;
}
	
.yui3-widget-bd  form dt {
	font-weight: bold;
}

.yui3-widget-bd  form dt,
.yui3-widget-bd  form dd {
	display: block;
	margin-bottom: 0.25em;
	margin: 0;
	padding: 0;
}

.yui3-widget-bd form input.text,
.yui3-widget-bd form input.password,
.yui3-widget-bd form textarea {
	border-width: 1px solid #999999;
	width: 100%;
}

.yui3-widget-bd form textarea {
	height: 5em;
}

.yui3-widget-bd form input.reset,
.yui3-widget-bd form input.submit {
	border-width: 0;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
	padding: 0 1em;
	margin: 0;
	color: #0066a4;
	font-size: 1em;
	text-decoration: underline;
	cursor: pointer;
}

.yui3-widget-bd form fieldset.buttons {
    border-width: 0;
    margin: 0;
}

.yui3-widget-bd form fieldset.buttons {
    text-align: center;
}

.yui3-widget-bd form fieldset.buttons dt {
    display: none;
}

.yui3-widget-bd form fieldset.buttons dd {
    margin-left: 0;
    display: inline;
}

.yui3-widget-bd form fieldset.buttons dd input.block {
    display: block;
    width: 100%;
    margin-top: 1em;
}

.yui3-widget-bd form fieldset.buttons input {
    display: inline-block;
}

.yui3-widget-bd form .errors {
    color: #ff3d00;
    padding: 0;
}

.yui3-widget-bd form .errors li {
	list-style-type: none;
}

.contact #basic-element {
	width: 45%;
	float: left;
	padding: 1em;
}

.contact #contact-element {
	width: 45%;
	float: right;
	padding: 1em;
	height: 25em;
	background-color: #efefef;
}

.contact #basic-label,
.contact #contact-label {
	display: none;
}

.contact #buttons-label {
	clear: both;
}