/*
oranssi:        #FF7010 (border1)
punainen:       #FF1F1B (border2)
musta1:         #090300 (sisältö/tausta)
musta2:         #030303 (tausta)
keltainen1:     #FFCA29 (border3)
keltainen2:     #FFFFCB (otsikkoteksti)
harmaa:         #BDB29F (tekstit)
*/

/* reset stuff */
body {
    margin:0 auto;
    text-align:center;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:14px;
}
a {text-decoration:none;}
.clear {clear:both;}


/* common styling classes */
.container {
    background-color: #090300;
    color: #FFFFCB;
    border: 8px solid #FF7010;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    -khtml-border-radius: 30px; /* for old Konqueror browsers */
}

.headerText {
    text-shadow: 5px 5px 15px #FFF;
    font-size: 45px;
    font-family: 'Bilbo Swash Caps', cursive;
    margin: 0;
}

.gradient {
    background-color: #030303;
    background-image: linear-gradient(bottom, rgb(23,23,23) 1%, rgb(20,20,20) 2%, rgb(9,3,0) 59%);
    background-image: -o-linear-gradient(bottom, rgb(23,23,23) 1%, rgb(20,20,20) 2%, rgb(9,3,0) 59%);
    background-image: -moz-linear-gradient(bottom, rgb(23,23,23) 1%, rgb(20,20,20) 2%, rgb(9,3,0) 59%);
    background-image: -webkit-linear-gradient(bottom, rgb(23,23,23) 1%, rgb(20,20,20) 2%, rgb(9,3,0) 59%);
    background-image: -ms-linear-gradient(bottom, rgb(23,23,23) 1%, rgb(20,20,20) 2%, rgb(9,3,0) 59%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, rgb(23,23,23)),
        color-stop(0.02, rgb(20,20,20)),
        color-stop(0.59, rgb(9,3,0))
    );
}


/* main view styling & positioning */
#wrap {
    width:100%;
    height:100%;
    left: 0;
    top:0;
    position:absolute;
}

#middleContainer {
    position:absolute;
    overflow:hidden;
}

    #logo {
        padding: 15px;
    }

    .naviButton {
        font-size: 16px;
        padding: 12px;
        margin-top:12px;
        border: 2px solid #FF7010;
        font-family: 'Carter One', cursive;
        
        
        background-image: linear-gradient(bottom, rgb(255,112,16) 0%, rgb(3,3,3) 30%, rgb(3,3,3) 70%, rgb(255,112,16) 100%);
        background-image: -o-linear-gradient(bottom, rgb(255,112,16) 0%, rgb(3,3,3) 30%, rgb(3,3,3) 70%, rgb(255,112,16) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(255,112,16) 0%, rgb(3,3,3) 30%, rgb(3,3,3) 70%, rgb(255,112,16) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(255,112,16) 0%, rgb(3,3,3) 30%, rgb(3,3,3) 70%, rgb(255,112,16) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(255,112,16) 0%, rgb(3,3,3) 30%, rgb(3,3,3) 70%, rgb(255,112,16) 100%);
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(255,112,16)),
            color-stop(0.3, rgb(3,3,3)),
            color-stop(0.7, rgb(3,3,3)),
            color-stop(1, rgb(255,112,16))
        );
    }

    .naviButton:hover {
        color: #FF7010;
    }
    

/* profile fancybox content */
#hideWrapper {
    display:none;
}

.proContent {
    padding:30px;
    width: 640px;
    text-align:left;
}
    .proContentCol{
        margin:20px;
        width:250px;
        float:left; 
        overflow:hidden;
    }
    
    .proContentCol h2 {
        margin:15px 0;
    }
    .proContentTag {
        margin:0;
        width:400px;
    }
        .proContentTag span {
            display:block;float:left;width:150px;
        }
        .proContentTag span:nth-child(2) {
            text-transform:lowercase;
        }
    
    h2.phoneNumber {
        font-size:35px;
        color:#FF1F1B;
        margin-top:-15px;
        text-shadow: 1px 1px 5px #FF7010;
    }
        
    .proDesc {
        margin-left:20px;
    }


/* fancybox corner fix */
#fancybox-outer { 
    background: transparent; 
}



/* jsShapelib Stuff */
.box {
    -moz-border-radius:300px;
    -webkit-border-radius:300px;
    background-position:0px 0px;
    position:absolute;
    background-repeat:no-repeat;
    float:left;
    height:100px;
    width:100px;
    margin:18px;
    padding:5px;
    background-position:0px 0px;
}

.box:hover{
    z-index:1001;
}



/* page ads */

#pageAdHolder {
    position: absolute;
    bottom: 0;
    height: 20px;
    width:100%;
    overflow:hidden;
    border-top: 1px dotted #FF7010;
}



.cookie-policy-container {
    margin: 15px 0;
}
.cookie-policy-container p {
    margin: 5px 20px;
    text-align: justify;
}
.cookie-policy-container h1 {
    text-shadow: 5px 5px 15px #FFF;
    font-size: 45px;
    font-family: 'Bilbo Swash Caps', cursive;
    margin: 0;
}
.cookie-policy-container a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFCB;
}
