
/* Mostly, this gets rid of the real borders and uses fake background-borders instead  */

/* ======================================= Page =========================================== */

div#page
{
	/* The lower-left plus-sign */
	background-image: url(../images/common/extended-content-background.png);
	background-position: 0px 192px;
	background-repeat: no-repeat;
}

* html div#page
{
	background-position: 0px 115px; /* Formerly 0px 180px */
}

/* ============================== Page: Content Container ============================= */


/* This holds all the content bits */

div#page div#content-container
{
	border-left-width: 0px;
	padding-bottom: 2.0em; /* Normally 10.0em */
}

/* ======================== Elements in Primary-Content ============================= */

/* This primarily affects the item-list admin page */

div#primary-content ul li a
{
	display: block;
	width: 100%;
}

/* ==================================== Page: Footer ================================= */

/* H6 holds the footer */
div#page h6
{
	border-top-width: 0px;
}

/* Main image */
div#secondary-content img
{
	width: 320px;
	height: 320px;
}