/*
Theme Name: Uno
Theme URI: http://www.woothemes.com/
Version: 1.0.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas
Tags: canvas, woothemes, store, woocommerce

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@import url(../canvas/style.css);

body{
	background-repeat:no-repeat !important;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position: 50% 0;
}
#header{
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
#footer{
	margin:0 !important;
	-webkit-border-radius: 0 0 5px 5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
	-o-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
}
.page .entry-title{
	display:none;
}
ul.products li.product{
	float:none !important;
	margin:0 auto 40px !important;
}


.post-type-archive-product ul.products li.product, .home ul.products li.product{
	width:400px !important;
}
.post-type-archive-product ul.products li.product:after, .home ul.products li.product:after{
	content:"";
	display:block;
	clear:both;
}

.post-type-archive-product ul.products li.product h2{
	margin-top:0;
	margin-bottom:0.25em;
	font-size:1.414em;
}
.post-type-archive-product ul.products li.product a img, .home ul.products li.product a img{
	width:200px;
	float:right;
	margin:0;
	margin-left:10px;
}
.post-type-archive-product ul.products li.product .h_product-data, .home ul.products li.product .h_product-data{
	width:190px;
	float:left;
}
.h_product-data p{
	font-size:13px;
}

@media only screen and (max-width: 420px){
	.post-type-archive-product ul.products li.product, .home ul.products li.product{
		width:auto !important;
	}
	.post-type-archive-product ul.products li.product a img, .home ul.products li.product a img{
		width:200px;
		float:none;
		margin:0 auto 10px;
		display:block;
	}
	.post-type-archive-product ul.products li.product .h_product-data, .home ul.products li.product .h_product-data{
		width:200px;
		float:none;
		margin:0 auto;
	}	
}