* {
    margin: 0;
    padding: 0;
}
/*--------------------------------------------
Global
---------------------------------------------*/
/* Change the theme background pattern here  */
/* Available options:                        */
/* dots.png                                  */
/* grid.png                                  */
/* linen.png                                 */
/* pinstripes.png                            */
/* stars.png                                 */
/* stripes_left.png                          */
/* stripes_right.png                         */
/*-------------------------------------------*/

body {
    background: #c2c2c2 url('../images/backgrounds/linen.png') repeat top left;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 14px;
}

div#container_wrap {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
/* Header */

div#header {
    margin: 0px 0px 0px 0px;
    padding-top: 15px;
}

div#header .logo {
  
    padding-left: 10px;
    padding-right: 26px;
}
/* Navigation */

div#header ul#nav {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background: #fff url('../images/nav_bg.png') repeat-x bottom left;
    border: 1px solid #dbdbdb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
    height: 40px;
    list-style: none;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

div#header ul#nav li {
    display: inline;
    padding-bottom: 25px;
    position: relative;
}

div#header ul#nav li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #3e3e3e;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 17px;
    margin-right: 10px;
    padding: 4px 13px 5px 13px;
    text-decoration: none;
}

div#header ul#nav li.active a {
    background: #b6de3e;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 1px #aaa;
    color: #fff;
}
/* Sub Nav */

div#header ul#nav li ul {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0px 0px 5px 0px;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 130px;
    z-index: 999999;
}

div#header ul#nav li ul li {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

div#header ul#nav li ul li a, div#header ul#nav li.active ul li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    color: #888;
    display: block;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 0px 8px 0px;
}

div#header ul#nav li.active ul li a {
    background: none;
    border-color: #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    color: #666;
}

div#header ul#nav li ul li a:hover { color: #3d3d3d; }
/*--------------------------------------------
Headings
---------------------------------------------*/

h1, h2, h3 {
    color: #3a3a3a;
    
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   
    font-size: 34px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

h1 {
    color: #333;
    font-size: 34px;
}

h1 span {
    color: #999;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    left: 10px;
    position: relative;
    top: -5px;
}

h2 { font-size: 29px; }

h3 { font-size: 23px; }

h4 {
    color: #2a2a2a;
    font-size: 20px;
}

h5 {
    color: #424242;
    font-size: 15px;
}

h6 {
    color: #2b2b2b;
    font-size: 13px;
}

strong, b { color: #3a3a3a; }

.center { text-align: center; }
/*--------------------------------------------
Shared Theme Elements
---------------------------------------------*/

div.main_content {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
    padding: 25px 30px;
}

div.main_content p {
    color: #333;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
}

div.shadow {
    background: url('../images/horizontal_shadow.png') no-repeat bottom;
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    height: 65px;
    left: -35px;
    position: relative;
    top: -30px;
    width: 980px;
}

div.page_heading {
    background: url('../images/page_heading.png') no-repeat bottom;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

div.section_heading {
    margin: 0px 0px 15px 0px;
    position: relative;
}

div.small_left_column {
    float: left;
    width: 565px;
}

div.large_left_column {
    float: left;
    padding-left: 75px;
    width: 750px;
}

div.small_right_column {
    float: right;
    width: 175px;
}

div.small_right_column .container { margin-bottom: 30px; }

div.small_right_column ul.arrows { list-style: none; }

div.small_right_column ul.arrows li {
    background: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
}

div.small_right_column ul.arrows li a {
    background: url("../images/arrow_right_dark.png") no-repeat left;
    color: #777;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
}

div.small_right_column ul.arrows li a:hover { color: #333; }

div.small_right_column ul.arrows li a.ui-state-active {
    background: url('../images/colors/lime/arrow_down.png') no-repeat left;
    font-weight: bold;
}

div.large_right_column {
    float: right;
    width: 320px;
}

div.large_right_column h3 {
    background: url('../images/sidebar_header_bg.png') repeat-x bottom left;
    border-bottom: 1px solid #ccc;
    color: #555;
    font-size: 22px;
    height: 34px;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: center;
}

div.large_right_column .container {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}

div.large_right_column .container .content {
    background: #fbfbfb;
    padding: 15px;
}
/*--------------------------------------------
Homepage
---------------------------------------------*/

div#homepage div#slider {
    background: url('../images/page_heading.png') no-repeat bottom center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 50px;
    width: 918px;
}
/* Nivo Slider */

div#homepage #slides { border: 1px solid #d2d2d2; }

div#homepage #slides img {
    display: none;
    height: 346px;
    left: 0px;
    position: absolute;
    top: 0px;
}

div#homepage #slides a {
    border: 0;
    display: block;
}

div#homepage #slides .nivo-caption {
    background: none;
    bottom: 40px;
    left: 0;
    overflow: visible;
    width: auto;
    z-index: auto;
}

