/* 
    Document   : styles.css
    Created on : 24-May-2010, 3:42:50 PM
    Author     : iVizion.ca
    Description: Les Peches de Pinocchio - Front-end display
*/

/* Common HTML styles */


* { margin:0; padding:0; }
li { display:inline-block; }
a { color:#4f3a3e; text-decoration:none; }
img { border:0px; }
input { color:#000000; }
select { color:#000000; }
html, input, textarea, select { }
h1 { font-size:1.3em; }
body {
    background-color: #22181A;
    font-family:'Molengo', Arial, Tahoma, Verdana;
    font-size:1em;
    height:100%;
    margin:0px auto;
}

/* =========  HEADER / FRAME / FOOTER  ========= */

#header {
    height: 83px;
}
#header #logo_adresse {
    position:relative;
    width:642px;
    height:83px;
    margin:0px auto;
}
#header #logo_adresse #logo {
    position:absolute;
    left:0px;
    width:362px;
}
#header #logo_adresse #adresse {
    position:absolute;
    right:0px;
    width:280px;
    text-align: right;
}

#header #logo_adresse #language {
    position:absolute;
    width:59px;
    height:21px;
    top:58px;
    right:0px;
    text-align: center;
    font-size:0.8em;
    background:url(../../images/website/language_box.png);
}

#menu {
    width:642px;
    margin:0px auto;
    font-size:17px;
}
#menu a {
    text-decoration: none;
    color:#FFFFFF;
}
#menu ul {
    display: inline-block;
}
#menu li {
    padding:3px 12px 5px 12px;
    display: -moz-inline-stack;
    *display: inline;
}

#menu li:hover {
    background:#4f3a3e;
}
#menu a:hover {
    color:#FFF;
}

#menu li.selected {
    background:#f3e0bd;
    color:#22181a;
}
#menu li.selected a {
    color:#22181a;
}

#menu_thumbs {
    margin:13px 0px;
}

#menu_thumbs span {
    display: none;
}

.menu_thumbs_links {
    display: block;
    width: 130px;
    height: 47px;
    float:left;
    margin:0px 14px;
}


#categories {
    text-align: center;
}

#categories ul {
    width:675px;
    margin:10px auto 0px auto;
}

#categories li {
    text-align: center;
    padding:5px 6px;
    float:left;
    width:115px;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#categories a {
    color:#4f3a3e;
}

hr {
    width:500px;
    margin:10px auto;
    color:#9e927d;
    background-color:#9e927d;
    height: 1px;
    border: 0px;
}




#frame {
    margin:0px auto;
    padding:4px 0px;
    width:642px;
    background:url(../../images/website/frame_bg.png);
    background-repeat: no-repeat;
    background-color:#FFF;
}

#content {
    margin:0px auto;
    width:632px;
    background:url(../../images/website/content_bg.png);
    background-repeat: no-repeat;
    background-color:#f3e0bd;
    border:1px #4f3a3e solid;
}

#top_picture img {
    border-bottom: 1px #4f3a3e solid;
}


.chevron {
    font-weight: bold;
    color:#4e3a3e;
    display: inline;
    font-size:1em;
}


.paragraph {
    float:left;
    margin-bottom: 18px;
    line-height: 1.25em;
}

#bottom_2_buttons {
    width:414px;
    height:77px;
    margin:8px auto;
}

#bottom_3_buttons {
    width:621px;
    height:77px;
    margin:8px auto;
}
.bottom_buttons {
    float:left;
    padding:0px 4px;
}

#bottom_bar {
    width:642px;
    height:22px;
    margin:0px auto;
    background-color: #4f3a3e;
    font-size:0.6em;
    color:#FFF;
}

#bottom_bar #copyright {
    text-align: left;
    float:left;
    padding-top:5px;
    padding-left:20px;
}
#bottom_bar #ivizion {
    text-align: right;
    padding-top:5px;
    padding-right:20px;
}

#bottom_bar a {
    color:#FFFFFF;
}

#footer {
    padding:50px;
}




