/*
Theme Name:     Suffusion Child
Theme URI:      http://www.cartoon-violence.com
Description:    Child theme for the Suffusion theme 
Author:         Victorb
Author URI:     http://www.victorb.net
Template:       suffusion
Version:        0.1.1
*/

/* no need to import base stylesheet due to new suffusion child theme setting in Back End->Custom Includes */
/* @import url("../suffusion/style.css"); */

/** DEC 2 2013 ROBOTS AND DINOSAURS CHANGES **/

/* HIDE HEADER TEXT FOR XMAS PAGE */
.post-617 header {
	display: none;
}

.post-617 div.entry.fix, body.page-id-617 article {
        padding-top: 0px;
}

/* hide borders and padding on default suffusion tables */
.entry td {
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
}

/* remove outline and spacing around main wrapper so content floats seamlessly against background */
div#wrapper {
	padding: 0px;
	border: 0px dotted #cccccc;
}

/** WOOCOMMERCE STYLES **/
.info-category {
	padding: 5px;
}

.woocommerce-wrapper {
	padding: 0px;
}

ul.products {
	padding: 0px;
	margin: 0px;
}

ul.products li.product {
	display: inline-block;
	max-width: 300px;
	padding: 5px;
	clear: none;
	min-height:220px;
}

p.woocommerce-result-count {
	margin-bottom: 10px;
}

form.woocommerce-ordering {
	text-align: center;
	padding-bottom: 5px;
}

textarea#order_comments {
	width: 500px;
}

/* customize anything we want to change */

/* description */
#header div.description {
  letter-spacing: 0.2em;
  font-size: 18pt;
  font-weight: bold;
  text-shadow: 0px 0px 0px #000;
}

/* increase size of entry title link in tile-based posts/pages views */
#content a.entry-title {
  font-size:16pt;
  font-weight:bold;
  line-spacing:16pt;
  letter-spacing: 0.1pt;
  text-align: justify;
}
/* and move it up */
#content h2.suf-tile-title {
  margin: 0px;
}