div#homepage #slides .nivo-caption p {
    background: #000;
    background: rgba(0, 0, 0, .65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-left: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    overflow: visible;
    padding: 15px 40px 17px 40px;
    position: relative;
    z-index: 9;
}

div#homepage #slides .nivo-caption p span {
    background: url('../images/colors/lime/date_bg.png') no-repeat;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 24px 0px 33px 0px;
    position: absolute;
    right: -55px;
    text-align: center;
    text-shadow: 0px 2px 1px #999;
    top: -12px;
    width: 71px;
    z-index: 10;
}

div#homepage #slides .nivo-caption a {
    display: block;
    margin-top: 20px;
}

.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -30px; /* Tweak this to center bullets */
    position: absolute;
    position: absolute;
}

div#homepage #slides .nivo-controlNav { z-index: 12; }

div#homepage #slides .nivo-controlNav a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #c1c1c1;
    border-radius: 5px;
    box-shadow: inset 0px 2px 2px #888;
    display: block;
    float: left;
    height: 10px;
    margin-right: 6px;
    text-indent: -999999px;
    width: 10px;
}

div#homepage #slides .nivo-controlNav a.active { background: #777; }

div#homepage div#welcome { padding-bottom: 0px; }

div#homepage div#welcome h2 { margin-bottom: 10px; }

div#homepage div#welcome p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}

div#welcome .about {
    background: url('../images/fading_line.png') no-repeat top right;
    float: left;
    min-height: 170px;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    width: 360px;
    z-index: 2;
}

div#welcome .gallery {
    float: right;
    overflow: hidden;
    position: relative;
    width: 495px;
    z-index: 2;
}

div#welcome .gallery ul { list-style: none; }

div#welcome .gallery ul li {
    background: url('../images/mini_gallery_bg.png') no-repeat top left;
    float: left;
    height: 155px;
    margin-right: 15px;
    position: relative;
    width: 155px;
}

div#welcome .gallery ul li.last { margin-right: 0; }

div#welcome .gallery ul li img { padding: 12px 0px 0px 12px; }

div#welcome .gallery ul li span {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    border-top: 1px solid #555;
    bottom: 13px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 12px;
    padding: 10px 0px 10px 0px;
    position: absolute;
    text-align: center;
    width: 129px;
}

div#homepage .one_third {
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 8px;
}

div#homepage .one_third h2 {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
/* Daily Specials */

div#homepage div#specials ul { list-style: none; }

div#homepage div#specials ul li {
    border-bottom: 1px dashed #dbdbdb;
    clear: both;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 15px;
}

div#homepage div#specials ul li .description {
    float: right;
    width: 200px;
}

div#homepage div#specials ul li strong {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

div#homepage div#specials ul li p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 3px;
}

div#homepage div#specials ul li span.price {
    color: #8080808;
    font-size: 12px;
    font-weight: bold;
}

div#homepage div#specials ul li img {
    float: left;
    padding-top: 2px;
}

div#homepage div#specials ul li.last { border: none; }






/* Hours & Location */

div#homepage div#hours_location p { margin-bottom: 12px; }

div#homepage div#hours_location .map {
    background: url('../images/map_bg.png') no-repeat top left;
    height: 142px;
    margin-top: 5px;
    padding: 10px;
    width: 262px;
}
/* Feedback */

div#homepage div#feedback {
    clear: both;
    padding-bottom: 20px;
}

div#homepage div#feedback h2 { margin-bottom: 30px; }

div#feedback div.tweets {
    border-right: 1px solid #dfdfdf;
    float: left;
    padding-right: 30px;
    width: 315px;
}

div#feedback div.tweets ul {
    list-style: none;
    margin-left: -10px;
}

div#feedback div.tweets ul li {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #eeeeee;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 10px 10px 10px 18px;
    position: relative;
}

div#feedback div.tweets ul em.arrow {
    background: url('../images/twitter_arrow.png') no-repeat;
    display: block;
    height: 18px;
    left: -20px;
    position: absolute;
    top: 12px;
    width: 20px;
}

