/* ************************************************************************** */
/* PAGE FRAMEWORK (CSS-P)                                                     */
/* ************************************************************************** */


div#container {
    background-color: #FFFFFF;
}

div#container2 {
    background-color: #FFFFFF;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    border-left: 1px solid #E0DDC4;
    border-right: 1px solid #E0DDC4;
}

div#sidebar-a {
    float: left;
    margin: 0;
    padding: 0;
    width: 155px;
    padding-left: 0px;
}

div#sidebar-b {
    float: right;
    width: 130px;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    padding-top: 5px;
}

div#content {
    margin: 0 130px 0 155px;
    padding: 0px 8px 0px 8px;
    border-left: 1px solid #E0DDC4;
    border-right: 1px solid #E0DDC4;
    padding-bottom: 10px;
}

div#footer {
    clear: both;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #E0DDC4;
    background-image: url(/images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

div#footer p {
    padding: 5px 0 5px 160px;
    margin: 0;
    font-size: 0.85em;
}

div.box {
    border: 0px solid #E0DDC4;
    font-size: 0.85em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

div.box h2 {
    margin-top: 10px;
    padding: 2px 0 2px 5px;
    background-color: #F3F5E9;
    background-image: url(/images/box-h2-bg.jpg);
    background-repeat: repeat-x;
    background-position: left;
    border-bottom: 0px solid #E0DDC4;
    font-size: 1.1em;
}

div.box p {
    padding:5px;
}

div.box p.more {
    text-align: center;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* HOUSE LOGO                                                                 */
/* ************************************************************************** */

div#banner {
    padding: 0;
    margin: 0px 0px 0 0px;
    background-image: url(/images/plage_de_gigaro.jpg);
    background-repeat: no-repeat;
    background-color: #081E2D;
    height:115px;
    border-bottom: 1px solid #E0DDC4;
}

div#banner div {
    float:left;
    margin-top: 35px;
    margin-left: 25px;
    font-style: italic;

}

div#banner div h1 {
    background-color: #E9EED8;
    margin:0;
    padding:0 5px 0 5px;
    line-height: 1.8em;
    color: #000000;
    border: 1px solid #FFFFFF;
    font-size: 2em;
    font-weight: normal;
}

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

/* ************************************************************************** */



/* ************************************************************************** */
/* Books                                                                      */
/* ************************************************************************** */

div.no-image-available {
    color: #787878;
    border: 1px solid #a8a8a8;
    background-color: #EFEFEF;
    margin: 5px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.8em;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* NAVIGATION                                                                 */
/* Left hand navigation section                                               */
/* ************************************************************************** */

div.navigation {
    font-size: 0.9em;
    line-height: 2.1em;
}

div.navigation a {
    text-decoration: none;
    display: block;
    color: #000000;
}

div.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.navigation ul li a:hover {
    background-color: #E0DDC4;
    color: red;
}

div.navigation ul a {
    padding-left: 5px;
}

div.navigation ul li {
    border-bottom: solid #FFFFFF 1px;
    background-color: #E9EED8;
}

div.navigation ul ul a {
    padding-left: 17px;
}

div.navigation ul ul li {
    border-top: solid #FFFFFF 1px;
    border-bottom: none;
    background-color: #F3F5E9;
}

div.navigation a.active {
    font-weight: bold;
    color: #000000;
}

div.navigation a.inactive {
    font-weight: normal;
    color: #000000;
}

div.navigation-fade {
    height: 100px;
    background-image: url(/images/navigation-fade-bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* BREADCRUMBS                                                                */
/* ************************************************************************** */

div#breadcrumbs {
    font-size: 0.9em;
    padding: 5px 0 5px 0;
}

div#breadcrumbs p {
    margin: 0;
    padding: 0;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* HOMEPAGE TABLE                                                             */
/* ************************************************************************** */

table.home {
    font-size: 1em;
    border-collapse: collapse;
}

table.home td {
    vertical-align: top;
    width: 50%;
}

table.home td.a {
    padding-right: 15px;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* CONTACT FORM TELEPHONE NUMBERS                                             */
/*                                                                            */
/* cf-tel: Contact Form Telephone Numbers                                     */
/* div.a: Left columns                                                        */
/* div.b: Right columns                                                       */
/* ************************************************************************** */

div#contact {
    margin-top: 0.2em;
}

div#contact div.a {
    width: 21em;
    float: left;
}

div#contact div.b {
    /* nothing */
}

