html, body {
    font-family: Helvetica, Verdana, sans-serif;
}

strong {
    font-weight: bold;
}

h2 {
    color: #d2232a;
    font-size: 14pt;
    padding-bottom: 5px;
}

.clear {
    clear: both;
}

.bd_container {
    position: fixed;
    z-index: -2;
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
    text-align: center;
}

.backdrop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/backdrop-overlay.png');
}

.container {
    width: 656px;
    margin: auto;
    padding-top: 50px;
}

.container.home {
    position: absolute;
    height: 315px;
    top: 50%;
    margin-top: -208px;
    left: 50%;
    margin-left: -328px;
    padding-top: 0;
}

pre {
    word-wrap: break-word;
    font-family: Courier,monospace;
    padding-top: 10px;
}

/* Frame */
.frame .frame-top {
    background-image: url('../img/frame-top.png');
    background-repeat: no-repeat;
    height: 25px;
}

.frame .frame-mid {
    background-image: url('../img/frame-mid.png');
    background-repeat: repeat-y;
    padding: 0 22px;
}

.frame .frame-bottom {
    background-image: url('../img/frame-bottom.png');
    background-repeat: no-repeat;
    height: 23px;
}

.frame.home .frame-mid {
    height: 122px;
}

/* Top menu */
.top-menu {
    width: 638px;
    margin: auto;
}

.top-menu a.btn-top {
    float: right;
    color: #fff;
    margin-right: 2px;
    text-decoration: none;
}

.top-menu a.btn-top span {
    display: block;
}