div#feedback div.tweets ul li span.tweet_text {
    color: #3a3a3a;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

div#feedback div.tweets ul li span.tweet_text a {
    color: #1697e0;
    font-size: 13px;
}

div#feedback div.tweets ul li span.tweet_text a:hover { text-decoration: none; }

div#feedback div.tweets ul li span.tweet_time a {
    color: #8c8c8c;
    font-size: 11px;
    text-decoration: none;
}

div#feedback div.tweets a.follow {
    background: url('../images/twitter_icon.png') no-repeat bottom left;
    color: #9c9c9c;
    display: block;
    float: right;
    font-size: 11px;
    height: 16px;
    padding-left: 23px;
}

div#feedback div.tweets a.follow:hover { text-decoration: none; }

div#feedback div.press {
    float: right;
    width: 540px;
}

div#feedback div.press ul { list-style: none; }

div#feedback div.press ul li {
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 18px;
    overflow: hidden;
    padding-bottom: 18px;
}

div#feedback div.press ul li div.date {
    background: url('../images/colors/lime/date_bg.png') no-repeat;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 28px 8px 30px 0px;
    text-align: center;
    width: 71px;
}

div#feedback div.press ul li a {
    color: #999999;
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

div#feedback div.press ul li h5 { margin-bottom: 5px; }

div#feedback div.press ul li h5 a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div#feedback div.press ul li a:hover { text-decoration: none; }

div#feedback div.press ul li h5 a:hover { text-decoration: underline; }

div#feedback div.press ul li div.content {
    margin-left: 90px;
    margin-top: 5px;
}

div#feedback div.press ul li div.content p {
    color: #808080;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding-top: 0px;
}

div#feedback div.press ul li a.arrow {
    background: url('../images/right_arrow_small.png') no-repeat;
    display: block;
    float: right;
    height: 15px;
    margin-right: 5px;
    margin-top: -25px;
    text-indent: -99999px;
    width: 15px;
}
/*--------------------------------------------
Our Story
---------------------------------------------*/

div#our_story div.image_wrap {
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px #eee;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px #eee;
    background: #F5F5F5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #eee;
    margin-bottom: 24px;
    padding: 6px;
}
/* Sidebar */

div#our_story div#the_team div.team_detail {
    margin-bottom: 20px;
    overflow: hidden;
}

div#our_story div#the_team div.team_detail.last { margin-bottom: 0; }

div#our_story div#the_team div.photo {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    float: left;
    padding: 4px;
}

div#our_story div#the_team div.bio {
    margin-left: 115px;
    padding-top: 3px;
}

div#our_story div#the_team div.bio p {
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 8px;
}

div#our_story div#facts ul { list-style: none; }

div#our_story div#facts ul li {
    background: url("../images/colors/lime/bullet.png") no-repeat 0px 4px;
    font-size: 13px;
    padding-bottom: 12px;
    padding-left: 25px;
}

div#reviews .review blockquote {
    color: #676767;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 0px 10px 10px;
    padding-top: 8px;
}

div#reviews ul { display: none; }

div#reviews .ui-tabs-hide { display: none; }
/*--------------------------------------------
Menu
---------------------------------------------*/
/* Menu 1 & 2 Elements */

div#items .content {
    clear: both;
    overflow: hidden;
}

div#items .ui-accordion-content {
    padding: 0;
    padding-bottom: 10px;
}

div#items .ui-accordion-header .content { padding-bottom: 15px; }

div#items div.accordion .heading h2 { text-transform: uppercase; }

div#items .content h4 {
    color: #343434;
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 12px;
    padding-right: 15px;
}

div#items .content h4 span {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #b6de3e;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    height: 15px;
    margin-left: 10px;
    padding: 1px 10px 1px 10px;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 2px #b4b4b4;
    top: -1px;
    width: 42px;
}

div#items .content p {
    color: #989898;
    font-size: 13px;
    margin-bottom: 10px;
}

div#items .content b {
    color: #4b4b4b;
    font-size: 13px;
}
/* Menu 1 */

div#items .content ul {
    border-bottom: 1px dashed #ccc;
    list-style: none;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 20px;
}

div#items .content ul.last { border: none; }

div#items .content ul li {
    float: left;
    padding-left: 10px;
    padding-right: 40px;
    width: 250px;
}

div#items .content ul li.last { padding-right: 0; }
/* Menu 2 */

div#items .content img {
    float: left;
    margin-right: 16px;
    width: 200px;
}

