/*
Theme Name:     Wooshoplite Child
Theme URI:      N/A
Description:    Child theme for the Wooshoplite theme
Author:         Jason Bone
Author URI:     http://www.jasonbone.me
Template:       wooshoplite
Version:        0.1.0
*/

strong {
	font-weight: bold;
}

/* extend title to full width on picture profile pages where search is hidden */
#beforecontent .pagetitle_picture_profile {
	width:100%;
}

/* make aligncenter actually do its job */
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* correct quantity and +/- button div width on product pages */
.quantity {
	width: 63px !important;
}

/* remove redundant border from search div */
#searchform .bgsearch {
	border: none;
}

#top_search {
	width: auto;
	margin-top: 10px;
}

/* remove max width on shipping totals in cart */

div.cart-collaterals div.cart_totals {
	max-width:100% !important;
}