/**
 * Theme Name: Suffusion McChild
 * Template: suffusion
 * Description: Child theme for McFarland suffusion
 * Theme URI: http://www.aquoid.com/news/themes/suffusion/
 * Version: 1.0.0
 * Author: McFarland
 * Author URI: http://mcfarlandbooks.com
 * License: GNU General Public License (GPL), v3 (or newer)
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */


@import url("../suffusion/style.css");
@import url("../suffusion/skins/light-theme-royal-blue/skin.css");



#cred { height: auto; }

#cred a {
	color: #BDC6FF;
}
#cred a:hover {
	color: #FFFFFF;
}
div.widget_collapscat ul.collapsing li {
    background-image: none;
    text-indent: 0em;
}
.suf-mag-category li, .tab-box div.sidebar-tab-content ul li, .suf-widget li, .suf-flat-widget li, .suf-panel-widget li {
    background-image: none;
    text-indent: 0;
}


.dbx-content {background:#F2F0D0;}
.dbx-handle {background:#20283F;}
h3.dbx-handle {color: #FFF;}

body {/* Default styling for everything that is un-styled and doesn't inherit*/
	background-image:url('/mcwp/wp-content/uploads/2011/12/McF-header-back4.jpg');
	background-repeat:repeat-x;
	background-color: #20283F;
}

/**********************************************************************************
	Styles for the Product Detail page (shown when a thumbnail is clicked)
**********************************************************************************/

.product_detail_td {
	vertical-align: top;
}

/* surrounds the entire product detail area */
.product_detail {
}

.product_detail form {
	margin: 0px;
}

.product_name {
	color: blue;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.product_image {
	float: left;
	margin: 4px;
}

.product_description {
	text-align: left;
}

.product_detail_price {
	font-size: 16px;
	margin-bottom: 12px;
	text-align: left;
}

.qty_label {
	font-weight: bold;
}

.qty_field {
	margin-right: 20px;
}

/* box surrounding qty and add to cart button */
.qty_box {
	margin: 10px 0px;
}

/* sections below product (Discounts, Buy Now, etc...) */
.product_section {
	border-top: silver solid 1px;
	padding: 10px 0px 20px 0px;
	margin-top: 5px;
	text-align: left;
}

.product_section_name {
	text-align: left;
	color: #17418a;
	font-size: 16px;
	padding-bottom: 10px;
}

/**********************************************************************************
	Styles for Contact 7 Field Widths
**********************************************************************************/

.wpcf7 textarea  {
  height: 100px;
  width: 285px;
}