/* 
    Document   : stil
    Created on : 27.01.2014., 15:49:32
    Author     : Vedran
    Description:
        Purpose of the stylesheet follows.
*/

html, body{
    width: 100%;
    height: 100%;
    min-height: 665px;
    min-width: 1000px;
}

body{
    background-image: url('slike/back.jpg');
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Crete Round', serif;
}

.slide ul{
    padding: 10px;
    margin: 10px;
}

.slide li{
    padding: 0 10px;
    margin: 0 10px;
}

root { 
    display: block;
}

#lijevo{
    float: left;
}

#desno{    
    float: right;
}

#lijevo, #desno{
    width: 100px;
    background: #f00;
    min-height: 600px;
    height: 100%;
    background: #ddd;
    background: rgba(0, 0, 0, 0.2);
}

#lijevo:hover, #desno:hover{
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#lijevo img, #desno img{
    margin: 268px 0 0 35px;
}

#stranice{
    float:left;
    width: 800px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

#prikaz{
    position: relative;
    left: 0px;
}

#container{
    overflow: hidden;
    width: 1000px;
    height: 600px;
    position: absolute;
    background: #000;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 39px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 39px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 39px -2px rgba(0,0,0,0.75);
    border-radius: 4px;
}

#head{
    width: 800px;
    position: absolute;
    padding: 10px;
    height: 45px;
    background: #111;;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    color: #eee;
}

#head h3{
    display: inline-block;
}

#head ul{
    list-style: none;
    display: inline-block;
    float: right;
}

#head ul li{
    display: inline-block;
}

header li a img{
    height: 45px;
    margin: -10px 0 0 0;
    padding: 12px;
}

header ul li a img:hover{
    background: #000;
}

.slide{
    width: 800px;
    height: 600px;
    position: relative;
    float: left;
    padding: 10px;
}

.primjer h3, .primjer p, .primjer img{
    width: 50%;
    display: inline-block;
}

.primjer h3, .primjer p{
    clear: both;
    float: left;
    padding: 0 10px 10px 0;
}

.primjer img{
    height: 278px;
}

.download{
    text-align: center;
}

.download p{
    margin: 100px 0;
    text-align: center;
    font-size: 20px;
}

.download img{
    padding: 60px 55px;
}

.download a{
    display: inline-block;
}

.download a:hover{
    background: rgba(0,0,0,0.5);
}

.home *{
    margin-bottom: 10px;
}

.odvoji, .api p{
    margin-top: 10px;
}

.kod{
    font-family: monospace;
}

