* {
    margin: 0;
    padding: 0;

    font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif;

    /*
  fint collection to consider
  http://www.google.com/webfonts#ReviewPlace:refine/Collection:Abel|Lato|Maiden+Orange|Syncopate|Philosopher|Arimo|Rokkitt|Cantarell|Nobile|Rock+Salt|Amaranth|Indie+Flower|Salsa  */
}

body {
    background: #fff; /* fallback for older/unsupporting browsers */
    background: -webkit-gradient(linear, 40% 0%, 40% 100%, from(#FFFFFF), to(#FFFFFF), color-stop(.4,#ccc)) fixed;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #c30;
}

a:hover {
    color: #f90;
}
div.top{
    background: #C30;
    padding: 10px 0px;
}

div.top h1{
    margin-left: 275px;
    text-shadow: 2px 2px 2px #000;
}

div.top h1 a{
    color: #fff;
}

div.top h1 a:hover{
    color: #eee;
}

.banner-top {
    margin: 20px 20px 20px 280px;
}
.banner-620 {
    margin: 20px 0;
    width: 620px;
}


#logo_text {
    margin: 500px 100px;
    border: 2px solid #FF5C00;
    width: 170px;
    margin-left: 20px;
    color: #FF5C00;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.50);
    text-align: center;

    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.8);

}

#logo_text span {
    /*font-family: Bradley Hand ITC TT;*/
    font-family: Curlz MT;
    /*font-family: Harrington;*/
    font-size: 30pt;
    font-weight: bold;
}
#logo_text .first_line {

}

#logo_text .second_line {
    font-size: 20pt;
    background-color: #FF5C00;
    color: white;
    display: block;
    padding: 5px;
}




/*logo version 2*/


#logo_text2 {
    margin: 500px 100px;
    border: 2px solid #FF5C00;
    width: 170px;
    height: 170px;
    margin-left: 20px;
    color: #FF5C00;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
    text-align: center;

    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);

}

#logo_text2 span {
    /*font-family: Bradley Hand ITC TT;*/
    font-family: Bernard MT Condensed;
    /*font-family: Harrington;*/
    font-size: 40pt;
    font-weight: bold;
    text-align: center;
}
#logo_text2 .first_line {
    margin-top: 24px;
    line-height: 60px;
    display: block;

}

#logo_text2 .second_line {
    font-size: 20pt;
    background-color: #FF5C00;
    color: white;
    display: block;
    padding: 18px 10px;
    margin-top: 20px;
}



#main {
    margin-left: 280px;
    width: 550px;
    margin-top: 17px;

}

#main h1, #main h2, #main h3  {
    font-family: 'Lato', sans-serif;
}


#main h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 13px 0;
}

#main h1{
    text-shadow: #999 2px 1px 2px;
}

#main h2, #main h3 {
    text-shadow: #ccc 1px 1px 1px;
}


#main p {
    margin: 20px 0;

    font-size: 15px;

    line-height: 20px;
}

#main ul {
    margin: 20px;
}

#main li {
    list-style-type: square;

    font-size: 15px;

    line-height: 20px;
}



#main div.address span.tel, #main div.address span.number_dots{
    color: #c30;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1px 1px 2px #333;
    font-family: Gill, Helvetica, sans-serif;
}

/* hidden number */



#main div.address span.for_number {
    width: 20em;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

#main div.address li.hide_cover span.for_number {
    display: inline;
    width: auto;
    white-space: normal;
}

#main div.address li.for_number{
    position: relative;
}

#main div.breadcrumbs div {
    display: inline;
}


img.restaurant_logo {
    /*float: right;*/
    width: 180px;
    margin-bottom: 1em;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.cover {
    background-color: #dedede;
    position: absolute;
    top: 0px;
    left: 18em;
}

li.hide_cover .cover {
    display: none;
}

#main .restaurant-options ul {
    margin: 0px 20px;
}

#main .restaurant-options ul.first {
    margin: 20px 20px 0;
}



#main img.restaurant_map {
    float: right;
    margin-left: 1em;
    margin-right: -150px;
    border: 2px solid #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);

}

#sidebar {
    position: absolute;

    top: 80px;
    left: 20px;
    width: 200px;

    padding: 20px 20px 0 0;

    border-right: 1px solid #ccc;

    text-align: right;
}

#sidebar h2 {
    text-transform: uppercase;

    font-size: 13px;

    color: #333;

    letter-spacing: 1px;

    line-height: 20px;
}

#sidebar ul {
    list-style-type: none;

    margin: 20px 0;
}

#sidebar li {
    font-size: 14px;

    line-height: 20px;
}
