@charset "utf-8";
/* CSS Document */

.style1 {
color: #ed1c24;
text-transform: uppercase;
font-size: 11px;
}

.style2 {
color: #fff;
font-weight: bold;
font-size: 13px;
}

h1 {
color: #ed1c24;
font-size: 32px;
}

a {
text-decoration: none;
font-weight: bold;
color: #ed1c24;
outline: none;
}

a:hover {
text-decoration: none;
color: #fff;
}

#naslov {
padding: 0 0 35px 0;
}

#post {
width: 920px;
margin: 0 auto;
padding: 0;
text-align: justify;
}

#post-support {
width: 940px;
margin: 0 auto;
padding: 0;
text-align: justify;
}

#post a {
text-decoration: none;
font-weight: bold;
color: #ed1c24;
outline: none;
}

#post a:hover {
text-decoration: none;
color: #fff;
}

#logo {
background: url(../images/logo.png) no-repeat center;
margin: 20px auto;
width: 400px;
height: 169px;
}

#senka {
width: 100%;
position: absolute;
overflow: hidden;
height: 30px;
background: url(../images/senka.png) repeat-x bottom;
overflow: hidden;
}

#social-icons ul, li { list-style-type: none; }

#social-icons                     { height: 32px; width: 160px; margin: 0 auto; }
#social-icons li                  { float: left; width: 32px; height: 32px; margin: 0 5px 0 0; }
#social-icons li a                { position: relative; display: block; text-indent: -9999px; overflow: hidden; width: 32px; height: 32px; background: url(../images/icons.png) no-repeat; }
#social-icons li.blogger a       { background-position: 0 top; }
#social-icons li.blogger a:hover { background-position: 0 -32px; }
#social-icons li.facebook a       { background-position: -32px top; } 
#social-icons li.facebook a:hover { background-position: -32px -32px; }

#social-icons li.twitter a       { background-position: -64px top; } 
#social-icons li.twitter a:hover { background-position: -64px -32px; }
#social-icons li.myspace a       { background-position: -96px top; } 
#social-icons li.myspace a:hover { background-position: -96px -32px; }

.footer {
width: 100%;
position: absolute;
overflow: hidden;
background: none;
z-index: 1;
}

.footer .copyright {
font-size: 10px;
color: #777;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
}

.footer .copyright a {
color: #ed1c24;
}

.footer .copyright a:hover {
color: #fff;
}