div#items .left {
    float: left;
    margin: 15px 0px 15px 0px;
    width: 440px;
}

div#items .right {
    float: right;
    margin: 15px 0px 15px 0px;
    width: 440px;
}

div#items .right strong { padding-left: 212px; }
/* Menu 3 */

div#items_3 .menus {
    clear: both;
    overflow: hidden;
}

div#items_3 .menus ul {
    clear: both;
    list-style: none;
    font-size: 14px;
}

div#items_3 .menus ul li {
    border-bottom: 1px dashed #d9d9d9;
    display: block;
    margin-bottom: 18px;
    margin-left: 15px;
    overflow: hidden;
}

div#items_3 .menus ul li.last {
    border: none;
    margin: 0;
}

div#items_3 .menus div.description {
    float: left;
    padding-top: 3px;
    width: 680px;
}



div#items_3 .menus img {
    float: left;
    padding-bottom: 20px;
    padding-right: 12px;
    padding-top: 3px;
}

div#items_3 .menus ul li b {
    display: block;
    margin-bottom: 7px;
}

div#items_3 .menus ul li p { width: 460px; }

div#items_3 .menus span.cost {
    float: right;
}

div#items_3 .menus span {
    float: right;
}


div#items_3 .menus ul li.no_border { border-bottom: none; }
/* Menu Filter */

div#items_3 .small_right_column ul li ul {
    list-style: none;
    margin-top: 5px;
}

div#items_3 .small_right_column ul li ul li {
    border: none;
    padding: 4px 0px 4px 0px;
}

div#items_3 .small_right_column ul li ul li a {
    background: none;
    color: #646464;
    color: #979797;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

div#items_3 .small_right_column ul li ul li a:hover { color: #333; }
/*--------------------------------------------
Gallery
---------------------------------------------*/

div#gallery #slideshow_wrap {
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px #eee;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px #eee;
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #eee;
    overflow: hidden;
    padding: 10px;
    width: 892px;
}

div#gallery #slideshow {
    height: 480px;
    position: relative;
}

div#gallery #slideshow img {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
}

div#gallery #slideshow .nivo-caption h2 {
    color: #fff;
    padding-top: 5px;
}

div#gallery #slideshow .nivo-caption p {
    color: #fff;
    margin: 0;
    padding: 10px;
}

div#gallery #slideshow .nivo-controlNav {
    float: left;
    margin-left: 0px;
    margin-top: 490px;
    position: static;
}

div#gallery #slideshow .nivo-controlNav img {
    display: inline; /* Unhide the thumbnails */
    margin: 0px 8px 0px 0px;
    position: relative;
    width: 120px;
}

div#gallery #slideshow a.nivo-control {
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

div#gallery #slideshow a.nivo-control.active {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

div#gallery ul.three_column, div#gallery ul.four_column { list-style: none; }

div#gallery ul.three_column li, div#gallery ul.four_column li {
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px #eee;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px #eee;
    background: #F5F5F5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #eee;
    float: left;
    margin: 0px 22px 22px 0px;
    padding: 7px;
    position: relative;
}

div#gallery ul.three_column li a, div#gallery ul.four_column li a {
    display: block;
    position: relative;
}

div#gallery ul.three_column li.last, div#gallery ul.four_column li.last { margin-right: 0; }

div#gallery ul.four_column li { margin: 0px 25px 25px 0px; }

div#gallery ul.four_column li img { width: 190px; }

div#gallery ul li div.hover {
    background: #333 url('../images/zoom.png') no-repeat center center;
    background: rgba(0, 0, 0, 0.6) url('../images/zoom.png') no-repeat center center;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
/*--------------------------------------------
Contact Us
---------------------------------------------*/

div#contact_us form { margin-top: 20px; }

div#contact_us form label {
    color: #424242;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

div#contact_us form .text_field {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #444;
    font-size: 13px;
    padding: 8px;
    width: 248px;
}

div#contact_us form .text-box {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #444;
    font-size: 13px;
    padding: 8px;
    width: 248px;
}

div#contact_us form .multi-line {
    width: 525px;
    height: 160px;
}


div#contact_us form select.text_field { width: 265px; }

div#contact_us form textarea.text_field {
    color: #444;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 13px;
    height: 160px;
    width: 525px;
}

div#contact_us form .text_field:focus {
    box-shadow: inset 0px 0px 4px #ccc;
    outline: none;
}

div#contact_us form .row {
    margin-bottom: 0px;
    overflow: hidden;
}

