1/**
2 * CSS for the Slaad template.
3 *
4 * @media   screen
5 * @browser Internet Explorer 6 and earlier.
6 * @author  Ismael Salgado <slaad.net@gmail.com>
7 */
8
9 .header span{position:relative; top:50px; left:10px;}
10 .search form{bottom:10px; right:10px;}
11
12 /**
13  * Uncomment them to display an image instead of text in the header.
14  * It corrects the position of the image in Internet Explorer 6.
15  */
16 /*.header{background-position:10px 60px;}
17 .header span{position:relative; left:-9999px;}*/