div#contact h2 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 1.1em;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* L1 OVERVIEW PAGE
/* ************************************************************************** */

div.l1 {
    padding-top: 8px;
}

div.l1 div.banner {
    background-repeat: no-repeat;
    height: 150px;
    border: 1px solid #000000;
}

table.l1 {
    border-collapse: collapse;
}

table.l1 td {
    border-top: 1px #E0DDC4 solid;
}

table.l1 td h3 {
    margin: 0;
    padding: 0 0 0.1em 0;
    font-size: 1em;
    font-weight: bold;
}

table.l1 td p {
    padding-bottom: 0;
    line-height:1.4em;
}

table.l1 td.image {
    padding: 0.2em 0 0.2em 0.5em;
    line-height: 0;
}

table.l1 td.text {
    padding: 0.5em 0.5em 0.5em 0.8em;
}

table.l1 td.image img {
    background-color: #F3F5E9;
    border: 1px solid #000000;
}

table.l1-books tr.onmouseover,
table.l1 tr.onmouseover {
    background-color: #F3F5E9;
    cursor: pointer;
}

table.l1-books tr.onmouseout,
table.l1 tr.onmouseout {
    background-color: #FFFFFF;
    cursor: default;
}

/* ************************************************************************** */


/* ************************************************************************** */
/* L1 BOOKS OVERVIEW PAGE
/* ************************************************************************** */

table.l1-books {
    border-collapse: collapse;
    width: 99%;
}

table.l1-books tr td {
    border-top: 1px #E0DDC4 solid;
}

table.l1-books tr td.label {
    padding-right: 1.5em;
}
table.l1-books tr td.value {
    width: 100%;    /* hack due to msie :-( */
}

table.l1-books td.image img {
    background-color: #F3F5E9;
    border: 1px solid #000000;
}

table.l1-books td.image {
    padding: 0.5em;
    width: 85px;
    text-align: center;
}


table.l1-books table.inner tr td {
    border-top: 0px #E0DDC4 solid;
}

table.l1-books table.inner td h3 {
    margin: 0;
    padding: 0 0 0.1em 0;
    font-size: 1em;
    font-weight: bold;
}

table.l1-books table.inner td.first {
    padding-top: 5px;
}
table.l1-books table.inner td.last {
    padding-bottom: 5px;
}

table.l1-books td.label {
    width: 85px;
}

/* ************************************************************************** */


/* ************************************************************************** */
/* Zoom Cover (book cover)                                                    */
/* ************************************************************************** */

div#zoom-cover {
    position: absolute;
    line-height: 0;
    left: 0;
    padding-top: 2em;
    padding-right: 15em;
    display: none;
}

div#zoom-cover img.close {
    right: 0px;
    position: absolute;
    padding-top: 0.7em;
    padding-right: 15.3em;
}

/* ************************************************************************** */


/* ************************************************************************** */
/* RATES AND AVAILABLILITY TABLE                                              */
/* ************************************************************************** */

div.min-stay {
    width: 36em;
    float: right;
}

table.rates {
    font-size: 1em;
    border-collapse: collapse;
    width: 99%;
}

table.rates td {
    border: 1px #E0DDC4 solid;
    padding: 2px 8px 2px 8px;
    text-align: center;
}

table.rates td.heading {
    background-color: #F3F5E9;
    font-size: 0.85em;
}

table.rates td.icon {
    line-height: 0px;
}

table.rates td.month {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px #E0DDC4 solid;
    background-color: #E9EED8;
    letter-spacing: 2px;
}

table.rates td.inter-month {
    border: none;
}

table.rates tr.vacant {
    background-color: #CCFFCC;
}

table.rates tr.rented {
    background-color: #FFC6C6;
}

table.rates td.book {
    background-color: #FFFFFF;
}

table.rates tr.select {
    border-bottom: 1px #E0DDC4 solid;
    background-color: #E9EED8;
}

