/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
<?php
/*
Template Name: Black Diamond Template
*/
?>
<!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 language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title> 
<?php wp_title(""); ?> 
<?php if(wp_title(" ", false)) { echo " | "; } ?> 
<?php bloginfo('name'); ?>
</title>

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>

<link rel="stylesheet" href="<?php bloginfo('template_directory') ?>/style-blackdiamond.css" type="text/css">


<?php wp_head(); ?>
</head>
<body>
<div class="Main">
<div class="Sheet">
    <div class="Sheet-tl"></div>
    <div class="Sheet-tr"><div></div></div>
    <div class="Sheet-bl"><div></div></div>
    <div class="Sheet-br"><div></div></div>
    <div class="Sheet-tc"><div></div></div>
    <div class="Sheet-bc"><div></div></div>
    <div class="Sheet-cl"><div></div></div>
    <div class="Sheet-cr"><div></div></div>
    <div class="Sheet-cc"></div>
    <div class="Sheet-body">
<div class="Header">
    <div class="Header-jpeg"></div>
<div class="logo">
   
    <div id="slogan-text" class="logo-text">
       </div>
</div>

</div>



<div class="contentLayout">
<div class="content">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?> 
<div class="Post">
    <div class="Post-body">
<div class="Post-inner article">
<h2 class="PostHeaderIcon-wrapper">
<span class="PostHeader">
</span>
</h2>
<div class="PostContent">
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry &raquo;', 'kubrick')); ?>

</div>
<div class="cleared"></div>

</div>

    </div>
</div>

<?php endwhile; endif; ?>

</div>

</div>
<div class="cleared"></div>

<div class="Footer">
    <div class="Footer-inner">
                
                <div class="Footer-text">

</div>
    </div>
    <div class="Footer-background">
    </div>
</div>

    </div>
</div>
<p class="page-footer">

    <a href="<?php echo get_settings('home'); ?>/">Home</a> | <a href="#">Contact Us</a> | <a href="#">Terms & Disclaimers</a> | <a href="#">Earnings Statement</a>
    | <a href="#">Privacy Policy</a><br />
    Copyright &copy; 2009 <?php bloginfo('name'); ?>. All Rights Reserved.<br /><br />
    Powered by <a href="http://wordpress.org/">WordPress</a> and <a href="http://wp-landingpages.com">
        Affiliate Landing Page</a> Templates for Wordpress.</p>

</div>

<!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
<div><?php wp_footer(); ?></div>
<?php wp_footer(); ?>
</body>
</html>

</body></html>


