@import url( "es-branding-2009-left-sidebar/es-branding.css" );

/* fill right with dark background */

body.custom {
	background-color: #333;
}

/* sidebar treatment */

.custom #content_box {
	background-color: white;
	background-image: url( "sidebar-background.gif" );
	background-position: left 0;
	background-repeat: repeat-y;
}
body.custom #sidebars ul.sidebar_list {
	padding-top: 128px;
}

/* increase margin on R side of main content */

.custom #content_area .page, .custom #footer_area .page {
	width: 91em;
}
.custom #content_area .page #content {
	padding-right: 1.5em;
}

/* dark footer treatment */

.custom #footer {
	border-top: 2px solid black;
	padding: .3em 0 2em 0;
	background: #333;
	color: #ccc;
}
