


.fancyboxImage img {
    background:white;
    padding: 5px;
    border:1px solid red;
    margin-right:10px;
}
@font-face {
    font-family: 'MyFontFamily';
    src:    url('../fonts/PT_Sans-Web-Regular.eot?iefix')   format('eot'),
            url('../fonts/PT_Sans-Web-Regular.ttf')   format('truetype');
            font-weight: normal;
            font-style: normal;
            
}
@font-face {
    font-family: 'MyFontFamily';
    src:    url('../fonts/PT_Sans-Web-Bold.eot?iefix')   format('eot'),
            url('../fonts/PT_Sans-Web-Bold.ttf')   format('truetype');
            font-weight: normal;
            font-style: normal;
             
}

@font-face {
    font-family: 'MyFontFamily';
    src:    url('../fonts/PT_Sans-Web-Italic.eot?iefix')  format('eot'),
            url('../fonts/PT_Sans-Web-Italic.ttf')   format('truetype');
            font-weight: normal;
            font-style: normal;
            
}
body    {font-family: MyFontFamily,Courier, sans-serif;
        background-color: white;
        height:100%;
        background-attachment: fixed;
        /* CSS Gradient Editor */
        background: #7abcff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #7abcff 85%, #ed6240 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(19%,#7abcff), color-stop(100%,#ed6240)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #7abcff 19%,#ed6240 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #7abcff 19%,#ed6240 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #7abcff 19%,#ed6240 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover, #7abcff 19%,#ed6240 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#ed6240',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
          }
h1  {color: maroon;
    }
p   {
    color: white;
    background-color:   black;
    padding: 20px;
    border: 2px solid red;
    margin: 20px;
    border-radius: 6px;
} 
a:link {
        color: #069;
        text-decoration: none;
      }
a:visited {
        color: #069;
        text-decoration: none;
}   
a:hover {
        color: red;
        font-size: 18px;
        text-decoration: underline;
    
  }

a:active {
        color: #169;
        text-decoration: blink;
    
    }
#wrapper    {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    border: dashed #555;
    
}
header {
                height:85px;
}

#logo   { background: lime;
        background-image: url('../images/html5_logo.png');
        background-repeat: no-repeat;
        width: 74px;
        height:85px;
        float: left;
        margin-right:20px;
        }

#navigaatio {background-color:white;
            float: left;
            margin-top: 5px;
            
        }
#navigaatio a {       /* ETUSIVU CS3-SIVU ym teksti rivi */
        color: #f0f;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding: 0px 2px;
        text-shadow: 0px 0px 5px #333;
        filter: dropshadow(color_#333, offx=0, offy=0);
        text-decoration: none;
        }
#navigaatio a:hover {   /*kun hiiri nenee jonkun a-ref:n päälle */
        color: #f0f;
        font-weight: bold;
        font-size: 18px;
        text-transform: lowercase;
        padding: 0px 2px;
        text-shadow: 0px 0px 5px #fff;
        filter: dropshadow(color_#333, offx=0, offy=0);
        }
#content  {
         width: 800px;
        height: 600px;
        background: silver;
        padding: 20px;
        border-radius: 20px;
        border: 4px solid red;
        -moz-border-radius;
        -webkit-border-radius;
        box-shadow:         0px 3px 8px 0px #000 InSet ; /* inset; */
        -moz-box-shadow:    0px 3px 8px 0px #000 inset ; /* inset; */
        -webkit-box-shadow: 0px 3px 8px 0px #000  ; /* inset; */
        border-bottom-right-radius: 120px;
}
 
#mainImg {
        width: 800px;
        height: 200px;
         border-radius: 20px;
        border: 4px solid green;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        box-shadow:         0px 3px 8px 0px #000 InSet ; /* inset; */
        -moz-box-shadow:    0px 3px 8px 0px #000 inset ; /* inset; */
        -webkit-box-shadow: 0px 3px 8px 0px #000  ; /* inset; */
        border-bottom-right-radius: 120px;
        overflow: hidden;
}
footer  {
        background: yellow; 
        text-align: center;
        font-size: 11px;
        padding: 20px;
        width: 80px;
        height: 20px;
        float: none;
}


#mapDiv {   /* Google maps kartalle varattu alue ruudulla */
        width: 100%;
        height: 400px;
        background-color: yellow;
        border: 6px solid blue;
         -webkit-border-radius;
        box-shadow:         0px 3px 8px 0px #000 InSet ; /* inset; */
        -moz-box-shadow:    0px 3px 8px 0px #000 inset ; /* inset; */
        -webkit-box-shadow: 0px 3px 8px 0px #000  ; /* inset; */
        border-radius: 20px;
}

#storageItemsTable {
    width: 100%;
    border-spacing: 0px;
    
    
}
#storageItemsTable th {
    background-color: #069;
    color:#fff;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

#storageItemsTable td {
    padding: 5px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    
}

/* Transitio testailuja */

#Transition1 img {
    opacity: 1;
    transition: all;
    transition-duration: 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#Transition1 img:hover {
    opacity: 0;
}



#Transition2 {
    border: 3px solid #39e;
    background-color: #aef;
    width: 100px;
    height: 22px;
    padding: 5px;
    text-align: center;
    
}
#Transition2 img:hover {
    opacity: 0;
    
}

 /* Animaatio testau */
#animaatio {
    border: 3px solid #39e;
    background-color: #aef;
    width: 100px;
    height: 22px;
    padding: 5px;
    text-align: center;
    position: absolute;
    
    -moz-animation-name: munanimaatio;
    -moz-animation-duration: 5s;
    -moz-animation-iteration: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease;
}

@-moz-keyframes munanimaatio {
    0% {
        top:  10px;
        left: 10px;
    }
    25% {
        top:  50px;
        left: 400px;
    }
    50% {
        top:  80px;
        left: 500px;
    }
     75% {
        top:  120px;
        left: 600px;
    }
    100% {
        top: 200px;
        left: 0px;
    }
}






















/* Transitio testailuja */
