<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>

<?php bloginfo('name'); ?>
<?php if(is_home()) { ?>
 - <?php bloginfo('description'); ?>
<?php } ?>
<?php if(is_single()) { ?>
<?php wp_title(); ?>
<?php } ?>
<?php if(is_404()) { ?>
 - Page Not Found
<?php } ?>
<?php if(is_search()) { ?>
 - Search Results for: <?php echo wp_specialchars($s, 1); ?>
<?php } ?>

</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-latest.pack.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jcarousellite_1.0.1.js"></script>	
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.easing.1.1.js"></script>	

<!--[if IE 6]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/styleie6.css" type="text/css" media="screen" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/styleie7.css" type="text/css" media="screen" />
<![endif]-->

</head>
<body>

<div id="pagina">

<div id="header">
<?php 
	$link = get_option('tech_twitter'); 
	?>
    <div id="twitter"> <div class="twitt"><a href="<?php echo ($link); ?>"></a></div></div>

    <div id="logo">
	<h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
	<div class="description"><?php bloginfo('description'); ?></div></div>
	
           	   <div id="searchform">

	<form method="get" action="<?php bloginfo('url'); ?>/">
	<fieldset>
	<input type="text" onfocus="if (this.value == 'Type Here And Press Enter...')  
			{this.value = '';}" onblur="if (this.value == '')  
			{this.value = 'Type Here And Press Enter...';}" value="Type Here And Press Enter..."name="s" id="searchinput" />	

	</fieldset>
	</form></div>



   	<div id="meniu">
	<ul>
	<li<?php if(!is_page() ) { ?> class="current_page_item"<?php } ?>><a href="<?php bloginfo('home'); ?>">Home</a></li>
	<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>

	</ul>

	</div>
      <div id="subscribe"> <div class="rssfeedlinks"><a href="<?php bloginfo('rss2_url'); ?>"></a></div></div>

		

<?php include (TEMPLATEPATH . '/featured.php'); ?>




</div>
<div class="clear"></div>