<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php if (function_exists('language_attributes')) { 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');
if ( is_single() ) {
	_e('&raquo; Blog Archive', 'xpress');
}
wp_title(); ?></title>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php
// comment-replay.js load  @since 2.7.0
if (function_exists('wp_enqueue_script')) { // not function Ver2.0
	if ( is_singular() ){  //not function Ver2.0
		wp_enqueue_script( 'comment-reply' );
	}
}
?>
<?php wp_head(); ?>
</head>
<body>
<div id="xpress_page">
<div id="xpress-header-bar">
	<div id="xpress-header-bar-top">
		<div class="xpress-header-title">
			<?php  if (xpress_selected_author_id(false)) echo get_avatar(xpress_selected_author_id(false),$size = '32'); ?>
			<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>
		</div>
		<div class="xpress-conditional-title">
			&nbsp; <?php xpress_conditional_title();?> 
		</div>
	</div>
	<div class="xpress-description">
		<?php bloginfo('description'); ?>
	</div>
	<div class="xpress-operation-link">
		<?php
			if(xpress_is_wpmu()){
				$blog_details = get_blog_details(1);
				$site_url = $blog_details->siteurl;
				echo '<a href="' . $site_url . '/">' . __('Main Page','xpress') . '</a> | ';
			}
		?>
		<a href="<?php echo get_option('home'); ?>/"><?php _e('Blogs Home','xpress')?></a> 
		<?php if(xpress_is_contributor()) { echo ' | ' ; xpress_post_new_link(__('Post New','xpress')); }?>
	</div>
</div>
<hr class="xpress-border"></hr>
