<?php
/**
 * @package Delicacy
 */
?>

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>" />
	<title><?php wp_title( '|', true, 'right' ); ?></title>
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
	<!--[if lt IE 9]>
	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
	<![endif]-->
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
	<div id="wrapper">
		<?php do_action( 'before' ); ?>
		<div id="inner-wrapper">
			<div id="header">
				<div id="header-top">
					<?php $header_image = get_header_image();
					if ( ! empty( $header_image ) ) { ?>
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
							<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
						</a>
					<?php } // if ( ! empty( $header_image ) ) ?>
					<div id="logo">
						<h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> - <?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
						<p><?php bloginfo( 'description' ); ?></p>
					</div>
				</div>
			<div id="navigation">
				<?php
				if ( has_nav_menu( 'primary-menu' ) ) {
					 wp_nav_menu( array(
						'theme_location' => 'primary-menu',
						'container' => 'div',
						'container_class' => 'main-menu',
						'menu_class' => 'sf-menu',
						'depth' => '4',
					 ) );
				} else {
				?>
					<div class="main-menu">
					<ul class="sf-menu">
						<?php wp_list_pages( 'title_li=' ); ?>
					</ul>
					</div>
				<?php
				}
				?>
			</div><!-- end #navigation -->
			<div id="intro">
				<div class="menu-shadow"></div>
				<div class="headline"></div>
			</div><!-- end #intro -->
			</div><!-- end #header -->
			<div id="content-wrapper">
			<div id="content">