
/* DANGER: OVERWRITES! */

.site-body {
	margin-bottom: 0;
}

.tile-wide {
	position: relative;
	width: 980px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 44px;
	border-top-width: 0px;
}

/* specificity for IE */
.no-boxshadow .tile-wide {
	border-top-width: 0;
}

.wayfinder {
	margin: -5px 30px 30px 30px;
	padding: 12px 5px 0 0;
	position: relative;
	border-bottom: 1px solid #eee;
	color: #777;
}

.wayfinder-location {
	padding: 2px 0 22px;
	border-bottom-width: 0;
	font-size: 1.2em;
	color: #777;
}

.wayfinder-location a {
	color: #777;
}

.wayfinder-logo {
	float: left; 
	margin-right: 10px;
	font-size: 1.2em;
}

.home-button {
    padding-right: 22px;
}

.home-button:hover, .home-button:focus {
    color: #c73485;
    background: url(../img/icons/glyphicons_020_home.png) no-repeat right center;
}

.toolbar {
	position: absolute;
	top: 11px;
	right: 0;
	margin-left: 20px;
	margin-right: 0;
}

.site-navigation-sub {
	padding-top: 0;
	margin-left: 20px;
}

.site-main {
    float: left;
    width: 730px;
    margin-left: 20px;
    padding-left: 10px;
}

.site-heading {
    margin-bottom: 30px;
}

.site-content {
	width: 500px;
    padding-right: 20px;
    margin-right: 10px;
}

/* SALTO can choose to use the full width for content by selecting TemplateStdWideContent in wfd, the sidebar is turned off via CSS */
.stdwidecontent .site-content, .subdocswidecontent .site-content {
    width: 710px;
    margin-right: 0;
}

.stdwidecontent .site-marginalia, .subdocswidecontent .site-marginalia {
    display: none;
}

.site-marginalia {
    margin-top: 0;
    width: 180px;

}


/* endof OVERWRITES */


.site-footer {
	clear: both;
	background-color: #f1f1f3;
	height: 3rem;
}

.back-to-top {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 32px;
	text-align: right;
	padding-left: 20px;
	color: #777;
	font-size: 11px;
}

.back-to-top:hover,
.back-to-top:focus {
	text-decoration: underline;
}
