/*------------------------- MAIN ELEMENTS -------------------------*/
body{
background-color: black;
color: white;
font-family: Verdana, Tahoma, Arial, sans;
font-size: 12px;
text-align: left;
margin-top: 2em;
}

a{
color: white;
text-decoration: underline;
}

a:hover{
color: white;
text-decoration: none;
font-weight: bold;
}

img{
border: none;}

table, p{
text-align: left;}

p{margin-bottom:1.2em;}

ul{ margin: 0;}

.top{
width: 800px;
float: right;
text-align: right;}

/*------------------------- DIVS -------------------------*/
#wrapper{
margin: 0 auto;
text-align: center;
width: 950px;
position: relative;
}

/*------------------------- LANGUAGE -------------------------*/
#language{
background: url(images/language.png) no-repeat;
float: left;
width: 140px;
height: 25px;
position: absolute;
left: 680px;
top: -2em;
padding-top: 5px;
}

#language a {text-decoration: none;}

/*------------------------- LEFT -------------------------*/
#left_col{
text-align: left;
width: 200px;
float: left;
position: relative;
margin-top: 30px;
}

/*------------------------- LOGO -------------------------*/
#logo{
background: transparent url('images/logo.png') no-repeat;
height: 200px;
width: 200px;
display: block;
}

#logo:hover{background: transparent url('images/logo2.png') no-repeat;}

/*------------------------- MENU -------------------------*/
.navmenu {list-style-image: url(images/tacka.png);}

#menu{
background: transparent url('images/meni.png') no-repeat;
width: 160px;
padding-left: 40px;
padding-top: 25px;
}

#menu a{
color: white;
text-decoration: none;
font-weight: normal;
}

#menu a:hover{
color: white;
font-weight: bold;
}


/*------------------------- HEADER -------------------------*/
#header{
text-align: center;
width: 600px;
float: left;
margin-left: 75px;
}

/*------------------------- CONTENT -------------------------*/
#contents{
width: 650px;
min-height: 350px;
margin: 20px 0px 20px 50px;
position: relative;
float: left;
}

.column{
position: relative;
float: left;
}

.margin30{
margin-bottom: 30px;
}

/*------------------------- NEWS -------------------------*/

#news{
text-align: left;
width: 400px;
margin-left: 50px;
position: relative;
float: left;
}

#news h2{
border-bottom: 2px solid white;
}

/*------------------------- POST -------------------------*/

.post{
width: 350px;
height: 70px;
position: relative;
float: right;
border-bottom: 1px dashed white;
margin-top: 20px;
}

.post:hover{
background-color: #333;
}

.datum{
width: 70px;
height: 40px;
float: left;
font-size: 40px;
font-weight: bold;
}

.mesec{
width: 95px;
height: 10px;
float: left;
font-size: 10px;
margin-top: 4px;
margin-left: 8px;
}

.vest{
width: 240px;
height: 70px;
float: right;
font-size: 10px;
text-align: justify;
}

/*------------------------- RSS -------------------------*/
#rss{
width: 16px;
height: 16px;
background: url('images/rssbw.png') no-repeat;
float: left;
}

#rss:hover{background: url('images/rss.png') no-repeat;}

/*------------------------- FOOTER -------------------------*/
#footer{
width: 950px;
height: 100px;
margin-top: 2em;
margin-bottom: 2em;
position: relative;
float: left;
text-align: center;
font-size: 10px;
}

#footer a{
text-decoration: none;}

/*------------------------- TOP -------------------------*/
.top{
float:left;
text-align: right;
width: 650px;
}

/*------------------------- FORM -------------------------*/
textarea, select, input, file, submit{
color: white;
background: black;
border: 1px solid white;
overflow: auto;
}

.rand{
border-color: black;
text-align: center;
}

/*------------------------- GALERIJA -------------------------*/
.slika{
float: left;
height: 140px;
width: 104px;
margin: 0 13px 15px 13px;
position: relative;
background: url('images/bg_slike.png') repeat;
text-align: center;
}

.slika:hover{background: #111;}

.thumb{
float: left;
height: 100px;
width: 100px;
position: relative;
display:table-cell;
border: 2px outset silver;
}

.opis{
float: left;
height: 30px;
width: 90px;
margin-top: 5px;
padding-right: 5px;
padding-left: 5px;
font-size: 10px;
}

/*------------------------- BLOG --------------------------*/
.blogpost{
text-align: left;
margin-bottom: 50px;
position: relative;
float: left;
}

.blogpost h2{
text-align: left;
border-bottom: 2px solid white;
margin: 0;
}

.blogpost p{text-align:justify;}

.nounder{
text-decoration: none;
font-weight: bold;
}

.nounder:hover{text-decoration: blink;}

.datumblog{
font-size:10px;
color: gray;
width: 400px;
margin-bottom: 20px;
}

#recent{
position: relative;
text-align: left;
width: 200px;
float: right;
}
/*------------------------- SITNICE -------------------------*/
.powered{
margin: 0 10px;
height: 32px;
width: 32px;
background-color: white;
border: 2px solid black;
}

.powered:hover{border: 2px solid white}

.autor{
position: relative;
float: left;
left: 100px;
font-size: 20px;
font-weight: bold;
}



