/* CSS Document 
VINASTRONOMIJA.ORG /www.vinastronomija.org/
Omnicron.hr - CSS
*/
*{
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin: 0px;
	font: 0.7em Arial, Helvetica, sans-serif;
	background-image: url(../art/bg.gif);
	background-repeat: repeat;
	color: #A87748;
	/* scroll bar - IE only*/
	scrollbar-face-color: #6C3100;
	scrollbar-highlight-color: #492100;
	scrollbar-3dlight-color: #714318;
	scrollbar-shadow-color: #492100;
	scrollbar-darkshadow-color: #714318;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #492100;
}
.image {
	margin-top: 5px;
}
.image-small {
	margin-top: 15px;
	float:left;
	padding-left:10px;
}
/*
.image-small {
	width: 105px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	clear:both;
}
*/
a img, img {
	border:1px solid #693400;
}
a:hover img {
	border:1px solid #A87748;
}
/* KONTAKT FORMA */
td, input, textarea, select, li{
	font: 11px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.input, .inputArea {
	color:#A87748;
	background-color: transparent;
	padding:2px 0px 0px 5px;
	height: 20px;
	border: 1px solid #714318;
	background-image: url(../art/bg_form.gif);
	background-repeat: repeat;
	background-color: transparent;
}
.input {
	width:200px;
}
.inputArea {
	height: 140px;
	width:200px;
}
.inputButton {
	color:#A87748;
	width: 100px;
	background-image: url(../art/bg_form.gif);
	background-repeat: repeat;
	background-color: transparent;
	border: none;
}
table{
	width: 340px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
td{ /* table */
	padding:2px 5px;
}
p {
/*	font-size: 100%; */
	/*
	line-height: 155%;*/
	line-height: 130%;
	text-align: justify;
	color: #A87748;
	margin-top: 5px;
	margin-right: 15px;
}
a {
	text-decoration: underline;
	color: #B8916B;
}
a:hover {
	text-decoration: none;
}
h1 {
	position:absolute;
	width:400px;
	top: 20px;
	text-indent:-8000px;
	margin: 0 auto;
	left: 0px;
}
h1 a{
	display:block;
	height:100px;
	top: 0px;
	text-decoration: none;
}
h2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;

}
h2, h3 {
	color: #EBB078;
	line-height: 155%;

}
/* DO OVDJE - OPCENITI DIO */
/* ELEMENTI STRANICE */
#container {
	width: 560px;
	margin: 0px auto;
	text-align:left;
	background-color: #FAFAFA;
}
#content {
	width:560px;
	background-image: url(../art/bg_main.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
}
/* HEAD */
#head {
	background-image: url(../art/head.jpg);
	height: 150px;
	width: 560px;
	background-repeat: no-repeat;
	position:relative;
}
/* FOOTER - COPYRIGHT */
#footer {
	width: 520px;
	margin-left: 20px;
	clear: both;
	background-image: url(../art/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 2px solid #331800;

}
#footer p {
	text-align: center;
	color: #8E643C;
	padding-top: 15px;
	padding-bottom: 20px;

}
#footer a {
	color: #B8916B;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* IMPORTANT */
.important {
	margin-top: 10px;
	margin-right: 15px;

	border: 2px solid #714318;

	/*
	border-top: 2px solid #714318;
	border-bottom: 2px solid #714318;
	*/
	padding: 10px;	
	
	background-image: url(../art/bg_form.gif);
	
	background-repeat: repeat;
}
.important p {
	margin: 0px;
}
.important h3 {}

/* MARGIN > stavlja marginu oko "p" */
#main-container {
	margin: 15px;
}
#main-container ul {
	padding-left: 15px; 
	width: 320px;
}

#main-container ol {
	padding-left: 35px; 
	width: 300px;
}

/* LIJEVO - DESNO /CONTAINER */
#left{
	width:180px;
	float:left;
}
#right{
	float:left;
	width:380px;
}
/* NAVIGACIJA */
/* NAVIGATION BAR - Vertikalna */
#nav-container {
	margin-top: 15px;
	margin-left: 30px;
}
#nav-container img {
	margin-top: 15px;
}

#nav{
	width:100%;
	font-size: 100%;
	border-top: 1px solid #714318;
}
#nav li{
	list-style:none;
	line-height:220%;
}
#nav a{
	display:block;
	width:100%;
	color:#A87748;
	border-bottom:1px solid #714318;
	font-weight: normal;
	text-decoration: none;
	text-indent: 1em;
}
#nav a span{ /* OVO SLUZI ZA PODLISTU!! <span></span> */
	display:block;
	padding-left: 1em; 
}
#nav a:hover, #nav a.selected {	background:#582E06; }
#nav a.selected{
	color: #CEA277;
	font-weight: bold;
}
/* NOVOSTI */
dt {
	color:#006699;
	font-size:120%;
	font-weight:normal;
	margin:5px 10px;
}
dd{
	margin:0 10px;
	text-align:justify;
}
dd img{
	float:left;
}
/* NOVOSTI KRAJ */
hr {
	clear:both;
	width:335px;/*
	text-align:center;
	padding-top:10px;
	margin:0 auto 10px;
	border-bottom:1px solid #E6E6E6;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff; */
	float: none;
}
/* novi kod */

/* float fix 

#content:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content{
	display: inline-block;
}
* html #content{
	height: 1%;
}
#content{
	display: block;
}

end float fix */

