@charset "UTF-8";

/**
 * <Monsters With An Attitude>
 *
 * Home specific declarations
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2008-08-13
 * @lastmodified	2008-08-13
 */

/* page structure
---------------------------------------------------------- */

.home #header {
	height: 180px;
}

.section.primary {
	height: 306px;
}

/* cart
---------------------------------------------------------- */

#cart {
	position: absolute;
	top: 180px;
	right: 0;
	width: 342px;
	height: 144px !important;
	min-height: 0;
	z-index: 10;
	background-position: 0 0;
}

#cart .cart-monster
{
	top: 8px;
	left: 175px;
}

#cart-items {
	top: 90px;
	left: 112px;
}

#cart h2 {
	top: 26px;
	left: 19px;
	bottom: auto;
}

#cart ul.actions, #cart div.actions
{
	position: absolute;
	top: 70px;
	right: 10px;
	width: 85px;
}

#cart div.actions
{
	top: 80px;
	left: 0px;
}

#cart a {
	font-weight: bold;
	text-decoration: underline;
	text-transform: lowercase;
	color: #51bdcd;
}

#cart-inner
{
	background: none;
	min-height: 0px;
}

/* visuals
---------------------------------------------------------- */

.birthlists {
	
}

.birthlists a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/bg_corners.png) no-repeat -1026px 100%;
}

/* sidebar
---------------------------------------------------------- */

.sidebar {
	float: left;
	width: 342px;
	padding-top: 126px;
	height: 162px;
}