@charset "UTF-8";

/* Breadcrumbs */
#breadcrumbs {
    font-size: .8em;
}

#breadcrumbs li {
    display: inline;
    margin: 0 0.3em;
}

#breadcrumbs li:before {
    content: "»"; /* &raquo; */
    margin: 0 0.3em 0 -0.5em;
}

#breadcrumbs li:first-child:before {
    content: "";
}

/* Title */
h1 {
    font: bold 18pt Tahoma, Verdana, Arial, sans-serif;
}

#nav-home h1 {
    display: none;
}

h2 {
    font-size: 16pt;
}

/* Footer */
footer {
    font-size: .8em;
    text-align: center;
    color: #777;
    clear: both;
    overflow: hidden;
    z-index: 2;
}

footer ul {
    margin: 0;
}

footer ul li {
    display: inline;
    margin: 0 0.6em;
}

footer ul li:before {
    content: "|";
    margin: 0 0.6em 0 -0.8em;
}

footer ul li:first-child:before {
    content: "";
}

.footnote {
    font-size: smaller;
    margin-top: -0.5em;
}

.novelties {
    margin-bottom: 1em;
    font-weight: bold;
    font-style: italic;
}

.item-count {
    font-size: 80%;
    color: #888888;
}

.errorlist {
    float: right;
}

.errornote {
    color: #cc0000;
}

