/* 
    Author: Marko Žabčić
    Ver: 0.4
        
    
    == Ispravljeni bugovi 
        - IE // 3px jog
        - FF, IE // margin-top bug
    
    
    ===================================
    IE giljotina bug: nema ga (v0.2)
        
   
*/



/* Initial width set (2 most used widths) */
.w750 .w{width:68em; margin:0 auto;}
.w750 #ie .w{width:68.8em;} 

.w950 .w{width:86.4em; margin:0 auto;}
.w950 #ie .w{width:87.4em;}

/*
	margin uncollapsing - je isključeno do danjeg jer uzrokuje bug u FF sličan kao giljotina kod IE
*/


/*
.d2,.d, .full-content{overflow:hidden;} * FF / IE7 *
#ie6 .d2, #ie6 .d, #ie6 .full-content{height:1%;}
*/


#ie #body .d{height:1%;} /* clear Me */
#body .d:after{content:"-"; height:0; font-size:0; visibility:hidden; display:block; clear:both;}


/* Setting initial widths & margins for some elements*/
.left-content{float:left; width:25%;}
.right-content{float:right; width:25%;}


/* IE 3-pixel jog bug */
#ie6 .left-content{margin-right:-3px}
#ie6 .right-content{margin-left:-3px}


/* Remove right or left column */
.no-left .left-content,	.no-right .right-content,
.no-both .left-content, .no-both .right-content{display:none;}


/* Logo */
#logo p{margin:0;}
#logo a{display:block; outline:none; text-indent:-999em;} /* obično je ovo slika */




