<?php
/**
 * The Header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package WordPress
 * @subpackage blankSlate
 * @since blankSlate 3.0
 */
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html <?php language_attributes(); ?>>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php
        /*
         * Print the <title> tag based on what is being viewed.
         * We filter the output of wp_title() a bit -- see
         * twentyten_filter_wp_title() in functions.php.
         */
        wp_title( '|', true, 'right' );
    
        ?></title>
	<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <!--[if IE 7]><link href="assets/ie7stylesheet.css" rel="stylesheet" type="text/css" media="screen" /><![endif]--> 
    <script src="<?php bloginfo('template_directory'); ?>/assets/jquery.js" type="text/javascript"></script>
	<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/assets/thickbox.js"></script>
    <script src="<?php bloginfo('template_directory'); ?>/assets/cufon-yui.js" type="text/javascript"></script>
    <script type="text/javascript">
        Cufon.replace('#languages', {hover: true});
		Cufon.replace('#register', {hover: true}); 
		Cufon.replace('#navigation', {hover: true}); 
		Cufon.replace('#navigationSec', {hover: true}); 
		Cufon.replace('.carouselUI', {hover: true});
    </script>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/assets/thickbox.css" type="text/css" media="screen" />
    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'66b67b78-7fea-46ff-bfb3-b7cd892f0508'});</script>
    <!--WORDPRESS STUFF-->
	<?php wp_head(); ?>
    <!--END WORDPRESS STUFF-->
</head>
<body>
	<div id="container">
    	<div id="header">
        	<a href="/pocetna" id="logo">UK Parobrod</a><!--end #logo-->
            <div id="headerInfo">
                <form role="search" method="get" id="searchForm" action="http://www.ukparobrod.rs/" > 
                	<fieldset>
                        <input type="text" value="" name="s" id="s" /> 
                        <input type="image" id="searchsubmit" alt="Search" src="<?php bloginfo('template_directory'); ?>/images/header-search.png" />  
                    </fieldset>
                </form>
            	<p id="languages">sr <a href="/pocetna-en">en</a></p>
                <p id="contactInfo">
                	USTANOVA KULTURE GRADSKE<br />
                    OP&Scaron;TINE STARI GRAD<br />
                    Kapetan Mi&scaron;ina 6a<br />
                    +381 11 2639 639<br />
                    +381 11 2626 338<br />
                    <a href="#"><strong>info@ukparobrod.rs</strong></a>
                </p>
                <div id="social">
                	<a href="http://www.facebook.com/ukparobrod" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/header-facebook.png" width="86" height="26" alt="Facebook" /></a><a href="http://twitter.com/UKParobrod" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/header-twitter.png" width="84" height="26" alt="Twitter" /></a><a href="http://www.youtube.com/user/ukparobrod" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/header-youtube.png" width="60" height="26" alt="Youtube" /></a><a href="http://www.flickr.com/photos/parobrod/" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/header-flickr.png" width="61" height="26" alt="FlickR" /></a>
                </div><!--end #social-->
            </div><!--end #headerInfo-->
            <div id="navigation">
            	<ul>
                    <li><a href="/pocetna" <?php if (is_page('7')) { ?>class="selected"<?php } ?>><strong>POČETNA</strong></a></li>
                    <li><a href="/o-nama" <?php if (is_page('9')) { ?>class="selected"<?php } ?>><strong>O NAMA</strong></a></li>
                    <li><a href="/desavanja" <?php if (is_category('4')) { ?>class="selected"<?php } ?>><strong>DEŠAVANJA</strong></a></li>
                    <li><a href="/programi" <?php if ((is_category(array(5, 6, 7, 8, 9, 10, 11, 12, 13))) or (is_page('11'))) { ?>class="selected"<?php } ?>><strong>PROGRAMI</strong></a></li>
                    <li><a href="/desilo-se" <?php if (is_category('14')) { ?>class="selected"<?php } ?>><strong>DESILO SE </strong></a></li>
                    <li><a href="http://www.flickr.com/photos/parobrod/" target="_blank"><strong>GALERIJA</strong></a></li>
                    <li><a href="ljudi" <?php if (is_page('13')) { ?>class="selected"<?php } ?>><strong>LJUDI</strong></a></li>
                    <li><a href="/blog" <?php if (is_category('1')) { ?>class="selected"<?php } ?>><strong>BLOG</strong></a></li>
                    <li><a href="/kontakt" <?php if (is_page('15')) { ?>class="selected"<?php } ?>><strong>KONTAKT</strong></a></li>
                </ul>
                <div class="clear"></div>
            </div><!--end #navigation-->
            <div id="navigationSec">
			<?php if ((is_category(array(5, 6, 7, 8, 9, 10, 11, 12, 13))) or (is_page('11'))) { ?>
            	<ul>
                    <li><a href="muzika-igre" <?php if (is_category('5')) { ?>class="selected"<?php } ?>>MUZIKA&amp;IGRE</a></li>
                    <li><a href="drama-knjige" <?php if (is_category('6')) { ?>class="selected"<?php } ?>>DRAMA&KNJIGE</a></li>
                    <li><a href="istorija-tradicija" <?php if (is_category('7')) { ?>class="selected"<?php } ?>>ISTORIJA&TRADICIJA</a></li>
                    <li><a href="film" <?php if (is_category('8')) { ?>class="selected"<?php } ?>>FILM</a></li>
                    <li><a href="novi-mediji" <?php if (is_category('9')) { ?>class="selected"<?php } ?>>NOVI MEDIJI</a></li>
                    <li><a href="arhitektura-dizajn" <?php if (is_category('10')) { ?>class="selected"<?php } ?>>ARHITEKTURA&DIZAJN</a></li>
                    <li><a href="subkultura" <?php if (is_category('11')) { ?>class="selected"<?php } ?>>SUBKULTURA</a></li>
                    <li><a href="vizuelna-umetnost" <?php if (is_category('12')) { ?>class="selected"<?php } ?>>VIZUELNA UMETNOST</a></li>
                    <li><a href="drustvo" <?php if (is_category('13')) { ?>class="selected"<?php } ?>>DRUŠTVO</a></li>
                </ul>
            <?php } ?>
            </div><!--end #navigationSec-->
        </div><!--end #header-->
        <div id="content">