@charset "UTF-8";

/** 
 * main1: #fffff0
 * main2: #fafae0
 * text1: #666
 * text2: #aaa
 * contrast1: #069
 * contrast2: #ffe000
 * red: #ff3300
*/

.album {
    min-height: 60px;
    width: 85px;
}

.albumPhoto {
    margin: 5px;
    min-height: 150px;
    min-width: 140px;
}

#albums {
    text-align: center;
}

.arrowDot {
    background-image: url('../img/blinomi-arrow-dot.png');
    height: 30px;
    width: 16px;
}

.arrowLeft {
    background-image: url('../img/blinomi-arrow-left.png');
    height: 30px;
    width: 16px;
}

.arrowRight {
    background-image: url('../img/blinomi-arrow-right.png');
    height: 30px;
    width: 16px;
}

.arrows {
    cursor: pointer;
    padding: 10px;
    width: 59px
}

#bigImage {
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.bordered {
    border: solid 1px #666;
    border-radius: 2px;
    color: #666;
}

.breaker {
    clear: both;
}

.cascaded {
    margin-bottom: 15px;
    margin-left: 15px;
}

.centered {
    margin-left: auto;
    margin-right: auto;    
}

.close {
    background: url('../img/blinomi-close.png') #ffe000 no-repeat;
    cursor: pointer;
    float: right;
    height: 22px;
    margin-right: -15px;
    margin-top: -15px;
    width: 22px;
}

.galleryImage {
    background-color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    height: 85px;
    margin: 4px;
    width: 85px;
}

.galleryTools {
    height: 50px;
    margin-right: 30px;
    width: 300px;
}

.galleryToolsUser {
    height: 100px;
    width: 50px;
}

.hidden {
    display: none;
}

.hiddenFileInput {
    height: 0px;
    overflow: hidden;
    width: 0px;
}

.inactive {
    color: #aaa;
}

.leftFloating {
    float: left;
}

.logo {
    background-image: url('../img/blinomi-schriftzug.png');
    cursor: pointer;
    height: 100px;
    width: 250px;
}

.menu a span {
    height: 30px;
    margin: 10px;
    width: 30px;
}

.messageBox {
    background-color: #ffe000;
    left: 50px;
    padding: 20px;
    position: absolute;
    top: 50px;
    width: 20em;
    z-index: 100;
}

.padded {
    padding: 10px;
}

.preload {
    background-color: #069;
    height: 4000px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 2000px;
    z-index: 200;
}

.preload > .logo {
    margin-left: 2em;
    margin-top: 2em;
}

#rating {
    font-family: sans-serif;
}

.red {
    background-color: #e03300;
}

.rightFloating {
    float: right;
}

.shadowed {
    box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.15);
}

.small {
    font-size: smaller;
}

.toolButton {
    background-image: url('../img/blinomi-menu-button.png');
    cursor: pointer;
    height: 47px;
    width: 47px;
}

.toolButtonClose {
    background-image: url('../img/blinomi-menu-button-close.png');
}

.toolButtonDelete {
    background-image: url('../img/blinomi-menu-button-delete.png');
}

.toolButtonFrame {
    background-image: url('../img/blinomi-menu-button-frame.png');
}

.toolButtonRate.negative10 {
    background-image: url('../img/blinomi-menu-button-neg10.png');
}

.toolButtonRate.negative5 {
    background-image: url('../img/blinomi-menu-button-neg5.png');
}

.toolButtonRate.positive10 {
    background-image: url('../img/blinomi-menu-button-pos10.png');
}

.toolButtonRate.positive5 {
    background-image: url('../img/blinomi-menu-button-pos5.png');
}

.toolButtonShare {
    background-image: url('../img/blinomi-menu-button-share.png');
}

.wait {
    height: 4000px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 2000px;
    z-index: 100;
}

.waitAnimation {
    height: 75px;
    left: 0px;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    width: 75px;
}

.waitArea {
    background-color: #666;
    height: 100%;
    opacity: 0.8;
    width: 100%;
}
