<!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">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>Emptees - Cart</title>
	<meta name="description" content="Your place to get all the hot Emptees gear" />
	<meta name="keywords" content="tee, tees, shirt, t-shirt, design, art, print" />
	<link href="/products.rss" rel="alternate" title="Product RSS Feed" type="application/rss+xml" />
	<link rel="apple-touch-icon" href="http://emptees.com/images/webclip.png" />
	<link rel="shortcut icon" type="image/png" href="http://emptees.com/images/favicon.png" />
	<link href="http://emptees.com/stylesheets/site.css" media="screen" rel="stylesheet" type="text/css" />
	<!--[if IE 7]>
	<link href="http://emptees.com/stylesheets/site_ie7.css" media="screen" rel="stylesheet" type="text/css" />
	<![endif]-->	
	<script src="http://cache1.bigcartel.com/themes/blocks/javascripts/prototype.js?20090929" type="text/javascript"></script>
	<script src="http://cache1.bigcartel.com/themes/blocks/javascripts/effects.js?20090929" type="text/javascript"></script>
	<script src="http://cache0.bigcartel.com/themes/blocks/javascripts/store.js?20090929" type="text/javascript"></script>
	<script src="http://cache1.bigcartel.com/themes/api.js?20090929" type="text/javascript"></script>
	<script type="text/javascript" charset="utf-8">
		Store.error_div 	= 'message';
		Store.currency_sign	= "$";
		Store.item_singular	= "item in your cart";
		Store.item_plural	= "items in your cart";
		Store.discount_off	= "% off";
		Store.show_shipping_and_tax = true;
		Store.initialize = function() {
			API.onError = this.onError.bind(this);
			this.detectCookies();
			if(document.body.id == 'shop_cart') this.initCartPage();
		}
		Store.onError = function(error) {
			if(error instanceof Array) error = error.join("</li><li>");

			error	= "<li>" + error + "</li>";
			var div = $(this.error_div);

			if(div) {
				div.update('<ul>' + error + '</ul>');
			} else {
				$('header').insert({ after: '<div class="error" id="message"><ul>' + error + '</ul></div>' });
				div = $(this.error_div);
			}

			div.hide();
			div.scrollTo();
			div.appear({ duration: 0.3 });
		}
	</script>
	<meta name="generator" content="Big Cartel" />
</head>
<body id="shop_cart" class="shop">
	
	<div id="wrap">
		
		<div id="header">

			<div id="logo"><a href="http://emptees.com/">Emptees</a></div>

			<ul id="nav">
				<li id="nav_tees"><a href="http://emptees.com/tees">Tees</a></li>
				<li id="nav_people"><a href="http://emptees.com/people">People</a></li>
				<li id="nav_resources"><a href="http://emptees.com/resources">Resources</a></li>
				<li id="nav_talk"><a href="http://emptees.com/talk">Talk</a></li>
			</ul>
			
			<div id="minicart">
				<h3><a href="/cart" id="minicart_contents"><span id="minicart_count" class="count">0 items in your cart</span></a></h3>
			</div>

		</div>
		
		
						
		<div id="main">
			
			<div id="main_header" class="clearfix">
				<div id="main_header_content">
					<h1>Cart</h1>
				</div>
			</div>
			
			
			<div id="main_content" class="clearfix">
	
	<div id="cart_content">
		

		<div id="cart_empty" class="boring">
			<h2>You don&#8217;t have any items in your cart. <a href="/">Start shopping!</a></h2>
			<p>If you just tried adding an item, make sure you have <a href="http://www.google.com/cookies.html" target="_blank">cookies enabled</a>.</p>
		</div>
	</div>

</div>

<div id="sidebar">
	
	<div class="sidebar_pod">
		<h4>Payment Types</h4>
		<p>We gladly accept Visa, MasterCard, American Express, Discover, or regular account payments all through PayPal.</p>
		
		<h4>Security</h4>
		<p>PayPal automatically encrypts your confidential information in transit from your computer to ours using the Secure Sockets Layer protocol (SSL) with an encryption key length of 128-bits (the highest level commercially available).</p>
	</div>
	
	<div id="badge"><a href="http://bigcartel.com" title="Check out Big Cartel"><span>Powered by Big Cartel</span></a></div>
	
</div>
			
							
		</div>
				
		
		<div id="footer">
			<p id="footer_copyright">&copy; 2008 <a href="http://indielabs.com">Indie Labs, LLC</a></p>
			<ul id="footer_nav">
				<li><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;%63%6f%6e%74%61%63%74@%65%6d%70%74%65%65%73.%63%6f%6d">Contact</a></li>
				<li><a href="http://emptees.com/terms">Terms</a></li>
				<li><a href="http://emptees.com/privacy">Privacy</a></li>
				<li><a href="http://emptees.com/api">API</a></li>
				<li><a href="http://emptees.com/advertise">Advertise</a></li>
				<li id="footer_nav_shop"><a href="http://shop.emptees.com">Shop</a></li>
			</ul>
		</div>

		
	</div>
	
</body>
</html>