/* =========  INTRO  ========= */

#intro {
    margin:0px auto;
    width:786px;
    margin-top:60px;
}
#intro #splash_background {
    position:relative;
    background:url(../../images/website/intro/background.png);
    height:643px;
    width:786px;
}
#intro #quote_text {
    text-align: right;
    padding-right:20px;
    padding-top:10px;
    font-size:0.9em;
    font-weight: bold;
}
#intro #quote_author {
    text-align: right;
    padding-right:20px;
    padding-top:3px;
    font-size:0.7em;
    font-style: italic;
}
#intro #slideshow {
    position:absolute;
    left:4px;
    top:56px;
}
#intro #slideshow img {
    display: none;
}
#intro #slideshow img #first {
    display:block;
}

#intro #francais {
    position:absolute;
    left:25px;
    bottom:0px;
}
#intro #anglais {
    position:absolute;
    left:102px;
    bottom:0px;
}
#intro #ivizion {
    font-size:0.7em;
    color: #777;
    text-align: right;
    margin-top:20px;
    margin-right:30px;
}


/* =========  ACCUEIL  ========= */

#accueil {}

#accueil #column_left {
    float:left;
    width:284px;
    height:240px;
    margin:20px;
    text-align: center;
}

#accueil #column_right {
    position:relative;
    float:left;
    margin:20px;
    width: 268px;
}

#accueil .paragraph {
    width:284px;
}

#accueil #flashDiv {
    position:absolute;
    left:0px;
    top:0px;
}




/* =========  MENU  ========= */
#menu {}





/* =========  RESERVATION  ========= */
#reservation {}

#reservation #message_sent {
    text-align: center;
    font-weight: bold;
    padding:50px;
}

#reservation #paragraph {
    width:600px;
    padding:10px;
    margin:0px auto;
    text-align: center;
}

#reservation #title {
    margin-bottom:15px;
}
#reservation #padding_content {
    padding:20px;
}

#reservation #left_calendar {
    float:left;
    width:255px;
}

#reservation #right_column {
    margin-left:20px;
    float:left;
}

#reservation #right_column .form_item { margin-bottom:11px; }
#reservation #right_column #date input { width:65px; text-align: center; }
#reservation #right_column input { width:185px; }
#reservation #right_column input, select { padding:3px; }
#reservation #right_column #button input { padding:5px; width:150px; }

#reservation #button {

}

#reservation #success_text {

}

#reservation #error_text {
    
}

#reservation #max1month {
    font-size:0.7em;
}

#reservation .error {
    color:red;
    text-align: center;
    margin:20px 0px;
}





/* =========  ACTUALITE  ========= */
#actualite {}

#actualite hr {
    width:500px;
    margin:10px auto;
    color:#9e927d;
    background-color:#9e927d;
    height: 1px;
    border: 0px;
}

#actualite #navigation a {
    color:#4f3a3e;
}

#actualite p {
    margin-bottom:10px;
}

#actualite .entry {
    padding:20px;
}

#actualite .date {
    font-size:0.8em;
    padding-bottom:10px;
}

#actualite .text {}

#actualite .entry img {
    float:left;
    margin-right: 15px;
    margin-bottom: 10px;
    border:1px #4f3a3e solid;
}

#actualite #navigation {
    width:500px;
    margin:0px auto;
    padding-top:15px;
    font-size:1.1em;
    font-weight: bold;
}

#actualite #navigation #previous {
    float:left;
    width:250px;
    text-align: left;
}

#actualite #navigation #next {
    float:left;
    width:250px;
    text-align: right;
}





/* =========  TEMOIGNAGES  ========= */
#temoignages { }

#temoignages h1 { 
    font-size: 1.2em;
    font-weight: bold;
}

#temoignages #entry {
    width:580px;
    height:300px;
    text-align: justify;
}
#temoignages #description {
    padding:10px 0px;
}
#temoignages #author {
    font-size: 1.1em;
    font-weight: bold;
    width:580px;
    text-align: right;
    padding-right:25px;
}

