/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


body {
border-top:10px solid #000000;
}

/* drugi */

.qtrans_language_chooser li { float:left; margin-left:10px }

#smallflags {
        float:right;
        text-align:right;
        width:72px;
        display:inline-block;
        list-style:none;
        margin-top: 10px;
}

#smallflags ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#smallflags ul li {
	margin-left: 10px;
	padding: 0px 0px;
	border: 0px solid #999;
	list-style: none;
	display: inline;
	}
	

#qtranslate li {
        display: inline;
        list-style-type: none; 
}

a img, a:visited img, a:active img, a:active img
    {
    filter:alpha(opacity=100);
	-moz-opacity: 1.0;
    opacity:1.0;
	border: 0px;
    }

a:hover img
    {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:.80;
    border: 0px;
    }
#gallery-item img {
border:0 solid #CFCFCF;
}



