/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

#logo { margin-top: -3em; }
#navigation { margin-top: -1.45em; }

#title-container { padding: 15px 0; }

.pp_social { display:none; }

.slide-header .post-date { display: none; }

/* #comments, .nocomments { display: none; }*/
#comments .nocomments { font-size:14px; font-weight: bold; color: #000000; }

.slide .photo-caption { font-family: 'Arimo',arial,sans-serif; font-size:12px; }

.slide .slide-content.entry {
	 width: 880px;
	 left: 0px;
	 bottom: 0;
	 padding: 15px 40px 10px;
	 position: absolute;

	  /* Fallback for web browsers that doesn't support RGBa */

	 background-color: rgb(0, 0, 0) transparent;
	
	/* RGBa with 0.6 opacity */

	background-color: rgba(0, 0, 0, 0.5);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000)";
	!important; 
}

.slide-header .post-date { color: #ffffff; font-size: 13px; text-align: right; font-family: 'Marvel',arial,sans-serif; font-size:12px; !important;}

/*  Woocommerce  customizations - ECP 11/23/13  */
	/*  Small Prints page, title below images: */
div#main.col-left ul.products li.product h3 {
	color: #999999;
	font: 14px/1.5em 'Arimo',arial,sans-serif; !important;
	 height: 66px;
}
/*  Small Prints page, text above thumbnails:*/
div#main.col-left div.page-description p {
	color: #999999;
	font: 14px/1.5em 'Arimo',arial,sans-serif;	
}
/*  Small Prints page, sorting menu - make it disappear:*/
div#main.col-left form.woocommerce-ordering select.orderby {
	display: none; 
}
/*  Small Prints page, big title (was Dirty Washcloth)*/
.archive div#wrapper div#title-container.col-full h1.title {
	display: none;
}
/*  Small Prints page, small page title - "Small Prints"*/
.archive div#wrapper div#content.page div#main.col-left h1.page-title {
	font: bold 14px/1em 'Michroma',arial,sans-serif;
	font-size: 2.2em;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-bottom: 44px;
	margin-top:  -78px
}
/*  Small Prints page, line under title area */
.archive div#wrapper div#title-container.col-full  {
/* 	border-bottom: 2px solid #D0D7D1;       -- This was making the line white  - the line is already there, so maybe it was doubling it */  
 	margin: 32px auto;
}
/*  Small Prints page, "showing 1-10 of ...'' etc. */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    	margin: 1em 0;
}

.archive div#wrapper div#content.page div#main.col-left  {
	width: 725px; 
}
/* Single Product page - make title above price disapear:  */
.single div#wrapper div#content.page div#main.col-left div.summary h1.product_title {
display: none;
}
/* Single Product page - Make “Product Description” in white.  Match font to that extended title font.   */
.single div#wrapper div#content.page div#main.col-left div.woocommerce-tabs div#tab-description.panel h2 {
	font: bold 14px/1em 'Michroma',arial,sans-serif; 
	color: #ffffff;
	margin-bottom: 7px;
}
