/*
Theme Name:     Mystile Child
Theme URI:      http://www.joerucci.com/
Description:    Child theme for the Mystile theme
Author:         Your name here
Author URI:     http://joerucci.com
Template:       mystile                            
Version:        0.1.0
*/
@import url("../mystile/style.css");
@import url("../mystile/styles/grey.css");


header#header {
	margin-bottom: 0px;
	border-bottom: 0px double #e8e4e3;

	padding-top: 20px;
	padding-bottom: 20px;
}
header#header #logo {
	float: left;
	margin-bottom: 0px;
}
header#header hgroup {
	position: relative;
	margin-bottom: 0px;
}

div.product_meta

{

	display: none;
	
}

#content h1 {
	font-size:100%;

}

#content h3 {
	font-size:85%;

}

span.price span.amount { color: #545454; }



.archive-box {
	width: 195px;
	height:195px;
	display:block;
	float:left;
	padding-right:14px;
	padding-bottom:14px;
}
.archive-box .last {
	padding-right:0px;
}
.blank-img {
	margin:0;
	padding:0;
	border:none;
	border:0px;
}

h1.page-title {
	display: none;
}

/* Hide Tabs */
ul.wc-tabs {
	display: none;
}

/* Style Tab Blocks */
#tab-description {
	border: none;
	background-color: transparent;
}

/* Pad YouTube Videos */
.embed-youtube {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Add To Cart Button */
div.product div.summary .quantity {
	border-right: none;
}
div.product div.summary button.button, a.checkout-button.button.alt.wc-forward, #place_order {
	background: none;
	background-color: #4A90E2;
	color: #fff;
	text-shadow: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.product div.summary button.button:hover, a.checkout-button.button.alt.wc-forward:hover {
	background-color: #417EC4;
	color: #fff;
}