/*
    Author page
    http://www.meetpollux.com
*/

/*body {
    color: #555;
    font-size: 14px;
    font-family: Georgia, "Times", "Times New Roman", serif;
    line-height: normal;
    background-color: #fff;
}*/

/*==== CONTENT ====*/
#contentgalery {
    float: left;
    width: 603px;
    padding: 20px 10px 10px 10px;
}

#content div.article {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#content div.article h2 {
    font-size: 1.6em;
    font-weight: normal;
}

#content div.article h2 a {
    color: #464646;
    text-decoration: none;
}

#content div.article h2 a:hover {
    text-decoration: underline;
}

#content div.article span.info {
    color: #bbb;
}

#content div.article a {
    color: #886e04;
    font-size: 1.20em;
}

#content div.article div.samples {
    float: left;
    width: 100%;
}

#content div.article div.samples a {
    text-decoration: none;
    float: left;
    width: 142px;
    height: 95px;
}

#content div.article div.samples div.img {
    float: left;
    margin: 10px 10px 8px 10px;
}


/*==== BREADCRUMBS ====*/
#bc {
    float: left;
    width: 603px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    color: #bbb;
}

#bc a {
    color: #bbb;
}

#bc a:hover {
    color: #666;
}

/*==== IMAGES ====*/
.show-image {
    /* reserved for javascript*/
}

#pagefade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    text-align: center;
    z-index: 10;
    float: left;
    filter: alpha( opacity = 80);

    -moz-opacity:
        0.8;

    -khtml-opacity:
        0.8;

    opacity:
        0.8;

    background:
        url(loader.gif)

        center center no-repeat #111;
}

#outer-container {
    position: absolute;
    width: 100%;
    margin-top: 50px;
    top: 0px;
    left: 0px;
    display: none;
    text-align: center;
    z-index: 100;
    background-color: transparent;
}

#overlay {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*  border: 1px solid #ddd;*/
    padding: 15px 15px 15px 15px;
    /*  background: url(../img/loader.gif) center 13px no-repeat #fff;*/
    background-color: transparent;
    color: #fff;
}

#overlay img {
    border: 10px solid #fff;
}


#controls {
    margin: 0px auto;  
    width: 10px;
    font-size: 1.2em;
    background-color: #fff;
    text-align: center;
    padding-top:5px;
    color: #888;
}

#previmage, #nextimage {
    width: 100px;
    height: 20px;
    padding: 0px 10px 0px 10px;
    color: #333;
    cursor: pointer;
}

#previmage {
    float: left;
    text-align: left;
    background: url(prev.png) top left no-repeat;
}

#nextimage {
    float: right;
    text-align: right;
    background: url(next.png) top left no-repeat;
}

