<!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'); ?>" />
<meta name="author" content="HPA, misbah" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<title><?php
if (is_home()) {
	bloginfo('name');
} elseif (is_404()) {
	echo '404 Not Found'; echo ' | '; bloginfo('name');
} elseif (is_category()) {
	echo 'Category:'; wp_title(''); echo ' | '; bloginfo('name');
} elseif (is_search()) {
	echo 'Search Results'; echo ' | '; bloginfo('name');
} elseif ( is_day() || is_month() || is_year() ) {
	echo 'Archives:'; wp_title(''); echo ' | '; bloginfo('name');
} else {
	echo wp_title(''); echo ' | '; bloginfo('name');
}
global $codename,$$codename; ?>
</title>
<!--
Chucky Theme
Designed by hpa (http://wpjunction.com
Coded by misbah (ini_misbah@yahoo.com)
-->
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/glide-flash.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/comments.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/jquery.tabs.css" type="text/css" media="screen" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.6-packed.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.tabs.pack.js"></script>
<style type="text/css">
/* type your style here */
</style>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
	htmlStr = jQuery('#front-message .title');
	htmlStr.html('<span id="title-shadow">'+htmlStr.html()+'</span><span>'+htmlStr.html()+'</span>');
	htmlStr.addClass('relative');
	jQuery('#front-message .entry').addClass('fix-js');
	jQuery('#top-s').val('Type text to search here...').focus(function(){ jQuery(this).val(''); }).blur(function(){ if(jQuery(this).val() == '') jQuery(this).val('Type text to search here...'); });
	jQuery('#tab-content').tabs({ fxSlide: true });
	//toggle on sidebar
	jQuery('.toggle').each(function() {
		jQuery(this).addClass('pointer');
		var widgetHeader = jQuery(this).parent();
		jQuery(this).toggle(
			function() {
				jQuery(this).addClass('toggle-down');
				jQuery(this).next().addClass('hidden');
			},
			function() {
				jQuery(this).removeClass('toggle-down');
				jQuery(this).next().removeClass('hidden');
			}
		);
	});
	jQuery('.widget ul li,.tabs-container ul li').each(function() {
		jQuery(this).hover(
			function() {
				jQuery(this).addClass('hover');
			},
			function() {
				jQuery(this).removeClass('hover');
			}
		);
	});
});
</script>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/style-ie.css" />
<![endif]-->
<?php wp_head(); ?>
</head>
<body>
	<div id="header" class="clearfix">
		<div id="branding" class="clearfix">
			<span id="blog-title"><a href="<?php echo get_option('home') ?>/" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></a></span>
			<?php if (is_home()) : $home = ' current_page_item'; ?>
			<h1 id="blog-description"><?php bloginfo('description') ?></h1>
			<?php else: $home=''; ?>
			<div id="blog-description"><?php bloginfo('description') ?></div>
			<?php endif ?>
		</div><!-- /branding -->
		<div id="top-search-wrap">
			<form id="top-search" action="<?php echo get_option('home') ?>/" method="get">
			<fieldset>
				<input type="text" id="top-s" name="s" value="Type text to search here" class="input-text"/>
				<input type="submit" id="top-search-submit" value="" class="input-submit"/>
			</fieldset>
			</form>
			<a id="rss-button" href="<?php bloginfo('rss2_url'); ?>" title="Subscribe RSS">RSS</a>
		</div>
		<div id="page-menu" class="menu">
			<span class="left"></span><span class="right"></span>
			<ul id="page-shadow">
				<li class="page_item <?php if(is_home()): ?>current_page_item<?php endif ?>"><a href="<?php echo get_option('home'); ?>/">Home</a></li>
				<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
			</ul>
			<ul>
				<li class="page_item <?php if(is_home()): ?>current_page_item<?php endif ?>"><a href="<?php echo get_option('home'); ?>/">Home</a></li>
				<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
			</ul>
		</div>
	</div><!-- /header -->
	<div id="container" class="clearfix">