/*
background-color: rgb(74,45,25); //default background
color: rgb(160,125,88); //default foreground


background: #4b2d19
background-dark: #311908

color: White
color-slightly-darker: #a58169
color-darker: #a57453
color-darkest: #311908

*/

*
{
    margin: 0;
    padding: 0;
}

html
{
    background-color: rgb(74,45,25);
    background-image: url(/css/images/floral.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #a57453;
    font-family: 'trebuchet MS' , Verdana, Arial;
    font-size: 12px;
    text-align: center;
}
body
{
    line-height: 1.5;
}
h1
{
    text-indent: -999999px;
    background-image: url(/css/images/logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 80px;
    width: 191px;
    margin: 0 auto 20px auto;
}
h2, h3, h4
{
    margin-bottom: 20px;
    color: #a58169;
}
h2
{
    font-size: 20px;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 16px;
}
ul, ol
{
    list-style-position: inside;
    margin-bottom: 20px;
}
p
{
    margin: 20px 0;
}
a
{
    color: White;
    text-decoration: none;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}

.navigation ul
{
    list-style-type: none;
}
.main.navigation li
{
    display: inline;
    margin: 0 10px 0 10px;
}

.secondary.navigation li
{
    border-bottom: dotted 1px rgb(160,125,88);
    padding: 10px 0 10px 0;
}

.header
{
    margin-bottom: 20px;
}
.header .main.navigation
{
    background-image: url(/css/images/hor-bar.png);
    background-repeat: no-repeat;
    height: 45px;
    text-align: center;
}
.header .main.navigation a
{
    line-height: 3;
    font-size: 14px;
}

.header .photo
{
    background-image: url(/css/images/photo-bar.png);
    background-repeat: no-repeat;
    padding: 10px;
}
.header .photo img
{
    height: 280px;
}

.breadcrumb
{
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 3;
    background-image: url(/css/images/hor-bar.png);
    background-repeat: no-repeat;
    height: 45px;
}
.wrapper
{
    width: 760px;
    margin: 0 auto;
    background-image: url(/css/images/wrapper-backgrnd.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.container
{
    padding-top: 20px;
    text-align: left;
    position: relative;
}
.inner-content
{
    position: relative;
}


/* Full Page column */
.articles.items, .article.content, .beauty-and-spa.services, .beauty-and-spa-service.content, .bridal.content, .home.content, .promotions.content, .promotion.content, .zuby-de-beaute.products, .zuby-de-beaute.content, .zuby-de-beaute-product.content
{
    margin: 0 20px 20px 20px;
}

/* Left Column */
.about.photo, .about.navigation, .contact-us.location, .articles.categories, .beauty-and-spa.categories, .bridal.gallery, .home.active-poll, .promotions.categories, .zuby-de-beaute.categories
{
    width: 220px;
    float: left;
    margin-left: 20px;
}

/* Right column */
.about.content, .contact-us.mail, .articles.latest-articles, .home.latest-promotions, .beauty-and-spa.content, .home.latest-articles, .bridal.content, .zuby-de-beaute.content, .zuby-de-beaute.items
{
    margin-right: 20px;
    margin-left: 260px;
}

.zuby-de-beaute-product.content, .beauty-and-spa-service.content, .article.content, .article .date, .contact-us .contact.form fieldset
{
    background-color: #311908;
    padding: 20px;
    border: dotted 1px rgb(160,125,88);
}

.footer
{
    margin: 20px auto;
    border-top: dotted 1px rgb(160,125,88);
    padding-top: 10px;
    width: 760px;
}
.footer p
{
    margin: 5px 0;
}



fieldset
{
    border: none;
}
fieldset legend
{
    color: rgb(160,125,88);
    font-style: italic;
    margin: 10px 0;
}
fieldset label, .post-comment label
{
    display: block;
}
fieldset input[type="text"], .post-comment input[type="text"]
{
    width: 240px;
    margin-bottom: 20px;
}
fieldset textarea, .post-comment textarea
{
    width: 300px;
    margin-bottom: 20px;
}
fieldset input[type="submit"], .post-comment input[type="submit"]
{
    padding: 5px 20px;
    margin: 10px 0 10px 0;
}
hr
{
    margin: 20px 0;
    border: dotted 1px rgb(165,125,88);
}


.active-poll, .latest-news, .latest-events
{
    margin-bottom: 20px;
}
.pollcontainer
{
    border: dotted 1px rgb(165,125,88);
    padding: 10px;
}
.pollquestion
{
    padding-bottom: 10px;
}


.product
{
    overflow: auto;
}

.promotion li.item
{
    list-style-type: none;
    float: left;
    width: 306px;
    padding: 20px;
    background-color: #311908;
    border: dotted 1px #a57453;
    margin-bottom: 20px;
}
.promotion li.item.odd
{
    clear: both;
}
.promotion li.item.even
{
    margin-left: 20px;
}

.promotion .indicator
{
    color: Red;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.promotion .price .now
{
    font-size: 18px;
    color: White;
    float: left;
}
.promotion .price .before
{
    float: right;
}
.promotion .duration
{
    display: block;
    float: right;
}

.promotion .special
{
    clear: both;
}
.promotion .special .indicator
{
    float: left;
}

.promotion .footer
{
    border: none;
}


.price-info .price
{
    font-size: 20px;
    color: White;
}


.article
{
}
.article img
{
    width: 300px;
    height: auto;
    background-color: rgb(160,125,88);
    padding: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.article .date
{
    float: right;
    margin: 0 0 20px 20px;
}

.latest-articles
{
}
/*thumbnail*/
.latest-articles img, .latest-promotions img
{
    width: 96px;
    height: auto;
    background-color: rgb(160,125,88);
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.latest-articles .date, .latest-promotions .date
{
    float: right;
    padding: 5px;
    background-color: #311908;
    border: dotted 1px rgb(160,125,88);
    margin: 0 0 10px 10px;
}

ul.thumbnails
{
    list-style-type: none;
}

.gallery img.thumb
{
    display: none;
}



.rating, .comments
{
    margin: 0 20px;
    clear: both;
}
.rating
{
    margin-bottom: 20px;
}
.rating h2
{
    display: none;
}
.comments
{
}
.comment-list-container
{
    padding: 20px;
    background-color: #311908;
    border: dotted 1px #a57453;
    margin-bottom: 20px;
}
.commentlist
{
    list-style-type: none;
}
.comment
{
    padding: 20px;
    background-color: #4b2d19;
    border: dotted 1px #a57453;
    position: relative;
    margin-bottom: 20px;
}
.comment p
{
    color: White;
}
.comment-author img.avatar
{
    margin-right: 20px;
    background-color: #a57453;
    padding: 1px;
}
.comment-meta
{
    position: absolute;
    right: 20px;
    top: 20px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