@media screen
{
    body {
        background: #e7efe7 url('../images/satin-pearl/satin-background.jpg') repeat;
        min-width: 690px;
        max-width: 70em;

        /* Center the whole body block */
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        margin: 0 0 0 0.5em;
        padding: 0;
    }

    form {
        margin: 0;
    }

    img {
        border: 0;
    }

    img.picture {
        border: thin solid gray;
    }

    .hide {
        display: none;
    }

    hr.hide {
        /* To keep the clean: both effect, avoid "display: none". */
        display: block;
        clear: both;
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        border: none;
    }

    ul.errorlist {
        margin: 0;
        padding: 0;
    }

    .errorlist li {
        background-color: red;
        color: white;
        display: block;
        font-size: 10px;
        margin: 0 0 3px;
        padding: 4px 5px;
    }

    /* Header */
    header {
        z-index: 7;
    }

    header p {
        margin: 0;
        padding: 3pt 0 0 10px;
    }

    header big {
        color: #000066;
        font: italic bold 50pt "Times New Roman", serif;
        text-transform: uppercase;
        line-height: 42pt;
    }

    header a {
        text-decoration: none;
    }

    #language-selection {
        color: #660033;
        font-weight: bold;
        text-align: right;
        line-height: 35px;
    }

    #language-selection form {
        display: inline;
        vertical-align: middle;
    }

    /* Navigation bar */
    header nav {
        background: url('../images/satin-pearl/nav-background-cap.png') no-repeat scroll top right;
        margin: 0 7px 0 0;
        padding: 0 48px/*= twice cap width*/ 0 7px;
        height: 60px;
    }

    header nav .inner {
        display: block;
        width: 100%;
        min-height: 50px;
        margin: 0;
        padding: 11px/*= starting Y position*/ 0px 0px 24px/*= left padding + cap width*/;
        background: url('../images/satin-pearl/nav-background.png') no-repeat;
    }

    header nav ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    /* Navigation bar: Buttons */
    header nav ul li {
        display: block;
        list-style-type: none;
        float: left;
        margin: 0;
    }

    header nav ul li a {
        display: block;
        float: left;
        padding-right: 2px;    /* cap width */
        background: url('../images/satin-pearl/nav-button-cap.png') no-repeat scroll top right;
        color: #660033;
        text-decoration: none;
        font: bold 18pt "Times New Roman", serif;
        line-height: 33px;
        white-space: nowrap;
    }

    header nav ul li a span {
        display: block;
        height: 38px;
        background: url('../images/satin-pearl/nav-button.png') no-repeat;
        padding: 0pt 7px 0 9px/*= left padding + cap width*/;
        vertical-align: middle;
    }

    /* Navigation bar: Highlight the current section */
    #nav-home header nav .nav-home,
    #nav-novelties header nav .nav-novelties,
    #nav-catalog header nav .nav-catalog,
    #nav-about header nav .nav-about,
    #nav-contact header nav .nav-contact {
        background-position: center right;
        color: black;
    }

    #nav-home header nav .nav-home span,
    #nav-novelties header nav .nav-novelties span,
    #nav-catalog header nav .nav-catalog span,
    #nav-about header nav .nav-about span,
    #nav-contact header nav .nav-contact span {
        background-position: center left;
    }

    /* Navigation bar: Mouse hover */
    header nav ul li a:hover {
        background-position: bottom right;
    }

    header nav ul li a span:hover {
        background-position: bottom left;
    }

    /* Breadcrumbs */
    #breadcrumbs {
        position: relative;
        top: -9px;
        margin: 0;
        padding: 0 28px;
    }

    /* Content */
    #content {
        clear: both;
        padding: 0 8px;
        z-index: 5;
        font-size: 13pt;
    }

    /* Content border-image */
    /* CornerHeight = Height of one of the corners (= 1/2 height of the image) */
    #content-border-image {
        position: relative;
        top: -10px;    /* move up a bit */
        clear: both;
    }

    #content-border-image .top-left,
    #content-border-image .top-right,
    #content-border-image .bottom-left,
    #content-border-image .bottom-right {
        background-image: url('../images/satin-pearl/content-border/corners.png');
        height: 50px; /* CornerHeight */
    }

    #content-border-image .top-left,
    #content-border-image .bottom-left {
        margin-right: 50px; /* CornerWidth */
    }

    #content-border-image .top-right,
    #content-border-image .bottom-right {
        margin-left: 50px; /* CornerWidth */
        margin-top: -50px; /* CornerHeight */
    }

    #content-border-image .top-right {
        background-position: 100% 0;
    }

    #content-border-image .bottom-left  {
        background-position: 0 -50px;    /* -CornerHeight */
    }

    #content-border-image .bottom-right {
        background-position: 100% -50px; /* -CornerHeight */
    }

    #content-border-image .left {
        background: transparent url('../images/satin-pearl/content-border/left.png') repeat-y 0 0;
    }

    #content-border-image .right {
        background: transparent url('../images/satin-pearl/content-border/right.png') repeat-y 100% 0;
        padding: 0 20px; /* CornerWidth */
    }

    #content-border-image .inner {
        border: 1px white solid; /* Fix Firefox (v3) issue */
        background-color: #ffffff;
    }

    /* Page content */
    #page-content {
        position: relative;
        top: -20px;
        clear: both;
        width: 100%;
    }

    #home-title {
        position: relative;
        top: -16px;
        left: -8px;
        margin: 1px -16px 0 1px;
        padding: 0;
        height: 300px;
        background: url(../images/j_lukes.jpg) no-repeat;
    }

    #home-title h2 {
        display: none;
    }

    #home-title-coord {
        position: absolute;
        top: 120px;
        left: 20px;
        margin: 0;
        padding: 0;
        font: bold 16pt 'Times New Roman', serif;
        line-height: 24pt;
    }

    #home-title-address {
        font-size: 22pt;
        font-style: italic;
    }

    #home-title-contact {
        display: block;
        font-style: italic;
    }

    #home-title-phone, #home-title-fax {
        position: absolute;
        top: 24pt;
        left: 0;
    }

    #home-title-fax {
        display: block;
        width: 100%;
        min-width: 330pt;
        text-align: right;
    }

    #home-activity {
        position: absolute;
        top: 215px;
        left: 15px;
        margin: 0;
        padding: 0;
        font: italic bold 16pt 'Times New Roman', serif;
    }

    /* Other more specific changes */
    .item-thumbnail img, a[rel=lightbox] img.picture {
        margin: 1px;
        border: 1px solid gray;
    }

    .item-thumbnail img:hover, a[rel=lightbox] img.picture:hover {
        margin: 0;
        border: 2px solid blue;
    }

    .catalog h2 {
        padding-left: 1.5em;
    }

    .catalog .empty,
    .catalog .empty a {
        color: #999999;
    }

    .category-item-list dt {
        display: block;
        float: left;
        width: 300px;
        height: 300px;
        margin: 10px 30px 30px 10px;
    }

    .category-item-list dd {
        float: left;
        position: relative;
        top: 240px;
        left: -110px;
        width: 190px;
        margin: -200px;
        height: 300px;
        overflow: visible;
        padding-right: 4em;
        font-size: 12pt;
    }

    .contact-form {
        width: 470px;
        background: #f0f0f0 url(../images/shop.jpg) 0px -80px no-repeat;
        border: 2px solid #BBB;
        padding-top: 145px;
    }

    .contact-form fieldset {
        border: none;
    }

    .contact-form legend {
        position: relative;
        top: 26px;
        color: #FFFAC5;
        font-size: 34pt;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
    }

    .contact-form label {
        display: block;
        color: #666666;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
    }

    .contact-form input[type=text],
    .contact-form textarea,
    .contact-form select {
        width: 100%;
        background-color: white;
        border: thin solid #bbbbbb;
        line-height: 160%;
        font-size: 10pt;
    }

    .contact-form input[type=submit] {
        float: right;
        border: thin solid #cb3;
        background-color: #ba3;
        color: white;
        height: 32px;
        line-height: 32px;
        padding: 0px 20px;
        text-align: center;
        font-size: 12pt;
    }
    .contact-form input[type=submit]:hover {
        border: thin solid #fe9;
        background-color: #643;
    }
    .contact-form input[type=submit]:active {
        border: thin solid #f66;
        background-color: #643;
    }

    #contact-picture {
        float: left;
        margin-right: 2em;
        margin-top: 0.6em;
        border: 2px solid #bbb;
    }
}

@media print {
    #header {
        margin-bottom: 2em;
    }

    #header big {
        color: #000066;
        font: italic bold 50pt "Times New Roman", serif;
        text-transform: uppercase;
        line-height: 42pt;
    }

    #navigation {
        display: none;
    }

    #language-selection {
        display: none;
    }

    #breadcrumbs {
        position: relative;
        top: -30px;
        left: 3px;
        margin: 0;
        padding: 0;
    }
}