div#contact_us form .row p {
    float: left;
    margin-right: 10px;
}

div#contact_us form .button {
    float: right;
    margin-right: 17px;
}

div#contact_us .notice { font-weight: bold; }

div#contact_us .notice.error { color: #D94848; }

div#contact_us .notice.success { color: #61B85A; }
/* Sidebar */

div#contact_us #hq { }

div#contact_us #hq ul { list-style: none; }

div#contact_us #hq ul li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 40px;
}

div#contact_us #hq ul li b {
    color: #666;
    font-size: 14px;
}

div#contact_us #hq ul li p { margin: 0; }

div#contact_us #hq ul li.mail { background: url('../images/colors/lime/mail.png') no-repeat top left; }

div#contact_us #hq ul li.phone { background: url('../images/colors/lime/phone.png') no-repeat top left; }

div#contact_us #hq ul li.fax { background: url('../images/colors/lime/fax.png') no-repeat top left; }

div#contact_us #hq ul li.last {
    border: none;
    margin: 0;
    padding-bottom: 0;
}

div#contact_us #inquiries { padding: 15px 30px 25px 30px; }

div#contact_us #inquiries a {
    color: #424242;
    font-weight: bold;
}
/*--------------------------------------------
Hours and Location
---------------------------------------------*/

div#hours_location p { line-height: 18px; }

div#hours_location .location {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #f3f3f3;
    border-radius: 6px;
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px;
}

div#hours_location .location .details {
    background: url('../images/colors/lime/location_icon.png') no-repeat top left;
    float: left;
    padding-left: 45px;
}

div#hours_location .location .details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

div#hours_location .location .details p {
    line-height: 20px;
    margin: 0;
}

div#hours_location .location .details p b {
    float: left;
    width: 100px;
}

div#hours_location .location .map {
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #ccc;
    float: left;
    margin-left: 30px;
    padding: 8px 9px 8px 7px;
    width: 292px;
}

div.location .directions {
    float: right;
    padding-top: 5px;
    width: 235px;
}

div.location .directions a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: url("../images/location_button_bg.png") repeat-x;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    color: #5e5e5e;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    opacity: 0.6;
    padding: 10px 15px 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 196px;
}

div.location .directions a span {
    background: url('../images/location_icons.png') no-repeat top;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 1px;
    width: 19px;
}

div.location .directions a.driving span { background-position: 0px 0px; }

div.location .directions a.reservation span { background-position: 0px -45px; }

div.location .directions a.menu span { background-position: 0px -87px; }

div.location .directions a.catering span { background-position: 0px -130px; }
/*--------------------------------------------
Blog
---------------------------------------------*/
/* Left Column */

div#blog .post {
    border-bottom: 1px dashed #ccc;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
}

div#blog .post .date {
    background: url('../images/colors/lime/date_bg.png') no-repeat;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 28px 8px 28px 0px;
    text-align: center;
    width: 71px;
}

div#blog .post .post_details {
    margin-left: 85px;
    padding-top: 12px;
}

div#blog .post .post_details h1, div#blog .post .post_details h1 a {
    color: #2a2a2a;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
}

div#blog .post .post_details h1 a:hover { text-decoration: underline; }

div#blog .post .post_details .meta {
    color: #676767;
    display: block;
    font-size: 12px;
    font-weight: medium;
}

div#blog .post .post_details .meta a {
    color: #676767;
    font-weight: bold;
}

div#blog .post .post_details .meta a:hover { text-decoration: none; }

div#blog .post .post_details .content { margin-top: 20px; }

div#blog .post .post_details .content p { }

div#blog .post .post_details .content img {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-top: 5px;
}

div#blog .post .post_details a.button { float: right; }
/* Sidebar */
/* Recent Posts Widget */

div#recent_posts ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
}

div#recent_posts ul li {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 13px;
    overflow: hidden;
    padding-bottom: 13px;
}

div#recent_posts ul li img {
    float: left;
    margin-right: 8px;
}

div#recent_posts ul li a {
    color: #777;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    text-decoration: none;
    width: 110px;
}

div#recent_posts ul li a:hover { text-decoration: underline; }
/* Flickr Widget */

div#flickr ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
}

div#flickr ul li {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
}
/* Twitter Widget */

div#twitter_feed ul {
    list-style: none;
    padding-top: 15px;
}

div#twitter_feed ul li {
    background: url("../images/twitter_icon.png") no-repeat 0px 2px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
}