.top-menu a.btn-top .btn-top-left {
    float: left;
    background-image: url('../img/btn-top-left.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 10px;
}

.top-menu a.btn-top .btn-top-mid {
    float: left;
    background-image: url('../img/btn-top-mid.png');
    background-repeat: repeat-x;
    height: 35px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 9pt;
}

.top-menu a.btn-top .btn-top-right {
    float: left;
    background-image: url('../img/btn-top-right.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 12px;
}

/* Header */
.header {
    text-align: center;
}

/* Search form */
form.search .block {
    float: right;
    width: 150px;
}

form.search .bar {
    float: left;
    height: 60px;
    margin-bottom: 3px;
    width: 460px;
}

form.search .bar.last {
    margin-bottom: 0px;
}

a.btn-big {
    width: 150px;
    text-decoration: none;
}

a.btn-big span {
    display: block;
}

a.btn-big .btn-big-top {
    background-image: url('../img/btn-big-top.png');
    background-repeat: no-repeat;
    height: 10px;
}

a.btn-big .btn-big-mid {
    background-image: url('../img/btn-big-mid.png');
    background-repeat: repeat-y;
    line-height: 102px;
    color: #fff;
    font-weight: 600;
    font-size: 15pt;
    text-transform: uppercase;
    text-align: center;
}

a.btn-big .btn-big-bottom {
    background-image: url('../img/btn-big-bottom.png');
    background-repeat: no-repeat;
    height: 14px;
}

.input .input-left {
    float: left;
    background-image: url('../img/input-left.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 12px;
}

.input .input-mid {
    float: left;
    background-image: url('../img/input-mid.png');
    background-repeat: repeat-x;
    height: 60px;
}

.input .input-right {
    float: left;
    background-image: url('../img/input-right.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 13px;
}

.input .input-mid input {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    margin: 18px 0;
    text-transform: uppercase;
}

.input .input-mid input:focus {
    border: none;
    outline: none;
}

.input .input-mid input::-webkit-input-placeholder {
    color: #fff;
    padding-top: 2px;
}

.input .input-mid input.city {
    width: 185px;
}

.input .input-mid.kitchen {
    width: 110px;
}

.input .input-mid.type {
    width: 90px;
}

.input .input-mid input.name {
    width: 435px;
}

/* Selectbox */
.curved { 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../css/PIE.htc);
}

div.selectbox-options-frame {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -2px;
    margin-left: -5px;
    background-color: #fff;
    border: 3px solid #d2232a;
    padding: 10px;
    min-width: 130px;
}

ul.selectbox-options {
    list-style: none;
    margin: 0;
}

ul.selectbox-options li {
    cursor: pointer;
    font-size: 14pt;
}

ul.selectbox-options li:hover {
    color: #37a5dd;
}

p.selectbox-target {
    margin: 21px 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

/* Search results */
ul.search-results img {
    float: left;
    width: 100px;
    margin-right: 10px;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(../css/PIE.htc);
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.search-results {
    margin: 0 10px;
}

ul.search-results li {
    border-bottom: 1px solid #58585a;
}

ul.search-results li:last-child {
    border-bottom: none;
}

ul.search-results div.restaurant-info {
    float: left;
    width: 342px;
    color: #58585a;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.search-results div.restaurant-info h2 {
    font-weight: bold;
    font-size: 11pt;
}

ul.search-results div.restaurant-info p.description {
    font-size: 8pt;
    padding: 8px 0;
}

ul.search-results div.restaurant-info p.address {
    text-transform: uppercase;
    font-size: 9pt;
}

ul.search-results div.buttons {
    float: right;
    width: 130px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-red-small,
.btn-blue-small {
    text-decoration: none;
    cursor: pointer;
}

.btn-red-small span,
.btn-blue-small span {
    display: block;
}

.btn-red-small .btn-red-small-left {
    float: left;
    background-image: url('../img/btn-red-small-left.png');
    background-repeat: no-repeat;
    height: 27px;
    width: 5px;
}

.btn-red-small .btn-red-small-mid {
    float: left;
    background-image: url('../img/btn-red-small-mid.png');
    background-repeat: repeat-x;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
}

.btn-red-small .btn-red-small-right {
    float: left;
    background-image: url('../img/btn-red-small-right.png');
    background-repeat: no-repeat;
    height: 27px;
    width: 5px;
}

.btn-blue-small .btn-blue-small-left {
    float: left;
    background-image: url('../img/btn-blue-small-left.png');
    background-repeat: no-repeat;
    height: 27px;
    width: 5px;
}

.btn-blue-small .btn-blue-small-mid {
    float: left;
    background-image: url('../img/btn-blue-small-mid.png');
    background-repeat: repeat-x;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
}

.btn-blue-small .btn-blue-small-right {
    float: left;
    background-image: url('../img/btn-blue-small-right.png');
    background-repeat: no-repeat;
    height: 27px;
    width: 5px;
}

ul.search-results .btn-red-small-mid,
ul.search-results .btn-blue-small-mid{
    width: 120px;
}

p.error.no-results
{
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Restaurant */
div.restaurant {
    padding: 0 10px;
}

div.restaurant a.btn-prev,
div.restaurant a.btn-next {
    display: block;
    position: absolute;
    width: 37px;
    height: 59px;
    background-repeat: no-repeat;
    margin-top: 150px;
}

div.restaurant a.btn-prev {
    background-image: url('../img/btn-prev.png');
    margin-left: -44px;
}

div.restaurant a.btn-next{
    background-image: url('../img/btn-next.png');
    margin-left: 599px;
}

div.restaurant .restaurant-left {
    float: left;
    width: 300px;
}

div.restaurant .restaurant-right {
    float: right;
    width: 280px;
}

div.restaurant img.photo {
    width: 100%;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(../css/PIE.htc);
    margin-bottom: 10px;
}

div.restaurant p.description {
    color: #58585a;
    font-size: 10pt;
    line-height: 14pt;
    text-align: justify;
    padding: 0 5px;
}

div.restaurant h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

div.restaurant p.address {
    text-align: center;
    color: #58585a;
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 14pt;
}

div.restaurant p.address a {
    color: #58585a;
    text-decoration: none;
}

div.restaurant div.buttons {
    margin-top: 5px;
}

div.restaurant .btn-red-small-mid,
div.restaurant .btn-blue-small-mid {
    width: 270px;
}

div.restaurant div.maps {
    border: 1px solid #37a5dd;
    width: 278px;
    margin-top: 10px;
}

div.restaurant ul.features {
    color: #58585a;
    font-size: 8pt;
    padding: 10px 0 0 5px;
    line-height: 12pt;
    font-weight: bold;
}

/* Page */
div.page-content {
    padding: 10px;
}

div.page-content p {
    padding-top: 5px;
    font-size: 11pt;
}

div.page-content a {
    color: #37a5dd;
    text-decoration: none;
}

div.page-content a:hover {
    text-decoration: underline;
}

/* Static Page */
div.static-page {
    padding: 10px;
}

div.static-page h1 {
    color: #d2232a;
    font-size: 18pt;
    margin: 0;
    padding: 0;
}

div.static-page h2 {
    color: #d2232a;
    margin: 20px 0 0 0;
    padding: 0;
}

div.static-page p {
    margin-top: 10px;
}

div.static-page a {
    color: #37a5dd;
    text-decoration: none;
}

div.static-page a:hover {
    text-decoration: underline;
}

div.static-page ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 30px;
    list-style: square;
}

div.static-page ul li {
    margin: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 5px;
}

/* User page */
div.signup p {
    font-style: italic;
    font-size: 10pt;
}

div.signup form {
    margin-top: 20px;
    font-size: 11pt;
}

div.signup dt {
    padding-bottom: 7px;
}

div.signup dd {
    padding-bottom: 25px;
    padding-left: 10px;
}

div.signup input {
    font-size: 14pt;
    width: 300px;
}

dt#submit-label {
    display: none;
}

div.signup dd#submit-element {
    padding-bottom: 0;
}

div.signup input.submit {
    width: auto;
}

div.signup p.passwordforgotten {
    padding: 10px 0 0 10px;
}

div.block-rs p.action-button {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

div.block-rs p.action-button a {
    float: right;
}

ul.errors li {
    font-size: 9pt;
    color: #d2232a;
}

p.error {
    font-size: 11pt !important;
    color: #d2232a;
    margin-top: 20px;
    margin-left: 10px;
    font-style: normal !important;
}

dt#serves-label {
    display: none;
}

input.checkbox,
dd#serves-element input {
    width: auto !important;
}

textarea {
    width:300px;
    max-width: 300px;
    min-width: 300px;
    resize: none;
}

textarea#opentimes {
    height: 37px;
    width: 300px;
    max-height: 37px;
    min-height: 37px;
    font-size: 12pt;
}

textarea#description_short {
    height: 74px;
    max-height: 74px;
    min-height: 74px;
    font-size: 11pt;
}

textarea#description_long {
    height: 254px;
    max-height: 254px;
    min-height: 254px;
    font-size: 11pt;
}

dt#description_short-label {
    margin-top: 20px;
}

input#preview {
    cursor: default;
}

ul.user-nav {
    padding-bottom: 10px;
}

ul.user-nav li {
    display: inline;
    padding-right: 20px;
    font-size: 10pt;
}

#captcha-input {
    display: block;
} 

.editrestaurant h3 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* Open times form */
.form-opentimes .day {
    width: 130px;
}
.form-opentimes input {
    width: 50px;
    margin: 5px;
    text-align: center;
}

/* Facebook link */
.facebook-link {
    display: block;
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    background: transparent url('/img/facebook.png') no-repeat left top; 
    line-height: 30px; 
    padding-left: 30px;
}

.facebook-link:hover {
    color: #37a5dd;
}