table.rates tr.select td.box {
    text-align: center;
    margin-right:0;
    padding-right:0;
    margin-left:0;
    padding-left:0;
}

table.rates tr.select td.text {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1em;
    text-align:center;
}

table.rates form {
    padding: 0;
    margin: 0;
}

table.rates fieldset {
    padding: 0;
    margin: 0;
    border: 0px solid #E9EED8;
}

table.rates form select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #F3F5E9;
}

table.rates form select option.even {
    background-color: #F3F5E9;
}

table.rates form select option.odd {
    background-color: #E9EED8;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* TERMS AND CONDITIONS PAYMENT TABLE                                         */
/* ************************************************************************** */

table.payment {
    font-size: 1.0em;
    border-collapse: collapse;
    margin-bottom: 0.8em;
}

table.payment td {
    padding: 0.4em 0 0.4em 0;
    border-bottom: 1px #E0DDC4 solid;
}

table.payment td.value {
    padding-right: 0.85em;
    vertical-align: top;
    white-space: nowrap;
}

table.payment tr.divider td {
    border-bottom: 2px #E0DDC4 solid;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* HOUSE TOUR IMAGES                                                          */
/* ************************************************************************** */

div.tour-images {
    padding: 0;
    margin: 0;
    line-height: 0;
    text-align: center;
}

div.tour-images img {
    border: 1px solid #000000;
    background-color: #F3F5E9;
}

div.image {
    margin-bottom: 10px;
}

div.short {
    display: inline;
}

img.a {
    margin-right: 10px;
}

div.high {
    display: inline;
}

div.high img.a, div.high img.b {
    margin-right: 10px;
}

/* v2 */

div.tour-photos {
    padding: 0;
    margin: 0;
    text-align: center;
}
div.tour-photos div.annotation {
    margin-left: 4px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.4em;
}

div.tour-photos div.annotation span.location {
    font-style: italic;
    color: #696969;
}

div.tour-photos img {
    border: 1px solid #000000;
    background-color: #F3F5E9;
}

div.tour-photos div.image {

}

div.tour-photos div.half {
    float: left;
}

div.tour-photos div.half img.cola {
    margin-left: 4px;
    margin-right: 5px;
}





/*
div.tour-photos img.click-to-enlarge {
    background-color: #EFEFEF;
    border: 0px solid #000000;
    position: relative;
    top: 150px;
    left: 10px;
    float: right;
}
*/

/* ************************************************************************** */



/* ************************************************************************** */
/* LISTING OF ALL TESTIMONIALS                                                */
/* ************************************************************************** */

div.testimonials-all {
    /* nothing */
}

div.testimonials-all div.entry, div.testimonials-all div.entryf {
    border-bottom: 1px #E0DDC4 solid;
}

div.testimonials-all div.entry p.quote, div.testimonials-all div.entryf p.quote  {
    padding-top: 0.8em;
    padding-bottom: 0.2em;
}

div.testimonials-all div.entry p.name {
    /* nothing */
}

div.testimonials-all div.entryf {
    border: none;
}

/* ************************************************************************** */



/* ************************************************************************** */
/* BLOG SECTION                                                               */
/* daily entries of news                                                      */
/* ************************************************************************** */

div.blog-overview {
    /* nothing */
}

div.blog-overview div.entry {
    /* nothing */
}

div.blog-overview div.entry h2 {
    border-bottom: 1px solid #E0DDC4;
    padding-bottom:0.2em;
    margin: 0 0 0 0;
    font-size: 1.2em;
}

div.blog-overview div.entry h2 a,
div.blog-overview div.entry h2 a:link,
div.blog-overview div.entry h2 a:visited,
div.blog-overview div.entry h2 a:hover {
    text-decoration: none;
    color: #000000;
}

div.blog-overview div.entry h2 a:hover {
    color: red;
}

div.blog-overview div.entry p.tagline {
    font-size: 0.85em;
    padding:0 0 0.8em 0;
    color: #727272;
}

div.blog-overview div.entry p.tagline a,
div.blog-overview div.entry p.tagline a:visited,
div.blog-overview div.entry p.tagline a:link {
    color: #727272;
}

div.blog-overview div.entry p.tagline a:hover {
    color:red;
}

div.blog-peramlink-recent-entries h2, div.blog-peramlink-ad h2  {
    font-size: 1.1em;
}

div.blog-peramlink-recent-entries {
    border-bottom: 1px #E0DDC4 solid;
}

div.div.blog-peramlink-recent-entries ul {
    padding-bottom: 1.2em;
}

div.blog-navigation {
    height: 0.85em;
    margin-bottom: 0.5em;
    font-size: 0.85em;
}

div.blog-navigation span.deactivated {
    color: #999999;
}

div.blog-peramlink-previous {
    padding-top: 0px;
    border-bottom: 1px #E0DDC4 solid;
}

div.blog-peramlink-previous h3 {
    font-size: 1em;
    padding-bottom: 0px;
}

div.blog-peramlink-previous table {
    font-size: 0.85em;
    border-collapse: collapse;
}

div.blog-peramlink-previous table td {
    width: 50%;
    vertical-align: top;
}

div.blog-peramlink-previous table td.a {
    padding: 0px 7px 0px 0px;
}

div.blog-peramlink-previous table td.b {
    padding: 0px 0px 0px 7px;
}

div.blog-peramlink-previous table tr.last td.a,
div.blog-peramlink-previous table tr.last td.b {
    padding-bottom: 14px;
}

div.blog-archive h2 {
    border-bottom: 1px solid #E0DDC4;
    padding-bottom:0.2em;
    margin: 0 0 0 0;
    font-size: 1.2em;
}

div.blog-archive ul {
    margin-top: 1em;
}

/* ************************************************************************** */


/* ************************************************************************** */
/* Google Maps                                                                */
/* ************************************************************************** */

div#map {
    width: 100%; /*588px;*/
    height: 800px;
    border: 1px solid #E0DDC4;
}

div.map-marker-overlay {
    /* marker css here */
}

/* ************************************************************************** */


/* ************************************************************************** */
/* FORMS                                                                      */
/* ************************************************************************** */

select:focus,
select:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
    background-color: #F3F5E9;
}

