/*
 Theme Name:   DLP Theme
 Description:  Child of Blanco from Envato to help segregate changes.
 Author:       Shasta Willson
 Template:     blanco
 Version:      1.0.0
 Tags:         
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*Things in the Header*/
#links, #search {
	float: right;
	width: 500px;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 0px;
}

#header {
    width:940px;
    padding:5px !important;
    background-image:url(../../uploads/2013/03/HeaderBg.jpg);
    background-repeat:repeat-x;
}

#main-nav {
	position: relative;
	left: -5px;
}

#site-description {
	color: rgb(253, 240, 212);
}

/*format display-posts widget*/
.display-posts-listing img {
  border: 1px solid grey;
  padding: 5px;
  float: left;
  margin-right: 5px;
}

.bereaved .listing-item {
	width: 45%;
	padding: 10px;
	float: left;
}
.bereaved {
	width: auto;
	overflow: hidden;
}

/*fix for the on-page shopping cart*/
.widget_shopping_cart_content ul.cart_list li a, ul.product_list_widget li a {
	float: none;
}

.widget_shopping_cart_content .buttons .button {
	display: inline;
}

/*Fix for the buy-buttons under products*/
ul#top {
	padding-left: 5px !important;
	padding-right: 5px !important;
	}

.product-name, .price, .btn-cont, img-wrapper, .product-image .img-wrapper {
	position: relative;
	
}

ul.products .product-grid,   
    #products-grid.products_grid .product-grid {
	text-align: center;
}