/*	---------------------------------------------------------------------------------------
	Rock.cz
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Styles for IE
	Media:				screen, projection
	Date:					20. 7. 2009
	Author:				Zdenek Kostal (http://zdenekkostal.cz/)
	-------------------------------------------------------------------------------------*/

legend { margin-left: -7px; }

#message { position: absolute; left: expression( ( ( ignoreMe2 = (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)+(document.viewport.getWidth/2) ) ) + 'px' ); top: expression( ( 200 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }

.cl, .in, .box1, .box2, .box3, #mainarticles, #picture { display: block; zoom: 1; }

.fb_box .headline strong, .fb_box .headline em { float: left; }

#mainarticles .box h2 a, #mainarticles h1 a, #mainarticles h1 strong { padding-bottom: 16px; }
.prev, .next, .up p a, .b-pagination a { background-color: expression(this.onmouseover = new Function("this.className += ' hover';"),this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")); }

h1 { width:expression(this.offsetWidth > 500? "500px": "auto" ); }

.submenu li a { zoom: 1; }
#picture .file { margin-top: 5px; }

.gal li span { top: 10px; }

ul.usergalleries { margin-bottom: 0; }
ul.photogal { padding-bottom: 10px; }

	