div#twitter_feed ul li span.tweet_text {
    color: #3a3a3a;
    font-size: 12px;
}

div#twitter_feed ul li span.tweet_text a {
    background: none;
    color: #8c8c8c;
    display: inline;
    font-size: 12px;
}

div#twitter_feed ul li span.tweet_text a:hover { text-decoration: none; }

div#twitter_feed ul li span.tweet_time a {
    color: #8c8c8c;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    text-decoration: none;
}
/* Pagination */

div.pagination {
    clear: both;
    overflow: hidden;
    text-align: right;
}

div.pagination a {
    color: #9c9c9c;
    font-size: 11px;
    text-decoration: underline;
}

div.pagination a:hover { text-decoration: none; }

div.pagination span {
    color: #ccc;
    font-size: 11px;
    margin: 0px 10px 0px 10px;
}
/*--------------------------------------------
Blog Item
---------------------------------------------*/
/* Comments */

div#comments { clear: both; }

div#comments ol { list-style: none; }

div#comments ol li { overflow: hidden; }

div#comments ol li img {
    float: left;
    width: 90px;
}

div#comments ol li .comment {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #f3f3f3;
    border-radius: 6px;
    margin-bottom: 27px;
    margin-left: 110px;
    padding: 20px 20px 20px 20px;
    position: relative;
}

div#comments ol li .comment h5 {
    font-size: 14px;
    margin-bottom: 15px;
}

div#comments ol li .comment span.date {
    color: #868686;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 22px;
}

div#comments ol li .comment p {
    color: #676767;
    margin-bottom: 10px;
}

div#comments ol li .comment a.reply {
    color: #555;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
}

div#comments ol li .comment a.reply:hover { text-decoration: none; }

div#comments ol li ol { margin-left: 80px; }

div#comments ol li ol li ol { margin-left: 160px; }
/* Comment Form */

div#comments ol .comment_form form { }

div#comments ol .comment_form form label {
    color: #424242;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

div#comments ol .comment_form form .text_field {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #444;
    font-size: 13px;
    padding: 8px;
    width: 237px;
}

div#comments ol .comment_form form textarea.text_field {
    color: #444;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 13px;
    height: 120px;
    width: 483px;
}

div#comments ol .comment_form form .text_field:focus {
    box-shadow: inset 0px 0px 4px #ccc;
    outline: none;
}

div#comments ol .comment_form form .row { overflow: hidden; }

div#comments ol .comment_form form .row p {
    float: left;
    margin-right: 10px;
}

div#comments ol .comment_form form .button { margin: 10px 0px 0px 0px; }
/*--------------------------------------------
404 Error Page
---------------------------------------------*/

div#error_page {
    clear: both;
    overflow: hidden;
    text-align: center;
}

div#error_page div.error_wrap {
    background: url("../images/colors/lime/404_circle.png") no-repeat center;
    clear: both;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 30px;
    width: 334px;
}

div#error_page .oops {
    color: #fff;
    font-size: 30px;
}

div#error_page h1 {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
    font-size: 96px;
    font-weight: normal;
}

div#error_page p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}

div#error_page a {
    background: url("../images/404_arrow.png") no-repeat 0px 8px;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-left: 45px;
    margin-top: 10px;
    text-decoration: underline;
    width: 185px;
}

div#error_page a:hover { text-decoration: none; }
/*--------------------------------------------
Footer
---------------------------------------------*/

div#footer {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: url('../images/footer_bg.png') repeat-x bottom left;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
    height: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 30px 25px 30px;
}

div#footer .left {
    float: left;
    width: 500px;
}

div#footer .left p {
    color: #8d8d8d;
    font-size: 13px;
    padding-top: 12px;
}

div#footer .right {
    float: right;
    margin-top: 8px;
}

div#footer .right p {
    font-size: 12px;
    padding-top: 2px;
    text-align: right;
}

div#footer .right ul { list-style: none; }

div#footer .right ul li {
    float: left;
    padding: 0 5px 0 5px;
}

div#footer .right ul li a {
    background: url('../images/social_icons.png') no-repeat top;
    display: block;
    height: 24px;
    text-indent: -99999px;
    width: 24px;
}

div#footer .right ul li.facebook a { background-position: 0px 0px; }

div#footer .right ul li.facebook a:hover { background-position: 0px -24px; }

div#footer .right ul li.twitter a { background-position: 0px -47px; }

