/* Global settings for the whole site for general elements */ 
/* Setting that will apply when there is not cascade or specific style definition */

/********************************************************************************/
/* Ovde su podesavanja za html elemente nezavisno od J 							*/
/* (deo ovih definicija za osnovne elemente html-a postoji i u content.css. 	*/
/*	Ja ih zbog sistematizacije definisem u global.css 							*/
/*	ali ih ostavljam i u content.css jer je on preuzet 							*/
/*	kao "skoro kompletna lista onoga sto J koristi" 							*/
/********************************************************************************/

* { /* all elements */ 

/* for testing */
/*
border-top: 1px solid #E868A1;
border-bottom: 1px solid #E868A1;
border-left: 1px solid #E868A1;
border-right: 1px solid #E868A1;
*/
/* for testing */
	
margin:0;
padding:0;

text-decoration: none;

/*******************************/
/* Start of Defaults for       */
/* css properties that inherit */
/* (ova lista su samo oni 	   */
/* koji se nasledjuju)         */
/*******************************/
/* azimuth: */
/* border-collapse: */
/* border-spacing: */
/* caption-side: */
		 color: #616467; /* boja svog teksta za koji nije specificno data boja */
/* cursor: */
/* direction: */
/* empty-cells: */

/* font: */
				
				/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
				/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;

				/*font-size: 11px;*/
font-size: 100%; 
				/*font-stretch: normal;
				font-size-adjust: none;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				letter-spacing: normal;*//*-sasa*/

line-height: 130%;

/* list-style: */
/* list-style-image: */ 
/* list-style-position: */ 
/* list-style-type: */
/* orphans: */
/* page: */
/* page-break-inside: */
/* quotes: */
/* speak: */
/* speak-header: */

text-align: left;
text-indent: 0;
text-transform: none;
/* volume: */
white-space: normal;
/* widows: */
word-spacing: normal;
/*******************************/
/* End of Defaults for         */
/* css properties that inherit */
/*******************************/
}

strong { font-weight: bold; /*font-size: 11px;*/ }

/*  Global Formatting */

p,blockquote,ul,ol,dl,fieldset,address {}

img {border: 0 none;}
hr {} /* horizontal line in your template*/

a:link {color: #110974;} /* general links style*/
a:visited { color: #110974; }
a:hover { color: #ff6c13;}
a:active { color: #d11718; }

a:focus, a:active {
	-moz-outline:none; /* Mozilla */
	outline: none; /* CSS3 */
	text-decoration:none;
	border:none;
}

h1,h2,h3,h4,h5,h6 { line-height: 1em;font-weight: 900; }
h1 {/*font-size:16px;*/}
h2 {/*font-size:15px;*/}
h3 {/*font-size:14px;*/}
h4 {/*font-size:13px;*/}
h5 {/*font-size:12px;*/}
h6 {/*font-size:11px;*/}

table {}
td{/*font-size: 12px;*/}
th{/*font-size: 12px;*/}

form {}
input {}
textarea {}
label {}


/* Clears Divs */
.clr{clear: both;}

/* colors in use */
.red { color: #d11718; }
.blue { color: #1376c9; } 
.blueDark {color: #110974;}
.orange {color: #ff6c13}

.OrangeDark { color: #b84e14; } /* hover za naslove */
.OrangeLight { color: #fcf1ec;}
.GrayLight { color: #DEDEDE;}
.GrayLightExtra { color: #f2f2f2; }