select:focus,
input:focus,
textarea:focus {
    background-color: #F3F5E9;
}

select,
input,
textarea {
    border: 1px solid #808080;
    padding: 0.1em 0.3em 0.1em 0.3em;
    font-family: verdana;
    font-size: 1em;
}


legend {
    font-weight: bold;
}

form.basic textarea {
    width: 320px;
    height: 150px;
}

/* ************************************************************************** */


/* ************************************************************************** */
/* MISCELLANEOUS - Stuff that fits in no where else :-)                       */
/* img.page-right : Right align of images, with border                        */
/* ************************************************************************** */

img.page-right {
    float: right;
    border: 1px solid #000000;
    background-color: #F3F5E9;
    margin: 5px 0 5px 15px;
}

img.page-left {
    float: left;
    border: 1px solid #000000;
    background-color: #F3F5E9;
    margin: 5px 15px 5px 0px;
}

div.page-callout {
    margin: 5px 0 5px 15px;
    padding: 10px;
    border: 1px solid #E0DDC4;
    font-size: 0.85em;
    width: 180px;
    float:right;
    background-color: #f3f5e9;
    line-height: 1.5em;
}

div.page-callout h3, div.page-callout p {
    margin: 0;
    padding: 0 0 0.7em 0;
}

p.books-nav {
    text-align: center;
}

p.books-nav span.page-number {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

p.books-nav span.page-number span.active {
    font-size: 1.1em;
    font-weight: bold;
}

p.social-bookmarks {
    text-align: center;
}

span.social-bookmark {
    font-size: 0.9em;
    padding-right: 0.8em;
}

/* ************************************************************************** */


div#testimonial-container {
    height: 30em;
}





/* ************************************************************************** */

/* ADSENSE */

/* main span */

div.adsense-main-span {
    line-height: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 0px solid red;
    border-bottom: 1px solid #E0DDC4;
    background-color: #E9EED8;
    text-align: center;
}

/* top of surroundings pages */

div.adsense-surroundings {
    text-align: left;
}

/* blog permalink page */

div.adsense-blog-permalink {
    float: left;
    padding-right: 5px;
    line-height: 0px;
}

/* ************************************************************************** */