div#footer .right ul li.twitter a:hover { background-position: 0px -71px; }

div#footer .right ul li.flickr a {
    background-position: 0px -94px;
    padding-right: 10px;
}

div#footer .right ul li.flickr a:hover { background-position: 0px -118px; }
/*--------------------------------------------
HTML Styles
---------------------------------------------*/
/* Columns */

div.column_last { margin-right: 0 !important; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_thirds {
    float: left;
    margin-bottom: 25px;
    margin-right: 4%;
}

div.one_half { width: 48%; }

div.one_third { width: 30.66%; }

div.two_thirds { width: 65%; }

div.one_fourth { width: 22%; }
/* Typography */

div#typography ul, div#typography ol {
    float: left;
    margin: 15px 60px 0px 0px;
}

ul.triangles, ul.arrows, ul.bullseye, ul.checkmarks, ul.numbered {
    font-size: 13px;
    line-height: 22px;
    list-style: none;
}

ul.numbered {
    list-style: decimal;
    padding-left: 18px;
    padding-top: 5px;
}

ul.triangles li {
    background: url('../images/colors/lime/arrow_right.png') no-repeat 0px 7px;
    padding-left: 15px;
}

ul.bullseye li {
    background: url('../images/colors/lime/bullet.png') no-repeat 0px 7px;
    padding-left: 17px;
}

ul.arrows li {
    background: url('../images/colors/lime/arrow.png') no-repeat 0px 4px;
    padding-left: 22px;
}

ul.checkmarks li {
    background: url('../images/colors/lime/checkmark.png') no-repeat 0px 5px;
    padding-left: 22px;
}

blockquote {
    background: url("../images/colors/lime/quote.png") no-repeat top left;
    color: #666;
    display: block;
    font-size: 20px;
    font-style: italic;
    margin: 26px 0px 35px 46px;
    padding-left: 40px;
}