#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}

#slider, #slider li {
    width:580px;
    height:300px;
    margin:10px auto 20px auto;
    overflow:hidden;
}

span#prevBtn {
    float:left;
    font-size: 1.1em;
    font-weight: bold;
    padding-left:20px;
    position:relative;
}

span#nextBtn {
    float:left;
    font-size: 1.1em;
    font-weight: bold;
    padding-left:180px;
    position:relative;
}

span#prevBtn a { color:#4e3a3e; }
span#nextBtn a { color:#4e3a3e; }




/* =========  LIENS  ========= */
#liens {}

#liens hr {
    width:500px;
    margin:10px auto;
    color:#9e927d;
    background-color:#9e927d;
    height: 1px;
    border: 0px;
}

#liens #entries a {
    color:#4f3a3e;
}

#liens #paragraph {
    width:600px;
    padding:10px;
    margin:0px auto;
    text-align: center;
}

#liens #categories_liens {
    text-align: center;
}

#liens #categories_liens ul {
    width:435px;
    margin:0px auto;
}

#liens #categories_liens li {
    padding:5px 10px;
    float:left;
    width:125px;
    text-align: center;
    list-style-type: none;
}

#liens #categories_liens a {
    color:#4f3a3e;
}

#liens #entries {
    padding:0px 20px 20px 20px;
}
#liens #entries ul {
}
#liens #entries li {
    width:592px;
    float:left;
    padding-top:12px;
    padding-bottom:12px;
    border-bottom: 1px solid #9e927d;
}
#liens #entries .categorie {
    clear:both;
    font-size:1.2em;
    font-weight: bold;
    padding-top:20px;
}
#liens #entries img {
    float:left;
    margin-right:10px;
    border:1px #4f3a3e solid;
}
#liens #entries .linkname {
    font-size:1.1em;
    padding-bottom:5px;
}
#liens #entries .linkdescription {
    font-size:0.8em;
}




/* =========  CONTACT  ========= */
#contact {}

#contact #paragraph {
    width:600px;
    padding:10px;
    margin:0px auto 25px auto;
    text-align: center;
}

#contact #column_left {
    margin-left:20px;
    width:247px;
    float:left;
}
#contact #column_mid {
    width:1px;
    margin:0px 20px;
    background-color: #9e927d;
    float:left;
    height:367px;
}

#contact #column_right {
    width:295px;
    float:left;
}

#contact #column_left #localisation {
    font-size: 1em;
    font-weight: bold;
    margin-bottom:10px;
}

#contact #column_right #contact_title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom:10px;
}

#contact #column_right #adresse {
    margin-bottom:20px;
}

#contact #column_right #telephone {
    margin-bottom:20px;
}

#contact #column_right #contactform {
    
}

#contact #column_right input, textarea {
    padding:3px;
    margin-bottom:3px;
}

#contact #column_right #message {
    width:100%;
}

#contact #column_right #email {
    width:100%;
}

#contact #column_right #message_sent {
    text-align: center;
     font-weight: bold;
     padding-top:50px;
}

#contact #column_right #email_error {
    padding:10px 0px;
    color:red;
    text-align:center;
}

#heures_douverture {
    font-size: 1em;
    font-weight: bold;
    margin-bottom:10px;
}
#business_hours { margin-left:20px; margin-top:20px; }
.business_hour { float:left; width:85px; font-size:0.8em; }






/* =========  TRAITEUR  ========= */

#traiteur #traiteur_title {
    margin:25px 0px;
    text-align: center;
}


/* =========  MIDI / BISTRO  ========= */


#midibistro_title {
    margin:25px 0px;
    text-align: center;
}

.menu_section {
    background: url(../../images/website/menu/menu_section.png) no-repeat 0 0;
    width:253px;
    height: 38px;
    text-align: center;
    font-size:1.2em;
    font-weight: bold;
    color:#f3e0bd;
    padding-top:9px;
    padding-left:10px;
    letter-spacing:-2px;
}