span.highlight {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

span.highlight.light { background: #fffccd; }

span.highlight.dark {
    background: #555;
    color: #fff;
}
/* Styled Boxes */

div.box {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}

div.box.half { width: 50%; }

div.box p { margin-bottom: 0; }

div.box.framed {
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    padding: 20px;
    text-align: left;
}

div.box.info {
    background: #d6e7ee;
    border: 1px solid #baccd4;
    box-shadow: inset 0px 1px 1px #e5f0f4;
}

div.box.info p { color: #5f8797; }

div.box.success {
    background: #e0f8db;
    border: 1px solid #c6dac2;
    box-shadow: inset 0px 1px 1px #ecfbe8;
}

div.box.success p { color: #769d6e; }

div.box.error {
    background: #fde9ea;
    border: 1px solid #daabae;
    box-shadow: inset 0px 1px 1px #fef1f2;
}

div.box.error p { color: #c4686c; }

div.box.notice {
    background: #f9f8d6;
    border: 1px solid #d9d49e;
    box-shadow: inset 0px 1px 1px #fbfbe5;
}

div.box.notice p { color: #a99d36; }
/* Tables */

table {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

table.half { width: 560px; }

table tr th, table tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 12px 20px 12px 20px;
    text-align: left;
}

table thead tr th {
    color: #505050;
    font-size: 14px;
    font-weight: bold;
}

table tr td { font-size: 13px; }

table tr.highlight td { background: #f3f3f3; }

table .no_right_border { border-right: 0; }

table .no_bottom_border { border-bottom: 0; }

div.pricing_box {
    -moz-border-radius: 6px;
    -moz-box-shadow: inset 0px 3px 5px #f9f9f9;
    -moz-opacity: 0.80;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0px 3px 5px #f9f9f9;
    background: #efefef;
    border: 1px solid #c9cac9;
    border-radius: 6px;
    box-shadow: inset 0px 3px 5px #f9f9f9;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.80;
    overflow: hidden;
    padding-top: 15px;
}

div.pricing_box.active {
    -moz-box-shadow: 0px 0px 15px #ccc;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

div.pricing_box .price {
    background: url('../images/price_inactive_bg.png') no-repeat top center;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

div.pricing_box.active .price { background: url('../images/colors/lime/price_bg.png') no-repeat top center; }

div.pricing_box .price h2 {
    color: #fff;
    font-size: 45px;
    padding-top: 35px;
}

div.pricing_box ul {
    border-top: 1px dashed #c7c7c7;
    list-style: none;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}

div.pricing_box ul li {
    color: #4d4c4c;
    font-size: 13px;
    margin-bottom: 10px;
}

div.pricing_box a {
    background: #444444;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 0px 9px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
/* Tabs, Toggles and Accordians */

div.tabs { margin-bottom: 20px; }

div.tabs.half { width: 560px; }

div.tabs ul.ui-tabs-nav {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

div.tabs ul.ui-tabs-nav li {
    float: left;
    margin-right: 2px;
}

div.tabs ul.ui-tabs-nav li a {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #8f8f8f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 25px 8px 25px;
    text-decoration: none;
}

div.tabs ul.ui-tabs-nav li.ui-state-active a {
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    color: #424242;
    padding-bottom: 9px;
}

div.tabs .ui-tabs-panel {
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    padding: 20px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

div.tabs .ui-tabs-hide { display: none; }

div.small_accordion { margin-bottom: 20px; }

div.small_accordion.half { width: 560px; }

div.small_accordion h4 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 10px 15px 10px 15px;
}

div.small_accordion h4 a {
    background: url('../images/arrow-up.png') no-repeat center right;
    color: #767676;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div.small_accordion h4.ui-state-active a { background: url('../images/arrow-down.png') no-repeat center right; }

div.accordion.half { width: 560px; }

div.accordion .heading {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #eee;
    border-radius: 6px;
    clear: both;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

div.accordion .heading .content { padding: 20px 25px 0px 25px; }

div.accordion .heading .content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

div.accordion .heading .content h2 span {
    color: #a5a5a5;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
    font-size: 12px;
    font-style: italic;
    left: 10px;
    position: relative;
    text-transform: none;
    top: -4px;
}

div.accordion .heading .content p {
    color: #848383;
    font-size: 14px;
}

div.accordion .heading a.toggle {
    background: url("../images/menu_arrow.png") no-repeat top;
    display: block;
    height: 22px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    text-indent: -99999px;
    top: 40px;
    width: 40px;
}

div.accordion .heading.ui-state-active a.toggle { background-position: bottom left; }

div.accordion .content { padding: 10px 20px 10px 20px; }
/*--------------------------------------------
Buttons
---------------------------------------------*/

.button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url('../images/buttons.png') repeat-x top left;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 15px 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

input.button {
    cursor: pointer;
    padding-bottom: 5px;
}

.button.lime_green, .button.magenta, .button.orange, .button.purple, .button.blue, .button.red, .button.yellow, .button.green, .button.teal, .button.gray, .button.brown, .button.black, .button.pink, .button.light_green, .button.sea_foam, .button.coral, .button.light_blue, .button.light_purple {
    color: #fff;
    text-shadow: #999 0px 0px 2px;
}
/* Vibrant Colors */

.button.lime_green { background-position: 0px -27px; }

.button.magenta { background-position: 0px -54px; }

.button.orange { background-position: 0px -81px; }

.button.purple { background-position: 0px -108px; }

.button.blue { background-position: 0px -135px; }

.button.red { background-position: 0px -162px; }

.button.yellow { background-position: 0px -189px; }

.button.green { background-position: 0px -216px; }

.button.teal { background-position: 0px -243px; }
/* Neutral Colors */

.button.gray { background-position: 0px -270px; }

.button.brown { background-position: 0px -297px; }

.button.black { background-position: 0px -323px; }
/* Pastel Colors */

.button.pink { background-position: 0px -351px; }

.button.light_green { background-position: 0px -378px; }

.button.sea_foam { background-position: 0px -405px; }

.button.coral { background-position: 0px -432px; }

.button.light_blue { background-position: 0px -459px; }

.button.light_purple { background-position: 0px -486px; }
/*--------------------------------------------
Fonts
---------------------------------------------*/

/*--------------------------------------------
Misc
---------------------------------------------*/

hr {
    background: #e5e5e5;
    border: none;
    clear: both;
    color: #e5e5e5;
    height: 1px;
    margin: 20px 0px 20px 0px;
    width: 100%;
}

.text_field {
    color: #656565;
    font-style: italic;
}

.text_field_active {
    color: #333;
    font-style: normal;
}

a, h4, div { outline: none; }

img { border: none; }

.star { background: url(../images/star_background.png) no-repeat left 45px; }

.star p { padding-left: 75px; }

.einruecken {
  
}

.multi-line {
    width: 525px;
    height: 160px;
}

.validation-summary-errors ul {

    padding: 30px;
    color: #D94848;
}


div.intro {
    width: 600px;
    padding: 20px 0 20px 0;
}