.vins_section {
    background: url(../../images/website/menu/vins_section.png) no-repeat 0 0;
    width:253px;
    height: 37px;
    text-align: center;
    font-size:1.2em;
    font-weight: bold;
    color:#f3e0bd;
    padding-top:9px;
    padding-left:10px;
    letter-spacing:-2px;
}






/* =========  LES GRANDS SOIR  ========= */

#menu_grandssoirs #soir_title {
    margin:25px 0px;
    text-align: center;
}

#menu_grandssoirs #left_column {
    margin-left:20px;
    margin-right:55px;
    width: 325px;
    float:left;
}

#menu_grandssoirs #right_column {
    width: 200px;
    float:left;
    text-align: center;
}

#menu_grandssoirs .menu_entry {
    margin-bottom:20px;
}

#menu_grandssoirs .title {
    font-weight: bold;
    font-size: 1.1em;
    color:#4f3a3e;
}

#menu_grandssoirs .description {
    text-align: center;
}

#menu_grandssoirs #pricing_title {
    margin-top:25px;
    font-weight: bold;
    font-size: 1.3em;
    color:#4f3a3e;
    text-align: center;
}

#menu_grandssoirs #pricing {
    margin-top:10px;
    font-weight: bold;
    font-size: 1em;
    color:#4f3a3e;
    text-align: center;
}

#menu_grandssoirs .right_title {
    margin-bottom:25px;
    font-weight: bold;
    font-size: 1.1em;
}

#menu_grandssoirs p {
    margin-bottom:40px;
    font-weight: bold;
    color:#4f3a3e;
}


/* =========  SOIRS  ========= */

#menu_soirs { text-align: left; }
#menu_soirs .menu_entry { margin-bottom:15px; }

/* =========  MIDI  ========= */

#menu_midis { text-align: left; }
#menu_midis .menu_entry { margin-bottom:15px; }

/* =========  LUNCH  ========= */

#menu_lunch { text-align: center; margin-bottom: 20px; }
#menu_lunch #image_title { margin:25px 0px; }
#menu_lunch .lunch_entry { margin-bottom:45px; }
#menu_lunch .lunch_entry .seperator { font-size:0.7em; margin:4px 0px; }
#menu_lunch .categorie_entry { width:613px; margin-bottom:20px; }
#menu_lunch .produit_entry { margin:8px 0px; }
#menu_lunch .menu_section { margin:0px auto; }
#menu_lunch .categorie_entry .note { font-size: 0.9em; font-style: italic; }
#menu_lunch .notice { font-size: 0.9em; font-style: italic; }

/* =========  VINS  ========= */

#vins #wine_card_title {
    margin:25px 0px;
    text-align: center;
}

#vins #left_column {
    width:255px;
    float:left;
    margin:0px 21px;
}

#vins #right_column {
    width:255px;
    float:left;
    margin:0px 21px;
}

#vins .section {
    margin-bottom:6px;
}

#vins .wine {
    margin-bottom:12px;
}

#vins .wine .country {
    font-weight: bold;
    font-size:0.8em;
    float:left;
}
#vins .wine .year {
    float:left;
    font-weight: bold;
    font-size:0.8em;
}

#vins .wine .price {
    float:left;
    font-weight: bold;
    font-size:0.8em;
}

#vins .wine .seperator {
    color:#9e927d;
    float:left;
    margin:0px 7px;
    font-size:0.8em;
}
#vins .wine .name {

}


/* =========  TRAITEUR  ========= */

#menu_traiteur {
    width: 600px;
    margin:0 auto;
}

#menu_traiteur .note {
    margin-bottom: 10px;
}

#menu_traiteur .price_section {
    font-size:1em;
    text-align: left;
    font-weight: bold;
    margin-bottom:15px;
}

#menu_traiteur .pricing {
    font-weight: bold;
}

#menu_traiteur .produit_entry {
    margin-bottom: 15px;
}

#menu_traiteur .notice { margin-top:15px; font-size: 0.9em; font-style: italic; }
